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' => 'Aggiuntivo',
|
|
'Answer' => 'Risposta',
|
|
'Checkbox' => 'Casella di controllo',
|
|
'CoreData' => 'Dati principali',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Date' => 'Data',
|
|
'Description' => 'Descrizione',
|
|
'Dropdown' => 'Cadere in picchiata',
|
|
'Element' => '',
|
|
'End' => 'Fine',
|
|
'Group' => 'Gruppo',
|
|
'Manager' => 'Gestore',
|
|
'Name' => 'Nome',
|
|
'Number' => 'Numero',
|
|
'Preview' => '',
|
|
'Question' => 'Domanda',
|
|
'Questionee' => 'Questionee.',
|
|
'Questions' => 'Domande',
|
|
'Radio' => 'Radio',
|
|
'Receiver' => 'Ricevitore',
|
|
'Reference' => 'Riferimento',
|
|
'Responsibility' => 'Responsabilità',
|
|
'Result' => 'Risultato',
|
|
'ResultPublic' => 'Risultato pubblico?',
|
|
'Section' => 'Sezione',
|
|
'Start' => 'Inizio',
|
|
'Status' => 'Stato',
|
|
'Survey' => 'Sondaggio',
|
|
'Surveys' => 'Sondaggi',
|
|
'Tag' => '',
|
|
'Text' => 'Testo',
|
|
'Title' => 'Titolo',
|
|
'Type' => 'Tipo',
|
|
'User' => 'Utente',
|
|
'UserGroup' => 'Gruppo di utenti',
|
|
]];
|