oms-ItemManagement/Theme/Backend/Lang/Navigation.tr.lang.php
Dennis Eichhorn daa8c273d5 todos fixed
2023-10-12 22:49:20 +00:00

27 lines
609 B
PHP
Executable File

<?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 ['Navigation' => [
'Analyze' => 'Analiz etmek',
'Article' => 'Madde',
'Attributes' => 'Öznitellikler',
'Create' => 'Yaratmak',
'Item' => '',
'ItemManagement' => 'Öğe Yönetimi',
'Items' => '',
'List' => 'Liste',
'Types' => 'Türleri',
'Values' => 'Değerler',
]];