mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated translations with latest Crowdin changes (#4025)
This commit is contained in:
@@ -67,6 +67,11 @@ return [
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
|
||||
// Roles
|
||||
'role_create_notification' => 'Role successfully created',
|
||||
'role_update_notification' => 'Role successfully updated',
|
||||
'role_delete_notification' => 'Role successfully deleted',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'ha comentat a',
|
||||
'permissions_update' => 'ha actualitzat els permisos',
|
||||
|
@@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Actualitzat :timeLength',
|
||||
'meta_updated_name' => 'Actualitzat :timeLength per :user',
|
||||
'meta_owned_name' => 'Propietat de :user',
|
||||
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'entity_select' => 'Selecciona una entitat',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Imatges',
|
||||
|
@@ -138,18 +138,16 @@ return [
|
||||
'roles' => 'Rols',
|
||||
'role_user_roles' => 'Rols d\'usuari',
|
||||
'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.',
|
||||
'roles_x_users_assigned' => '1 user assigned|:count users assigned',
|
||||
'roles_x_permissions_provided' => '1 permission|:count permissions',
|
||||
'roles_x_users_assigned' => ':count user assigned|:count users assigned',
|
||||
'roles_x_permissions_provided' => ':count permission|:count permissions',
|
||||
'roles_assigned_users' => 'Assigned Users',
|
||||
'roles_permissions_provided' => 'Provided Permissions',
|
||||
'role_create' => 'Crea un rol nou',
|
||||
'role_create_success' => 'Rol creat correctament',
|
||||
'role_delete' => 'Suprimeix el rol',
|
||||
'role_delete_confirm' => 'Se suprimirà el rol amb el nom \':roleName\'.',
|
||||
'role_delete_users_assigned' => 'Aquest rol té :userCount usuaris assignats. Si voleu migrar els usuaris d\'aquest rol, seleccioneu un rol nou a continuació.',
|
||||
'role_delete_no_migration' => "No migris els usuaris",
|
||||
'role_delete_sure' => 'Segur que voleu suprimir aquest rol?',
|
||||
'role_delete_success' => 'Rol suprimit correctament',
|
||||
'role_edit' => 'Edita el rol',
|
||||
'role_details' => 'Detalls del rol',
|
||||
'role_name' => 'Nom del rol',
|
||||
@@ -175,7 +173,6 @@ return [
|
||||
'role_own' => 'Propi',
|
||||
'role_controlled_by_asset' => 'Controlat pel recurs en què es pugen',
|
||||
'role_save' => 'Desa el rol',
|
||||
'role_update_success' => 'Rol actualitzat correctament',
|
||||
'role_users' => 'Usuaris amb aquest rol',
|
||||
'role_users_none' => 'Ara mateix no hi ha cap usuari assignat a aquest rol',
|
||||
|
||||
@@ -252,7 +249,7 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.',
|
||||
'webhooks_x_trigger_events' => '1 trigger event|:count trigger events',
|
||||
'webhooks_x_trigger_events' => ':count trigger event|:count trigger events',
|
||||
'webhooks_create' => 'Create New Webhook',
|
||||
'webhooks_none_created' => 'No webhooks have yet been created.',
|
||||
'webhooks_edit' => 'Edit Webhook',
|
||||
|
Reference in New Issue
Block a user