mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 04:50:09 -04:00
83 lines
4.4 KiB
PHP
83 lines
4.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' => 'НДС Налог',
|
||
];
|