diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-22 12:47:20 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-22 12:47:20 -0500 |
commit | 8dc37c29f6f8603fa500488aea79a08c54963bc8 (patch) | |
tree | ce9e026627919d6f69d0d816614617889d3310c3 /app/Locale/th_TH | |
parent | 08f761ee248605135c5f729aab6281bc9cf327ef (diff) |
Fix typo in th_TH translation
Diffstat (limited to 'app/Locale/th_TH')
-rw-r--r-- | app/Locale/th_TH/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index b8e96e5a..f26ee30d 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -433,7 +433,7 @@ return array( 'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'ช่วงเวลา (เป็นวินาที) ใช้ในการตัดสินใจว่าเป็นการแก้ไขเร็วๆ นี้ (0 ไม่ใช้งาน, ค่าเริ่มต้น 2 วัน)', 'Frequency in second (60 seconds by default)' => 'ความถี่ (ค่าเริ่มต้นทุก 60 วินาที) ', 'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'ความถี่ (0 ไม่ใช้คุณลักษณะนี้, ค่าเริ่มต้นทุก 10 วินาที)', - // 'Application URL' => '', + // 'Application URL' => '', // 'Token regenerated.' => '', 'Date format' => 'รูปแบบวันที่', 'ISO format is always accepted, example: "%s" and "%s"' => 'ยอมรับรูปแบบ ISO ตัวอย่าง: "%s" และ "%s"', @@ -890,7 +890,7 @@ return array( 'Your custom filter have been updated successfully.' => 'ตัวกรองกำหนดเองของคุณแก้ไขเรียบร้อย', 'Unable to update custom filter.' => 'ไม่สามารถแก้ไขตัวกรองกำหนดเอง', 'Web' => 'เวบ', - 'New attachment on task #%d: %s' => 'แนบใหม่ของงาน #%d', + 'New attachment on task #%d: %s' => 'แนบใหม่ของงาน #%d: %s', 'New comment on task #%d' => 'ความคิดเห็นใหม่ของงาน #%d', 'Comment updated on task #%d' => 'แก้ไขความคิดเห็นของงาน #%d', 'New subtask on task #%d' => 'งานย่อยใหม่ของงาน #%d', |