oms-Script/Theme/Backend/Lang/tr.lang.php
2024-03-20 07:21:22 +00:00

62 lines
2.0 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.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Helper' => [
'Add' => 'Eklemek',
'CentralizedDB' => 'Merkezi db',
'CentralizedFiles' => 'Merkezi dosyalar',
'Created' => 'Yaratılmış',
'CreatedBy' => 'Tarafından yaratıldı',
'Creator' => 'Yaratıcı',
'Data' => 'Veri',
'Database' => 'Veri tabanı',
'Dataset' => 'DataSet',
'Datasets' => 'Vericiler',
'Description' => 'Açıklama',
'Edit' => 'Düzenlemek',
'Expected' => 'Beklenen',
'Export' => 'İhracat',
'FileNames' => 'Dosya adları',
'Files' => 'Dosyalar',
'Helper' => 'Yardımcı',
'Helpers' => 'Yardımcıları',
'IndividualDB' => 'Bireysel db',
'Info' => 'Bilgi',
'Language' => 'Dilim',
'Load' => 'Yük',
'Media' => 'Medya',
'MediaDirectory' => 'Medya Dizini',
'Modified' => 'Değiştirilmiş',
'Name' => 'İsim',
'New' => 'Yeni',
'Other' => 'Diğer',
'Overview' => 'Genel bakış',
'Permission' => 'İzin',
'Print' => 'Yazdır',
'Report' => 'Bildiri',
'Reports' => 'Raporlar',
'Select' => 'Seçme',
'Settings' => 'Ayarlar',
'Source' => 'Kaynak',
'Sources' => 'Kaynaklar',
'Standalone' => 'Bağımsız',
'Storage' => 'Depolamak',
'Tag' => 'Etiket',
'Tags' => 'Etiketler',
'Template' => 'Şablon',
'Title' => 'Başlık',
'Type' => 'Tip',
'Updated' => 'Güncellenmiş',
]];