{
"mailer_setup_required":"Email settings are required to send.",
"admin_top": {
"management_wiki": "Management Wiki",
"system_information": "System information",
"wiki_administrator": "Only wiki administrator can access this page",
"assign_administrator": "You can assign the selected user to be a wiki administrator on the User Management page using the 'Give admin access' button",
"list_of_installed_plugins": "List of installed plugins",
"package_name": "Package name",
"specified_version": "Specified version",
"installed_version": "Installed version",
"list_of_env_vars":"List of environment variables",
"env_var_priority": "For environment variables other than security, the value of the database is obtained preferentially.",
"about_security": "Check Security Settings for security environment variables.",
"copy_prefilled_host_information": {
"default": "Copy prefilled host information",
"done": "Copied to clipboard!"
},
"bug_report": "Submitting a bug report",
"submit_bug_report": "then submit your issue to GitHub."
},
"v5_page_migration": {
"page_tree_not_avaliable" : "Page tree feature is not available yet.",
"go_to_settings": "Go to settings to enable the feature",
"migration_desc": "There are some pages with old v4 compatibility. To take advantage of new features such as page trees and easy renaming, please convert all your pages to v5 compatibility.",
"migration_note": "Note: You will lose unique constraints from the page paths.",
"upgrade_to_v5": "Convert to v5 compatibility",
"modal_migration_warning": "This process may take long. It is highly recommended that administrators tell users not to create, modify, or delete pages during the conversion.",
"start_upgrading": "Start converting to v5 compatibility",
"successfully_started": "Succeeded to start the conversion",
"already_upgraded": "You have already completed the conversion to v5 compatibility",
"header_upgrading_progress": "Upgrade Progress",
"migration_succeeded": "Your upgrade has been successfully completed! Exit maintenance mode and GROWI can be used.",
"migration_failed": "Upgrade failed. Please refer to the GROWI docs for information on what to do in the event of failure."
},
"maintenance_mode": {
"maintenance_mode": "Maintenance Mode",
"under_maintenance_mode": "Under Maintenance Mode",
"failed_to_start_maintenance_mode": "Failed to start maintenance mode",
"failed_to_end_maintenance_mode": "Failed to end maintenance mode",
"successfully_started_maintenance_mode": "Succussfully started maintenance mode",
"successfully_ended_maintenance_mode": "Succussfully ended maintenance mode",
"warning_message_to_start": "You will NOT able to access other than admin settings page. General users will NOT able to access to any contents until maintenance mode ends manually.",
"warning_message_to_end": "Please make sure that \"data importing\" or \"upgrading to v5\" is already done or not. If not, it is highly recommended to keep maintenance mode on.",
"supplymentary_message_to_start": "As for the API, only the administrator API will be functional.",
"start_maintenance_mode": "Start maintenance mode",
"end_maintenance_mode": "End maintenance mode",
"description": "Maintenance mode restricts all user operations. Always start the maintenance mode before \"importing data\" and \"upgrading to V5\". To exit, go to \"Security Settings\" > \"Maintenance Mode\"."
},
"app_setting": {
"site_name": "Site name",
"sitename_change": "You can change site name which is used for header and HTML title.",
"header_content": "The contents entered here will be shown in the header etc.",
"site_url_desc": "This is for the site URL setting.",
"site_url_warn": "Some features don't work because the site URL is not set.",
"siteurl_help": "Site full URL beginning from http:// or https://.",
"confidential_name": "Confidential name",
"confidential_example": "ex): internal use only",
"default_language": "Default language for new users",
"default_mail_visibility": "Disclose e-mail for new users",
"file_uploading": "File uploading",
"enable_files_except_image": "Enabling this option will allow upload of any file type. Without this option, only image file upload is supported.",
"attach_enable": "You can attach files other than image files if you enable this option.",
"update": "Update",
"mail_settings": "E-mail Settings",
"mailer_is_not_set_up": "E-mail setting is not set up.",
"from_e-mail_address": "From e-mail address",
"transmission_method":"Transmission Method",
"smtp_label":"SMTP",
"ses_label":"SES(AWS)",
"send_test_email": "Send a test-email",
"success_to_send_test_email": "Success to send a test-email",
"smtp_settings": "SMTP settings",
"host": "Host",
"port": "Port",
"user": "User",
"initialize_mail_settings": "initialize e-mail settings",
"initialize_mail_modal_header": "Initialize e-mail settings",
"confirm_to_initialize_mail_settings": "You can't restore to the current settings. Are you sure you want to initialize e-mail settings?",
"file_upload_settings":"File Upload Settings",
"file_upload_method":"File Upload Method",
"file_delivery_method":"File Delivery Method",
"file_delivery_method_redirect":"Redirect",
"file_delivery_method_relay":"Internal System Relay",
"file_delivery_method_redirect_info":"Redirect: It redirects to a signed URL without GROWI server, it gives excellent performance.",
"file_delivery_method_relay_info":"Internal System Relay: The GROWI server delivers to clients, it provides complete security.",
"fixed_by_env_var": "This is fixed by the env var FILE_UPLOAD={{fileUploadType}}.",
"gcs_label": "GCP(GCS)",
"aws_label": "AWS(S3)",
"local_label": "Local",
"gridfs_label": "MongoDB(GridFS)",
"file_upload": "This is for uploading file settings. If you complete file upload settings, file upload function, profile picture function etc will be enabled.",
"ses_settings":"SES settings",
"test_connection": "Test connection to mail",
"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",
"bucket_name": "Bucket name",
"custom_endpoint": "Custom endpoint",
"custom_endpoint_change": "Input the URL of the endpoint of an object storage service like MinIO that has a S3-compatible API. Amazon S3 is used if empty.",
"plugin_settings": "Plugin settings",
"enable_plugin_loading": "Enable plugin loading",
"load_plugins": "Load_plugins",
"enable": "Enable",
"disable": "Disable",
"use_env_var_if_empty": "If the value in the database is empty, the value of the environment variable {{variable}} is used.",
"note_for_the_only_env_option": "The GCS Settings is limited by the value of environment variable.
To change this setting, please change to false or delete the value of the environment variable {{env}} ."
},
"markdown_setting": {
"lineBreak_header": "Line break setting",
"lineBreak_desc": "You can change line break settings.",
"lineBreak_options": {
"enable_lineBreak": "Enable line break",
"enable_lineBreak_desc": "Convert line break in the text page to<br>in HTML",
"enable_lineBreak_for_comment": "Enable line break in comment",
"enable_lineBreak_for_comment_desc": "Convert line break in comment to<br>in HTML"
},
"indent_header": "Indent setting",
"indent_desc": "You can change indent settings.",
"indent_options": {
"indentSize": "Default indent size",
"indentSize_desc": "Set the default indent size for the Markdown editor",
"disallow_indent_change": "Disallow change of indent size by users",
"disallow_indent_change_desc": "Force users to use ther default indent size."
},
"presentation_header": "Presentation setting",
"presentation_desc": "You can change presentation settings.",
"presentation_options": {
"page_break_setting": "Page break setting",
"preset_one_separator": "Preset 1",
"preset_one_separator_desc": "3 Blank lines",
"preset_one_separator_value": "\\n\\n\\n",
"preset_two_separator": "Preset 2",
"preset_two_separator_desc": "5 Hyphens",
"preset_two_separator_value": "-----",
"custom_separator": "Custom",
"custom_separator_desc": "Regular expression"
},
"xss_header": "Prevent XSS(cross site scripting) setting",
"xss_desc": "You can change the handling of HTML tags in markdown text.",
"xss_options": {
"enable_xss_prevention": "Enable XSS prevention",
"remove_all_tags": "Remove all tags",
"remove_all_tags_desc": "Stripe all HTML tags and attributes",
"recommended_setting": "Recommended setting",
"custom_whitelist": "Custom whitelist",
"tag_names": "Tag names",
"tag_attributes": "Tag attributes",
"import_recommended": "Import recommended {{target}}"
}
},
"customize_setting": {
"default_sidebar_mode": {
"title": "Default sidebar mode",
"desc": "You can set the sidebar mode for new users and guests visiting the page.",
"dock_mode_default_desc": "You can set the initial state of the sidebar when Dock Mode is selected.",
"dock_mode_default_open": "Open the page as it was opened from the beginning",
"dock_mode_default_close": "Open the page as it was closed from the beginning"
},
"layout": "Layout",
"layout_options": {
"default": "Default content width",
"expanded": "Content width 100%"
},
"theme": "Theme",
"theme_desc": {
"light_and_dark": "Light and dark modes",
"unique": "Only one mode"
},
"function": "Function",
"function_desc": "You can choose Valid/Invalid of the function",
"function_options": {
"timeline": "Timeline function",
"timeline_desc1": "You can show the timeline of the child pages.",
"timeline_desc2": "If there are many child pages, performance decreases while page loading.",
"timeline_desc3": "You can speed up list page display by invalidating.",
"tab_switch": "Save tab-switching in the browser",
"tab_switch_desc1": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
"tab_switch_desc2": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
"attach_title_header": "Add h1 section when create new page automatically",
"attach_title_header_desc": "Add page path to the first line as h1 section when create new page.",
"list_num_s": "Number of list displayed on modals",
"list_num_desc_s": "Set number of list per page such as 'Page List', 'Timeline', 'Page History' and 'Attachment' pages.",
"list_num_m": "Number of list displayed on article pages included other contents",
"list_num_desc_m": "Set number of list per page such as 'Bookmarks' and 'Recently created' pages.",
"list_num_l": "Number of list displayed on 'Search' pages",
"list_num_desc_l": "Set number of list per page such as 'Search' pages.",
"list_num_xl": "Number of list displayed on article pages",
"list_num_desc_xl": "Set number of list per page such as 'Not found' and 'Trash' pages.",
"stale_notification": "Display notification on stale pages",
"stale_notification_desc": "Displays the notification to pages more than 1 year since the last update.",
"show_all_reply_comments": "Show all reply comments",
"show_all_reply_comments_desc": "When the setting value is off, comments other than the latest two are omitted.",
"select_search_scope_children_as_default": "Select 'Only children of this tree' as default value of search range",
"select_search_scope_children_as_default_desc": "When the setting value is off, 'All pages' is used as default value of search range."
},
"code_highlight": "Code highlight",
"nocdn_desc": "This function is disabled when the environment variable NO_CDN=true.
Github style has been forcibly applied.",
"custom_title": "Custom title",
"custom_title_detail": "You can customize <title> tag. Following placeholders will be automatically replaced:",
"custom_title_detail_placeholder1": "{{sitename}} - The site name of this wiki.",
"custom_title_detail_placeholder2": "{{pagename}} - The page name of the current page.",
"custom_title_detail_placeholder3": "{{pagepath}} - The page path of the current page.",
"custom_header": "Custom HTML header",
"custom_header_detail": "You can customize HTML header that applies all pages. Your custom script will be inserted in <header> but above other <script> tags.
Relaod page to see changes.",
"custom_css": "Custom CSS",
"write_css": "You can write CSS that is applied to whole system.",
"ctrl_space": "Ctrl+Space to autocomplete",
"custom_script": "Custom script",
"write_java": "You can write Javascript that is applied to whole system.",
"reflect_change": "You need to reload the page to reflect the change.",
"custom_logo" : "Custom Logo",
"default_logo": "Default Logo",
"upload_logo": "Upload Logo",
"current_logo": "Current Logo",
"upload_new_logo": "Upload New Logo",
"delete_logo": "Delete Logo"
},
"importer_management": {
"beta_warning": "This function is Beta.",
"import_from": "Import from {{from}}",
"import_growi_archive": "Import GROWI archive",
"error": {
"only_upsert_available": "Only 'Upsert' option is available for pages collection."
},
"growi_settings": {
"description_of_import_mode": {
"about": "When you import data with the same name as an existing one, choose from the following three modes below.",
"insert": "Insert: Skip importing the data.",
"upsert": "Upsert: Overwrite and update the existing data with imported data.",
"flash_and_insert": "Flash and Insert: After deleting the existing data completely, import the data"
},
"growi_archive_file": "GROWI Archive File",
"uploaded_data": "Uploaded Data",
"extracted_file": "Extracted File",
"collection": "Collection",
"upload": "Upload",
"discard": "Discard uploaded data",
"errors": {
"different_versions": "This growi and the uploaded data versions are not met",
"at_least_one": "Select one or more collections.",
"page_and_revision": "'Pages' and 'Revisions' must be imported both.",
"depends": "'{{target}}' must be selected when '{{condition}}' is selected."
},
"configuration": {
"pages": {
"overwrite_author": {
"label": "Overwrite page's author with the current user",
"desc": "Recommended NOT to check this when users will also be restored."
},
"set_public_to_page": {
"label": "Set 'Public' to the pages that is '{{from}}'",
"desc": "Make sure that this configuration makes all '{{from}}' pages readable from ANY users."
},
"initialize_meta_datas": {
"label": "Initialize page's like, read users and comment count",
"desc": "Recommended NOT to check this when users will also be restored."
},
"initialize_hackmd_related_datas": {
"label": "Initialize HackMD related data",
"desc": "Recommended to check this unless there is important drafts on HackMD."
}
},
"revisions": {
"overwrite_author": {
"label": "Overwrite revision's author with the current user",
"desc": "Recommended NOT to check this when users will also be restored."
}
}
}
},
"esa_settings": {
"team_name": "Team name",
"access_token": "Access token",
"test_connection": "Test connection to esa"
},
"qiita_settings": {
"team_name": "Team name",
"access_token": "Access token",
"test_connection": "Test connection to qiita:team"
},
"import": "Import",
"skip_username_and_email_when_overlapped": "Skip username and email using same username and email in new environment",
"prepare_new_account_for_migration":"Prepare new account for migration",
"archive_data_import_detail":"More Details? Ckick here.",
"admin_archive_data_import_guide_url":"https://docs.growi.org/en/admin-guide/management-cookbook/import.html",
"page_skip": "Pages with a name that already exists on GROWI are not imported",
"Directory_hierarchy_tag": "Directory hierarchy tag"
},
"export_management": {
"exporting_collection_list": "Exporting Collection List",
"exported_data_list": "Exported Archive Data List",
"export_collections": "Export Collections",
"check_all": "Check All",
"uncheck_all": "Uncheck All",
"desc_password_seed": "
DO NOT FORGET to set current PASSWORD_SEED to your new GROWI system when restoring user data, or users will NOT be able to login with their password.
HINT:
The current PASSWORD_SEED will be stored in meta.json in exported ZIP.
{{variable}} is used.",
"access_token_settings": {
"regenerate": "Regenerate"
},
"delete": "Delete",
"integration_procedure": "Integration Procedure",
"custom_bot_without_proxy_settings": "Custom Bot without proxy Settings",
"integration_failed":"Integration failed",
"official_bot_settings": "Official bot Settings",
"reset": "Reset",
"reset_all_settings": "Reset all settings",
"delete_slackbot_settings": "Delete Slack Bot settings",
"slackbot_settings_notice": "The Slack workspace integration procedure will be deleted. {{key}}={{value}}.",
"available_action_list": "Search / View All Available Actions",
"available_action_list_explain": "List of actions that can be searched/viewed in the current settings",
"action_list": "Action List",
"disable_mode_explain": "Audit log is currently disabled. To enable it, set the environment variable AUDIT_LOG_ENABLED to true.",
"docs_url": {
"log_type": "https://docs.growi.org/en/admin-guide/admin-cookbook/audit-log-setup.html#log-types"
}
},
"audit_log_action_category": {
"Page": "Page",
"Comment": "Comment",
"Tag": "Tag",
"Attachment": "Attachment",
"ShareLink": "ShareLink",
"Search": "Search",
"User": "User",
"Admin": "Admin"
},
"audit_log_action": {
"USER_REGISTRATION_SUCCESS": "User Creation",
"USER_LOGIN_WITH_LOCAL": "Login with ID/Password",
"USER_LOGIN_WITH_LDAP": "Login with LDAP",
"USER_LOGIN_WITH_GOOGLE": "Login with Google",
"USER_LOGIN_WITH_GITHUB": "Login with GitHub",
"USER_LOGIN_WITH_TWITTER": "Login with Twitter",
"USER_LOGIN_WITH_OIDC": "Login with OIDC",
"USER_LOGIN_WITH_SAML": "Login with SAML",
"USER_LOGIN_WITH_BASIC": "Login with BASIC",
"USER_LOGIN_FAILURE": "Login failure",
"USER_LOGOUT": "Logout",
"USER_FOGOT_PASSWORD": "Request password reset",
"USER_RESET_PASSWORD": "Reset password",
"USER_PERSONAL_SETTINGS_UPDATE": "User personal settings update",
"USER_IMAGE_TYPE_UPDATE": "User image type update",
"USER_LDAP_ACCOUNT_ASSOCIATE": "LDAP account associate",
"USER_LDAP_ACCOUNT_DISCONNECT": "LDAP account disconnect",
"USER_PASSWORD_UPDATE": "Password update",
"USER_API_TOKEN_UPDATE": "API Token update",
"USER_EDITOR_SETTINGS_UPDATE": "Editor settings update",
"USER_IN_APP_NOTIFICATION_SETTINGS_UPDATE": "In-App Notification settings update",
"PAGE_VIEW": "Page view",
"PAGE_USER_HOME_VIEW": "Page view (User home)",
"PAGE_FORBIDDEN": "Page view (Fobidden page)",
"PAGE_NOT_FOUND": "Page view (Not found page)",
"PAGE_NOT_CREATABLE": "Page view(Not Creatable page)",
"PAGE_LIKE": "Like",
"PAGE_UNLIKE": "Unlike",
"PAGE_BOOKMARK": "Bookmark",
"PAGE_UNBOOKMARK": "Unbookmark",
"PAGE_CREATE": "Create page",
"PAGE_UPDATE": "Update page",
"PAGE_RENAME": "Rename page",
"PAGE_DUPLICATE": "Duplicate page",
"PAGE_DELETE": "Delete page",
"PAGE_DELETE_COMPLETELY": "Delete completely page",
"PAGE_REVERT": "Revert page",
"PAGE_EMPTY_TRASH": "Empty trash",
"PAGE_SUBSCRIBE": "Subscribe page",
"PAGE_UNSUBSCRIBE": "Unsubscribe page",
"PAGE_EXPORT": "Export page",
"TAG_UPDATE": "Update tags",
"IN_APP_NOTIFICATION_ALL_STATUSES_OPEN": "Read all In-App notifications",
"COMMENT_CREATE": "Create comment",
"COMMENT_UPDATE": "Update comment",
"COMMENT_REMOVE": "Delete comment",
"SHARE_LINK_CREATE": "Create Share link",
"SHARE_LINK_DELETE": "Delete Share link",
"SHARE_LINK_DELETE_BY_PAGE": "Remove all shared links on the page",
"SHARE_LINK_ALL_DELETE": "Delete all share link",
"SHARE_LINK_PAGE_VIEW": "Page view(Share link)",
"SHARE_LINK_EXPIRED_PAGE_VIEW": "Page view(Expired share link)",
"SHARE_LINK_NOT_FOUND": "Page view (Not found share link)",
"ATTACHMENT_ADD": "Add Attachment",
"ATTACHMENT_REMOVE": "Delete Attachment",
"ACTION_ATTACHMENT_DOWNLOAD": "Download Attachment",
"SEARCH_PAGE": "Page Search",
"SEARCH_PAGE_VIEW": "Page view(Search results page)",
"ADMIN_APP_SETTING_UPDATE": "Update App Settings",
"ADMIN_SITE_URL_UPDATE": "Update Site URL Settings",
"ADMIN_MAIL_SMTP_UPDATE": "Update E-mail(SMTP) Settings",
"ADMIN_MAIL_SES_UPDATE": "Update E-mail(SES) Settings",
"ADMIN_MAIL_TEST_SUBMIT" : "Send test mail",
"ADMIN_FILE_UPLOAD_CONFIG_UPDATE": "Update File Upload Settings",
"ADMIN_PLUGIN_UPDATE": "Update Plugin Settings",
"ADMIN_MAINTENANCEMODE_ENABLED": "Enable Maintenance Mode",
"ADMIN_MAINTENANCEMODE_DISABLED": "Disabled Maintenance Mode",
"ADMIN_SECURITY_SETTINGS_UPDATE": "Update Security Settings",
"ADMIN_PERMIT_SHARE_LINK": "Enable Share Link",
"ADMIN_REJECT_SHARE_LINK": "Disable Share Link",
"ADMIN_AUTH_ID_PASS_ENABLED": "Enable ID/Password auth",
"ADMIN_AUTH_ID_PASS_DISABLED": "Disable ID/Password auth",
"ADMIN_AUTH_ID_PASS_UPDATE": "Update ID/Password auth settings",
"ADMIN_AUTH_LDAP_ENABLED": "Enable LDAP auth",
"ADMIN_AUTH_LDAP_DISABLED": "Disable LDAP auth",
"ADMIN_AUTH_LDAP_UPDATE": "Update LDAP auth settings",
"ADMIN_AUTH_SAML_ENABLED": "Enable SAML auth",
"ADMIN_AUTH_SAML_DISABLED": "Disable SAML auth",
"ADMIN_AUTH_SAML_UPDATE": "Update SAML auth settings",
"ADMIN_AUTH_OIDC_ENABLED": "Enable OIDC auth",
"ADMIN_AUTH_OIDC_DISABLED": "Disable OIDC auth",
"ADMIN_AUTH_OIDC_UPDATE": "Update OIDC settings",
"ADMIN_AUTH_BASIC_ENABLED": "Enable BASIC auth",
"ADMIN_AUTH_BASIC_DISABLED": "Disable BASIC auth",
"ADMIN_AUTH_BASIC_UPDATE": "Update BASIC auth settings",
"ADMIN_AUTH_GOOGLE_ENABLED": "Enable Google auth",
"ADMIN_AUTH_GOOGLE_DISABLED": "Disable Google auth",
"ADMIN_AUTH_GOOGLE_UPDATE": "Update Google auth settings",
"ADMIN_AUTH_GITHUB_ENABLED": "Enable GitHub auth",
"ADMIN_AUTH_GITHUB_DISABLED": "Disable GitHub auth",
"ADMIN_AUTH_GITHUB_UPDATE": "Update GitHub auth settings",
"ADMIN_AUTH_TWITTER_ENABLED": "Enable Twitter auth",
"ADMIN_AUTH_TWITTER_DISABLED": "Disable Twitter auth",
"ADMIN_AUTH_TWITTER_UPDATE": "Update Twitter auth settings",
"ADMIN_MARKDOWN_LINE_BREAK_UPDATE": "Update Link Break settings",
"ADMIN_MARKDOWN_INDENT_UPDATE": "Update Indent settings",
"ADMIN_MARKDOWN_PRESENTATION_UPDATE": "Update Presentation setting",
"ADMIN_MARKDOWN_XSS_UPDATE": "Update prevent XSS settings",
"ADMIN_LAYOUT_UPDATE": "Update Layout",
"ADMIN_THEME_UPDATE": "Update Theme",
"ADMIN_SIDEBAR_UPDATE": "Update Default Sidebar mode",
"ADMIN_FUNCTION_UPDATE": "Update Function",
"ADMIN_CODE_HIGHLIGHT_UPDATE": "Update Code Highlight",
"ADMIN_CUSTOM_TITLE_UPDATE": "Update Custom Title",
"ADMIN_CUSTOM_HTML_HEADER_UPDATE": "Update Custom HTML header",
"ADMIN_CUSTOM_CSS_UPDATE": "Update Custom CSS",
"ADMIN_CUSTOM_SCRIPT_UPDATE": "Update Custom script",
"ADMIN_ARCHIVE_DATA_UPLOAD": "Upload Archived Data",
"ADMIN_GROWI_DATA_IMPORTED": "Import Archived Data",
"ADMIN_UPLOADED_GROWI_DATA_DISCARDED": "Discard Archived Data",
"ADMIN_ESA_DATA_IMPORTED": "Import from esa.io",
"ADMIN_ESA_DATA_UPDATED": "Update esa.io import settings",
"ADMIN_CONNECTION_TEST_OF_ESA_DATA": "Test connection to esa",
"ADMIN_QIITA_DATA_IMPORTED": "Import from Qiita:Team",
"ADMIN_QIITA_DATA_UPDATED": "Update Qiita:Team import settings",
"ADMIN_CONNECTION_TEST_OF_QIITA_DATA": "Test connection to Qiita:Team",
"ADMIN_ARCHIVE_DATA_CREATE": "Create Archived Data",
"ADMIN_ARCHIVE_DATA_DOWNLOAD": "Download Archive Data",
"ADMIN_ARCHIVE_DATA_DELETE": "Delete Archive Data",
"ADMIN_USER_NOTIFICATION_SETTINGS_ADD": "Add User trigger notification notification settings",
"ADMIN_USER_NOTIFICATION_SETTINGS_DELETE": "Delete User trigger notification notification settings",
"ADMIN_GLOBAL_NOTIFICATION_SETTINGS_ADD": "Add Grobal notification settings",
"ADMIN_GLOBAL_NOTIFICATION_SETTINGS_UPDATE": "Update Grobal notification settings",
"ADMIN_NOTIFICATION_GRANT_SETTINGS_UPDATE": "Update Grobal notification permissions",
"ADMIN_GLOBAL_NOTIFICATION_SETTINGS_ENABLED": "Enable Grobal notification settings",
"ADMIN_GLOBAL_NOTIFICATION_SETTINGS_DISABLED": "Disable Grobal notification settings",
"ADMIN_GLOBAL_NOTIFICATION_SETTINGS_DELETE": "Delete Grobal notification settings",
"ADMIN_SLACK_WORKSPACE_CREATE": "Add Slack Workspace",
"ADMIN_SLACK_WORKSPACE_DELETE": "Delete Slack Workspace",
"ADMIN_SLACK_BOT_TYPE_UPDATE": "Change Slack bot type",
"ADMIN_SLACK_BOT_TYPE_DELETE": "Delete Slack bot type",
"ADMIN_SLACK_ACCESS_TOKEN_REGENERATE": "Regenerate Slack access token",
"ADMIN_SLACK_MAKE_APP_PRIMARY": "Make the Slack bot primary",
"ADMIN_SLACK_PERMISSION_UPDATE": "Update Slack bot permissions",
"ADMIN_SLACK_PROXY_URI_UPDATE": "Update Proxy URL for Custom bot with proxy",
"ADMIN_SLACK_RELATION_TEST": "Test connection to slack bot",
"ADMIN_SLACK_WITHOUT_PROXY_SETTINGS_UPDATE": "Update Slack bot without proxy settings",
"ADMIN_SLACK_WITHOUT_PROXY_PERMISSION_UPDATE": "Update Slack bot without proxy permissions",
"ADMIN_SLACK_WITHOUT_PROXY_TEST": "Test connection to Slack bot without proxy",
"ADMIN_SLACK_CONFIGURATION_SETTING_UPDATE": "Update Slack Incoming Webhooks configuration",
"ADMIN_USERS_INVITE": "User Invitation",
"ADMIN_USERS_PASSWORD_RESET": "Reset user password",
"ADMIN_USERS_ACTIVATE": "Activate user",
"ADMIN_USERS_DEACTIVATE": "Deactivate user",
"ADMIN_USERS_GIVE_ADMIN": "Give admin access",
"ADMIN_USERS_REMOVE_ADMIN": "Remove admin access",
"ADMIN_USERS_SEND_INVITATION_EMAIL": "Resend invitation email",
"ADMIN_USERS_REMOVE": "Remove user",
"ADMIN_USER_GROUP_CREATE": "Create User Group",
"ADMIN_USER_GROUP_UPDATE": "Update User Group",
"ADMIN_USER_GROUP_DELETE": "Delete User Group",
"ADMIN_USER_GROUP_ADD_USER": "Add User to User Group",
"ADMIN_SEARCH_CONNECTION": "Attempting to reconnect to Elasticsearch",
"ADMIN_SEARCH_INDICES_NORMALIZE": "Normalize of Elasticsearch indexes",
"ADMIN_SEARCH_INDICES_REBUILD": "Rebuild Elasticsearch indexes"
}
}