mirror of
https://github.com/Karaka-Management/oms-Customs.git
synced 2026-01-11 09:38:41 +00:00
41 lines
1.3 KiB
PHP
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',
|
|
]];
|