Make hardcoded hours string translatable

This commit is contained in:
Frédéric Guillot
2018-05-10 14:30:59 -07:00
parent ecc9d80671
commit eafaa4b037
34 changed files with 93 additions and 183 deletions

View File

@@ -256,7 +256,6 @@ return array(
'Do you really want to remove this sub-task?' => 'คุณต้องการลบงานย่อยใช่หรือไม่?',
'Remaining:' => 'เหลือ:',
'hours' => 'ชั่วโมง',
'spent' => 'ใช้',
'estimated' => 'ประมาณ',
'Sub-Tasks' => 'งานย่อย',
'Add a sub-task' => 'เพิ่มงานย่อย',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'ลบลิงค์เรียบร้อยแล้ว',
'Link labels' => 'ป้ายลิงค์',
'Link modification' => 'แก้ไขลิงค์',
'Links' => 'ลิงค์',
'Opposite label' => 'ป้ายชื่อตรงข้าม',
'Remove a link' => 'ลบลิงค์',
'The labels must be different' => 'ป้ายชื่อต้องต่างกัน',
@@ -522,7 +520,6 @@ return array(
'CAD - Canadian Dollar' => 'CAD - ดอลลาร์แคนาดา',
'CHF - Swiss Francs' => 'CHF - ฟรังก์สวิส',
'Custom Stylesheet' => 'สไตล์ที่กำหนดเอง',
'download' => 'ดาวน์โหลด',
'EUR - Euro' => 'EUR - ยูโร',
'GBP - British Pound' => 'GBP - ปอนด์อังกฤษ',
'INR - Indian Rupee' => 'INR - รูปี',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'วันครบกำหนดที่มีอยู่',
'Factor to calculate new due date: ' => 'ปัจจัยการคำนวณวันครบกำหนดใหม่: ',
'Month(s)' => 'เดือน',
'Recurrence' => 'วนลูป',
'This task has been created by: ' => 'งานนี้ถูกสร้างโดย',
'Recurrent task has been generated:' => 'งานแบบวนลูปถูกสร้าง',
'Timeframe to calculate new due date: ' => 'ระยะเวลาการคำนวณวันครบกำหนดใหม่: ',
@@ -731,7 +727,6 @@ return array(
'NOK - Norwegian Krone' => 'NOK - โครนนอร์เวย์',
'Show this column' => 'แสดงคอลัมนี้',
'Hide this column' => 'ซ่อนคอลัมน์นี้',
'open file' => 'เปิดไฟล์',
'End date' => 'วันจบ',
'Users overview' => 'ภาพรวมผู้ใช้',
'Members' => 'สมาชิก',
@@ -1380,4 +1375,6 @@ return array(
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
// '%sh spent' => '',
// '%sh estimated' => '',
);