Skip to content

Commit

Permalink
Add Turkish Language (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
barisaksu authored Sep 16, 2023
1 parent 7d7fd8b commit 2137e2c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions resources/lang/tr/filament-spatie.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php

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

'field.guard_name' => 'Koruma Adı',
'field.permissions_count' => 'İzin Sayısı',
'field.name' => 'İsim',
'field.permissions' => 'İzinler',
'field.roles' => 'Roller',
'field.role' => 'Rol',
'field.team' => 'Ekip',

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

'section.permission' => 'İzin',
'section.permissions' => 'İzinler',
'section.role' => 'Rol',
'section.roles' => 'Roller',
'section.roles_and_permissions' => 'Roller ve İzinler',
'select-team' => 'Bir Ekip Seç',
'select-team-hint' => 'Global bir rol için boş bırakın',
'section.users' => 'Kullanıcılar',
];

0 comments on commit 2137e2c

Please sign in to comment.