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.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.org
|
|
*/
|
|
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' => '问号',
|
|
'Questions' => '问题',
|
|
'Radio' => '收音机',
|
|
'Receiver' => '接收者',
|
|
'Reference' => '参考',
|
|
'Responsibility' => '责任',
|
|
'Result' => '结果',
|
|
'ResultPublic' => '结果公众?',
|
|
'Section' => '部分',
|
|
'Start' => '开始',
|
|
'Status' => '地位',
|
|
'Survey' => '民意调查',
|
|
'Surveys' => '调查',
|
|
'Tag' => '#VALUE!',
|
|
'Text' => '文本',
|
|
'Title' => '标题',
|
|
'Type' => '类型',
|
|
'User' => '用户',
|
|
'UserGroup' => '用户/群体',
|
|
]];
|