Files
timebank-cc-public/resources/lang/vendor/wireui/tr/messages.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

19 lines
613 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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ı',
],
];