oms-Surveys/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 85d28a04d0
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

43 lines
1.2 KiB
PHP

<?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',
]];