mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 07:58:41 +00:00
53 lines
1.9 KiB
PHP
53 lines
1.9 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' => 'ผู้ใช้ / กลุ่ม',
|
|
]];
|