oms-Customs/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn af73bc7d6c
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
Test fixes
2024-05-16 02:14:54 +00:00

41 lines
1.3 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',
'Phone' => 'Telefon',
'Remark' => 'Bemerkung',
'Sanctions' => 'Sanktionen',
'Sanction' => 'Sanktion',
'IdentificationNumber' => 'Identifikationsnummer',
'MeasureType' => 'Measure Type',
'Footnote' => 'Fußnote',
'FootnoteDescription' => 'Fußnote Beschreibung',
'ExportDuty' => 'Export Zoll',
'ImportDuty' => 'Import Zoll',
'AddCode' => 'Add Code',
'AddDescription' => 'Add Beschreibung',
]];