清理手工开票页面冗余文案
This commit is contained in:
@@ -295,6 +295,7 @@ export default {
|
||||
total: 'Total',
|
||||
addCharge: 'Add row',
|
||||
removeCharge: 'Remove',
|
||||
chargeLineLabel: 'Row {index}',
|
||||
removeChargeLineAria: 'Remove row {index}',
|
||||
maxChargesReached: 'V1 supports up to 10 charge lines.',
|
||||
previewDisclaimer: 'The frontend only previews amounts. Backend totals are authoritative.',
|
||||
|
||||
@@ -295,6 +295,7 @@ export default {
|
||||
total: 'Total',
|
||||
addCharge: 'เพิ่มแถว',
|
||||
removeCharge: 'ลบ',
|
||||
chargeLineLabel: 'แถวที่ {index}',
|
||||
removeChargeLineAria: 'ลบแถวที่ {index}',
|
||||
maxChargesReached: 'V1 รองรับได้สูงสุด 10 รายการค่าใช้จ่าย',
|
||||
previewDisclaimer: 'ยอดนี้เป็นเพียงตัวอย่าง ยอดสุดท้ายให้ยึด totals จากหลังบ้าน',
|
||||
|
||||
@@ -295,6 +295,7 @@ export default {
|
||||
total: 'Total',
|
||||
addCharge: '新增一行',
|
||||
removeCharge: '删除',
|
||||
chargeLineLabel: '第 {index} 行',
|
||||
removeChargeLineAria: '删除第 {index} 行',
|
||||
maxChargesReached: '第一版最多支持 10 条费用明细。',
|
||||
previewDisclaimer: '前端仅做金额预览,最终金额以后端返回 totals 为准。',
|
||||
|
||||
Reference in New Issue
Block a user