Files
2FAuth/resources/lang/ca/groups.php
2025-06-18 08:51:05 +02:00

41 lines
1.7 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Groups Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'groups' => 'Grups',
'create_group' => 'Crea un nou grup',
'show_group_selector' => 'Show group selector',
'hide_group_selector' => 'Hide group selector',
'select_accounts_to_show' => 'Select accounts group to show',
'x_accounts' => ':count comptes',
'manage_groups' => 'Administra Grups',
'active_group' => 'Active group',
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
'move_selected_to' => 'Move selected to',
'move_selected_to_group' => 'Move selected into a group',
'no_group' => 'Cap grup',
'change_group' => 'Canvi de grup',
'group_successfully_created' => 'Group successfully created',
'group_name_saved' => 'Group name saved',
'group_successfully_deleted' => 'Group successfully deleted',
'forms' => [
'new_group' => 'Nou grup',
'new_name' => 'Nom nou',
'rename_group' => 'Reanomena grup',
],
'confirm' => [
'delete' => 'Segur que voleu eliminar aquest grup?',
],
];