1
0
Fork 0
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:
McMatts 2022-03-09 14:04:17 -05:00
parent a236cbb01c
commit 371706fb49
5 changed files with 100 additions and 70 deletions

View file

@ -14,6 +14,8 @@
"duplicate": "Duplicate",
"edit": "Edit",
"download": "Download",
"upload": "upload",
"uploaded": "Uploaded",
"import": "Import",
"export": "Export",
"exported": "Exported",
@ -99,8 +101,11 @@
"references": "references",
"move_up": "Move up",
"move_down": "Move down",
"indent": "Indent",
"outdent": "Outdent",
"default": "Default",
"no_undo": "Proceed with caution as there is no undo",
"show_hide": "Show/hide",
"public": "Public",
"public_explain": "Public - can be seen by everyone",
@ -119,7 +124,7 @@
"categories": "Categories",
"tag": "Tag",
"tags": "Tags",
"revisions": "revisions",
"revisions": "Revisions",
"versions": "Versions",
"version": "Version",
"change_control": "Change Control",
@ -142,6 +147,7 @@
"bookmarks": "Bookmarks",
"bookmark_remove": "Remove bookmark",
"new": "New",
"copy_link": "Copy link",
"new_canvas": "Blank anvas",
"new_template": "From template",
@ -203,9 +209,27 @@
"protection_type_open": "Open",
"protection_type_protected": "Protected",
"protection_type_locked": "Locked",
"doc_request_": "Request contribution",
"doc_request_feedback": "Request feedback",
"doc_request_read": "Request read",
"doc_request_publication": "Request publication",
"doc_secure_share": "Share via secure external link",
"template_save": "Save as Template",
"template_name_explain": "Good template name conveys document type",
"template_desc_explain": "Explain use case for this template",
"print_explain": "Print all content or select sections",
"doc_delete_confirm": "Are you sure you want to delete this document?",
"attachment_delete": "Delete Attachment",
"attachment_delete_confirm": "Are you sure you want to delete this attachment?",
"section_insert": "Insert Section",
"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?",
"section_delete_children": "Also delete child sections",
"section_publish": "Publish Re-usable Content Block",
"section_publish_name_explain": "Provide a short title for the reusable content block",
"section_publish_desc_explain": "Short description to help others understand the reusable content block",
"link_insert": "Insert Link",
"link_type_section": "Section",
"link_type_section_explain": "Link to content within this document",