feat: 国际化
This commit is contained in:
parent
a1abd66cdc
commit
44ce2b4210
@ -52,7 +52,13 @@ export default {
|
||||
user: 'Operating User',
|
||||
time: 'Operation Time',
|
||||
ip: 'IP Address',
|
||||
error_msg: 'Error Message'
|
||||
error_msg: 'Error Message',
|
||||
organization: 'Organization',
|
||||
error_msg: 'Error Message',
|
||||
confirm_export: 'Are You Sure You Want to Export the Log?',
|
||||
export_success: 'Export Succeeded',
|
||||
excel_file_name: 'DataEase Operation Log',
|
||||
relevant_content_found: 'No Relevant Content Found'
|
||||
},
|
||||
template_manage: {
|
||||
name_already_exists_type: 'Classification name already exists',
|
||||
|
||||
@ -77,7 +77,12 @@ export default {
|
||||
user: '操作用戶',
|
||||
time: '操作時間',
|
||||
ip: 'IP地址',
|
||||
error_msg: '錯誤信息'
|
||||
organization: '所屬組織',
|
||||
error_msg: '錯誤信息',
|
||||
confirm_export: '確定導出日志嗎',
|
||||
export_success: '導出成功',
|
||||
excel_file_name: 'DataEase操作日志',
|
||||
relevant_content_found: '沒有找到相關內容'
|
||||
},
|
||||
template_manage: {
|
||||
name_already_exists_type: '分類名稱已存在',
|
||||
|
||||
@ -77,7 +77,12 @@ export default {
|
||||
user: '操作用户',
|
||||
time: '操作时间',
|
||||
ip: 'IP地址',
|
||||
error_msg: '错误信息'
|
||||
organization: '所属组织',
|
||||
error_msg: '错误信息',
|
||||
confirm_export: '确定导出日志吗',
|
||||
export_success: '导出成功',
|
||||
excel_file_name: 'DataEase操作日志',
|
||||
relevant_content_found: '没有找到相关内容'
|
||||
},
|
||||
template_manage: {
|
||||
name_already_exists_type: '分类名称已存在',
|
||||
|
||||
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 0c3c81beed9e0229d3989615f8b2886cd1c09493
|
||||
Subproject commit bd9158c471ab1da8c1b0ee21404200152368d56c
|
||||
Loading…
Reference in New Issue
Block a user