mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
83 lines
3.4 KiB
PHP
83 lines
3.4 KiB
PHP
<?php
|
|
return [
|
|
"taxes_add_exception" => "",
|
|
"taxes_cascade" => "",
|
|
"taxes_cascade_sequence" => "",
|
|
"taxes_city" => "",
|
|
"taxes_code" => "",
|
|
"taxes_confirm_delete" => "您确定要删除税码吗?这个操作不可撤销",
|
|
"taxes_confirm_restore" => "您确定要还原所选的税码吗?",
|
|
"taxes_default_tax_category" => "默认税种",
|
|
"taxes_default_tax_rate" => "预设税率",
|
|
"taxes_error_adding_updating" => "税码添加或更新失败",
|
|
"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" => "税码删除失败",
|
|
"taxes_tax_code_duplicate" => "重复税码",
|
|
"taxes_tax_code_invalid_chars" => "税码中存在无效字符",
|
|
"taxes_tax_code_name" => "税码名称",
|
|
"taxes_tax_code_required" => "税码为必填项",
|
|
"taxes_tax_code_successful_deleted" => "您已经成功删除税码",
|
|
"taxes_tax_code_successful_updated" => "您已成功更新",
|
|
"taxes_tax_code_successful_updating" => "您已成功更新税码",
|
|
"taxes_tax_code_successfully_added" => "添加成功",
|
|
"taxes_tax_code_type" => "税码类型",
|
|
"taxes_tax_codes" => "",
|
|
"taxes_tax_codes_configuration" => "",
|
|
"taxes_tax_codes_saved_successfully" => "",
|
|
"taxes_tax_codes_saved_unsuccessfully" => "",
|
|
"taxes_tax_excluded" => "",
|
|
"taxes_tax_group" => "",
|
|
"taxes_tax_group_not_unique" => "",
|
|
"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" => "",
|
|
];
|