mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 07:58:41 +00:00
43 lines
1.1 KiB
PHP
43 lines
1.1 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' => 'Checkbox',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Date' => 'Date',
|
|
'Description' => 'Description',
|
|
'Dropdown' => 'Dropdown',
|
|
'Element' => 'Element',
|
|
'End' => 'End',
|
|
'Manager' => 'Manager',
|
|
'Name' => 'Name',
|
|
'Preview' => 'Preview',
|
|
'Questionee' => 'Questionee',
|
|
'Radio' => 'Radio',
|
|
'Responsibility' => 'Responsibility',
|
|
'ResultPublic' => 'Result public?',
|
|
'Section' => 'Section',
|
|
'Start' => 'Start',
|
|
'Survey' => 'Survey',
|
|
'Surveys' => 'Surveys',
|
|
'Tag' => 'Tag',
|
|
'Type' => 'Type',
|
|
'UserGroup' => 'User/Group',
|
|
'Headline' => 'Headline',
|
|
'Textfield' => 'Textfield',
|
|
'Textarea' => 'Textarea',
|
|
'Numeric' => 'Numeric',
|
|
]];
|