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/tr/tax_rate.php
<?php

return [

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

    'tax_rates' => 'Vergi oranları',
    'manage_your_tax_rates' => 'Vergi oranlarınızı yönetin',
    'all_your_tax_rates' => 'Tüm vergi oranlarınız',
    'name' => 'Adı',
    'rate' => 'Vergi Oranı %',
    'added_success' => 'Vergi oranı başarıyla eklendi',
    'updated_success' => 'Vergi oranı başarıyla güncellendi',
    'deleted_success' => 'Vergi oranı başarıyla silindi',
    'add_tax_rate' => 'Vergi Oranı Ekle',
    'edit_taxt_rate' => 'Vergi Oranını Düzenle',
    'add_tax_group' => 'Vergi grubu ekle',
    'tax_group_added_success' => 'Vergi grubu başarıyla eklendi',
    'tax_group_updated_success' => 'Vergi grubu başarıyla güncellendi',
    'tax_groups' => 'Vergi grupları',
    'edit_tax_group' => 'Vergi grubunu düzenle',
    'sub_taxes' => 'Alt vergiler',
    'can_not_be_deleted' => 'Bu vergi oranı bazı vergi gruplarına aittir.',

];