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' => 'Adicional',
|
|
'Answer' => 'Responder',
|
|
'Checkbox' => 'Caixa de seleção.',
|
|
'CoreData' => 'Dados principais',
|
|
'Created' => 'Criado',
|
|
'Creator' => 'O Criador',
|
|
'Date' => 'Encontro',
|
|
'Description' => 'Descrição',
|
|
'Dropdown' => 'Suspenso',
|
|
'Element' => '',
|
|
'End' => 'Fim',
|
|
'Group' => 'Grupo',
|
|
'Manager' => 'Gerente',
|
|
'Name' => 'Nome',
|
|
'Number' => 'Número',
|
|
'Preview' => '',
|
|
'Question' => 'Pergunta',
|
|
'Questionee' => 'Questione',
|
|
'Questions' => 'Perguntas',
|
|
'Radio' => 'Rádio',
|
|
'Receiver' => 'Receptor',
|
|
'Reference' => 'Referência',
|
|
'Responsibility' => 'Responsabilidade',
|
|
'Result' => 'Resultado',
|
|
'ResultPublic' => 'Resultado público?',
|
|
'Section' => 'Seção',
|
|
'Start' => 'Começar',
|
|
'Status' => 'Status',
|
|
'Survey' => 'Pesquisa',
|
|
'Surveys' => 'pesquisas',
|
|
'Tag' => '',
|
|
'Text' => 'Texto',
|
|
'Title' => 'Título',
|
|
'Type' => 'Modelo',
|
|
'User' => 'Do utilizador',
|
|
'UserGroup' => 'Grupo de usuários',
|
|
]];
|