mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 07:58:41 +00:00
53 lines
1.5 KiB
PHP
53 lines
1.5 KiB
PHP
<?php
|
||
/**
|
||
* Karaka
|
||
*
|
||
* PHP Version 8.0
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 1.0
|
||
* @version 1.0.0
|
||
* @link https://karaka.org
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['Surveys' => [
|
||
'Additional' => 'Ek olarak',
|
||
'Answer' => 'Yanıt vermek',
|
||
'Checkbox' => 'Onay kutusu',
|
||
'CoreData' => 'Temel veri',
|
||
'Created' => 'Yaratılmış',
|
||
'Creator' => 'Yaratıcı',
|
||
'Date' => 'Tarih',
|
||
'Description' => 'Açıklama',
|
||
'Dropdown' => 'Yıkılmak',
|
||
'Element' => '#VALUE!',
|
||
'End' => 'Son',
|
||
'Group' => 'Grup',
|
||
'Manager' => 'Yönetici',
|
||
'Name' => 'İsim',
|
||
'Number' => 'Numara',
|
||
'Preview' => '#VALUE!',
|
||
'Question' => 'Soru',
|
||
'Questionee' => 'Soruşturma',
|
||
'Questions' => 'Sorular',
|
||
'Radio' => 'Radyo',
|
||
'Receiver' => 'Alıcı',
|
||
'Reference' => 'Referans',
|
||
'Responsibility' => 'Sorumluluk',
|
||
'Result' => 'Sonuç',
|
||
'ResultPublic' => 'Sonuç kamu?',
|
||
'Section' => 'Bölüm',
|
||
'Start' => 'Başlangıç',
|
||
'Status' => 'Durum',
|
||
'Survey' => 'Anket',
|
||
'Surveys' => 'Anketler',
|
||
'Tag' => '#VALUE!',
|
||
'Text' => 'Metin',
|
||
'Title' => 'Başlık',
|
||
'Type' => 'Tip',
|
||
'User' => 'Kullanıcı',
|
||
'UserGroup' => 'Kullanıcı grubu',
|
||
]];
|