fix: improve translation
This commit is contained in:
parent
a6384421b6
commit
0663844573
@ -719,5 +719,7 @@ export default {
|
|||||||
"Tag color field":"Tag color field",
|
"Tag color field":"Tag color field",
|
||||||
"Sync successfully":"Sync successfully",
|
"Sync successfully":"Sync successfully",
|
||||||
"Sync from form fields":"Sync from form fields",
|
"Sync from form fields":"Sync from form fields",
|
||||||
"Select all":"Select all"
|
"Select all":"Select all",
|
||||||
|
"Restart": "Restart",
|
||||||
|
"Restart application": "Restart application",
|
||||||
};
|
};
|
||||||
|
@ -772,7 +772,7 @@ export default {
|
|||||||
'Restart application': '重启应用',
|
'Restart application': '重启应用',
|
||||||
"Allows to clear cache, reboot application": "允许清除缓存,重启应用",
|
"Allows to clear cache, reboot application": "允许清除缓存,重启应用",
|
||||||
'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': '重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?',
|
'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': '重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?',
|
||||||
'Reboot': '重启',
|
'Restart': '重启',
|
||||||
'Clear cache': '清除缓存',
|
'Clear cache': '清除缓存',
|
||||||
"Duplicate":"复制",
|
"Duplicate":"复制",
|
||||||
"Duplicating":"复制中",
|
"Duplicating":"复制中",
|
||||||
|
Loading…
Reference in New Issue
Block a user