1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

i18n mail template strings

This commit is contained in:
Harvey Kandola 2022-03-17 13:03:04 -04:00
parent 7255eb4f56
commit 17162ce336
16 changed files with 62 additions and 231 deletions

View file

@ -675,8 +675,6 @@
"admin_spaces_explain": "Delete spaces, take ownership of shared and orphaned spaces",
"admin_labels_explain": "Group and navigate spaces with visual labels",
"admin_search_explain": "Rebuild the search index",
"setup_title": "Documize Community Setup",
"setup_default_message": "Documize Community instance contains all our documentation",
"get_in_touch": "Get in touch",
"product_feedback": "Have a product idea, suggestion or some feedback?",
@ -696,16 +694,24 @@
"server_ldap_error3": "Error: unable to fetch LDAP users: {1}",
"server_ldap_complete": "Sync complete with LDAP server",
"server_ldap_summary": "LDAP sync found {1} users, {2} new users added, {3} users with missing data ignored",
"server_keycloak_error1": "Error: skipping user sync with Keycloak as it is not the configured option",
"server_keycloak_error2": "Error: unable read Keycloak configuration data",
"server_keycloak_error3": "Error: unable to fetch Keycloak users: {1}",
"server_keycloak_summary": "Keycloak sync found {1} users, {2} new users added, {3} users with missing data ignored",
"server_smtp_success": "Email sent successfully",
"server_smtp_test_subject": "Documize Community SMTP Test",
"server_smtp_test_body": "This is a test email from Documize Community using current SMTP settings.",
"server_error_user": "Error: unable to fetch users",
"server_error_org": "Error: unable to get organization record"
"server_error_org": "Error: unable to get organization record",
"mail_template_approval": "{1} has granted you document approval role",
"mail_template_approval_explain": "You are requested to approve all changes to the following document:",
"mail_template_click_here": "Click here",
"mail_template_sender": "Your colleague",
"mail_template_password": "Your temporary password:",
"mail_template_user_invite": "{1} has invited you to Documize Community",
"mail_template_user_existing": "{1] has invited you to their Documize Community account",
"mail_template_reset_password": "Your Documize Community password reset request",
"mail_template_shared": "{1} has shared space {2} with you",
"mail_template_invited": "{1} has shared space {2} with you on Documize Community"
}