From c56f4e86029f656d2d04884a3529806ec4cb7b81 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 22 Jul 2018 11:36:41 +0800 Subject: [PATCH] cn --- admin/words.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/admin/words.js b/admin/words.js index ccc6035..6d23312 100644 --- a/admin/words.js +++ b/admin/words.js @@ -3,21 +3,21 @@ 'use strict'; systemDictionary = { - "WWW Web Server adapter settings": { "cn": "WWW Web Server adapter settings", "en": "WWW Web Server adapter settings"}, + "WWW Web Server adapter settings": { "cn": "WWW Web Server 适配器设置", "en": "WWW Web Server adapter settings"}, "Run as:": { "cn": "Run as", "en": "Run as"}, "IP:": { "cn": "IP", "en": "IP"}, - "Port:": { "cn": "Port", "en": "Port"}, - "Secure(HTTPS):": { "cn": "Secure(HTTPS)", "en": "Secure(HTTPS)"}, - "Authentication:": { "cn": "Authentication", "en": "Authentication"}, + "Port:": { "cn": "端口", "en": "Port"}, + "Secure(HTTPS):": { "cn": "安全(HTTPS)", "en": "Secure(HTTPS)"}, + "Authentication:": { "cn": "认证", "en": "Authentication"}, "Cache:": { "cn": "Cache", "en": "Cache"}, "Warning!": { "cn": "Warning!", "en": "Warning!"}, - "Background": { "cn": "Background", "en": "Background"}, + "Background": { "cn": "背景", "en": "Background"}, "Background color of the login screen": { "cn": "Background color of the login screen", "en": "Background color of the login screen"}, - "Background image": { "cn": "Background image", "en": "Background image"}, - "Upload image": { "cn": "Upload image", "en": "Upload image"}, - "Enabled:": { "cn": "Enabled", "en": "Enabled"}, + "Background image": { "cn": "背景图片", "en": "Background image"}, + "Upload image": { "cn": "上传图片", "en": "Upload image"}, + "Enabled:": { "cn": "启用", "en": "Enabled"}, "Unsecure_Auth": { "cn": "The password will be sent via unsecure connection. To protect your passwords enable the secure connection (HTTPS)!", "en": "The password will be sent via unsecure connection. To protect your passwords enable the secure connection (HTTPS)!"}, - "Login timeout(sec):": { "cn": "Login timeout(sec)", "en": "Login timeout(sec)"}, + "Login timeout(sec):": { "cn": "登录超时(秒)", "en": "Login timeout(sec)"}, "IP": { "cn": "IP", "en": "IP"}, "none": { "cn": "none", "en": "none"}, "Ignore warning": { "cn": "Ignore warning", "en": "Ignore warning"}, @@ -25,9 +25,9 @@ systemDictionary = { "Disable authentication": { "cn": "Disable authentication", "en": "Disable authentication"}, "Authentication was deactivated": { "cn": "Authentication was deactivated", "en": "Authentication was deactivated"}, "integrated": { "cn": "integrated", "en": "integrated"}, - "Public certificate:": { "cn": "Public certificate", "en": "Public certificate"}, - "Private certificate:": { "cn": "Private certificate", "en": "Private certificate"}, - "Chained certificate:": { "cn": "Chained certificate", "en": "Chained certificate"}, + "Public certificate:": { "cn": "Public 证书", "en": "Public certificate"}, + "Private certificate:": { "cn": "Private 证书", "en": "Private certificate"}, + "Chained certificate:": { "cn": "Chained 证书", "en": "Chained certificate"}, "Force Web-Sockets:": { "cn": "Force Web-Sockets", "en": "Force Web-Sockets"}, "Internal 'Simple API':": { "cn": "Build-in 'Simple-API'", "en": "Build-in 'Simple-API'"}, "Listen on all IPs": { "cn": "Listen on all IPs", "en": "Listen on all IPs"}, @@ -37,11 +37,11 @@ systemDictionary = { "Port to check the domain:": { "cn": "Port to check the domain", "en": "Port to check the domain"}, "Set certificates or load it first in the system settings (right top).": {"cn": "Set certificates or load it first in the system settings (right top).", "en": "Set certificates or load it first in the system settings (right top)."}, "socket_help": { "cn": "Used by adapters like rickshaw or vis", "en": "Used by adapters like rickshaw or vis"}, - "Web Server adapter settings": { "cn": "Web Server adapter settings", "en": "Web Server adapter settings"}, + "Web Server adapter settings": { "cn": "Web Server 设置", "en": "Web Server adapter settings"}, "Socket.IO Instance (Optional):": { "cn": "Socket.IO Instance (Optional)", "en": "Socket.IO Instance (Optional)"}, "The provided IP is not valid": { "cn": "The provided IP is not valid", "en": "The provided IP is not valid"}, - "General": { "cn": "General", "en": "General"}, - "White List": { "cn": "White List", "en": "White List"}, + "General": { "cn": "基本", "en": "General"}, + "White List": { "cn": "白名单", "en": "White List"}, "User": { "cn": "User", "en": "User"}, "object": { "cn": "object", "en": "object"}, "state": { "cn": "state", "en": "state"},