Skip to content

Commit

Permalink
Add Turkish translations in themes.php (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanxweb authored Nov 27, 2023
1 parent 6bb8912 commit 52d8f6b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/tr/themes.php
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.',
];

0 comments on commit 52d8f6b

Please sign in to comment.