add menu state

This commit is contained in:
kekee000
2015-08-09 19:40:36 +08:00
parent 66bad42dde
commit 4dea3ba62c
13 changed files with 79 additions and 33 deletions

View File

@@ -14,8 +14,8 @@ module.exports = exports = {
export_woff: 'Export woff',
export_zip: 'Export zip file, including ttf,woff,eot,svg font and examples.',
save_proj: 'Save Project',
onlinefont: 'Online Font',
fonturl: 'Font URL',
onlinefont: 'Open Online Font',
fonturl: 'Open Font from URL',
tool: 'Tools',
gen_glyph_name: 'Generate Glyph Name',
clear_glyph_name: 'Clear Glyph Name',

View File

@@ -14,8 +14,8 @@ module.exports = exports = {
export_woff: '导出woff',
export_zip: '导出zip,包含ttf,woff,eot,svg等格式字体和icon示例',
save_proj: '保存项目',
onlinefont: '线上字体',
fonturl: '字体URL',
onlinefont: '加载线上字体',
fonturl: 'URL加载字体',
tool: '工具',
gen_glyph_name: '生成字形名称',
clear_glyph_name: '清除字形名称',