The date time format can be chosen in application settings
This commit is contained in:
@@ -102,7 +102,6 @@ return array(
|
||||
'Open a task' => 'เปิดงาน',
|
||||
'Do you really want to open this task: "%s"?' => 'คุณต้องการเปิดงาน: « %s » ใช่หรือไม่?',
|
||||
'Back to the board' => 'กลับไปที่บอร์ด',
|
||||
'Created on %B %e, %Y at %k:%M %p' => 'สร้างวันที่ %d/%m/%Y เวลา %H:%M',
|
||||
'There is nobody assigned' => 'ไม่มีใครถูกกำหนด',
|
||||
'Column on the board:' => 'คอลัมน์บนบอร์ด:',
|
||||
'Close this task' => 'ปิดงานนี้',
|
||||
@@ -156,7 +155,6 @@ return array(
|
||||
'Work in progress' => 'กำลังทำ',
|
||||
'Done' => 'เสร็จ',
|
||||
'Application version:' => 'แอพเวอร์ชัน:',
|
||||
'%B %e, %Y at %k:%M %p' => '%d/%m/%Y เวลา %H:%M',
|
||||
'Id' => 'ไอดี',
|
||||
'%d closed tasks' => '%d งานที่ปิด',
|
||||
'No task for this project' => 'ไม่มีงานสำหรับโปรเจคนี้',
|
||||
@@ -180,8 +178,6 @@ return array(
|
||||
'Edit this task' => 'แก้ไขงาน',
|
||||
'Due Date' => 'วันที่ครบกำหนด',
|
||||
'Invalid date' => 'วันที่ผิด',
|
||||
'Must be done before %B %e, %Y' => 'ต้องทำให้เสร็จก่อน %d/%m/%Y',
|
||||
'%B %e, %Y' => '%d/%m/%Y',
|
||||
'Automatic actions' => 'การกระทำอัตโนมัติ',
|
||||
'Your automatic action have been created successfully.' => 'การกระทำอัตโนมัติสร้างเรียบร้อยแล้ว',
|
||||
'Unable to create your automatic action.' => 'ไม่สามารถสร้างการกระทำอัตโนมัติได้',
|
||||
@@ -317,7 +313,6 @@ return array(
|
||||
'Unable to upload the file.' => 'ไม่สามารถอัพโหลดไฟล์ได้',
|
||||
'Display another project' => 'แสดงโปรเจคอื่น',
|
||||
'Created by %s' => 'สร้างโดย %s',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'แก้ไขล่าสุดวันที่ %B %e, %Y เวลา %k:%M %p',
|
||||
'Tasks Export' => 'ส่งออกงาน',
|
||||
'Tasks exportation for "%s"' => 'ส่งออกงานสำหรับ "%s"',
|
||||
'Start Date' => 'เริ่มวันที่',
|
||||
@@ -589,7 +584,6 @@ return array(
|
||||
'This task' => 'งานนี้',
|
||||
// '<1h' => '',
|
||||
// '%dh' => '',
|
||||
// '%b %e' => '',
|
||||
'Expand tasks' => 'ขยายงาน',
|
||||
'Collapse tasks' => 'ย่องาน',
|
||||
'Expand/collapse tasks' => 'ขยาย/ย่อ งาน',
|
||||
@@ -758,10 +752,6 @@ return array(
|
||||
// 'Only for tasks assigned to me' => '',
|
||||
// 'Only for tasks created by me' => '',
|
||||
// 'Only for tasks created by me and assigned to me' => '',
|
||||
// '%A' => '',
|
||||
// '%b %e, %Y, %k:%M %p' => '',
|
||||
// 'New due date: %B %e, %Y' => '',
|
||||
// 'Start date changed: %B %e, %Y' => '',
|
||||
// '%%Y-%%m-%%d' => '',
|
||||
// 'Total for all columns' => '',
|
||||
// 'You need at least 2 days of data to show the chart.' => '',
|
||||
@@ -786,7 +776,6 @@ return array(
|
||||
// 'Not assigned' => '',
|
||||
// 'View advanced search syntax' => '',
|
||||
// 'Overview' => '',
|
||||
// '%b %e %Y' => '',
|
||||
// 'Board/Calendar/List view' => '',
|
||||
// 'Switch to the board view' => '',
|
||||
// 'Switch to the calendar view' => '',
|
||||
@@ -876,8 +865,6 @@ return array(
|
||||
// 'End date:' => '',
|
||||
// 'There is no start date or end date for this project.' => '',
|
||||
// 'Projects Gantt chart' => '',
|
||||
// 'Start date: %s' => '',
|
||||
// 'End date: %s' => '',
|
||||
// 'Link type' => '',
|
||||
// 'Change task color when using a specific task link' => '',
|
||||
// 'Task link creation or modification' => '',
|
||||
@@ -1125,4 +1112,10 @@ return array(
|
||||
// 'Moved:' => '',
|
||||
// 'Task #%d' => '',
|
||||
// 'Sub-tasks' => '',
|
||||
// 'Date and time format' => '',
|
||||
// 'Time format' => '',
|
||||
// 'Start date: ' => '',
|
||||
// 'End date: ' => '',
|
||||
// 'New due date: ' => '',
|
||||
// 'Start date changed: ' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user