mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 02:18:40 +08:00
fix(i18n): add i18n translate data
添加部分缺失的翻译文案
This commit is contained in:
parent
4b6025cb9a
commit
1f55c4180f
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -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",
|
||||||
|
@ -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...',
|
||||||
|
@ -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: '加载中...',
|
||||||
|
Loading…
Reference in New Issue
Block a user