|
|
@@ -2,7 +2,7 @@
|
|
|
"Help": "Help",
|
|
|
"Edit": "Edit",
|
|
|
"Delete": "Delete",
|
|
|
- "Delete All": "Delete All",
|
|
|
+ "delete_all": "Delete all",
|
|
|
"Duplicate": "Duplicate",
|
|
|
"Copy": "Copy",
|
|
|
"Click to copy": "Click to copy",
|
|
|
@@ -390,7 +390,7 @@
|
|
|
},
|
|
|
"security_setting": {
|
|
|
"Security settings": "Security settings",
|
|
|
- "Guest Users Access": "Guest Users Access",
|
|
|
+ "Guest Users Access": "Guest users access",
|
|
|
"Fixed by env var": "This is fixed by the env var <code>%s=%s</code>.",
|
|
|
"Register limitation": "Register limitation",
|
|
|
"Register limitation desc": "Restriction of new users' registration",
|
|
|
@@ -401,20 +401,20 @@
|
|
|
"for_example": " For example, if you would like to restrict registration to users within the growi.org domain, you can write ",
|
|
|
"in_this_case": "; in this case, only users within the growi.org domain would be able to register, and all other users would be rejected.",
|
|
|
"insert_single": "Please insert single e-mail address per line.",
|
|
|
- "page_listing_1": "Page listing/searching<br>restricted by 'Only Me'",
|
|
|
- "page_listing_1_desc": "Show pages that are restricted by 'Only Me' option when listing/searching",
|
|
|
- "page_listing_2": "Page listing/searching<br>restricted by User Group",
|
|
|
- "page_listing_2_desc": "Show pages that are restricted by User Group when listing/searching",
|
|
|
- "complete_deletion": "Restrict Complete Deletion of Pages",
|
|
|
+ "page_listing_1": "Page listing/searching<br>restricted by 'Only me'",
|
|
|
+ "page_listing_1_desc": "Show pages that are restricted by 'Only me' option when listing/searching",
|
|
|
+ "page_listing_2": "Page listing/searching<br>restricted by User group",
|
|
|
+ "page_listing_2_desc": "Show pages that are restricted by User group when listing/searching",
|
|
|
+ "complete_deletion": "Restrict complete deletion of pages",
|
|
|
"complete_deletion_explain": "Restricts users who can completely delete pages.",
|
|
|
- "admin_only": "Admin Only",
|
|
|
- "admin_and_author": "Admin and Author",
|
|
|
+ "admin_only": "Admin only",
|
|
|
+ "admin_and_author": "Admin and author",
|
|
|
"anyone": "Anyone",
|
|
|
"Authentication mechanism settings": "Authentication Mechanism Settings",
|
|
|
"setup_is_not_yet_complete": "Setup is not yet complete",
|
|
|
"alert_siteUrl_is_not_set": "'Site URL' is NOT set. Set it from the {{link}}",
|
|
|
"xss_prevent_setting": "Prevent XSS(Cross Site Scripting)",
|
|
|
- "xss_prevent_setting_link": "Go to Markdown settings",
|
|
|
+ "xss_prevent_setting_link": "Go to markdown settings",
|
|
|
"callback_URL": "Callback URL",
|
|
|
"providerName": "Provider Name",
|
|
|
"issuerHost": "Issuer Host",
|
|
|
@@ -425,7 +425,7 @@
|
|
|
"updated_general_security_setting": "Succeeded to update security setting",
|
|
|
"setup_not_completed_yet": "Setup not completed yet",
|
|
|
"guest_mode": {
|
|
|
- "deny": "Deny (Registered Users Only)",
|
|
|
+ "deny": "Deny (Registered users only)",
|
|
|
"readonly": "Accept (Guests can read only)"
|
|
|
},
|
|
|
"registration_mode": {
|
|
|
@@ -445,10 +445,10 @@
|
|
|
"Local": {
|
|
|
"name": "ID/Password",
|
|
|
"note for the only env option": "The LOCAL authentication is limited by the value of environment variable.<br>To change this setting, please change to false or delete the value of the environment variable <code>{{env}}/code> .",
|
|
|
- "enable_local": "enable ID/Password"
|
|
|
+ "enable_local": "Enable ID/Password"
|
|
|
},
|
|
|
"ldap": {
|
|
|
- "enable_ldap": "enable LDAP",
|
|
|
+ "enable_ldap": "Enable LDAP",
|
|
|
"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",
|
|
|
@@ -482,7 +482,7 @@
|
|
|
},
|
|
|
"SAML": {
|
|
|
"name": "SAML",
|
|
|
- "enable_saml": "enable SAML",
|
|
|
+ "enable_saml": "Enable SAML",
|
|
|
"id_detail": "Specification of the name of attribute which can identify the user in SAML Identity Provider",
|
|
|
"username_detail": "Specification of mappings for <code>username</code> when creating new users",
|
|
|
"mapping_detail": "Specification of mappings for {{target}} when creating new users",
|
|
|
@@ -495,18 +495,18 @@
|
|
|
"updated_saml": "Succeeded to update SAML setting"
|
|
|
},
|
|
|
"Basic": {
|
|
|
- "enable_basic": "enable Basic",
|
|
|
+ "enable_basic": "Enable Basic",
|
|
|
"name": "Basic Authentication",
|
|
|
"desc_1": "Login with <code>username</code> in Authorization header.",
|
|
|
"desc_2": "User will be automatically generated if not exist.",
|
|
|
"updated_basic": "Succeeded to update Basic setting"
|
|
|
},
|
|
|
"OAuth": {
|
|
|
- "enable_oidc": "enable OIDC",
|
|
|
+ "enable_oidc": "Enable OIDC",
|
|
|
"register": "Register for %s",
|
|
|
"change_redirect_url": "Enter <code>%s</code> <br>(where <code>%s</code> is your host name) for \"Authorized redirect URIs\".",
|
|
|
"Google": {
|
|
|
- "enable_google": "enable Google OAuth",
|
|
|
+ "enable_google": "Enable Google OAuth",
|
|
|
"name": "Google OAuth",
|
|
|
"register_1": "Access {{link}}",
|
|
|
"register_2": "Create Project if no projects exist",
|
|
|
@@ -519,7 +519,7 @@
|
|
|
"name": "Facebook OAuth"
|
|
|
},
|
|
|
"Twitter": {
|
|
|
- "enable_twitter": "enable Twitter OAuth",
|
|
|
+ "enable_twitter": "Enable Twitter OAuth",
|
|
|
"name": "Twitter OAuth",
|
|
|
"register_1": "Access {{link}}",
|
|
|
"register_2": "Sign in Twitter",
|
|
|
@@ -529,7 +529,7 @@
|
|
|
"updated_twitter": "Succeeded to update Twitter OAuth setting"
|
|
|
},
|
|
|
"GitHub": {
|
|
|
- "enable_github": "enable GitHub OAuth",
|
|
|
+ "enable_github": "Enable GitHub OAuth",
|
|
|
"name": "GitHub OAuth",
|
|
|
"register_1": "Access {{link}}",
|
|
|
"register_2": "Register your OAuth App with \"Authorization callback URL\" as <code>{{url}}</code>",
|
|
|
@@ -567,36 +567,36 @@
|
|
|
}
|
|
|
},
|
|
|
"notification_setting": {
|
|
|
- "slack_incoming_configuration": "Slack Incoming Webhooks Configuration",
|
|
|
- "prioritize_webhook": "Prioritize Incoming Webhook than Slack App",
|
|
|
+ "slack_incoming_configuration": "Slack Incoming Webhooks configuration",
|
|
|
+ "prioritize_webhook": "Prioritize incoming webhook than Slack App",
|
|
|
"prioritize_webhook_desc": "Check this option and GROWI use Incoming Webhooks even if Slack App settings are enabled.",
|
|
|
- "slack_app_configuration": "Slack App Configuration",
|
|
|
+ "slack_app_configuration": "Slack app configuration",
|
|
|
"slack_app_configuration_desc": "This is the way that compatible with Crowi,<br /> but not recommended in GROWI because it is <strong>too complex</strong>.",
|
|
|
"use_instead":"Please use Slack Incoming Webhooks Configuration instead.",
|
|
|
"how_to": {
|
|
|
"header": "How to configure Incoming Webhooks?",
|
|
|
"workspace": "(At Workspace) Add a hook",
|
|
|
- "workspace_desc1": "Go to <a href='https: //slack.com/services/new/incoming-webhook'>Incoming Webhooks Configuration page</a>.",
|
|
|
+ "workspace_desc1": "Go to <a href='https: //slack.com/services/new/incoming-webhook'>Incoming Webhooks configuration page</a>.",
|
|
|
"workspace_desc2": "Choose the default channel to post.",
|
|
|
"workspace_desc3": "Add.",
|
|
|
"at_growi": "(At GROWI admin page) Set Webhook URL",
|
|
|
"at_growi_desc": "Input ”Webhook URL” and submit on this page."
|
|
|
},
|
|
|
- "user_trigger_notification_header": "Default Notification Settings for Patterns",
|
|
|
+ "user_trigger_notification_header": "Default notification settings for patterns",
|
|
|
"pattern": "Pattern",
|
|
|
"channel": "Channel",
|
|
|
"pattern_desc": "Path name of wiki. Pattern expression with <code>*</code> can be used.",
|
|
|
"channel_desc": "Slack channel name. Without <code>#</code>.",
|
|
|
- "valid_page": "Enable/Disable Notification",
|
|
|
+ "valid_page": "Enable/disable Notification",
|
|
|
"link_notification_help": "<strong>The page that is able to be viewed only by those who know the link 'Anyone with the link'</strong> is not notified always.",
|
|
|
- "just_me_notification_help": "<strong>The page that is restricted by 'only me'</strong> is notify when the page edited.",
|
|
|
+ "just_me_notification_help": "<strong>The page that is restricted by 'Only Me'</strong> is notify when the page edited.",
|
|
|
"group_notification_help": "<strong>The page that is restricted by 'User Group'</strong> is notify when the page edited.",
|
|
|
- "notification_list": "List of Notification Settings",
|
|
|
- "add_notification": "Add New",
|
|
|
- "trigger_path": "Trigger Path",
|
|
|
+ "notification_list": "List of notification settings",
|
|
|
+ "add_notification": "Add new",
|
|
|
+ "trigger_path": "Trigger path",
|
|
|
"trigger_path_help": "(expression with <code>*</code> is supported)",
|
|
|
- "trigger_events": "Trigger Events",
|
|
|
- "notify_to": "Notify To",
|
|
|
+ "trigger_events": "Trigger events",
|
|
|
+ "notify_to": "Notify to",
|
|
|
"back_to_list": "Go back to list",
|
|
|
"notification_detail": "Notification Setting Details",
|
|
|
"event_pageCreate": "When new page is \"CREATED\"",
|