fix(i18n): add i18n translate data

添加部分缺失的翻译文案
This commit is contained in:
无木 2021-08-13 11:11:35 +08:00
parent 4b6025cb9a
commit 1f55c4180f
3 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,7 @@
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}", "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
"i18n-ally.enabledParsers": ["ts"], "i18n-ally.enabledParsers": ["ts"],
"i18n-ally.sourceLanguage": "en", "i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue", "react"], "i18n-ally.enabledFrameworks": ["vue", "react"],
"cSpell.words": [ "cSpell.words": [
"vben", "vben",

View File

@ -20,6 +20,7 @@ export default {
btn_scale_y: 'Flip vertical', btn_scale_y: 'Flip vertical',
btn_zoom_in: 'Zoom in', btn_zoom_in: 'Zoom in',
btn_zoom_out: 'Zoom out', btn_zoom_out: 'Zoom out',
preview: 'Preivew',
}, },
drawer: { drawer: {
loadingText: 'Loading...', loadingText: 'Loading...',

View File

@ -20,6 +20,7 @@ export default {
btn_scale_y: '垂直翻转', btn_scale_y: '垂直翻转',
btn_zoom_in: '放大', btn_zoom_in: '放大',
btn_zoom_out: '缩小', btn_zoom_out: '缩小',
preview: '预览',
}, },
drawer: { drawer: {
loadingText: '加载中...', loadingText: '加载中...',