feat: 通用多语言
This commit is contained in:
@@ -9,8 +9,31 @@ export default {
|
||||
desc: '',
|
||||
loading: 'Please wait...',
|
||||
tipTitle: 'Prompt',
|
||||
msgSuccess: "Success {msg}",
|
||||
errorFields: "Please fill in the required information in {num} correctly!",
|
||||
msgSuccess: 'Success {msg}',
|
||||
errorFields: 'Please fill in the required information in {num} correctly!',
|
||||
ok: "Ok",
|
||||
cancel: "Cancel",
|
||||
search: "Search",
|
||||
reset: "Reset",
|
||||
addText: 'Add',
|
||||
editText: 'Edit',
|
||||
deleteText: 'Delete',
|
||||
searchBarText: 'Search bar',
|
||||
reloadText: 'Refresh',
|
||||
sizeText: 'Density',
|
||||
size: {
|
||||
default: 'Default',
|
||||
middle: 'Medium',
|
||||
small: 'Compact',
|
||||
},
|
||||
switch: {
|
||||
show: 'Show',
|
||||
hide: 'Hidden',
|
||||
open: 'Open',
|
||||
shut: 'Shut',
|
||||
launch: 'Launch',
|
||||
fold: 'Fold',
|
||||
},
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
|
||||
@@ -9,8 +9,30 @@ export default {
|
||||
desc: '',
|
||||
loading: '请稍等...',
|
||||
tipTitle: '提示',
|
||||
msgSuccess: "成功 {msg}",
|
||||
errorFields: "请正确填写 {num} 处必填信息!",
|
||||
msgSuccess: '成功 {msg}',
|
||||
errorFields: '请正确填写 {num} 处必填信息!',
|
||||
ok: "确定",
|
||||
cancel: "取消",
|
||||
search: "搜索",
|
||||
reset: "重置",
|
||||
addText: '新增',
|
||||
editText: '编辑',
|
||||
deleteText: '删除',
|
||||
searchBarText: '搜索栏',
|
||||
reloadText: '刷新',
|
||||
size: {
|
||||
default: '默认',
|
||||
middle: '中等',
|
||||
small: '紧凑',
|
||||
},
|
||||
switch: {
|
||||
show: '显示',
|
||||
hide: '隐藏',
|
||||
open: '打开',
|
||||
shut: '关闭',
|
||||
launch: '展开',
|
||||
fold: '折叠',
|
||||
},
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
|
||||
Reference in New Issue
Block a user