mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
* 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
84 lines
4.6 KiB
PHP
84 lines
4.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_exception" => "",
|
|
"cascade" => "",
|
|
"cascade_sequence" => "",
|
|
"city" => "",
|
|
"code" => "",
|
|
"confirm_delete" => "您确定要删除税码吗?这个操作不可撤销",
|
|
"confirm_restore" => "您确定要还原所选的税码吗?",
|
|
"default_tax_category" => "默认税种",
|
|
"default_tax_rate" => "预设税率",
|
|
"error_adding_updating" => "税码添加或更新失败",
|
|
"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_duplicate" => "重复税码",
|
|
"tax_code_invalid_chars" => "税码中存在无效字符",
|
|
"tax_code_name" => "税码名称",
|
|
"tax_code_required" => "税码为必填项",
|
|
"tax_code_successful_deleted" => "您已经成功删除税码",
|
|
"tax_code_successful_updated" => "您已成功更新",
|
|
"tax_code_successful_updating" => "您已成功更新税码",
|
|
"tax_code_successfully_added" => "添加成功",
|
|
"tax_code_type" => "税码类型",
|
|
"tax_codes" => "",
|
|
"tax_codes_configuration" => "",
|
|
"tax_codes_saved_successfully" => "",
|
|
"tax_codes_saved_unsuccessfully" => "",
|
|
"tax_excluded" => "",
|
|
"tax_group" => "",
|
|
"tax_group_not_unique" => "",
|
|
"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" => "",
|
|
];
|