增加一些国际化key

This commit is contained in:
Gary Fu
2024-06-30 17:34:33 +08:00
parent 1c3850e30b
commit cbc35bc56f
2 changed files with 61 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ common.label.close = '关闭'
common.label.copy = '复制' common.label.copy = '复制'
common.label.cancel = '取消' common.label.cancel = '取消'
common.label.refresh = '刷新' common.label.refresh = '刷新'
common.label.reminder = '提示'
common.label.closeOther = '关闭其他' common.label.closeOther = '关闭其他'
common.label.closeRight = '关闭右侧' common.label.closeRight = '关闭右侧'
common.label.closeLeft = '关闭左侧' common.label.closeLeft = '关闭左侧'
@@ -32,6 +33,8 @@ common.label.reset = '重置'
common.label.operation = '操作' common.label.operation = '操作'
common.label.new = '新增' common.label.new = '新增'
common.label.edit = '编辑' common.label.edit = '编辑'
common.label.config = '配置'
common.label.view = '查看'
common.label.modify = '修改' common.label.modify = '修改'
common.label.delete = '删除' common.label.delete = '删除'
common.label.search = '搜索' common.label.search = '搜索'
@@ -46,6 +49,9 @@ common.label.showMenuIcon = '菜单图标'
common.label.keywords = '关键字' common.label.keywords = '关键字'
common.label.breadcrumb = '面包屑导航' common.label.breadcrumb = '面包屑导航'
common.label.username = '用户名' common.label.username = '用户名'
common.label.email = '邮箱'
common.label.nickName = '呢称'
common.label.userDetails = '用户详情'
common.label.password = '密码' common.label.password = '密码'
common.label.backtop = '回到顶部' common.label.backtop = '回到顶部'
common.label.format = '格式化' common.label.format = '格式化'
@@ -53,6 +59,13 @@ common.label.saveParamMode = '记住搜索条件'
common.label.allSaveParamMode = '自动记住' common.label.allSaveParamMode = '自动记住'
common.label.backSaveParamMode = '仅返回时记住' common.label.backSaveParamMode = '仅返回时记住'
common.label.neverSaveParamMode = '不记住' common.label.neverSaveParamMode = '不记住'
common.label.createDate = '创建时间'
common.label.modifyDate = '修改时间'
common.label.creator = '创建人'
common.label.modifier = '修改人'
common.label.status = '状态'
common.label.statusEnabled = '启用'
common.label.statusDisabled = '禁用'
//= ============通用============ //= ============通用============
common.label.commonCode = '{0}代码' common.label.commonCode = '{0}代码'
@@ -68,9 +81,26 @@ common.label.commonSwap = '交换{0}'
//* =======================msg=====================// //* =======================msg=====================//
common.msg.nonNull = '{0}不能为空' common.msg.nonNull = '{0}不能为空'
common.msg.patternInvalid = '{0}格式校验不通过' common.msg.patternInvalid = '{0}格式校验不通过'
common.msg.pleaseSelect = '请选择{0}'
common.msg.pleaseSelectIcon = '请选择图标' common.msg.pleaseSelectIcon = '请选择图标'
common.msg.inputKeywords = '输入关键字搜索' common.msg.inputKeywords = '输入关键字搜索'
common.msg.commonInput = '请输入{0}'
common.msg.networkError = '网络异常,请稍后再试.' common.msg.networkError = '网络异常,请稍后再试.'
common.msg.networkTimeout = '系统处理超时,请稍后再试.' common.msg.networkTimeout = '系统处理超时,请稍后再试.'
common.msg.loginTitle = '用户登录' common.msg.loginTitle = '用户登录'
common.msg.loading = '正在加载,请稍候...' common.msg.loading = '系统正在处理中,请稍候...'
common.msg.saveSuccess = '保存成功。'
common.msg.operationSuccess = '操作成功。'
common.msg.deleteSuccess = '删除成功。'
common.msg.uploadSuccess = '上传成功'
common.msg.fileNotFound = '文件不存在'
common.msg.exceedFiles = '超过最大文件数量限制'
common.msg.duplicatedFiles = '重复选择文件:[{0}]'
common.msg.deleteConfirm = '确定要执行删除操作?'
common.msg.commonDeleteConfirm = '确定要删除【{0}】?'
common.msg.pleaseSelectReasonCode = '请选择一个原因代码'
common.msg.noData = '暂无数据'
common.msg.notFound = '页面不存在,请访问其他页面'
common.msg.accessDenied = '没有权限访问该页面'
common.msg.emailError = '邮箱格式不正确'
common.msg.cannotEnterChineseCharacters = '{0}不能输入中文!'

View File

