mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added Turkish translations.
This commit is contained in:
33
resources/lang/tr/components.php
Normal file
33
resources/lang/tr/components.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* Text used in custom JavaScript driven components.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Görsel Seç',
|
||||
'image_all' => 'Tümü',
|
||||
'image_all_title' => 'Tüm görselleri temizle',
|
||||
'image_book_title' => 'Bu kitaba ait görselleri görüntüle',
|
||||
'image_page_title' => 'Bu sayfaya ait görselleri görüntüle',
|
||||
'image_search_hint' => 'Görsel adı ile ara',
|
||||
'image_uploaded' => ':uploadedDate tarihinde yüklendi',
|
||||
'image_load_more' => 'Daha Fazla ',
|
||||
'image_image_name' => 'Görsel Adı',
|
||||
'image_delete_used' => 'Bu görsel aşağıda bulunan görsellerde kullanılmış.',
|
||||
'image_delete_confirm' => 'Gerçekten bu görseli silmek istiyorsanız sil tuşuna basınız.',
|
||||
'image_select_image' => 'Görsel Seç',
|
||||
'image_dropzone' => 'Görselleri buraya sürükle veya seçmek için buraya tıkla',
|
||||
'images_deleted' => 'Görseller Silindi',
|
||||
'image_preview' => 'Görsel Önizleme',
|
||||
'image_upload_success' => 'Görsel başarıyla yüklendi',
|
||||
'image_update_success' => 'Görsel başarıyla güncellendi',
|
||||
'image_delete_success' => 'Görsel başarıyla silindi',
|
||||
'image_upload_remove' => 'Kaldır',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Kodu Güncelle',
|
||||
'code_language' => 'Kod Dil',
|
||||
'code_content' => 'Kod İçeriği',
|
||||
'code_save' => 'Kodu Kaydet',
|
||||
];
|
Reference in New Issue
Block a user