|
|
@@ -253,7 +253,7 @@
|
|
|
"No_SMTP_setting": "If you do not have SMTP settings, e-mails will be sent via SES. You need to verify from e-mail address and production settings.",
|
|
|
"change_setting": "Caution:if you change this setting not completed, you will not be able to access files you have uploaded so far.",
|
|
|
"region": "Region",
|
|
|
- "Packet name": "Packet name",
|
|
|
+ "bucket name": "Bucket name",
|
|
|
"Plugin settings": "Plugin settings",
|
|
|
"Enable plugin loading": "Enable plugin loading",
|
|
|
"Load plugins": "Load plugins",
|
|
|
@@ -262,23 +262,100 @@
|
|
|
|
|
|
},
|
|
|
"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",
|
|
|
+ "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",
|
|
|
+ "example": "Example",
|
|
|
"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>."
|
|
|
- },
|
|
|
+ "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",
|
|
|
+ "connect_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\".",
|
|
|
+ "clientID": "Client ID",
|
|
|
+ "client_secret": "クライアントシークレット",
|
|
|
+ "guest_mode": {
|
|
|
+ "deny": "Deny Unregistered Users",
|
|
|
+ "readonly": "View Only"
|
|
|
+ },
|
|
|
+ "registration_mode": {
|
|
|
+ "open": "Anyone",
|
|
|
+ "restricted": "Reuqire Admin permission",
|
|
|
+ "closed": "Invitation Only"
|
|
|
+ },
|
|
|
+ "configuration": "Configuration",
|
|
|
+ "default": "Default",
|
|
|
+ "optional": "Optional",
|
|
|
+ "ldap": {
|
|
|
+ "use_ldap": "Use LDAP",
|
|
|
+ "server_url": "Server URL",
|
|
|
+ "server_url_detail": "The LDAP URL of the directory service in the format <code>ldap://host:port/DN</code> or <code>ldaps://host:port/DN</code>.",
|
|
|
+ "bind_mode": "Binding Mode",
|
|
|
+ "bind_manager": "Manager Bind",
|
|
|
+ "bind_user": "User Bind",
|
|
|
+ "bind_DN": "Bind DN",
|
|
|
+ "bind_DN_manager_detail": "The DN of the account that authenticates and queries the directory service",
|
|
|
+ "bind_DN_user_detail1": "The query used to bind with the directory service.",
|
|
|
+ "bind_DN_user_detail2": "Use <code>{{username}}</code> to reference the username entered in the login page.",
|
|
|
+ "bind_DN_password": "Bind DN Password",
|
|
|
+ "bind_DN_password_manager_detail": "The password for the Bind DN account.",
|
|
|
+ "bind_DN_password_user_detail": "The password that is entered in the login page will be used to bind.",
|
|
|
+ "search_filter": "Search Filter",
|
|
|
+ "search_filter_detail1": "The query used to locate the authenticated user.",
|
|
|
+ "search_filter_detail2": "Use <code>{{username}}</code> to reference the username entered in the login page.",
|
|
|
+ "search_filter_detail3": "If empty, the filter <code>(uid={{username}})</code> is used.",
|
|
|
+ "search_filter_example": "Example to match with 'uid' or 'mail'",
|
|
|
+ "attribute_mapping": "Attribute Mapping",
|
|
|
+ "username": "Username",
|
|
|
+ "username_detail": "Specification of mappings when creating new users",
|
|
|
+ "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>.",
|
|
|
+ "group_search_base_DN": "Group Search Base DN",
|
|
|
+ "group_search_base_DN_detail": "The base DN from which to search for groups. If defined, also <code>Group Search Filter</code> must be defined for the search to work.",
|
|
|
+ "group_search_filter": "Group Search Filter",
|
|
|
+ "group_search_filter_detail1": "The query used to filter for groups.",
|
|
|
+ "group_search_filter_detail2": "Use <code>{{dn}}</code> to have it replaced of the found user object.",
|
|
|
+ "group_search_filter_detail3": "<code>(&(cn=group1)(memberUid={{dn}}))</code> hits the groups which has <code>cn=group1</code> and <code>memberUid</code> includes the user's <code>uid</code>(when <code>Group DN Property</code> is not changed from the default value.)",
|
|
|
+ "group_DN_property": "Group DN Property",
|
|
|
+ "group_DN_property_detail": "The property of user object to use in <code>{{dn}}</code> interpolation of <code>Group Search Filter</code>.",
|
|
|
+ "test_config": "Test Saved Configuration"
|
|
|
+ },
|
|
|
+ "Google OAuth": {
|
|
|
+ },
|
|
|
+ "Facebook": {
|
|
|
+ },
|
|
|
+ "Twitter": {
|
|
|
+ },
|
|
|
+ "Github": {
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
"markdown_setting": {
|
|
|
"markdown_rendering": "You can change Markdown rendering settings.",
|