generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Turkish translations in themes.php (#29)
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'themes' => 'Temalar', | ||
'primary_color' => 'Ana Renk', | ||
'select_base_color' => 'Temalar için temel renk seçin.', | ||
'custom' => 'Özel.', | ||
'no_changing_primary_color' => 'Bu tema ana renk değiştirmeyi desteklemiyor.', | ||
'support_changing_primary_color' => 'Bu tema ana renk değiştirmeyi destekliyor.', | ||
'select_interface' => 'Arayüzünüzün nasıl görünmesini istediğinizi seçin.', | ||
'select' => 'Seç', | ||
'light' => 'Açık', | ||
'dark' => 'Koyu', | ||
'active' => 'Aktif', | ||
'primary_color_set' => 'Tema ana rengi olarak ayarlandı', | ||
'theme_set_to' => 'Tema olarak ayarlandı', | ||
'appearance' => 'Görünüm', | ||
'no_light_mode' => 'Bu tema açık modu desteklemiyor.', | ||
'no_dark_mode' => 'Bu tema koyu modu desteklemiyor.', | ||
'support_light_mode' => 'Bu tema açık modu destekliyor.', | ||
'support_dark_mode' => 'Bu tema koyu modu destekliyor.', | ||
'theme_active' => 'Bu tema şu anda aktif.', | ||
]; |