Skip to content

Commit

Permalink
Add CKB & KU translation
Browse files Browse the repository at this point in the history
  • Loading branch information
RawanD201 authored Jul 7, 2024
1 parent df7ccdc commit 593cbae
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 0 deletions.
80 changes: 80 additions & 0 deletions resources/ckb/filament-shield.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Table Columns
|--------------------------------------------------------------------------
*/

'column.name' => 'ناو',
'column.guard_name' => 'ناوی گوارد',
'column.roles' => 'ڕۆڵەکان',
'column.permissions' => 'پێرمشنەکان',
'column.updated_at' => 'نوێکردنەوە لە',

/*
|--------------------------------------------------------------------------
| Form Fields
|--------------------------------------------------------------------------
*/

'field.name' => 'ناو',
'field.guard_name' => 'ناوی گوارد',
'field.permissions' => 'پێرمشنەکان',
'field.select_all.name' => 'دیاری کردنی هەموو',
'field.select_all.message' => 'هەموو پێرمشنەکان چالاک بکە کە لە ئێستادا <span class="font-medium text-primary">چالاک کراوە</span> بۆ ئەم ڕۆڵە',

/*
|--------------------------------------------------------------------------
| Navigation & Resource
|--------------------------------------------------------------------------
*/

'nav.group' => 'فیڵەمێنت شیڵد',
'nav.role.label' => 'ڕۆڵەکان',
'nav.role.icon' => 'heroicon-o-users',
'resource.label.role' => 'ڕۆڵ',
'resource.label.roles' => 'ڕۆڵەکان',

/*
|--------------------------------------------------------------------------
| Section & Tabs
|--------------------------------------------------------------------------
*/

'section' => 'یەکەکان',
'resources' => 'سەرچاوەکان',
'widgets' => 'ویجتەکان',
'pages' => 'پەیجەکان',
'custom' => 'پێرمشنی تایبەت',

/*
|--------------------------------------------------------------------------
| Messages
|--------------------------------------------------------------------------
*/

'forbidden' => 'تۆ مۆڵەتی چوونە ژوورەوەت نییە',

/*
|--------------------------------------------------------------------------
| Resource Permissions' Labels
|--------------------------------------------------------------------------
*/

'resource_permission_prefixes_labels' => [
'view' => 'بینین',
'view_any' => 'بینینی هەریەک',
'create' => 'دروستکردن',
'update' => 'نوێکردنەوە',
'delete' => 'سڕینەوە',
'delete_any' => 'سڕینەوەی هەریەک',
'force_delete' => 'سڕینەوەی تەواو',
'force_delete_any' => 'سڕینەوەی تەواوی هەریەک',
'restore' => 'گێڕاندنەوە',
'reorder' => 'ڕیزکردن',
'restore_any' => 'گێڕاندنەوەی هەریەک',
'replicate' => 'دووبارەکردنەوە',
],
];
80 changes: 80 additions & 0 deletions resources/ku/filament-shield.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Table Columns
|--------------------------------------------------------------------------
*/

'column.name' => 'ناو',
'column.guard_name' => 'ناوی گوارد',
'column.roles' => 'ڕۆڵەکان',
'column.permissions' => 'پێرمشنەکان',
'column.updated_at' => 'نوێکردنەوە لە',

/*
|--------------------------------------------------------------------------
| Form Fields
|--------------------------------------------------------------------------
*/

'field.name' => 'ناو',
'field.guard_name' => 'ناوی گوارد',
'field.permissions' => 'پێرمشنەکان',
'field.select_all.name' => 'دیاری کردنی هەموو',
'field.select_all.message' => 'هەموو پێرمشنەکان چالاک بکە کە لە ئێستادا <span class="font-medium text-primary">چالاک کراوە</span> بۆ ئەم ڕۆڵە',

/*
|--------------------------------------------------------------------------
| Navigation & Resource
|--------------------------------------------------------------------------
*/

'nav.group' => 'فیڵەمێنت شیڵد',
'nav.role.label' => 'ڕۆڵەکان',
'nav.role.icon' => 'heroicon-o-users',
'resource.label.role' => 'ڕۆڵ',
'resource.label.roles' => 'ڕۆڵەکان',

/*
|--------------------------------------------------------------------------
| Section & Tabs
|--------------------------------------------------------------------------
*/

'section' => 'یەکەکان',
'resources' => 'سەرچاوەکان',
'widgets' => 'ویجتەکان',
'pages' => 'پەیجەکان',
'custom' => 'پێرمشنی تایبەت',

/*
|--------------------------------------------------------------------------
| Messages
|--------------------------------------------------------------------------
*/

'forbidden' => 'تۆ مۆڵەتی چوونە ژوورەوەت نییە',

/*
|--------------------------------------------------------------------------
| Resource Permissions' Labels
|--------------------------------------------------------------------------
*/

'resource_permission_prefixes_labels' => [
'view' => 'بینین',
'view_any' => 'بینینی هەریەک',
'create' => 'دروستکردن',
'update' => 'نوێکردنەوە',
'delete' => 'سڕینەوە',
'delete_any' => 'سڕینەوەی هەریەک',
'force_delete' => 'سڕینەوەی تەواو',
'force_delete_any' => 'سڕینەوەی تەواوی هەریەک',
'restore' => 'گێڕاندنەوە',
'reorder' => 'ڕیزکردن',
'restore_any' => 'گێڕاندنەوەی هەریەک',
'replicate' => 'دووبارەکردنەوە',
],
];

0 comments on commit 593cbae

Please sign in to comment.