diff --git a/gui/public/i18n/en-US.json b/gui/public/i18n/en-US.json
index 4fe9287b..65cb203a 100644
--- a/gui/public/i18n/en-US.json
+++ b/gui/public/i18n/en-US.json
@@ -53,6 +53,7 @@
"name": "Name",
"description": "Description",
"icon": "Icon",
+ "running": "Running...",
"filter": "Filter",
"all": "All",
@@ -86,5 +87,61 @@
"block_published": "Published Block",
- "z": "z"
+ "auth_email_password": "Built-in email/password",
+ "auth_connect_keycloak": "Connect to authentication server",
+ "auth_connect_ldap": "Connect to LDAP/Active Directory",
+ "auth_connect_cas": "Connect to Central Authentication Server",
+
+ "backup_explain1": "Documize Community is a multi-tenanted application enabling both 'tech.mycompany.com' and 'sales.mycompany.com' to run using the same executable/database. As a Documize Community Global Administrator, you will be performing a complete system-wide backup across all tenants. The Documize Community Tenant Administrator can login to perform a tenant-level backup (e.g. marketing.mycompany.com).",
+ "backup_explain2": "Documize Community is a multi-tenanted application enabling both 'tech.mycompany.com' and 'sales.mycompany.com' to run using the same executable/database. A Documize Community Global Administrator, you will be performing a complete system-wide backup across all tenants. As a Documize Community Tenant Administrator you can perform a tenant-level backup (e.g. marketing.mycompany.com).",
+ "backup_explain3": "It can take several minutes to complete the backup process -- please be patient while the backup operation is in progress.",
+ "backup_retain": "Retain backup file on server",
+ "backup_running": "Backup running, please wait...",
+ "backup_tenant": "Backup Tenant",
+ "backup_system": "Backup System",
+ "backup_failed": "Backup failed -- please check server logs",
+ "backup_success": "Backup successful",
+ "restore_explain1": "Restore from a system backup should only be performed on an empty Documize Community database.",
+ "restore_explain2": "Restore operation will re-create users, groups, permissions, spaces, categories and content.",
+ "restore_explain3": "It can take several minutes to complete the restore process -- please be patient while the restore operation is in progress.",
+ "restore_select_file": "Choose backup file",
+ "restore_failed": "Restore failed -- please check server logs",
+ "restore_success": "Restore completed -- restart your browser and log in",
+ "restore_confirm": "Confirm Restore",
+ "restore_confirm_input": "Please type RESTORE to commence the process",
+ "restore_warn": "You should only restore to an empty Documize Community instance",
+
+ "changelog_available": "Product update is available",
+ "changelog_guidance": "To upgrade, replace existing binary and restart Documize Community.",
+
+ "customize_name": "Site Name",
+ "customize_name_explain": "Provide short title for this Documize Community instance",
+ "customize_message": "Site Message",
+ "customize_message_explain": "Provide short message explaining this Documize Community instance",
+ "customize_theme": "Site Theme",
+ "customize_logo": "Site Logo",
+ "customize_logo_default": "Use Default",
+ "customize_logo_upload": "Upload Custom",
+ "customize_logo_explain": "You can choose to upload a small logo (e.g. 64px x 64px)",
+ "customize_subdomain": "Site URL Subdomain",
+ "customize_subdomain_explain": "If you are hosting on 'docs.example.org' then the subdomain value should be set to 'docs'",
+ "customize_anon": "Public Spaces Viewable By Anonymous Users",
+ "customize_anon_explain": "Share content with unauthenticated site visitors",
+ "customize_conversion_url": "Conversion Service URL",
+ "customize_conversion_explain": "Endpoint for handling import/export",
+ "customize_tags": "Maximum Tags Per Document",
+ "customize_tags_explain": "How many tags can be assigned to a document (between 3 and 10 tags)",
+ "integration_jira_url": "URL",
+ "integration_jira_url_explain": "Fully qualified domain name for your Jira instance e.g. http://jira.example.org",
+ "integration_jira_username": "Username",
+ "integration_jira_username_explain": "Your Jira login username/email",
+ "integration_jira_password": "Password",
+ "integration_jira_password_explain": "Provide API Token if using Atlassian Cloud or Password when self-hosting Jira",
+ "integration_trello_appkey": "App Key",
+ "search_reindex": "It can take up to 30 minutes to rebuild the search index.",
+ "search_reindex_rebuild": "Rebuild",
+ "search_reindex_start": "Starting search re-index process",
+ "search_reindex_finish": "Search re-indexing complete",
+
+ "x": "x"
}