清理手工开票页面冗余文案

This commit is contained in:
andy
2026-07-17 17:24:19 +07:00
parent 56db5cacee
commit 7930d59359
5 changed files with 31 additions and 82 deletions

View File

@@ -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.',

View File

@@ -295,6 +295,7 @@ export default {
total: 'Total',
addCharge: 'เพิ่มแถว',
removeCharge: 'ลบ',
chargeLineLabel: 'แถวที่ {index}',
removeChargeLineAria: 'ลบแถวที่ {index}',
maxChargesReached: 'V1 รองรับได้สูงสุด 10 รายการค่าใช้จ่าย',
previewDisclaimer: 'ยอดนี้เป็นเพียงตัวอย่าง ยอดสุดท้ายให้ยึด totals จากหลังบ้าน',

View File

@@ -295,6 +295,7 @@ export default {
total: 'Total',
addCharge: '新增一行',
removeCharge: '删除',
chargeLineLabel: '第 {index} 行',
removeChargeLineAria: '删除第 {index} 行',
maxChargesReached: '第一版最多支持 10 条费用明细。',
previewDisclaimer: '前端仅做金额预览,最终金额以后端返回 totals 为准。',