1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

i18n page strings

This commit is contained in:
McMatts 2022-03-04 13:07:11 -05:00
parent 4ab48cc67d
commit 59dc6ea991
29 changed files with 125 additions and 107 deletions

View file

@ -15,6 +15,7 @@
"edit": "Edit",
"import": "Import",
"export": "Export",
"exported": "Exported",
"test": "Test",
"error": "Error",
"file": "File",
@ -23,8 +24,10 @@
"join": "Join",
"leave": "Leave",
"login": "Login",
"logout": "logout",
"authentication": "Authentication",
"move": "Move",
"moved": "Moved",
"next": "Next",
"ok": "OK",
"preview": "Preview",
@ -44,7 +47,6 @@
"sort": "Sort",
"unassigned": "Unassigned",
"update": "Update",
"version": "Version",
"viewed": "Viewed",
"edited": "Edited",
"draft": "Draft",
@ -62,6 +64,8 @@
"lastname": "Lastname",
"email": "Email",
"password": "Password",
"password_new": "New Password",
"username": "Username",
"password_confirm": "Confirm Password",
"encryption": "Encryption",
"notice": "Notice",
@ -69,18 +73,34 @@
"restore": "Restore",
"completed": "Completed",
"please_wait": "Please wait..",
"filter": "Filter",
"all": "All",
"not_found": "Not found",
"expand_collapse": "Expand/collapse",
"options": "Options",
"settings": "Settings",
"about": "About",
"meta": "Meta",
"permissions": "Permissions",
"public": "Public",
"protected": "Protected",
"personal": "Personal",
"label": "Label",
"labels": "Labels",
"labels_none": "No labels",
"label_unclassified": "Unclassified",
"space": "Space",
"spaces": "Spaces",
"categories": "Categories",
"tags": "Tags",
"revisions": "revisions",
"versions": "Versions",
"version": "Version",
"change_control": "Change Control",
"pinned": "Pinned",
"unpinned": "Unpinned",
"blocks": "Content Blocks",
"space_new": "New Space",
"space_name": "Space name",
@ -91,7 +111,6 @@
"space_copy_template": "Copy templates",
"space_copy_permission": "Copy permissions",
"space_copy_document": "Copy documents",
"protection_none": "Changes permitted without approval",
"protection_lock": "Locked, changes not permitted",
"protection_review": "Changes require approval before publication",
@ -99,7 +118,24 @@
"approval_majority": "Majority approval required from approvers",
"approval_unanimous": "Unanimous approval required from all approvers",
"template_published": "Published Template",
"block_explain": "Content blocks provide re-usable content that can be inserted into any document",
"block_published": "Published Block",
"upload_attachment": "Upload Attachments",
"content_revisions": "Content Revisions",
"content_revisions_explain": "Review previous content changes and roll back edits",
"login_cas": "Authenticating with CAS...",
"login_cass_error": "CAS authentication failure",
"login_keycloak": "Authenticating with Keycloak...",
"login_keycloak_error": "Keycloak authentication failure",
"login_invalid": "Invalid credentials",
"forgot_password": "Forgot your password?",
"reset_password": "Reset Password",
"reset_password_next": "Thanks. Check your email for instructions.",
"password_strong": "Choose a strong password",
"password_match": "Passwords must match",
"welcome": "Welcome to Documize",
"welcome_explain": "Let's set up your account and get you started",
"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).",
@ -204,7 +240,6 @@
"user_delete_confirm": "Are you sure you want to delete user {1}?",
"user_selected_delete_confirm": "Are you sure you want to delete selected users?",
"user_delete": "Delete User",
"permissions": "Permissions",
"permission_spaces": "Spaces",
"permission_spaces_explain": "Can add spaces, both personal and shared with others",
"permission_visible": "Visible",
@ -215,7 +250,6 @@
"permission_analytics_explain": "Can view analytical reports",
"permission_active": "Active",
"permission_active_explain": "Can login and use Documize Community",
"auth_role_space": "Can Create Spaces",
"auth_disable_logout": "Disable Logout",
"auth_dual_login": "Dual Login",
@ -272,7 +306,6 @@
"auth_cas_url_explain": "e.g. http://localhost:8888/auth",
"auth_cas_back_url": "Documize CAS URL",
"auth_cas_back_url_explain": "e.g. http://Documize-URL/auth/cas",
"administration": "Administration",
"admin_general": "General",
"admin_general_explain": "Options to help you customize Documize Community",
@ -294,6 +327,8 @@
"admin_labels_explain": "Group and navigate spaces with visual labels",
"admin_search_explain": "Rebuild the search index",
"404": "Oops! That page couldn't be found.",
"404_explain": "Maybe the content you're looking for is no longer available?",
"close_account": "Please close my Documize account.",
"third_party": "Documize Community utilizes open source libraries and components from third parties"
}