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

i18n admin strings

This commit is contained in:
McMatts 2022-03-03 14:03:48 -05:00
parent 7cf672646a
commit c09a116e56
4 changed files with 67 additions and 41 deletions

View file

@ -58,6 +58,8 @@
"firstname": "Firstname",
"lastname": "Lastname",
"email": "Email",
"password": "Password",
"password_confirm": "Confirm Password",
"filter": "Filter",
"all": "All",
@ -93,6 +95,22 @@
"auth_connect_keycloak": "Connect to authentication server",
"auth_connect_ldap": "Connect to LDAP/Active Directory",
"auth_connect_cas": "Connect to Central Authentication Server",
"auth_keycloak_running": "Keycloak user sync running...",
"auth_keycloak_sync": "Sync with Keycloak",
"auth_ldap_running": "LDAP user sync running...",
"auth_ldap_sync": "Sync with LDAP",
"permissions": "Permissions",
"permission_spaces": "Spaces",
"permission_spaces_explain": "Can add spaces, both personal and shared with others",
"permission_visible": "Visible",
"permission_visible_explain": "Can see names of users and groups, can disable for external users like customers/partners",
"permission_admin": "Admin",
"permission_admin_explain": "Can manage all aspects of Documize Community, like this screen",
"permission_analytics": "Analytics",
"permission_analytics_explain": "Can view analytical reports",
"permission_active": "Active",
"permission_active_explain": "Can login and use Documize Community",
"backup_explain1": "Documize Community is a multi-tenanted application enabling both 'tech.mycompany.com' and 'sales.mycompany.com' to run using the same executable/database. As a Documize Community Global Administrator, you will be performing a complete system-wide backup across all tenants. The Documize Community Tenant Administrator can login to perform a tenant-level backup (e.g. marketing.mycompany.com).",
"backup_explain2": "Documize Community is a multi-tenanted application enabling both 'tech.mycompany.com' and 'sales.mycompany.com' to run using the same executable/database. A Documize Community Global Administrator, you will be performing a complete system-wide backup across all tenants. As a Documize Community Tenant Administrator you can perform a tenant-level backup (e.g. marketing.mycompany.com).",
@ -182,9 +200,15 @@
"group_delete_confirm": "Are you sure you want to delete this group?",
"group_delete_name": "Please type group name to confirm",
"group_delete_name_explain": "This will remove group membership information and associated permissions",
"group_none": "No groups",
"group_edit": "Edit Group",
"group_find_user": "Find users",
"group_find_user_syntax": "firstname, lastname, email",
"find_user": "Find users",
"find_user_syntax": "Search firstname, lastname, email",
"user_max_display": "Maximum users to display",
"user_assign_group": "Assign user groups",
"user_delete_confirm": "Are you sure you want to delete user {1}?",
"user_selected_delete_confirm": "Are you sure you want to delete selected users?",
"user_delete": "Delete User",