HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/vlxd.naniguide.com/lang/vi/tax_rate.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Tax Rates Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used for Tax Rate CRUD operations.
    |
    */

    'tax_rates' => 'Thuế suất',
    'manage_your_tax_rates' => 'Quản lý thuế của bạn',
    'all_your_tax_rates' => 'Tất cả thuế',
    'name' => 'Tên',
    'rate' => 'Thuế %',
    'added_success' => 'Thuế được thêm thành công',
    'updated_success' => 'Thuế được cập nhật thành công',
    'deleted_success' => 'Thuế đã xóa thành công',
    'add_tax_rate' => 'Thêm thuế',
    'edit_taxt_rate' => 'Sửa thuế',
    'add_tax_group' => 'Thêm nhóm thuế',
    'tax_group_added_success' => 'Đã thêm nhóm thuế thành công',
    'tax_group_updated_success' => 'Nhóm thuế cập nhật thành công',
    'tax_groups' => 'Nhóm thuế',
    'edit_tax_group' => 'Sửa nhóm thuế',
    'sub_taxes' => 'Thuế phụ',
    'can_not_be_deleted' => 'Thuế này thuộc về một số nhóm thuế',

];