fonteditor/build/i18n.en-us.js
2015-05-29 17:05:15 +08:00

44 lines
1.4 KiB
JavaScript

module.exports = exports = {
lang: 'en-us',
newglyph: 'New Glyph',
undo: 'Undo',
redo: 'Redo',
import: 'Import',
import_svg: 'Import svg',
import_svg_title: 'Import svg font or svg file',
import_pic: 'Import Image',
import_pic_title: 'Import image with glyph',
import_font: 'Import Font',
import_font_title: 'Import ttf,woff,eot,otf font',
export_ttf: 'Export ttf',
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',
tool: 'Tools',
gen_glyph_name: 'Generate Glyph Name',
clear_glyph_name: 'Clear Glyph Name',
optimize_glyph: 'Optimize Glyph',
compound2simple: 'Composite Glyph to Simple Glyph',
preview: 'Preview',
preview_ttf: 'ttf Font',
preview_woff: 'woff Font',
preview_svg: 'svg Font(Only safari)',
preview_eot: 'eot Font(Only IE)',
new_font: 'New',
new_font_title: 'new font',
open_font: 'Open',
open_font_title: 'Open ttf,woff,eot,otf format font file',
project_list: 'Project List',
close_editor: 'Click or press `F2` to close glyph editor',
metrics: 'Metrics',
editor_setting: 'Editor Setting',
import_and_export: 'Import and Export',
setting: 'Setting',
help: 'Help',
confirm: 'Confirm',
cancel: 'Cancel',
fontinfo: 'Font Info'
};