oms-Surveys/Theme/Backend/Lang/it.lang.php
Dennis Eichhorn 949bfeff28 update
2023-10-09 22:06:39 +00:00

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