mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
43 lines
1.2 KiB
PHP
Executable File
43 lines
1.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Surveys' => [
|
|
'Checkbox' => 'Kontrollkästchen',
|
|
'Created' => 'Erstellt',
|
|
'Creator' => 'Ersteller',
|
|
'Date' => 'Datum',
|
|
'Description' => 'Beschreibung',
|
|
'Dropdown' => 'Dropdown-Liste',
|
|
'Element' => 'Element',
|
|
'End' => 'Ende',
|
|
'Manager' => 'Manager',
|
|
'Name' => 'Name',
|
|
'Preview' => 'Vorschau',
|
|
'Questionee' => 'Befragter',
|
|
'Radio' => 'Radio',
|
|
'Responsibility' => 'Verantwortung',
|
|
'ResultPublic' => 'Ergebnis öffentlich?',
|
|
'Section' => 'Abschnitt',
|
|
'Start' => 'Start',
|
|
'Survey' => 'Umfrage',
|
|
'Surveys' => 'Umfragen',
|
|
'Tag' => 'Stichwort',
|
|
'Type' => 'Typ',
|
|
'UserGroup' => 'Benutzergruppe',
|
|
'Headline' => 'Headline',
|
|
'Textfield' => 'Textfeld',
|
|
'Textarea' => 'Textblock',
|
|
'Numeric' => 'Zahl',
|
|
]];
|