2FAuth/resources/lang/si/groups.php

34 lines
1.4 KiB
PHP
Raw Normal View History

2021-03-04 20:49:22 +01:00
<?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' => 'සමූහ',
'create_group' => 'Create new group',
2021-03-04 20:49:22 +01:00
'select_accounts_to_show' => 'Select accounts to show',
'manage_groups' => 'Manage groups',
'active_group' => 'ක්‍රියාත්මක සමූහය',
2021-03-04 20:49:22 +01:00
'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',
'no_group' => 'සමූහ නැත',
2022-08-01 10:35:50 +02:00
'change_group' => 'Change group',
2021-03-04 20:49:22 +01:00
'forms' => [
'new_group' => 'නව සමූහය',
'new_name' => 'නව නම',
'rename_group' => 'සමූහය නැවත නම් කිරීම',
2021-03-04 20:49:22 +01:00
],
'confirm' => [
'delete' => 'Are you sure you want to delete this group?',
],
];