mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
i18n space strings
This commit is contained in:
parent
e0805d7131
commit
4885a1b380
9 changed files with 92 additions and 57 deletions
|
@ -13,6 +13,7 @@
|
|||
"remove": "Remove",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Edit",
|
||||
"download": "Download",
|
||||
"import": "Import",
|
||||
"export": "Export",
|
||||
"exported": "Exported",
|
||||
|
@ -55,6 +56,7 @@
|
|||
"viewed": "Viewed",
|
||||
"edited": "Edited",
|
||||
"draft": "Draft",
|
||||
"drafts": "Drafts",
|
||||
"live": "Live",
|
||||
"archived": "Archived",
|
||||
"approved": "Approved",
|
||||
|
@ -93,6 +95,8 @@
|
|||
"help": "Help",
|
||||
"reference": "reference",
|
||||
"references": "references",
|
||||
"move_up": "Move up",
|
||||
"move_down": "Move down",
|
||||
|
||||
"public": "Public",
|
||||
"protected": "Protected",
|
||||
|
@ -103,24 +107,45 @@
|
|||
"label_unclassified": "Unclassified",
|
||||
"space": "Space",
|
||||
"spaces": "Spaces",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"tag": "Tag",
|
||||
"tags": "Tags",
|
||||
"revisions": "revisions",
|
||||
"versions": "Versions",
|
||||
"version": "Version",
|
||||
"change_control": "Change Control",
|
||||
"pin": "Pin",
|
||||
"pinned": "Pinned",
|
||||
"unpin": "Unpin",
|
||||
"unpinned": "Unpinned",
|
||||
"blocks": "Content Blocks",
|
||||
"actions": "Actions",
|
||||
"activity": "Activity",
|
||||
"reports": "Reports",
|
||||
"bookmarks": "Bookmarks",
|
||||
"content": "Content",
|
||||
"template": "Template",
|
||||
"templates": "Templates",
|
||||
"document": "document",
|
||||
"documents": "documents",
|
||||
"bookmark": "Bookmark",
|
||||
"bookmarks": "Bookmarks",
|
||||
"bookmark_remove": "Remove bookmark",
|
||||
"new": "New",
|
||||
|
||||
"new_canvas": "Blank anvas",
|
||||
"new_template": "From template",
|
||||
"new_import": "Import files",
|
||||
"new_import_explain1": "Click to select files or drag-drop files",
|
||||
"new_import_explain2": ".doc, .docx, .md, .markdown",
|
||||
"export_html": "Export as HTML",
|
||||
"export_html_explain1": "Export all space content as HTML or select categories.",
|
||||
"export_html_explain2": "All space content will be exported as a single self-enclosed HTML file.",
|
||||
"import_convert": "Converting {1}",
|
||||
"import_success": "Successfully converted {1}",
|
||||
"add_recent": "Added recently",
|
||||
"update_recent": "Updated recently",
|
||||
"space_change": "Move to another space",
|
||||
"space_new": "New Space",
|
||||
"space_name": "Space name",
|
||||
"space_description": "Space description",
|
||||
|
@ -130,6 +155,8 @@
|
|||
"space_copy_template": "Copy templates",
|
||||
"space_copy_permission": "Copy permissions",
|
||||
"space_copy_document": "Copy documents",
|
||||
"space_empty_state": "Add documents via + CONTENT",
|
||||
"space_lockout": "Space permissions are preventing you from viewing and creating documents",
|
||||
"protection_none": "Changes permitted without approval",
|
||||
"protection_lock": "Locked, changes not permitted",
|
||||
"protection_review": "Changes require approval before publication",
|
||||
|
@ -142,6 +169,8 @@
|
|||
"upload_attachment": "Upload Attachments",
|
||||
"content_revisions": "Content Revisions",
|
||||
"content_revisions_explain": "Review previous content changes and roll back edits",
|
||||
"move_documents": "Move documents",
|
||||
"delete_documents": "Delete documents",
|
||||
|
||||
"login_cas": "Authenticating with CAS...",
|
||||
"login_cass_error": "CAS authentication failure",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue