Files
opensourcepos/app/Language/zh-Hant/Taxes.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

84 lines
5.3 KiB
PHP

<?php
return [
"add_exception" => "新增稅務例外",
"cascade" => "級聯",
"cascade_sequence" => "級聯序列",
"city" => "城巿",
"code" => "代碼",
"confirm_delete" => "你確定要刪除這個統編(Tax Code)嗎?此動作無法復原",
"confirm_restore" => "你確定要復原選取的統編(Tax Code)嗎?",
"default_tax_category" => "預設稅務類別",
"default_tax_rate" => "預設稅率",
"error_adding_updating" => "統編(Tax Code)新增或修改失敗",
"group_seq" => "組序列",
"jurisdiction_name" => "稅務裁決單位",
"name" => "姓名",
"new" => "新稅",
"no_taxes" => "",
"no_taxes_to_display" => "沒有相關稅務編號",
"reporting_authority" => "報告主管機關",
"round_half_down" => "減半",
"round_half_even" => "半偶",
"round_half_odd" => "半奇數",
"round_half_up" => "半升",
"rounding_code" => "舍入代碼",
"sales_tax" => "營業稅",
"sales_tax_by_invoice" => "發票營業稅",
"sequence" => "稅收順序",
"state" => "",
"successful_deleted" => "已成功刪除",
"tax_categories" => "稅種",
"tax_categories_configuration" => "稅種設定",
"tax_categories_saved_successfully" => "稅種修改完成",
"tax_categories_saved_unsuccessfully" => "稅種修改未儲存",
"tax_category" => "稅種",
"tax_category_code" => "稅種代碼",
"tax_category_duplicate" => "複製稅種",
"tax_category_invalid_chars" => "稅種名稱含不合法字元",
"tax_category_name" => "稅種名稱",
"tax_category_new" => "新增稅種",
"tax_category_required" => "稅種為必填",
"tax_code" => "稅法",
"tax_code_cannot_be_deleted" => "統編(Tax Code)刪除失敗",
"tax_code_duplicate" => "複製統編(Tax Code)",
"tax_code_invalid_chars" => "統編(Tax Code)含無效字元",
"tax_code_name" => "稅號名稱",
"tax_code_required" => "統編(Tax Code)為必填欄位",
"tax_code_successful_deleted" => "刪除統編(Tax Code)成功",
"tax_code_successful_updated" => "修改成功",
"tax_code_successful_updating" => "統編(Tax Code)修改成功",
"tax_code_successfully_added" => "新增成功",
"tax_code_type" => "稅碼類型",
"tax_codes" => "統編(Tax Code)",
"tax_codes_configuration" => "統編(Tax Code)設定",
"tax_codes_saved_successfully" => "稅碼更改已保存",
"tax_codes_saved_unsuccessfully" => "稅碼更改未保存",
"tax_excluded" => "不含稅",
"tax_group" => "稅務集團",
"tax_group_not_unique" => "稅組 {0} 不是唯一的",
"tax_group_sequence" => "稅組序列",
"tax_included" => "含稅",
"tax_jurisdiction" => "稅收管轄權",
"tax_jurisdiction_duplicate" => "重複稅收管轄權",
"tax_jurisdiction_invalid_chars" => "轄區名稱中的無效字符",
"tax_jurisdiction_required" => "需要稅收管轄權",
"tax_jurisdictions" => "稅務管轄區",
"tax_jurisdictions_configuration" => "稅務管轄區配置",
"tax_jurisdictions_saved_successfully" => "稅務管轄區更改已保存",
"tax_jurisdictions_saved_unsuccessfully" => "稅務管轄區更改未保存",
"tax_rate" => "稅率",
"tax_rate_configuration" => "稅率設定",
"tax_rate_error_adding_updating" => "稅率新增或修改失敗",
"tax_rate_numeric" => "稅率必須是數字",
"tax_rate_required" => "稅率是必填欄位",
"tax_rate_successful_updated" => "修改完成",
"tax_rate_successfully_added" => "新增完成",
"tax_rates" => "稅率",
"tax_rates_configuration" => "稅率設定",
"tax_rounding" => "稅收四捨五入",
"tax_type" => "稅種",
"update" => "修改稅率",
"vat_tax" => "增值稅",
];