forked from github/dataease
refactor: 国际化
This commit is contained in:
parent
e607009d73
commit
01bc8f4ed3
@ -1,5 +1,6 @@
|
|||||||
\u4E2A\u4EBA\u4FE1\u606F=Personal Information
|
\u4E2A\u4EBA\u4FE1\u606F=Personal Information
|
||||||
\u4EEA\u8868\u677F=Dashboard
|
\u4EEA\u8868\u677F=Dashboard
|
||||||
|
\u6A21\u677F\u5E02\u573A=Template Market
|
||||||
\u4FEE\u6539\u5BC6\u7801=Change Password
|
\u4FEE\u6539\u5BC6\u7801=Change Password
|
||||||
\u521B\u5EFA\u7528\u6237=Create User
|
\u521B\u5EFA\u7528\u6237=Create User
|
||||||
\u521B\u5EFA\u7EC4\u7EC7=Create Organization
|
\u521B\u5EFA\u7EC4\u7EC7=Create Organization
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
\u4E2A\u4EBA\u4FE1\u606F=\u4E2A\u4EBA\u4FE1\u606F
|
\u4E2A\u4EBA\u4FE1\u606F=\u4E2A\u4EBA\u4FE1\u606F
|
||||||
\u4EEA\u8868\u677F=\u4EEA\u8868\u677F
|
\u4EEA\u8868\u677F=\u4EEA\u8868\u677F
|
||||||
|
\u6A21\u677F\u5E02\u573A=\u6A21\u677F\u5E02\u573A
|
||||||
\u4FEE\u6539\u5BC6\u7801=\u4FEE\u6539\u5BC6\u7801
|
\u4FEE\u6539\u5BC6\u7801=\u4FEE\u6539\u5BC6\u7801
|
||||||
\u521B\u5EFA\u7528\u6237=\u521B\u5EFA\u7528\u6237
|
\u521B\u5EFA\u7528\u6237=\u521B\u5EFA\u7528\u6237
|
||||||
\u521B\u5EFA\u7EC4\u7EC7=\u521B\u5EFA\u7EC4\u7EC7
|
\u521B\u5EFA\u7EC4\u7EC7=\u521B\u5EFA\u7EC4\u7EC7
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
\u4E2A\u4EBA\u4FE1\u606F=\u500B\u4EBA\u4FE1\u606F
|
\u4E2A\u4EBA\u4FE1\u606F=\u500B\u4EBA\u4FE1\u606F
|
||||||
\u4EEA\u8868\u677F=\u5100\u8868\u677F
|
\u4EEA\u8868\u677F=\u5100\u8868\u677F
|
||||||
|
\u6A21\u677F\u5E02\u573A=\u6A21\u677F\u5E02\u5834
|
||||||
\u4FEE\u6539\u5BC6\u7801=\u4FEE\u6539\u5BC6\u78BC
|
\u4FEE\u6539\u5BC6\u7801=\u4FEE\u6539\u5BC6\u78BC
|
||||||
\u521B\u5EFA\u7528\u6237=\u5275\u5EFA\u7528\u6236
|
\u521B\u5EFA\u7528\u6237=\u5275\u5EFA\u7528\u6236
|
||||||
\u521B\u5EFA\u7EC4\u7EC7=\u5275\u5EFA\u7D44\u7E54
|
\u521B\u5EFA\u7EC4\u7EC7=\u5275\u5EFA\u7D44\u7E54
|
||||||
|
@ -607,7 +607,7 @@ export default {
|
|||||||
clear_filter: 'Empty condition',
|
clear_filter: 'Empty condition',
|
||||||
recover_pwd: 'Restore to the original password?',
|
recover_pwd: 'Restore to the original password?',
|
||||||
filter_method: 'Filter criteria',
|
filter_method: 'Filter criteria',
|
||||||
filter: 'screen',
|
filter: 'Screen',
|
||||||
list: 'List item',
|
list: 'List item',
|
||||||
list_info: 'Please select the information to be displayed in the list',
|
list_info: 'Please select the information to be displayed in the list',
|
||||||
sure_delete: 'Are you sure to delete this user?'
|
sure_delete: 'Are you sure to delete this user?'
|
||||||
@ -716,8 +716,8 @@ export default {
|
|||||||
search_by_name: 'Search by name',
|
search_by_name: 'Search by name',
|
||||||
special_characters_are_not_supported: 'Format error (special characters are not supported and cannot start and end with \'-\')',
|
special_characters_are_not_supported: 'Format error (special characters are not supported and cannot start and end with \'-\')',
|
||||||
select: 'Select organization',
|
select: 'Select organization',
|
||||||
member: 'member',
|
member: 'Member',
|
||||||
organization: 'organization',
|
organization: 'Organization',
|
||||||
add_user: 'Add user',
|
add_user: 'Add user',
|
||||||
sure_move_user: 'Are you sure to remove this user from the organization?',
|
sure_move_user: 'Are you sure to remove this user from the organization?',
|
||||||
move_success: 'Removed successfully',
|
move_success: 'Removed successfully',
|
||||||
@ -735,10 +735,10 @@ export default {
|
|||||||
edite_organization: 'Edit organization'
|
edite_organization: 'Edit organization'
|
||||||
},
|
},
|
||||||
system_parameter_setting: {
|
system_parameter_setting: {
|
||||||
mailbox_service_settings: 'Mail Settings',
|
mailbox_service_settings: 'Mail Setting',
|
||||||
test_connection: 'Test connection',
|
test_connection: 'Test connection',
|
||||||
SMTP_host: 'SMTP Host',
|
SMTP_host: 'SMTP Host',
|
||||||
basic_setting: 'Basic setting',
|
basic_setting: 'Basic Setting',
|
||||||
front_time_out: 'Request timeOut(unit: second, Attention: Refresh browser takes effect after saving)',
|
front_time_out: 'Request timeOut(unit: second, Attention: Refresh browser takes effect after saving)',
|
||||||
msg_time_out: 'Message retention time(unit: day)',
|
msg_time_out: 'Message retention time(unit: day)',
|
||||||
login_type: 'Default login type',
|
login_type: 'Default login type',
|
||||||
|
Loading…
Reference in New Issue
Block a user