Update translations

This commit is contained in:
Frederic Guillot
2017-02-19 09:11:05 -05:00
parent 64a4eb05ce
commit 23ff360d62
28 changed files with 457 additions and 179 deletions

View File

@@ -4,9 +4,7 @@ return array(
// 'number.decimals_separator' => '',
// 'number.thousands_separator' => '',
'None' => 'ไม่มี',
'edit' => 'แก้ไข',
'Edit' => 'แก้ไข',
'remove' => 'ลบ',
'Remove' => 'ลบ',
'Yes' => 'ใช่',
'No' => 'ไม่',
@@ -167,8 +165,6 @@ return array(
'Automatic actions for the project "%s"' => 'การกระทำอัตโนมัติสำหรับโปรเจค « %s »',
'Add an action' => 'เพิ่มการกระทำ',
'Event name' => 'ชื่อเหตุกาณ์',
'Action name' => 'ชื่อการกระทำ',
'Action parameters' => 'พารามิเตอร์ของการกระทำ',
'Action' => 'การกระทำ',
'Event' => 'เหตุการณ์',
'When the selected event occurs execute the corresponding action.' => 'เหตุการ์ที่เลือกจะเกิดขึ้นเมื่อมีการกระทำที่สอดคล้องกัน',
@@ -187,7 +183,7 @@ return array(
'Position' => 'ตำแหน่ง',
'Duplicate to another project' => 'ทำซ้ำในโปรเจคอื่น',
'Duplicate' => 'ทำซ้ำ',
'link' => 'ลิงค์',
'Link' => 'ลิงค์',
'Comment updated successfully.' => 'ปรับปรุงความคิดเห็นเรียบร้อยแล้ว',
'Unable to update your comment.' => 'ไม่สามารถปรับปรุงความคิดเห็นได้',
'Remove a comment' => 'ลบความคิดเห็น',
@@ -234,7 +230,6 @@ return array(
'Category:' => 'หมวดหมู่:',
'Categories' => 'หมวดหมู่',
'Your category have been created successfully.' => 'สร้างหมวดหมู่เรียบร้อยแล้ว',
'Unable to create your category.' => 'ไม่สามารถสร้างหมวดหมู่ได้',
'This category has been updated successfully.' => 'ปรับปรุงหมวดเรียบร้อยแล้ว',
'Unable to update this category.' => 'ไม่สามารถปรับปรุงหมวดหมู่ได้',
'Remove a category' => 'ลบหมวดหมู่',
@@ -899,7 +894,6 @@ return array(
'Add group member' => 'เพิ่มสมาชิกกลุ่ม',
'Do you really want to remove this group: "%s"?' => 'คุณต้องการลบกลุ่มนี้: "%s"?',
'There is no user in this group.' => 'ไม่มีผู้ใช้ในกลุ่มนี้',
'Remove this user' => 'เอาผู้ใช้คนนี้ออก',
'Permissions' => 'การอนุญาตใช้งาน',
'Allowed Users' => 'การอนุญาตผู้ใช้',
'No user have been allowed specifically.' => 'ไม่มีผู้ใช้ได้รับอนุญาตเป็นพิเศษ',
@@ -1309,4 +1303,21 @@ return array(
// 'This project is open' => '',
// 'This project is closed' => '',
// 'Unable to upload files, check the permissions of your data folder.' => '',
// 'Another category with the same name exists in this project' => '',
// 'Comment sent by email successfully.' => '',
// 'Sent by email to [%s](mailto:%s) (%s)' => '',
// 'Unable to read uploaded file.' => '',
// 'Database uploaded successfully.' => '',
// 'Task sent by email successfully.' => '',
// 'There is no category in this project.' => '',
// 'Send by email' => '',
// 'Create and send a comment by email' => '',
// 'Subject' => '',
// 'Upload the database' => '',
// 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
// 'Database file' => '',
// 'Upload' => '',
// 'Remove this user from group' => '',
// 'Your project must have at least one active swimlane.' => '',
// 'Project: %s' => '',
);