2025-08-26 09:17:22 +08:00

19 lines
613 B
PHP
Raw Permalink 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ı',
],
];