@@ -11,6 +11,7 @@ common.label.close = 'Close'
common.label.copy = 'Copy' common.label.copy = 'Copy'
common.label.cancel = 'Cancel' common.label.cancel = 'Cancel'
common.label.refresh = 'Refresh' common.label.refresh = 'Refresh'
common.label.reminder = 'Reminder'
common.label.closeOther = 'Close Others' common.label.closeOther = 'Close Others'
common.label.closeRight = 'Close Right' common.label.closeRight = 'Close Right'
common.label.closeLeft = 'Close Left' common.label.closeLeft = 'Close Left'
@@ -32,6 +33,8 @@ common.label.reset = 'Reset'
common.label.operation = 'Operations' common.label.operation = 'Operations'
common.label.new = 'New' common.label.new = 'New'
common.label.edit = 'Edit' common.label.edit = 'Edit'
common.label.config = 'Config'
common.label.view = 'View'
common.label.modify = 'Modify' common.label.modify = 'Modify'
common.label.delete = 'Delete' common.label.delete = 'Delete'
common.label.search = 'Search' common.label.search = 'Search'
@@ -46,6 +49,9 @@ common.label.showMenuIcon = 'Menu Icon'
common.label.keywords = 'Keywords' common.label.keywords = 'Keywords'
common.label.breadcrumb = 'Breadcrumb' common.label.breadcrumb = 'Breadcrumb'
common.label.username = 'User Name' common.label.username = 'User Name'
common.label.email = 'Email'
common.label.nickName = 'Nick Name'
common.label.userDetails = 'User Details'
common.label.password = 'Password' common.label.password = 'Password'
common.label.backtop = 'Back to top' common.label.backtop = 'Back to top'
common.label.format = 'Format' common.label.format = 'Format'
@@ -53,6 +59,13 @@ common.label.saveParamMode = 'Remember Search Mode'
common.label.allSaveParamMode = 'Remember All' common.label.allSaveParamMode = 'Remember All'
common.label.backSaveParamMode = 'Remember Search on Back' common.label.backSaveParamMode = 'Remember Search on Back'
common.label.neverSaveParamMode = 'Never Remember' common.label.neverSaveParamMode = 'Never Remember'
common.label.createDate = 'Create Time'
common.label.modifyDate = 'Modify Time'
common.label.creator = 'Creator'
common.label.modifier = 'Modifier'
common.label.status = 'Status'
common.label.statusEnabled = 'Enabled'
common.label.statusDisabled = 'Disabled'
//= ============通用============ //= ============通用============
common.label.commonConfig = 'Config {0}' common.label.commonConfig = 'Config {0}'
@@ -68,9 +81,26 @@ common.label.commonSwap = 'Swap {0}'
//* =======================msg=====================// //* =======================msg=====================//
common.msg.nonNull = '{0} is required.' common.msg.nonNull = '{0} is required.'
common.msg.patternInvalid = '{0} pattern check failed.' common.msg.patternInvalid = '{0} pattern check failed.'
common.msg.pleaseSelect = 'Please select {0}'
common.msg.pleaseSelectIcon = 'Please select icon' common.msg.pleaseSelectIcon = 'Please select icon'
common.msg.inputKeywords = 'Input keywords to search' common.msg.inputKeywords = 'Input keywords to search'
common.msg.commonInput = 'Please input {0}'
common.msg.networkError = 'Network error, please try later.' common.msg.networkError = 'Network error, please try later.'
common.msg.networkTimeout = 'System process timeout, please try later.' common.msg.networkTimeout = 'System process timeout, please try later.'
common.msg.loginTitle = 'User Login' common.msg.loginTitle = 'User Login'
common.msg.loading = 'Loading, please wait...' common.msg.loading = 'Loading, please wait...'
common.msg.saveSuccess = 'Save Success.'
common.msg.operationSuccess = 'Operation Success.'
common.msg.deleteSuccess = 'Delete Success.'
common.msg.uploadSuccess = 'Upload Success'
common.msg.fileNotFound = 'File Not Found'
common.msg.exceedFiles = 'Exceed the maximum number of file'
common.msg.duplicatedFiles = 'Duplicated files [{0}]'
common.msg.deleteConfirm = 'Confirm to delete?'
common.msg.commonDeleteConfirm = 'Confirm to delete [{0}]?'
common.msg.pleaseSelectReasonCode = 'Please select a reason code'
common.msg.noData = 'No Data'
common.msg.notFound = 'Page not found, please visit other pages!'
common.msg.accessDenied = 'Page access denied'
common.msg.emailError = 'E-mail format is invalid.'
common.msg.cannotEnterChineseCharacters = '{0} cannot enter Chinese characters.'