|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/test.poskrypt.com/lang/ro/ |
Upload File : |
<?php
return [
/*
|--------------------------------------------------------------------------
| Tax Rates Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Tax Rate CRUD operations.
|
*/
'tax_rates' => 'Tax Rates',
'manage_your_tax_rates' => 'Manage your tax rates',
'all_your_tax_rates' => 'All your tax rates',
'name' => 'Name',
'rate' => 'Tax Rate %',
'added_success' => 'Tax rate added successfully',
'updated_success' => 'Tax rate updated successfully',
'deleted_success' => 'Tax rate deleted successfully',
'add_tax_rate' => 'Add Tax Rate',
'edit_taxt_rate' => 'Edit Tax Rate',
'add_tax_group' => 'Add tax group',
'tax_group_added_success' => 'Tax group added successfully',
'tax_group_updated_success' => 'Tax group updated successfully',
'tax_groups' => 'Tax groups',
'edit_tax_group' => 'Edit tax group',
'sub_taxes' => 'Sub taxes',
'can_not_be_deleted' => 'This tax rate belongs to some tax groups',
];