oms-Surveys/Theme/Backend/Lang/de.lang.php
2024-03-20 07:21:25 +00:00

57 lines
1.7 KiB
PHP
Executable File

<?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 ['Surveys' => [
'Additional' => 'Zusätzlich',
'Answer' => 'Antworten',
'Checkbox' => 'Kontrollkästchen',
'CoreData' => 'Kerndatei',
'Created' => 'Erstellt',
'Creator' => 'Ersteller',
'Date' => 'Datum',
'Description' => 'Beschreibung',
'Dropdown' => 'Dropdown-Liste',
'Element' => 'Element',
'End' => 'Ende',
'Group' => 'Gruppe',
'Manager' => 'Manager',
'Name' => 'Name',
'Number' => 'Nummer',
'Preview' => 'Vorschau',
'Question' => 'Frage',
'Questionee' => 'Befragter',
'Questions' => 'Fragen',
'Radio' => 'Radio',
'Receiver' => 'Empfänger',
'Reference' => 'Bezug',
'Responsibility' => 'Verantwortung',
'Result' => 'Ergebnis',
'ResultPublic' => 'Ergebnis öffentlich?',
'Section' => 'Abschnitt',
'Start' => 'Start',
'Status' => 'Status',
'Survey' => 'Umfrage',
'Surveys' => 'Umfragen',
'Tag' => 'Stichwort',
'Text' => 'Text',
'Title' => 'Titel',
'Type' => 'Typ',
'User' => 'Nutzer',
'UserGroup' => 'Benutzergruppe',
'Headline' => 'Headline',
'Textfield' => 'Textfeld',
'Textarea' => 'Textblock',
'Numeric' => 'Zahl',
]];