This commit is contained in:
zhongjin 2018-10-13 17:56:46 +08:00
parent 4eda562b7f
commit 761ba02923
5 changed files with 17 additions and 17 deletions

View File

@ -7,14 +7,14 @@ systemDictionary = {
"%s added to %s": { "cn": "%s added to %s", "en": "%s added to %s"},
"%s processes": { "cn": "%s processes", "en": "%s processes"},
"(without prefix)": { "cn": "(without prefix)", "en": "(without prefix)"},
"1 %d days ago": { "cn": "%d days ago", "en": "%d days ago"},
"2 %d days ago": { "cn": "%d days ago", "en": "%d days ago"},
"5 %d days ago": { "cn": "%d days ago", "en": "%d days ago"},
"1 %d days ago": { "cn": "%d 天前", "en": "%d days ago"},
"2 %d days ago": { "cn": "%d 天前", "en": "%d days ago"},
"5 %d days ago": { "cn": "%d 天前", "en": "%d days ago"},
"A-Z": { "cn": "A-Z", "en": "A-Z"},
"Access control": { "cn": "访问控制", "en": "Access control"},
"Access control list": { "cn": "控制列表", "en": "Access control list"},
"Acknowledged": { "cn": "已确认", "en": "Acknowledged"},
"Activated. Click to stop.": { "cn": "Activated. Click to stop.", "en": "Activated. Click to stop."},
"Activated. Click to stop.": { "cn": "点击停止.", "en": "Activated. Click to stop."},
"Active instances": { "cn": "活跃实例", "en": "Active instances"},
"Active repository:": { "cn": "缺省的软件仓库", "en": "Active repository"},
"Adapter configuration": { "cn": "适配器配置", "en": "Adapter configuration"},
@ -49,9 +49,9 @@ systemDictionary = {
"Aug": { "cn": "Aug", "en": "Aug"},
"August": { "cn": "August", "en": "August"},
"Available": { "cn": "可用的", "en": "Available"},
"Available version:": { "cn": "Available version", "en": "Available version"},
"Available version:": { "cn": "最新版本", "en": "Available version"},
"CPUs": { "cn": "CPUs", "en": "CPUs"},
"Calendar": { "cn": "Calendar", "en": "Calendar"},
"Calendar": { "cn": "计划", "en": "Calendar"},
"Cancel": { "cn": "取消", "en": "Cancel"},
"Cannot create user: ": { "cn": "不能创建用户: ", "en": "Cannot create user: "},
"Cannot delete user: ": { "cn": "不能删除用户: ", "en": "Cannot delete user: "},
@ -161,14 +161,14 @@ systemDictionary = {
"Function": { "cn": "Function", "en": "Function"},
"Generated ID:": { "cn": "Generated ID", "en": "Generated ID"},
"Go to Github...": { "cn": "Go to Github...", "en": "Go to Github..."},
"Group": { "cn": "Group", "en": "Group"},
"Groups": { "cn": "Groups", "en": "Groups"},
"Group": { "cn": "用户组", "en": "Group"},
"Groups": { "cn": "用户组", "en": "Groups"},
"Has no permission to %s %s %s": { "cn": "Has no permission to %s %s %s", "en": "Has no permission to %s %s %s"},
"Heard and Mc Donald Islands": { "cn": "Heard and Mc Donald Islands", "en": "Heard and Mc Donald Islands"},
"Heartbeat: ": { "cn": "心跳: ", "en": "Heartbeat: "},
"Hong Kong": { "cn": "中国香港", "en": "Hong Kong"},
"Host": { "cn": "Host", "en": "Host"},
"Host %s is offline": { "cn": "Host %s is offline", "en": "Host %s is offline"},
"Host %s is offline": { "cn": "主机 %s 离线", "en": "Host %s is offline"},
"Host:": { "cn": "Host", "en": "Host"},
"Hosts": { "cn": "Hosts", "en": "Hosts"},
"ID": { "cn": "ID", "en": "ID"},
@ -308,7 +308,6 @@ systemDictionary = {
"Set CRON schedule for restarts": { "cn": "Set CRON schedule for restarts", "en": "Set CRON schedule for restarts"},
"Settings": { "cn": "设置", "en": "Settings"},
"Settings for %s": { "cn": "Settings for %s", "en": "Settings for %s"},
"Seychelles": { "cn": "Seychelles", "en": "Seychelles"},
"Show instances only for current host": { "cn": "Show instances only for current host", "en": "Show instances only for current host"},
"Show values of instance": { "cn": "Show values of instance", "en": "Show values of instance"},
"Show...": { "cn": "显示...", "en": "Show..."},
@ -872,6 +871,7 @@ systemDictionary = {
"Zambia": { "cn": "Zambia", "en": "Zambia"},
"Zimbabwe": { "cn": "Zimbabwe", "en": "Zimbabwe"},
"silly": { "cn": "silly", "en": "silly"},
"Seychelles": { "en": "Seychelles"},
"Sierra Leone": { "en": "Sierra Leone"},
"Singapore": { "en": "Singapore"},
"Size: %s, Free: %s": { "en": "Size: %s, Available: %s"},

File diff suppressed because one or more lines are too long

View File

@ -37,8 +37,8 @@ function preInit () {
systemDictionary['new device'] = {"en": "new device", "cn": "新设备"},
systemDictionary.edit = {"en": "edit", "cn": "编辑"},
systemDictionary.delete = {"en": "delete", "cn": "删除"},
systemDictionary.pair = {"en": "pair", "cn": "paire"},
systemDictionary.unpair = {"en": "unpair", "cn": "unpair"},
systemDictionary.pair = {"en": "pair", "cn": "配对"},
systemDictionary.unpair = {"en": "unpair", "cn": "解除配对"},
systemDictionary.ok = {"en": "Ok", "cn": "确认"},
systemDictionary.cancel = {"en": "Cancel", "cn": "取消"},
systemDictionary.Message = {"en": "Message", "cn": "信息"},
@ -46,11 +46,11 @@ function preInit () {
systemDictionary.htooltip = {"en": "Click for help", "cn": "帮助"},
systemDictionary.saveConfig = {
"en": "Save configuration to file",
"cn": "Save configuration to file"
"cn": "导出配置信息"
};
systemDictionary.loadConfig = {
"en": "Load configuration from file",
"cn": "Load configuration from file"
"cn": "从JSON文件导入"
};
systemDictionary.otherConfig = {
"en": "Configuration from other adapter %s",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long