mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 02:21:10 -04:00
83 lines
4.0 KiB
PHP
83 lines
4.0 KiB
PHP
<?php
|
|
return [
|
|
"taxes_add_exception" => "新增稅務例外",
|
|
"taxes_cascade" => "級聯",
|
|
"taxes_cascade_sequence" => "級聯序列",
|
|
"taxes_city" => "城巿",
|
|
"taxes_code" => "代碼",
|
|
"taxes_confirm_delete" => "你確定要刪除這個統編(Tax Code)嗎?此動作無法復原",
|
|
"taxes_confirm_restore" => "你確定要復原選取的統編(Tax Code)嗎?",
|
|
"taxes_default_tax_category" => "預設稅務類別",
|
|
"taxes_default_tax_rate" => "預設稅率",
|
|
"taxes_error_adding_updating" => "統編(Tax Code)新增或修改失敗",
|
|
"taxes_group_seq" => "組序列",
|
|
"taxes_jurisdiction_name" => "稅務裁決單位",
|
|
"taxes_name" => "姓名",
|
|
"taxes_new" => "新稅",
|
|
"taxes_no_taxes" => "",
|
|
"taxes_no_taxes_to_display" => "沒有相關稅務編號",
|
|
"taxes_reporting_authority" => "報告主管機關",
|
|
"taxes_round_half_down" => "減半",
|
|
"taxes_round_half_even" => "半偶",
|
|
"taxes_round_half_odd" => "半奇數",
|
|
"taxes_round_half_up" => "半升",
|
|
"taxes_rounding_code" => "舍入代碼",
|
|
"taxes_sales_tax" => "營業稅",
|
|
"taxes_sales_tax_by_invoice" => "發票營業稅",
|
|
"taxes_sequence" => "稅收順序",
|
|
"taxes_state" => "州",
|
|
"taxes_successful_deleted" => "已成功刪除",
|
|
"taxes_tax_categories" => "稅種",
|
|
"taxes_tax_categories_configuration" => "稅種設定",
|
|
"taxes_tax_categories_saved_successfully" => "稅種修改完成",
|
|
"taxes_tax_categories_saved_unsuccessfully" => "稅種修改未儲存",
|
|
"taxes_tax_category" => "稅種",
|
|
"taxes_tax_category_code" => "稅種代碼",
|
|
"taxes_tax_category_duplicate" => "複製稅種",
|
|
"taxes_tax_category_invalid_chars" => "稅種名稱含不合法字元",
|
|
"taxes_tax_category_name" => "稅種名稱",
|
|
"taxes_tax_category_new" => "新增稅種",
|
|
"taxes_tax_category_required" => "稅種為必填",
|
|
"taxes_tax_code" => "稅法",
|
|
"taxes_tax_code_cannot_be_deleted" => "統編(Tax Code)刪除失敗",
|
|
"taxes_tax_code_duplicate" => "複製統編(Tax Code)",
|
|
"taxes_tax_code_invalid_chars" => "統編(Tax Code)含無效字元",
|
|
"taxes_tax_code_name" => "稅號名稱",
|
|
"taxes_tax_code_required" => "統編(Tax Code)為必填欄位",
|
|
"taxes_tax_code_successful_deleted" => "刪除統編(Tax Code)成功",
|
|
"taxes_tax_code_successful_updated" => "修改成功",
|
|
"taxes_tax_code_successful_updating" => "統編(Tax Code)修改成功",
|
|
"taxes_tax_code_successfully_added" => "新增成功",
|
|
"taxes_tax_code_type" => "稅碼類型",
|
|
"taxes_tax_codes" => "統編(Tax Code)",
|
|
"taxes_tax_codes_configuration" => "統編(Tax Code)設定",
|
|
"taxes_tax_codes_saved_successfully" => "稅碼更改已保存",
|
|
"taxes_tax_codes_saved_unsuccessfully" => "稅碼更改未保存",
|
|
"taxes_tax_excluded" => "不含稅",
|
|
"taxes_tax_group" => "稅務集團",
|
|
"taxes_tax_group_not_unique" => "稅組 %1 不是唯一的",
|
|
"taxes_tax_group_sequence" => "稅組序列",
|
|
"taxes_tax_included" => "含稅",
|
|
"taxes_tax_jurisdiction" => "稅收管轄權",
|
|
"taxes_tax_jurisdiction_duplicate" => "重複稅收管轄權",
|
|
"taxes_tax_jurisdiction_invalid_chars" => "轄區名稱中的無效字符",
|
|
"taxes_tax_jurisdiction_required" => "需要稅收管轄權",
|
|
"taxes_tax_jurisdictions" => "稅務管轄區",
|
|
"taxes_tax_jurisdictions_configuration" => "稅務管轄區配置",
|
|
"taxes_tax_jurisdictions_saved_successfully" => "稅務管轄區更改已保存",
|
|
"taxes_tax_jurisdictions_saved_unsuccessfully" => "稅務管轄區更改未保存",
|
|
"taxes_tax_rate" => "稅率",
|
|
"taxes_tax_rate_configuration" => "稅率設定",
|
|
"taxes_tax_rate_error_adding_updating" => "稅率新增或修改失敗",
|
|
"taxes_tax_rate_numeric" => "稅率必須是數字",
|
|
"taxes_tax_rate_required" => "稅率是必填欄位",
|
|
"taxes_tax_rate_successful_updated" => "修改完成",
|
|
"taxes_tax_rate_successfully_added" => "新增完成",
|
|
"taxes_tax_rates" => "稅率",
|
|
"taxes_tax_rates_configuration" => "稅率設定",
|
|
"taxes_tax_rounding" => "稅收四捨五入",
|
|
"taxes_tax_type" => "稅種",
|
|
"taxes_update" => "修改稅率",
|
|
"taxes_vat_tax" => "增值稅",
|
|
];
|