mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
53 lines
1.6 KiB
PHP
Executable File
53 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Surveys' => [
|
|
'Additional' => 'Supplémentaire',
|
|
'Answer' => 'Réponse',
|
|
'Checkbox' => 'Case à cocher',
|
|
'CoreData' => 'Données de base',
|
|
'Created' => 'Établi',
|
|
'Creator' => 'Créateur',
|
|
'Date' => 'Date',
|
|
'Description' => 'La description',
|
|
'Dropdown' => 'Menu déroulant',
|
|
'Element' => '#VALUE!',
|
|
'End' => 'Finir',
|
|
'Group' => 'Grouper',
|
|
'Manager' => 'Directeur',
|
|
'Name' => 'Nom',
|
|
'Number' => 'Nombre',
|
|
'Preview' => '#VALUE!',
|
|
'Question' => 'Question',
|
|
'Questionee' => 'Questione',
|
|
'Questions' => 'Des questions',
|
|
'Radio' => 'Radio',
|
|
'Receiver' => 'Receveur',
|
|
'Reference' => 'Référence',
|
|
'Responsibility' => 'Responsabilité',
|
|
'Result' => 'Résultat',
|
|
'ResultPublic' => 'Résultat public?',
|
|
'Section' => 'Section',
|
|
'Start' => 'Démarrer',
|
|
'Status' => 'Statut',
|
|
'Survey' => 'Sondage',
|
|
'Surveys' => 'Enquêtes',
|
|
'Tag' => '#VALUE!',
|
|
'Text' => 'Texte',
|
|
'Title' => 'Titre',
|
|
'Type' => 'Taper',
|
|
'User' => 'Utilisateur',
|
|
'UserGroup' => 'Utilisateur / groupe',
|
|
]];
|