mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
53 lines
1.5 KiB
PHP
53 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Surveys' => [
|
|
'Additional' => 'Adicional',
|
|
'Answer' => 'Respuesta',
|
|
'Checkbox' => 'Caja',
|
|
'CoreData' => 'Datos principales',
|
|
'Created' => 'Creado',
|
|
'Creator' => 'Creador',
|
|
'Date' => 'Fecha',
|
|
'Description' => 'Descripción',
|
|
'Dropdown' => 'Desplegable',
|
|
'Element' => '#VALUE!',
|
|
'End' => 'Fin',
|
|
'Group' => 'Grupo',
|
|
'Manager' => 'Gerente',
|
|
'Name' => 'Nombre',
|
|
'Number' => 'Número',
|
|
'Preview' => '#VALUE!',
|
|
'Question' => 'Pregunta',
|
|
'Questionee' => 'Corredito',
|
|
'Questions' => 'Preguntas',
|
|
'Radio' => 'Radio',
|
|
'Receiver' => 'Receptor',
|
|
'Reference' => 'Referencia',
|
|
'Responsibility' => 'Responsabilidad',
|
|
'Result' => 'Resultado',
|
|
'ResultPublic' => 'Resultado público?',
|
|
'Section' => 'Sección',
|
|
'Start' => 'Comienzo',
|
|
'Status' => 'Estado',
|
|
'Survey' => 'Encuesta',
|
|
'Surveys' => 'Encuestas',
|
|
'Tag' => '#VALUE!',
|
|
'Text' => 'Texto',
|
|
'Title' => 'Título',
|
|
'Type' => 'Escribe',
|
|
'User' => 'Usuario',
|
|
'UserGroup' => 'Grupo de usuario',
|
|
]];
|