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
Executable File
53 lines
1.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @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' => 'Dodatkowy',
|
|
'Answer' => 'Odpowiedź',
|
|
'Checkbox' => 'Pole wyboru',
|
|
'CoreData' => 'Podstawowe dane',
|
|
'Created' => 'Utworzony',
|
|
'Creator' => 'Twórca',
|
|
'Date' => 'Data',
|
|
'Description' => 'Opis',
|
|
'Dropdown' => 'Upuścić',
|
|
'Element' => '',
|
|
'End' => 'Kończyć się',
|
|
'Group' => 'Grupa',
|
|
'Manager' => 'Menedżer',
|
|
'Name' => 'Nazwa',
|
|
'Number' => 'Numer',
|
|
'Preview' => '',
|
|
'Question' => 'Pytanie',
|
|
'Questionee' => 'Prowy',
|
|
'Questions' => 'pytania',
|
|
'Radio' => 'Radio',
|
|
'Receiver' => 'Odbiorca',
|
|
'Reference' => 'Odniesienie',
|
|
'Responsibility' => 'Odpowiedzialność',
|
|
'Result' => 'Wynik',
|
|
'ResultPublic' => 'Wynik społeczeństwa?',
|
|
'Section' => 'Sekcja',
|
|
'Start' => 'Początek',
|
|
'Status' => 'Status',
|
|
'Survey' => 'Ankieta',
|
|
'Surveys' => 'Ankiety',
|
|
'Tag' => '',
|
|
'Text' => 'Tekst',
|
|
'Title' => 'Tytuł',
|
|
'Type' => 'Rodzaj',
|
|
'User' => 'Użytkownik',
|
|
'UserGroup' => 'Użytkownik / grupa.',
|
|
]];
|