oms-Media/Theme/Backend/Lang/tr.lang.php
Dennis Eichhorn 54aa5729ab update
2023-10-09 22:06:38 +00:00

54 lines
1.6 KiB
PHP
Executable File
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
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Media' => [
'Account' => 'Hesap',
'Add' => 'Eklemek',
'AddToCollection' => 'Koleksiyona ekle',
'Author' => 'Yazar',
'Back' => 'Geri',
'Changed' => 'Değişti',
'Changedby' => 'Tarafından değiştirildi',
'Content' => '',
'CreateCollection' => 'Koleksiyon oluştur',
'CreateFile' => 'Dosya oluştur',
'Created' => 'Yaratılmış',
'Creator' => 'Yaratıcı',
'Data' => 'Veri',
'Description' => 'Açıklama',
'Edit' => 'Düzenlemek',
'Editability' => 'Düzenlenebilirlik',
'Extension' => 'Uzantı',
'FilePath' => 'Dosya yolu',
'Files' => 'Dosyalar',
'GroupUser' => 'Grup kullanıcısı',
'Media' => 'Medya',
'Name' => 'İsim',
'Password' => '',
'Path' => 'Yol',
'PathSettings' => 'Yol ayarları',
'Permission' => 'İzin',
'Preview' => 'Ön izleme',
'RandomPath' => 'Rastgele yol',
'Select' => 'Seçme',
'Settings' => 'Ayarlar',
'Size' => 'Boyut',
'Tag' => '',
'Tags' => '',
'Type' => 'Tip',
'Upload' => 'Yüklemek',
'VirtualPath' => 'Sanal yol',
'Visibility' => 'Görünürlük',
]];