From 15084ebf5871e97a4886c6f18c5b2da5fc6c2fc3 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 14 Sep 2018 23:12:58 +0800 Subject: [PATCH] new --- admin/i18n/cn/translations.json | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 admin/i18n/cn/translations.json diff --git a/admin/i18n/cn/translations.json b/admin/i18n/cn/translations.json new file mode 100644 index 0000000..5c2ca11 --- /dev/null +++ b/admin/i18n/cn/translations.json @@ -0,0 +1,57 @@ +{ + "Admin adapter settings": "The settings for the admin adapter", + "Authentication was deactivated": "Authentication was deactivated", + "Authentication:": "Authentication", + "Auto update:": "Check for updates", + "Background": "Background", + "Background color of the login screen": "Background color of the login screen", + "Background image": "Background image", + "Cache:": "Cache", + "Chained certificate:": "Chained certificate", + "Disable authentication": "Disable authentication", + "Enabled:": "Enabled", + "Events threshold value:": "Events threshold value", + "Hide logo": "Hide logo", + "IP:": "IP", + "Ignore warning": "Ignore warning", + "Let's Encrypt settings": "Let's Encrypt settings", + "Listen on all IPs": "Listen on all IPs", + "Login timeout(sec):": "Login timeout(sec)", + "Own motto": "Own motto", + "Port to check the domain:": "Port to check the domain", + "Port:": "Port", + "Private certificate:": "Private certificate", + "Public certificate:": "Public certificate", + "Run as:": "Run as", + "Secure(HTTPS):": "Secure(HTTPS)", + "Set certificates or load it first in the system settings (right top).": "Set certificates or load it first in the system settings (right top).", + "Unsecure_Auth": "The password will be sent via unsecure connection. To protect your passwords enable the secure connection (HTTPS)!", + "Use Lets Encrypt certificates:": "Use Let's Encrypt certificates", + "Use this instance for automatic update:": "Use this instance for automatic update", + "Warning!": "Warning!", + "every 12 hours": "every 12 hours", + "every 2 days": "every 2 days", + "every 2 weeks": "every 2 weeks", + "every 3 days": "every 3 days", + "every day": "every day", + "every week": "every week", + "manually": "manually", + "monthly": "monthly", + "place here": "place the files here", + "tooltip_auth": "Require a login and a password to access the admin page. This can be managed on the users tab.", + "tooltip_autoUpdate": "Check periodically for updates of adapter", + "tooltip_bind": "IP address where the admin will listen on", + "tooltip_cache": "Browser cache enabled.", + "tooltip_certChained": "Chained certificate. Root certificate + Public certificate. Please manage it in the system configs.", + "tooltip_certPrivate": "Private certificate. Please manage it in the system configs.", + "tooltip_certPublic": "Public certificate. Please manage it in the system configs.", + "tooltip_defaultUser": "Auto-login with this user", + "tooltip_leEnabled": "Use Let's Encrypt certificates", + "tooltip_lePort": "Port for challenge server. Let's Encrypt supports only port 80, but with corresponding settings in your router, any port can be used", + "tooltip_leUpdate": "This instance will update Let's Encrypt certificates every 3 months", + "tooltip_port": "Port for admin interface. It must be available. If running on linux with no root you cannot use ports below 1000.", + "tooltip_secure": "Enable SSL protocol. Admin will be available via https:// and not http://", + "tooltip_thresholdValue": "If the browser receives too many events in 3 seconds, refresh will be stopped", + "tooltip_ttl": "Login timeout. After this time the user will be automatically logged off.", + "users permissions": "Users permissions" +}