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

i18n section types

This commit is contained in:
McMatts 2022-03-10 12:10:39 -05:00
parent bca7794c00
commit f735ae1278
11 changed files with 61 additions and 44 deletions

View file

@ -47,6 +47,8 @@
"search": "Search",
"send": "Send",
"share": "Share",
"discard": "Discard",
"continue": "Continue",
"signin": "Sign In",
"sort": "Sort",
"sort_ascending": "Ascending",
@ -56,6 +58,7 @@
"sort_by_revised": "Last updated",
"unassigned": "Unassigned",
"update": "Update",
"updating": "Updating",
"viewed": "Viewed",
"edited": "Edited",
"draft": "Draft",
@ -237,16 +240,6 @@
"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_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?",
"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",
@ -257,6 +250,8 @@
"link_type_network": "Network",
"link_type_network_explain": "Specify network drive/share/folder location",
"link_type_network_example": "e.g. //share/folder",
"discard_changes": "Discard changes",
"discard_confirm": "You have made changes - continue editing or discard changes?",
"space_permissions": "Space Permissions",
"space_permissions_explain": "Assign permissions to users or groups and invite new users to this space",
@ -288,6 +283,23 @@
"space_permission_invite_user": "Invite users to this space",
"space_permission_invite_explain": "Comma separate multiple email addresses",
"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?",
"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",
"section_airtable": "Airtable",
"section_airtable_explain": "Part spreadsheet, part database, and entirely flexible (https://airtable.com)",
"section_airtable_code": "Airtable embed code",
"section_code_tip": "Concise name that describes code snippet",
"section_drawio": "Draw.io",
"section_drawio_explain": "For making flowcharts, process diagrams, org charts, UML, ER diagrams, network diagrams and much more (https://about.draw.io)",
"login_cas": "Authenticating with CAS...",
"login_cass_error": "CAS authentication failure",
"login_keycloak": "Authenticating with Keycloak...",