trypost/lang/tr/assets.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

54 lines
1.7 KiB
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
declare(strict_types=1);
return [
'title' => 'Varlıklar',
'tabs' => [
'my_uploads' => 'Yüklemelerim',
'stock_photos' => 'Stok Fotoğraflar',
'gifs' => 'GIF\'ler',
],
'upload' => [
'drag_drop' => 'Dosyalarınızı buraya sürükleyip bırakın veya seçmek için tıklayın',
'formats' => 'JPEG, PNG, GIF, WebP, MP4, PDF',
'uploading' => 'Yükleniyor...',
'failed' => ':file yüklenemedi. Lütfen tekrar deneyin.',
],
'empty' => [
'title' => 'Henüz varlık yok',
'description' => 'Medya kitaplığınızı oluşturmak için görsel ve video yükleyin.',
],
'save_to_assets' => 'Varlıklara Kaydet',
'saved' => 'Varlıklarınıza kaydedildi!',
'create_post' => 'Gönderi oluştur',
'add_to_post' => 'Gönderiye ekle',
'search_placeholder' => 'Medya ara...',
'delete' => [
'title' => 'Varlığı sil',
'description' => 'Bu varlığı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.',
'confirm' => 'Sil',
'cancel' => 'İptal',
],
'unsplash' => [
'search_placeholder' => 'Ücretsiz fotoğraf ara...',
'no_results' => 'Fotoğraf bulunamadı',
'no_results_description' => 'Farklı bir arama terimi deneyin.',
'trending' => 'Unsplash\'te Popüler',
'start_searching' => 'Unsplash\'ten ücretsiz stok fotoğraflar arayın',
],
'giphy' => [
'trending' => 'Giphy\'de Popüler',
'search_placeholder' => 'GIF ara...',
'no_results' => 'GIF bulunamadı',
'no_results_description' => 'Farklı bir arama terimi deneyin.',
'powered_by' => 'GIPHY tarafından desteklenmektedir',
],
];