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
Executable File
53 lines
1.5 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://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Surveys' => [
|
|
'Additional' => '추가의',
|
|
'Answer' => '대답',
|
|
'Checkbox' => '체크 박스',
|
|
'CoreData' => '핵심 데이터',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Date' => '날짜',
|
|
'Description' => '설명',
|
|
'Dropdown' => '쓰러지 다',
|
|
'Element' => '#VALUE!',
|
|
'End' => '끝',
|
|
'Group' => '그룹',
|
|
'Manager' => '관리자',
|
|
'Name' => '이름',
|
|
'Number' => '숫자',
|
|
'Preview' => '#VALUE!',
|
|
'Question' => '의문',
|
|
'Questionee' => 'question.',
|
|
'Questions' => '질문',
|
|
'Radio' => '라디오',
|
|
'Receiver' => '수화기',
|
|
'Reference' => '참조',
|
|
'Responsibility' => '책임',
|
|
'Result' => '결과',
|
|
'ResultPublic' => '결과 공개?',
|
|
'Section' => '부분',
|
|
'Start' => '시작',
|
|
'Status' => '상태',
|
|
'Survey' => '조사',
|
|
'Surveys' => '조사',
|
|
'Tag' => '#VALUE!',
|
|
'Text' => '텍스트',
|
|
'Title' => '제목',
|
|
'Type' => '유형',
|
|
'User' => '사용자',
|
|
'UserGroup' => '사용자 / 그룹',
|
|
]];
|