oms-Checklist/Theme/Backend/Lang/th.lang.php
2022-02-19 14:33:14 +01:00

31 lines
951 B
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.app
*/
declare(strict_types=1);
return ['Checklist' => [
'Checklist' => 'รายการตรวจสอบ',
'Checklists' => 'รายการตรวจสอบ',
'Created' => 'สร้าง',
'Creator' => 'ผู้สร้าง',
'Description' => 'คำอธิบาย',
'Files' => 'ไฟล์',
'General' => 'ทั่วไป',
'Name' => 'ชื่อ',
'Permissions' => 'การอนุญาต',
'Status' => 'สถานะ',
'Tasks' => 'ภารกิจ',
'Templates' => 'แม่แบบ',
'TimeInMinutes' => 'เวลาในไม่กี่นาที',
'Title' => 'ชื่อ',
]];