mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
i18n doc strings
This commit is contained in:
parent
371706fb49
commit
bca7794c00
9 changed files with 50 additions and 32 deletions
|
@ -67,6 +67,7 @@
|
|||
"published": "Published",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"excerpt": "Excerpt",
|
||||
"icon": "Icon",
|
||||
"color": "Color",
|
||||
"visibility": "Visibility",
|
||||
|
@ -124,6 +125,7 @@
|
|||
"categories": "Categories",
|
||||
"tag": "Tag",
|
||||
"tags": "Tags",
|
||||
"tag_rules": "Specify up to {1} tags — lowercase, characters, numbers, hyphens only",
|
||||
"revisions": "Revisions",
|
||||
"versions": "Versions",
|
||||
"version": "Version",
|
||||
|
@ -143,12 +145,14 @@
|
|||
"templates": "Templates",
|
||||
"document": "Document",
|
||||
"documents": "Documents",
|
||||
"attachments": "Attachments",
|
||||
"bookmark": "Bookmark",
|
||||
"bookmarks": "Bookmarks",
|
||||
"bookmark_remove": "Remove bookmark",
|
||||
"new": "New",
|
||||
"copy_link": "Copy link",
|
||||
|
||||
"toc": "table of contents",
|
||||
"new_canvas": "Blank anvas",
|
||||
"new_template": "From template",
|
||||
"new_import": "Import files",
|
||||
|
@ -181,9 +185,6 @@
|
|||
"protection_none": "Changes permitted without approval",
|
||||
"protection_lock": "Locked, changes not permitted",
|
||||
"protection_review": "Changes require approval before publication",
|
||||
"approval_anybody": "Approval required from any approver",
|
||||
"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",
|
||||
|
@ -196,6 +197,9 @@
|
|||
"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?",
|
||||
"feedback_thanks": "Thanks for the feedback!",
|
||||
"feedback_help_yes": "Yes, thanks!",
|
||||
"feedback_help_no": "Not really",
|
||||
"likes_prompt": "Did this help you?",
|
||||
"delete_confirm": "Are you sure you want to delete?",
|
||||
"category_assignment_summary": "Assigned to {1} documents and viewable by {2} users/groups",
|
||||
|
@ -205,6 +209,17 @@
|
|||
"category_delete_confirm": "Are you sure you want to delete this category?",
|
||||
"category_permissions": "Category Permissions",
|
||||
"category_permissions_explain": "Select who can view documents within category",
|
||||
"category_none": "This space has no categories yet",
|
||||
|
||||
"approval_anybody": "Approval required from any approver",
|
||||
"approval_majority": "Majority approval required from approvers",
|
||||
"approval_unanimous": "Unanimous approval required from all approvers",
|
||||
"approval_pending": "Pending changes",
|
||||
"approval_awaiting": "Awaiting approval",
|
||||
|
||||
"revision_none": "No revisions made",
|
||||
"revision_restore": "Restore Section",
|
||||
"revision_restore_confirm": "Are you sure you want to restore this revision?",
|
||||
|
||||
"protection_type_open": "Open",
|
||||
"protection_type_protected": "Protected",
|
||||
|
@ -214,6 +229,7 @@
|
|||
"doc_request_read": "Request read",
|
||||
"doc_request_publication": "Request publication",
|
||||
"doc_secure_share": "Share via secure external link",
|
||||
"doc_category_explain": "Assign one or more categories to help organize content within this space",
|
||||
"template_save": "Save as Template",
|
||||
"template_name_explain": "Good template name conveys document type",
|
||||
"template_desc_explain": "Explain use case for this template",
|
||||
|
@ -223,6 +239,7 @@
|
|||
"attachment_delete_confirm": "Are you sure you want to delete this attachment?",
|
||||
|
||||
"section_insert": "Insert Section",
|
||||
"section_insert_here": "Insert section here",
|
||||
"section_copy_explain": "This section and all nested sections will be copied to the selected document.",
|
||||
"section_move_explain": "This section and all nested sections will be moved to the selected document.",
|
||||
"section_delete": "Are you sure you want to delete this section?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue