oms-News/Theme/Backend/Lang/tr.lang.php
Dennis Eichhorn b9d808659a fix language
2023-09-23 23:05:19 +00:00

45 lines
1.3 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 ['News' => [
'Accounts/Groups' => 'Hesaplar / Gruplar',
'Additional' => 'Ek olarak',
'AllowComments' => 'yorumlara izin ver',
'Archive' => 'Arşiv',
'Author' => 'Yazar',
'Categories' => 'Kategoriler',
'Date' => 'Tarih',
'Draft' => 'Taslak',
'Edit' => 'Düzenlemek',
'Featured' => 'Özellikli',
'Groups' => 'Gruplar',
'Headline' => 'Başlık',
'Headlines' => 'Başlıklar',
'Language' => 'Dilim',
'Link' => 'Bağlantı',
'News' => 'Haberler',
'Plain' => 'Sade',
'Preview' => 'Ön izleme',
'Publish' => 'Yayınla',
'Settings' => 'Ayarlar',
'Status' => 'Durum',
'TYPE0' => 'Madde',
'TYPE1' => 'Bağlantı',
'TYPE2' => 'Başlık',
'TYPE3' => '',
'Title' => 'Başlık',
'Type' => 'Tip',
'Visible' => 'Görünür',
]];