diff --git a/translations/ui-invoice/zh_CN.json b/translations/ui-invoice/zh_CN.json index 5c85ff0d..7e821934 100644 --- a/translations/ui-invoice/zh_CN.json +++ b/translations/ui-invoice/zh_CN.json @@ -442,10 +442,10 @@ "permission.batchVoucher.exportConfigs.credentials.view": "设置(发票):批量组用户名和密码:查看", "permission.batchVoucher.exportConfigs.credentials.edit": "设置(发票):批量组用户名和密码:查看和编辑", "invoice.actions.cancel.error.budgetNotFoundByFundIdAndFiscalYearId": "此操作无法成功完成。目标财务年度的 {fundCode} 没有预算,或者预算未激活。", - "invoice.actions.approve.error.budgetNotFoundByFundIdAndFiscalYearId": "无法批准发票,因为经费 {fundCode} 没有当前预算。", - "invoice.actions.pay.error.budgetNotFoundByFundIdAndFiscalYearId": "无法支付发票,因为经费 {fundCode} 没有当前预算。", - "invoice.actions.approveAndPay.error.budgetNotFoundByFundIdAndFiscalYearId": "无法批准和支付发票,因为经费 {fundCode} 没有当前预算。", - "invoice.actions.saveLine.error.budgetNotFoundByFundIdAndFiscalYearId": "无法保存发票行,因为经费 {fundCode} 没有当前预算。", + "invoice.actions.approve.error.budgetNotFoundByFundIdAndFiscalYearId": "无法批准发票,因为经费 {fundCode} 没有财务年度 {fiscalYear} 的当前预算。", + "invoice.actions.pay.error.budgetNotFoundByFundIdAndFiscalYearId": "无法支付发票,因为经费 {fundCode} 没有财务年度 {fiscalYear} 的当前预算。", + "invoice.actions.approveAndPay.error.budgetNotFoundByFundIdAndFiscalYearId": "无法批准和支付发票,因为经费 {fundCode} 没有财务年度 {fiscalYear} 的当前预算。", + "invoice.actions.saveLine.error.budgetNotFoundByFundIdAndFiscalYearId": "无法保存发票行,因为经费 {fundCode} 没有财务年度 {fiscalYear} 的当前预算。", "receivingHistory.displaySummary": "显示摘要", "invoice.details.information.calculatedTotalExchangeAmount": "计算总金额(已兑换)", "document.title.search": "发票 - {query} - 搜索", @@ -468,11 +468,11 @@ "invoice.actions.duplicate.success.message": "发票复制成功", "invoice.actions.duplicate.error.message": "发票未复制", "search.folioInvoiceNo": "FOLIO发票号", - "label.backToInvoice": "Back to Invoice", - "permission.invoice.approve.execute": "Invoice: Approve invoices", - "permission.invoice.pay.execute": "Invoice: Pay invoices", - "permission.invoice.pay-different-fy.execute": "Invoice: Pay invoices in a different fiscal year", - "permission.invoice.cancel.execute": "Invoice: Cancel invoices", - "permission.voucher.export.execute": "Invoice: Voucher export", - "invoice.versionHistory.noVersion": "No version history to display." + "label.backToInvoice": "返回发票", + "permission.invoice.approve.execute": "发票:批准发票", + "permission.invoice.pay.execute": "发票:支付发票", + "permission.invoice.pay-different-fy.execute": "发票:支付不同财务年度的发票", + "permission.invoice.cancel.execute": "发票:取消发票", + "permission.voucher.export.execute": "发票:凭证导出", + "invoice.versionHistory.noVersion": "没有可显示的版本历史。" } \ No newline at end of file