[update 全局翻译] 导入导出提示

This commit is contained in:
danshihao
2024-07-16 15:25:19 +08:00
parent f6c371e016
commit bd29582ef7
22 changed files with 115 additions and 84 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ module.exports = {
foreignStandard: 'Foreign standards and regulations',
enterpriseStandard: 'Enterprise standards',
notIncludeAbolishedStandard: 'Excluding abolishment standards',
includeAbolishedStandard: 'Including abolishment standards'
includeAbolishedStandard: 'Including abolishment standards',
previewFileNotFound: 'There is currently no preview file for this standard. Please contact the standard administrator.'
},
// 高级搜索
advancedSearch: {
+2 -1
View File
@@ -28,7 +28,8 @@ module.exports = {
foreignStandard: '外来标准法规',
enterpriseStandard: '企业标准',
notIncludeAbolishedStandard: '不包含废止标准',
includeAbolishedStandard: '包含废止标准'
includeAbolishedStandard: '包含废止标准',
previewFileNotFound: '该标准暂无预览文件,请联系标准管理员。'
},
// 高级搜索
advancedSearch: {
+8 -1
View File
@@ -132,6 +132,11 @@ module.exports = {
uploadFileBtn: 'Upload File',
tips: 'Tips',
exportTip: 'Exporting, please wait',
importTip: 'Importing, please wait',
exportFile: 'Export file',
exportWithFiles: 'Export files with files',
templateFile: 'Template file',
fileUploadSuccess: 'File uploaded successfully',
fileDownloadFail: 'File download failure',
pleaseEnterTreeSystem: 'Please enter the tree system',
project: 'Project',
@@ -214,6 +219,7 @@ module.exports = {
loginExpiredMessage: 'Sorry, the login has expired. Please log in again',
logInAgain: 'Log in again',
loggingBackIn: 'Login has expired, logging in again',
fileUploadFailed: 'File upload failed',
prompted: 'prompted',
noAccess: 'no access',
resourceNotFound: 'Sorry, the resource was not found!',
@@ -248,7 +254,8 @@ module.exports = {
lookMore: 'View More',
generalMsg: 'General message',
importantMsg: 'Important news',
EmergencyMsg: 'Emergency messages'
EmergencyMsg: 'Emergency messages',
logOutTip: 'Do you really want to log out'
},
// 用户管理
user: {
+3 -1
View File
@@ -119,7 +119,9 @@ module.exports = {
approvedPerson: 'Approved personnel',
batchEdit: 'Bulk edit',
pleaseSelectInterpreter: 'Select at least one piece of data for each department involved to interpret',
pleaseSelectClause: 'Please select terms'
pleaseSelectClause: 'Please select terms',
interpretationDistribution: 'Interpretation and Distribution',
interpretationTable: 'Interpretation Table'
},
// 流程配置
processConfig: {
+3 -1
View File
@@ -119,7 +119,9 @@ module.exports = {
approvedPerson: '批准人员',
batchEdit: '批量编辑',
pleaseSelectInterpreter: '至少选择一条数据的各涉及部门解读人',
pleaseSelectClause: '请选择条款'
pleaseSelectClause: '请选择条款',
interpretationDistribution: '解读分发',
interpretationTable: '解读表'
},
// 流程配置
processConfig: {
+8 -1
View File
@@ -133,6 +133,11 @@ module.exports = {
uploadFileBtn: '上传文件',
tips: '提示',
exportTip: '正在导出,请稍候',
importTip: '正在导入,请稍候',
exportFile: '导出文件',
exportWithFiles: '带文件导出文件',
templateFile: '模板文件',
fileUploadSuccess: '文件上传成功',
fileDownloadFail: '文件下载失败',
pleaseEnterTreeSystem: '输入树状图体系',
project: '项目',
@@ -231,6 +236,7 @@ module.exports = {
loginExpiredMessage: '很抱歉,登录已过期,请重新登录',
logInAgain: '重新登录',
loggingBackIn: '登录已过期,正在重新登陆',
fileUploadFailed: '文件上传失败',
prompted: '系统提示',
noAccess: '拒绝访问',
resourceNotFound: '很抱歉,资源未找到!',
@@ -274,7 +280,8 @@ module.exports = {
lookMore: '查看更多',
generalMsg: '一般消息',
importantMsg: '重要消息',
EmergencyMsg: '紧急消息'
EmergencyMsg: '紧急消息',
logOutTip: '真的要注销登录吗'
},
// 用户管理
user: {