oms-Customs/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn c142635cb8
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix languages 5
2024-05-18 21:16:17 +00:00

37 lines
1.1 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Customs' => [
'HSCodes' => 'Zolltarifnummern',
'Code' => 'ZTN',
'Description' => 'Beschreibung',
'Basic' => 'Standard',
'Type' => 'Typ',
'Name' => 'Name',
'Address' => 'Adresse',
'Start' => 'Begin',
'City' => 'Stadt',
'Country' => 'Land',
'Detail' => 'Detail',
'Birthday' => 'Geburtstag',
'Remark' => 'Bemerkung',
'Sanctions' => 'Sanktionen',
'IdentificationNumber' => 'Identifikationsnummer',
'MeasureType' => 'Measure Type',
'Footnote' => 'Fußnote',
'ExportDuty' => 'Export Zoll',
'ImportDuty' => 'Import Zoll',
'AddCode' => 'Add Code',
]];