Skip to content

Commit

Permalink
i18n: Uzbek language translations added (#156)
Browse files Browse the repository at this point in the history
* str_ends_with condition added into Permission.php

* i18n: Uzbek language translations added
  • Loading branch information
encoderuz authored Jan 26, 2024
1 parent e01e784 commit cd12e27
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/uz/filament-spatie.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Fields
|--------------------------------------------------------------------------
*/

'field.guard_name' => 'Qo\'riqlovchi nomi',
'field.permissions_count' => 'Ruxsatlar soni',
'field.name' => 'Nomi',
'field.permissions' => 'Rusatlar',
'field.roles' => 'Rollar',
'field.role' => 'Rol',
'field.team' => 'Jamoa',

/*
|--------------------------------------------------------------------------
| Labels
|--------------------------------------------------------------------------
*/

'section.permission' => 'Ruxsat',
'section.permissions' => 'Ruxsatlar',
'section.role' => 'Rol',
'section.roles' => 'Rollar',
'section.roles_and_permissions' => 'Rollar va Ruxsatlar',
'select-team' => 'Jamoani tanlash',
'select-team-hint' => 'Global rol uchun bo\'sh qoldiring',
'section.users' => 'Foydalanuvchilar',
];

0 comments on commit cd12e27

Please sign in to comment.