1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

i18n space strings

This commit is contained in:
McMatts 2022-03-08 17:05:12 -05:00
parent 5e687f5ef4
commit 93b6f26365
3 changed files with 94 additions and 62 deletions

View file

@ -22,6 +22,7 @@
"file": "File",
"insert": "Insert",
"invite": "Invite",
"message": "Message",
"join": "Join",
"leave": "Leave",
"login": "Login",
@ -135,8 +136,8 @@
"content": "Content",
"template": "Template",
"templates": "Templates",
"document": "document",
"documents": "documents",
"document": "Document",
"documents": "Documents",
"bookmark": "Bookmark",
"bookmarks": "Bookmarks",
"bookmark_remove": "Remove bookmark",
@ -170,6 +171,7 @@
"space_copy_document": "Copy documents",
"space_empty_state": "Add documents via + CONTENT",
"space_lockout": "Space permissions are preventing you from viewing and creating documents",
"space_invite_message": "Hey there, I am sharing the {1} space (in {2}) with you so we can both collaborate on documentation.",
"protection_none": "Changes permitted without approval",
"protection_lock": "Locked, changes not permitted",
"protection_review": "Changes require approval before publication",
@ -184,8 +186,8 @@
"content_revisions_explain": "Review previous content changes and roll back edits",
"move_documents": "Move documents",
"delete_documents": "Delete documents",
"feedback_enable": "Enable Feedback",
"feedback_prompt": "Feedback Prompt",
"feedback_enable": "Enable feedback",
"feedback_prompt": "Feedback prompt",
"feedback_prompt_hint": "Enter prompt asking for user feedback",
"feedback_prompt_explain": "Specify the prompt, e.g. Did this help you? Was this helpful? Did you find what you needed?",
"likes_prompt": "Did this help you?",
@ -198,6 +200,36 @@
"category_permissions": "Category Permissions",
"category_permissions_explain": "Select who can view documents within category",
"space_permissions": "Space Permissions",
"space_permissions_explain": "Assign permissions to users or groups and invite new users to this space",
"space_permission_view": "View",
"space_permission_view_explain": "See content within this space",
"space_permission_manage": "Manage",
"space_permission_manage_explain": "Manage all aspects of space except deletion",
"space_permission_owner": "Owner",
"space_permission_owner_explain": "Manage and delete space",
"space_permission_doc_create": "Create",
"space_permission_doc_create_explain": "Can create new documents in space",
"space_permission_doc_edit": "Edit",
"space_permission_doc_edit_explain": "Can change document contents",
"space_permission_doc_delete": "Delete",
"space_permission_doc_delete_explain": "Can remove documents from space",
"space_permission_doc_move": "Move",
"space_permission_doc_move_explain": "Can move documents from this space to another space",
"space_permission_doc_copy": "Copy",
"space_permission_doc_copy_explain": "Can duplicate documents",
"space_permission_doc_template": "Templates",
"space_permission_doc_template_explain": "Can create and publish document templates",
"space_permission_doc_approval": "Approval",
"space_permission_doc_approval_explain": "Can (1) approve or reject document changes; (2) move documents from draft to live",
"space_permission_doc_draft": "Draft",
"space_permission_doc_draft_explain": "Can view and work on documents marked as draft",
"space_permission_doc_version": "Versions",
"space_permission_doc_version_explain": "Can create document version and link them together",
"space_permission_add_user": "Add users to this space",
"space_permission_invite_user": "Invite users to this space",
"space_permission_invite_explain": "Comma separate multiple email addresses",
"login_cas": "Authenticating with CAS...",
"login_cass_error": "CAS authentication failure",
"login_keycloak": "Authenticating with Keycloak...",