yunkong2.admin/admin/words.js
2018-09-14 21:47:33 +08:00

62 lines
8.9 KiB
JavaScript

// DO NOT EDIT THIS FILE!!! IT WILL BE AUTOMATICALLY GENERATED FROM src/i18n
/*global systemDictionary:true */
'use strict';
systemDictionary = {
"Admin adapter settings": { "cn": "The settings for the admin adapter", "en": "The settings for the admin adapter"},
"Authentication was deactivated": { "cn": "Authentication was deactivated", "en": "Authentication was deactivated"},
"Authentication:": { "cn": "Authentication", "en": "Authentication"},
"Auto update:": { "cn": "Check for updates", "en": "Check for updates"},
"Background": { "cn": "Background", "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"},
"Cache:": { "cn": "Cache", "en": "Cache"},
"Chained certificate:": { "cn": "Chained certificate", "en": "Chained certificate"},
"Disable authentication": { "cn": "Disable authentication", "en": "Disable authentication"},
"Enabled:": { "cn": "Enabled", "en": "Enabled"},
"Events threshold value:": { "cn": "Events threshold value", "en": "Events threshold value"},
"Hide logo": { "cn": "Hide logo", "en": "Hide logo"},
"IP:": { "cn": "IP", "en": "IP"},
"Ignore warning": { "cn": "Ignore warning", "en": "Ignore warning"},
"Let's Encrypt settings": { "cn": "Let's Encrypt settings", "en": "Let's Encrypt settings"},
"Listen on all IPs": { "cn": "Listen on all IPs", "en": "Listen on all IPs"},
"Login timeout(sec):": { "cn": "Login timeout(sec)", "en": "Login timeout(sec)"},
"Own motto": { "cn": "Own motto", "en": "Own motto"},
"Port to check the domain:": { "cn": "Port to check the domain", "en": "Port to check the domain"},
"Port:": { "cn": "Port", "en": "Port"},
"Private certificate:": { "cn": "Private certificate", "en": "Private certificate"},
"Public certificate:": { "cn": "Public certificate", "en": "Public certificate"},
"Run as:": { "cn": "Run as", "en": "Run as"},
"Secure(HTTPS):": { "cn": "Secure(HTTPS)", "en": "Secure(HTTPS)"},
"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)."},
"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)!"},
"Use Lets Encrypt certificates:": { "cn": "Use Let's Encrypt certificates", "en": "Use Let's Encrypt certificates"},
"Use this instance for automatic update:": { "cn": "Use this instance for automatic update", "en": "Use this instance for automatic update"},
"Warning!": { "cn": "Warning!", "en": "Warning!"},
"every 12 hours": { "cn": "every 12 hours", "en": "every 12 hours"},
"every 2 days": { "cn": "every 2 days", "en": "every 2 days"},
"every 2 weeks": { "cn": "every 2 weeks", "en": "every 2 weeks"},
"every 3 days": { "cn": "every 3 days", "en": "every 3 days"},
"every day": { "cn": "every day", "en": "every day"},
"every week": { "cn": "every week", "en": "every week"},
"manually": { "cn": "manually", "en": "manually"},
"monthly": { "cn": "monthly", "en": "monthly"},
"place here": { "cn": "place the files here", "en": "place the files here"},
"tooltip_auth": { "cn": "Require a login and a password to access the admin page. This can be managed on the users tab.", "en": "Require a login and a password to access the admin page. This can be managed on the users tab."},
"tooltip_autoUpdate": { "cn": "Check periodically for updates of adapter", "en": "Check periodically for updates of adapter"},
"tooltip_bind": { "cn": "IP address where the admin will listen on", "en": "IP address where the admin will listen on"},
"tooltip_cache": { "cn": "Browser cache enabled.", "en": "Browser cache enabled."},
"tooltip_certChained": { "cn": "Chained certificate. Root certificate + Public certificate. Please manage it in the system configs.", "en": "Chained certificate. Root certificate + Public certificate. Please manage it in the system configs."},
"tooltip_certPrivate": { "cn": "Private certificate. Please manage it in the system configs.", "en": "Private certificate. Please manage it in the system configs."},
"tooltip_certPublic": { "cn": "Public certificate. Please manage it in the system configs.", "en": "Public certificate. Please manage it in the system configs."},
"tooltip_defaultUser": { "cn": "Auto-login with this user", "en": "Auto-login with this user"},
"tooltip_leEnabled": { "cn": "Use Let's Encrypt certificates", "en": "Use Let's Encrypt certificates"},
"tooltip_lePort": { "cn": "Port for challenge server. Let's Encrypt supports only port 80, but with corresponding settings in your router, any port can be used", "en": "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": { "cn": "This instance will update Let's Encrypt certificates every 3 months", "en": "This instance will update Let's Encrypt certificates every 3 months"},
"tooltip_port": { "cn": "Port for admin interface. It must be available. If running on linux with no root you cannot use ports below 1000.", "en": "Port for admin interface. It must be available. If running on linux with no root you cannot use ports below 1000."},
"tooltip_secure": { "cn": "Enable SSL protocol. Admin will be available via https:// and not http://", "en": "Enable SSL protocol. Admin will be available via https:// and not http://"},
"tooltip_thresholdValue": { "cn": "If the browser receives too many events in 3 seconds, refresh will be stopped", "en": "If the browser receives too many events in 3 seconds, refresh will be stopped"},
"tooltip_ttl": { "cn": "Login timeout. After this time the user will be automatically logged off.", "en": "Login timeout. After this time the user will be automatically logged off."},
"users permissions": { "cn": "Users permissions", "en": "Users permissions"},
};