mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
feat: 国际化
This commit is contained in:
@@ -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
Submodule de-xpack updated: 0c3c81beed...bd9158c471
Reference in New Issue
Block a user