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
4885a1b380
commit
97c4c927ac
6 changed files with 36 additions and 21 deletions
|
@ -66,6 +66,7 @@
|
|||
"description": "Description",
|
||||
"icon": "Icon",
|
||||
"color": "Color",
|
||||
"visibility": "Visibility",
|
||||
"running": "Running...",
|
||||
"firstname": "Firstname",
|
||||
"lastname": "Lastname",
|
||||
|
@ -97,10 +98,14 @@
|
|||
"references": "references",
|
||||
"move_up": "Move up",
|
||||
"move_down": "Move down",
|
||||
"no_undo": "Proceed with caution as there is no undo",
|
||||
|
||||
"public": "Public",
|
||||
"public_explain": "Public - can be seen by everyone",
|
||||
"protected": "Protected",
|
||||
"protected_explain": "Protected - access is restricted to selected users",
|
||||
"personal": "Personal",
|
||||
"personal_explain": "Personal - viewable only by me",
|
||||
"label": "Label",
|
||||
"labels": "Labels",
|
||||
"labels_none": "No labels",
|
||||
|
@ -146,11 +151,15 @@
|
|||
"add_recent": "Added recently",
|
||||
"update_recent": "Updated recently",
|
||||
"space_change": "Move to another space",
|
||||
"space_change_prompt": "Select space",
|
||||
"space_new": "New Space",
|
||||
"space_name": "Space name",
|
||||
"space_description": "Space description",
|
||||
"space_clone": "Clone Space",
|
||||
"space_select": "Select Space",
|
||||
"space_delete": "Delete space",
|
||||
"space_delete_prompt": "Please type space name to confirm",
|
||||
"space_delete_warn": "This will delete all documents and templates within this space!",
|
||||
"space_copy": "Copy templates, permissions, documents from existing space",
|
||||
"space_copy_template": "Copy templates",
|
||||
"space_copy_permission": "Copy permissions",
|
||||
|
@ -171,6 +180,12 @@
|
|||
"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_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?",
|
||||
"delete_confirm": "Are you sure you want to delete?",
|
||||
|
||||
"login_cas": "Authenticating with CAS...",
|
||||
"login_cass_error": "CAS authentication failure",
|
||||
|
@ -281,7 +296,6 @@
|
|||
"space_admin_export": "Export All Content",
|
||||
"space_admin_export_running": "Export running....",
|
||||
"space_admin_make_owner": "Add myself as owner",
|
||||
"space_admin_delete": "Delete space",
|
||||
"space_admin_empty": "There are no shared spaces to manage",
|
||||
"space_admin_delete_title": "Space Deletion",
|
||||
"space_admin_delete_check": "Are you sure you want to delete this space and all documents?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue