Move budget outside of the core
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
This commit is contained in:
@@ -395,8 +395,6 @@ return array(
|
||||
'Remote' => 'รีโมท',
|
||||
'Enabled' => 'เปิดการใช้',
|
||||
'Disabled' => 'ปิดการใช้',
|
||||
'Google account linked' => 'เชื่อมกับกูเกิลแอคเคาท์',
|
||||
'Github account linked' => 'เชื่อมกับกิทฮับแอคเคาท์',
|
||||
'Username:' => 'ชื่อผู้ใช้:',
|
||||
'Name:' => 'ชื่อ:',
|
||||
'Email:' => 'อีเมล:',
|
||||
@@ -667,17 +665,7 @@ return array(
|
||||
'Horizontal scrolling' => 'เลื่อนตามแนวนอน',
|
||||
'Compact/wide view' => 'พอดี/กว้าง มุมมอง',
|
||||
'No results match:' => 'ไม่มีผลลัพท์ที่ตรง',
|
||||
'Remove hourly rate' => 'ลบอัตรารายชั่วโมง',
|
||||
'Do you really want to remove this hourly rate?' => 'คุณต้องการลบอัตรารายชั่วโมง?',
|
||||
'Hourly rates' => 'อัตรารายชั่วโมง',
|
||||
'Hourly rate' => 'อัตรารายชั่วโมง',
|
||||
'Currency' => 'สกุลเงิน',
|
||||
'Effective date' => 'วันที่จ่าย',
|
||||
'Add new rate' => 'เพิ่มอัตราใหม่',
|
||||
'Rate removed successfully.' => 'ลบอัตราเรียบร้อยแล้ว',
|
||||
'Unable to remove this rate.' => 'ไม่สามารถลบอัตรานี้ได้',
|
||||
'Unable to save the hourly rate.' => 'ไม่สามารถบันทึกอัตรารายชั่วโมง',
|
||||
'Hourly rate created successfully.' => 'อัตรารายชั่วโมงสร้างเรียบร้อยแล้ว',
|
||||
'Start time' => 'เวลาเริ่มต้น',
|
||||
'End time' => 'เวลาจบ',
|
||||
'Comment' => 'ความคิดเห็น',
|
||||
@@ -703,34 +691,18 @@ return array(
|
||||
'Files' => 'ไฟล์',
|
||||
'Images' => 'รูปภาพ',
|
||||
'Private project' => 'โปรเจคส่วนตัว',
|
||||
'Amount' => 'จำนวนเงิน',
|
||||
// 'AUD - Australian Dollar' => '',
|
||||
'Budget' => 'งบประมาณ',
|
||||
'Budget line' => 'วงเงินงบประมาณ',
|
||||
'Budget line removed successfully.' => 'ลบวงเงินประมาณเรียบร้อยแล้ว',
|
||||
'Budget lines' => 'วงเงินงบประมาณ',
|
||||
// 'CAD - Canadian Dollar' => '',
|
||||
// 'CHF - Swiss Francs' => '',
|
||||
'Cost' => 'มูลค่า',
|
||||
'Cost breakdown' => 'รายละเอียดค่าใช้จ่าย',
|
||||
// 'Custom Stylesheet' => '',
|
||||
'download' => 'ดาวน์โหลด',
|
||||
'Do you really want to remove this budget line?' => 'คุณต้องการลบวงเงินงบประมาณนี้?',
|
||||
// 'EUR - Euro' => '',
|
||||
'Expenses' => 'รายจ่าย',
|
||||
// 'GBP - British Pound' => '',
|
||||
// 'INR - Indian Rupee' => '',
|
||||
// 'JPY - Japanese Yen' => '',
|
||||
'New budget line' => 'วงเงินงบประมาณใหม่',
|
||||
// 'NZD - New Zealand Dollar' => '',
|
||||
'Remove a budget line' => 'ลบวงเงินประมาณ',
|
||||
'Remove budget line' => 'ลบวงเงินประมาณ',
|
||||
// 'RSD - Serbian dinar' => '',
|
||||
'The budget line have been created successfully.' => 'สร้างวงเงินงบประมาณเรียบร้อยแล้ว',
|
||||
'Unable to create the budget line.' => 'ไม่สามารถสร้างวงเงินงบประมาณได้',
|
||||
'Unable to remove this budget line.' => 'ไม่สามารถลบวงเงินงบประมาณนี้',
|
||||
// 'USD - US Dollar' => '',
|
||||
'Remaining' => 'เหลืออยู่',
|
||||
'Destination column' => 'คอลัมน์เป้าหมาย',
|
||||
'Move the task to another column when assigned to a user' => 'ย้ายงานไปคอลัมน์อื่นเมื่อกำหนดบุคคลรับผิดชอบ',
|
||||
'Move the task to another column when assignee is cleared' => 'ย้ายงานไปคอลัมน์อื่นเมื่อไม่กำหนดบุคคลรับผิดชอบ',
|
||||
@@ -746,7 +718,6 @@ return array(
|
||||
'Rate' => 'อัตรา',
|
||||
// 'Change reference currency' => '',
|
||||
'Add a new currency rate' => 'เพิ่มอัตราแลกเปลี่ยนเงินตราใหม่',
|
||||
'Currency rates are used to calculate project budget.' => 'อัตราแลกเปลี่ยนเงินตราถูกใช้ในการคำนวณงบประมาณของโปรเจค',
|
||||
// 'Reference currency' => '',
|
||||
// 'The currency rate have been added successfully.' => '',
|
||||
// 'Unable to add this currency rate.' => '',
|
||||
@@ -878,9 +849,6 @@ return array(
|
||||
// '%s moved the task #%d to the first swimlane' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// 'Swimlane' => '',
|
||||
// 'Budget overview' => '',
|
||||
// 'Type' => '',
|
||||
// 'There is not enough data to show something.' => '',
|
||||
// 'Gravatar' => '',
|
||||
// 'Hipchat' => '',
|
||||
// 'Slack' => '',
|
||||
|
||||
Reference in New Issue
Block a user