-
Notifications
You must be signed in to change notification settings - Fork 371
/
Copy pathi18n.zh-cn.js
47 lines (47 loc) · 1.62 KB
/
i18n.zh-cn.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module.exports = exports = {
lang: 'zh-cn',
newglyph: '新字形',
undo: '撤销',
redo: '重做',
import: '导入',
import_svg: '导入svg',
import_svg_title: '导入svg格式字体文件',
import_pic: '导入图片',
import_pic_title: '导入包含字形的图片',
import_font: '导入字体文件',
import_font_title: '导入ttf,woff,eot,otf格式字体文件',
export_ttf: '导出ttf',
export_woff: '导出woff',
export_woff2: '导出woff2',
export_zip: '导出zip,包含ttf,woff,woff2,eot,svg等格式字体和icon示例',
save_proj: '保存项目',
onlinefont: '加载线上字体',
fonturl: '从URL加载字体',
tool: '工具',
gen_glyph_name: '生成字形名称',
clear_glyph_name: '清除字形名称',
optimize_glyph: '优化字体',
sort_glyf: '按代码点进行排序',
compound2simple: '复合字形转简单字形',
preview: '预览',
preview_ttf: 'ttf字体',
preview_woff: 'woff字体',
preview_woff2: 'woff2字体',
preview_svg: 'svg字体(仅safari)',
preview_eot: 'eot字体(仅IE)',
new_font: '新建',
new_font_title: '新建ttf字体文件',
open_font: '打开',
open_font_title: '打开ttf,woff,eot,otf格式字体文件',
project_list: '项目列表',
close_editor: '点击或者按`F2`键关闭编辑器',
metrics: '字体度量',
editor_setting: '编辑器设置',
import_and_export: '导入和导出',
setting: '设置',
help: '帮助',
confirm: '确定',
cancel: '取消',
fontinfo: '字体信息',
syncfromserver: '从服务器同步字体'
};