mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-30 17:07:25 +08:00
fix(forms): update missing Turkish (tr) translations in components.php (#19420)
This commit is contained in:
@@ -562,8 +562,19 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'file_attachments_accepted_file_types_message' => 'Yüklenen dosyalar şu türlerden olmalıdır: :values.',
|
||||
|
||||
'file_attachments_max_size_message' => 'Yüklenen dosyalar :max kilobayttan büyük olmamalıdır.',
|
||||
|
||||
'no_merge_tag_search_results_message' => 'Uygun birleşme etiketi bulunamadı.',
|
||||
|
||||
'mentions' => [
|
||||
'no_options_message' => 'Seçenek bulunamadı.',
|
||||
'no_search_results_message' => 'Aramanızla eşleşen sonuç bulunamadı.',
|
||||
'search_prompt' => 'Aramak için yazmaya başlayın...',
|
||||
'searching_message' => 'Aranıyor...',
|
||||
],
|
||||
|
||||
'tools' => [
|
||||
'align_center' => 'Ortaya hizala',
|
||||
'align_end' => 'Sona hizala',
|
||||
@@ -612,6 +623,8 @@ return [
|
||||
'undo' => 'Geri al',
|
||||
],
|
||||
|
||||
'uploading_file_message' => 'Dosya yükleniyor...',
|
||||
|
||||
],
|
||||
|
||||
'select' => [
|
||||
@@ -673,6 +686,8 @@ return [
|
||||
|
||||
'max_items_message' => 'Sadece :count adet seçilebilir.',
|
||||
|
||||
'no_options_message' => 'Seçenek bulunamadı.',
|
||||
|
||||
'no_search_results_message' => 'Arama kriterlerinize uyan seçenek yok.',
|
||||
|
||||
'placeholder' => 'Bir seçenek seçin',
|
||||
@@ -684,7 +699,17 @@ return [
|
||||
],
|
||||
|
||||
'tags_input' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Sil',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'placeholder' => 'Yeni etiket',
|
||||
|
||||
],
|
||||
|
||||
'text_input' => [
|
||||
|
||||
+2
-1
@@ -50,4 +50,5 @@ pl; ;ralphredd;321627563736956929;
|
||||
sv; ;maurelius7390;496175168431849482
|
||||
sw; ;ngaiza_287;817131592350302208
|
||||
pl;webard;webard;1387370568445202454
|
||||
lt;donatiss;donatis07;883253450207543327
|
||||
lt;donatiss;donatis07;883253450207543327
|
||||
tr;iamcanturk;;
|
||||
|
||||
|
Reference in New Issue
Block a user