Initial commit
This commit is contained in:
18
resources/lang/vendor/wireui/tr/messages.php
vendored
Normal file
18
resources/lang/vendor/wireui/tr/messages.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Zamanı seçin',
|
||||
'empty_options' => 'Boş Seçenekler',
|
||||
'loading' => 'Yükleniyor...',
|
||||
'search_here' => 'Ara',
|
||||
'date_picker' => [
|
||||
'months' => ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'],
|
||||
'days' => ['Paz', 'Pzt', 'Sal', 'Çrş', 'Per', 'Cum', 'Cmt'],
|
||||
'tomorrow' => 'Yarın',
|
||||
'today' => 'Bugün',
|
||||
'yesterday' => 'Dün',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Gönderiminizde bir hata oluştu|Gönderiminizde {errors} hata vardı',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user