|
|
@@ -262,23 +262,47 @@
|
|
|
|
|
|
},
|
|
|
"security_setting": {
|
|
|
- "Basic authentication": "Basic authentication",
|
|
|
- "Security settings": "Security settings",
|
|
|
- "Guest users access": "Guest users access",
|
|
|
- "Register limitation": "Register limitation",
|
|
|
- "The whitelist of registration permission E-mail address": "The whitelist of registration permission E-mail address",
|
|
|
- "Selecting authentication mechanism": "Selecting authentication mechanism",
|
|
|
- "common_authentication": "If you set the basic authentication, common authentication is applied on the whole page." ,
|
|
|
- "without_encryption": "Please be noted that your ID and Password will be sent wihtout encryption.",
|
|
|
- "users_without_account": "Users without account is not accessible",
|
|
|
- "restrict_emails": "You can restrict registerable e-mail address.",
|
|
|
- "for_instance":" For instance, if you use growi within a company, you can write ",
|
|
|
- "only_those":" Only those whose e-mail address including the company address can register.",
|
|
|
- "insert_single":"Please insert single e-mail address per line.",
|
|
|
- "Authentication mechanism settings":"Authentication mechanism settings",
|
|
|
- "Treat username matching as identical": "Automatically bind external accounts newly logged in to local accounts when <code>username</code> match",
|
|
|
- "Treat username matching as identical_warn": "WARNING: Be aware of security because the system treats the same user as a match of <code>username</code>."
|
|
|
- },
|
|
|
+ "Basic authentication": "Basic authentication",
|
|
|
+ "Security settings": "Security settings",
|
|
|
+ "Guest users access": "Guest users access",
|
|
|
+ "Register limitation": "Register limitation",
|
|
|
+ "The whitelist of registration permission E-mail address": "The whitelist of registration permission E-mail address",
|
|
|
+ "Selecting authentication mechanism": "Selecting authentication mechanism",
|
|
|
+ "common_authentication": "If you set the basic authentication, common authentication is applied on the whole page.",
|
|
|
+ "without_encryption": "Please be noted that your ID and Password will be sent wihtout encryption.",
|
|
|
+ "users_without_account": "Users without account is not accessible",
|
|
|
+ "restrict_emails": "You can restrict registerable e-mail address.",
|
|
|
+ "for_instance": " For instance, if you use growi within a company, you can write ",
|
|
|
+ "only_those": " Only those whose e-mail address including the company address can register.",
|
|
|
+ "insert_single": "Please insert single e-mail address per line.",
|
|
|
+ "Authentication mechanism settings": "Authentication mechanism settings",
|
|
|
+ "note": "Note",
|
|
|
+ "require_server_restart_change_auth": "Restarting the server is required if you switch the auth mechanism.",
|
|
|
+ "passport": "Passport",
|
|
|
+ "auth_mechanism": "authentication mechanism",
|
|
|
+ "recommended": "Recommended",
|
|
|
+ "username_email_password": "Username, Email and Password authentication",
|
|
|
+ "ldap_auth": "LDAP authentication",
|
|
|
+ "google_auth2": "Google OAuth2 authentication",
|
|
|
+ "facebook_auth2": "Facebook OAuth2 authentication",
|
|
|
+ "twitter_auth2": "Twitter OAuth authentication",
|
|
|
+ "github_auth2": "Github OAuth2 authentication",
|
|
|
+ "crowi_auth": "Crowi classic authentication mechanism",
|
|
|
+ "require_server_restart": "Restarting the server is required.",
|
|
|
+ "server_on_passport_auth": "The server is running with Passport authentication mechanism.",
|
|
|
+ "server_on_crowi_auth": "The server is running with Official Crowi authentication mechanism.",
|
|
|
+ "google_setting": "Google Setting",
|
|
|
+ "api_manager": "You can use your Google account to sign up and login after creating OAuth2 ClientId at <a href=\"https://console.cloud.google.com/apis/credentials\">API Manager on Google Cloud Platform</a>",
|
|
|
+ "access_api_manager": "Access <a href=\"https://console.cloud.google.com/apis/credentials\">API Manager</a>",
|
|
|
+ "create_project": "Create Project if no projects have been created.",
|
|
|
+ "create_auth_to_oauth": "\"Create credentials\" -> \"OAuth clientID\"",
|
|
|
+ "select_webapp": "Select \"Web Application\"",
|
|
|
+ "change_redirect_url": "Enter <code>https://${crowi.host}/google/callback</code> <br>(where < code > $ {crowi.host} < /code> is your host name) for \"Authorized redirect URIs\".",
|
|
|
+ "updated": "Updated",
|
|
|
+ "error": "Error",
|
|
|
+ "Treat username matching as identical": "Automatically bind external accounts newly logged in to local accounts when <code>username</code> match",
|
|
|
+ "Treat username matching as identical_warn": "WARNING: Be aware of security because the system treats the same user as a match of <code>username</code>."
|
|
|
+ },
|
|
|
|
|
|
"markdown_setting": {
|
|
|
"markdown_rendering": "You can change Markdown rendering settings.",
|