mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
38 lines
1.7 KiB
PHP
38 lines
1.7 KiB
PHP
<?php
|
||
/**
|
||
* Text used in custom JavaScript driven components.
|
||
*/
|
||
return [
|
||
|
||
// Image Manager
|
||
'image_select' => 'Görsel Seç',
|
||
'image_upload' => 'Upload Image',
|
||
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
||
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
||
'image_all' => 'Hepsi',
|
||
'image_all_title' => 'Bütün görselleri görüntüle',
|
||
'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ıyla ara',
|
||
'image_uploaded' => ':uploadedDate tarihinde yüklendi',
|
||
'image_load_more' => 'Devamını Göster',
|
||
'image_image_name' => 'Görsel Adı',
|
||
'image_delete_used' => 'Bu görsel aşağıda bulunan sayfalarda kullanılmış.',
|
||
'image_delete_confirm_text' => 'Bu resmi silmek istediğinizden emin misiniz?',
|
||
'image_select_image' => 'Görsel Seç',
|
||
'image_dropzone' => 'Görselleri sürükleyin ya da seçin',
|
||
'image_dropzone_drop' => 'Drop images here to upload',
|
||
'images_deleted' => 'Görseller Silindi',
|
||
'image_preview' => 'Görsel Ön İzlemesi',
|
||
'image_upload_success' => 'Görsel başarıyla yüklendi',
|
||
'image_update_success' => 'Görsel detayları başarıyla güncellendi',
|
||
'image_delete_success' => 'Görsel başarıyla silindi',
|
||
|
||
// Code Editor
|
||
'code_editor' => 'Kodu Düzenle',
|
||
'code_language' => 'Kod Dili',
|
||
'code_content' => 'Kod İçeriği',
|
||
'code_session_history' => 'Oturum Geçmişi',
|
||
'code_save' => 'Kodu Kaydet',
|
||
];
|