Sync locales

This commit is contained in:
Frederic Guillot
2016-03-26 20:00:22 -04:00
parent 66ed670618
commit d9dd354726
24 changed files with 118 additions and 49 deletions

View File

@@ -327,10 +327,10 @@ return array(
'Time tracking:' => 'การติดตามเวลา:',
'New sub-task' => 'งานย่อยใหม่',
'New attachment added "%s"' => 'เพิ่มการแนบใหม่ "%s"',
'Comment updated' => 'ปรับปรุงความคิดเห็น',
'New comment posted by %s' => 'ความคิดเห็นใหม่จาก %s',
'New attachment' => 'การแนบใหม่',
'New comment' => 'ความคิดเห็นใหม่',
'Comment updated' => 'ปรับปรุงความคิดเห็น',
'New subtask' => 'งานย่อยใหม่',
'Subtask updated' => 'ปรับปรุงงานย่อยแล้ว',
'Task updated' => 'ปรับปรุงงานแล้ว',
@@ -841,7 +841,6 @@ return array(
'End date:' => 'วันที่จบ:',
'There is no start date or end date for this project.' => 'ไม่มีวันที่เริ่มหรือวันที่จบของโปรเจคนี้',
'Projects Gantt chart' => 'แผนภูมิแกรน์ของโปรเจค',
'Link type' => 'ประเภทลิงค์',
'Change task color when using a specific task link' => 'เปลี่ยนสีงานเมื่อมีการใช้การเชื่อมโยงงาน',
'Task link creation or modification' => 'การสร้างการเชื่อมโยงงานหรือการปรับเปลี่ยน',
'Milestone' => 'ขั้น',
@@ -930,6 +929,7 @@ return array(
'Usernames must be lowercase and unique' => 'ชื่อผู้ใช้ต้องเป็นตัวพิมพ์เล็กและไม่ซ้ำ',
// 'Passwords will be encrypted if present' => '',
'%s attached a new file to the task %s' => '%s แนบไฟล์ใหม่ในงาน %s',
'Link type' => 'ประเภทลิงค์',
'Assign automatically a category based on a link' => 'กำหนดหมวดอัตโนมัติตามลิงค์',
// 'BAM - Konvertible Mark' => '',
'Assignee Username' => 'กำหนดชื่อผู้ใช้',
@@ -1149,4 +1149,7 @@ return array(
// 'Display list of keyboard shortcuts' => '',
// 'Menu' => '',
// 'Set start date' => '',
// 'Avatar' => '',
// 'Upload my avatar image' => '',
// 'Remove my image' => '',
);