parent
4b6025cb9a
commit
1f55c4180f
|
|
@ -117,6 +117,7 @@
|
|||
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
|
||||
"i18n-ally.enabledParsers": ["ts"],
|
||||
"i18n-ally.sourceLanguage": "en",
|
||||
"i18n-ally.displayLanguage": "zh-CN",
|
||||
"i18n-ally.enabledFrameworks": ["vue", "react"],
|
||||
"cSpell.words": [
|
||||
"vben",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ export default {
|
|||
btn_scale_y: 'Flip vertical',
|
||||
btn_zoom_in: 'Zoom in',
|
||||
btn_zoom_out: 'Zoom out',
|
||||
preview: 'Preivew',
|
||||
},
|
||||
drawer: {
|
||||
loadingText: 'Loading...',
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ export default {
|
|||
btn_scale_y: '垂直翻转',
|
||||
btn_zoom_in: '放大',
|
||||
btn_zoom_out: '缩小',
|
||||
preview: '预览',
|
||||
},
|
||||
drawer: {
|
||||
loadingText: '加载中...',
|
||||
|
|
|
|||
Loading…
Reference in New Issue