mirror of
https://github.com/Karaka-Management/oms-EquipmentManagement.git
synced 2026-01-11 00:58:42 +00:00
127 lines
4.0 KiB
PHP
Executable File
127 lines
4.0 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ClientManagement' => [
|
|
'Accounting' => 'Regnskab',
|
|
'Addition' => 'Tilsætning',
|
|
'Address' => 'Adresse',
|
|
'Addresses' => 'Adresser',
|
|
'Africa' => '#VALUE!',
|
|
'AllCustomers' => '#VALUE!',
|
|
'America' => '#VALUE!',
|
|
'Analyse' => '#VALUE!',
|
|
'AreaManager' => 'Områdechef',
|
|
'Articlegroup' => 'ArticleGroup.',
|
|
'Articles' => 'Artikler',
|
|
'Asia' => '#VALUE!',
|
|
'Attribute' => '#VALUE!',
|
|
'Attributes' => '#VALUE!',
|
|
'Balance' => 'Balance',
|
|
'BaseTime' => '#VALUE!',
|
|
'Bills' => '#VALUE!',
|
|
'Bonus' => 'Bonus',
|
|
'Business' => 'Forretning',
|
|
'CIS' => '#VALUE!',
|
|
'CLV' => 'CLV.',
|
|
'Calendar' => 'Kalender',
|
|
'City' => 'City.',
|
|
'Client' => 'Klient',
|
|
'ClientID' => '#VALUE!',
|
|
'Clients' => 'Klienter.',
|
|
'ComparisonTime' => '#VALUE!',
|
|
'Contact' => 'Kontakt',
|
|
'Country' => 'Land',
|
|
'Created' => 'Oprettet',
|
|
'CreatedAt' => '#VALUE!',
|
|
'CreditRating' => 'Kreditvurdering',
|
|
'Creditcard' => 'Kreditkort',
|
|
'Customers' => '#VALUE!',
|
|
'DSO' => 'DSO.',
|
|
'Date' => 'Dato',
|
|
'Default' => 'Standard',
|
|
'Delivery' => 'Levering',
|
|
'Discount' => 'Rabat',
|
|
'DiscountBonus' => '#VALUE!',
|
|
'DiscountP' => 'Rabat%',
|
|
'Documents' => 'Dokumenter',
|
|
'Due' => 'På grund',
|
|
'Email' => 'Email.',
|
|
'Europe' => '#VALUE!',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Filer.',
|
|
'Filter' => 'Filter',
|
|
'Freightage' => 'Gods',
|
|
'Group' => 'Gruppe',
|
|
'ID' => 'ID.',
|
|
'Info' => 'Info.',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'Fakturaer.',
|
|
'IsDefault' => 'Er standard?',
|
|
'Items' => '#VALUE!',
|
|
'LastContact' => 'Sidste kontakt',
|
|
'LastOrder' => 'Sidste ordre',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs.',
|
|
'LostCustomers' => '#VALUE!',
|
|
'MRR' => 'MRR.',
|
|
'MTDSales' => 'MTD Sales.',
|
|
'Margin' => 'Margin.',
|
|
'Messages' => 'Beskeder',
|
|
'Modified' => 'Modificeret',
|
|
'Modules' => 'Moduler.',
|
|
'Name' => 'Navn',
|
|
'Name1' => 'NAME1.',
|
|
'Name2' => 'NAME2.',
|
|
'Name3' => 'NAME3.',
|
|
'Net' => 'Net',
|
|
'NewCustomers' => '#VALUE!',
|
|
'Notes' => 'Noter.',
|
|
'Number' => 'Nummer',
|
|
'Office' => 'Kontor',
|
|
'Other' => '#VALUE!',
|
|
'Payment' => 'Betaling',
|
|
'PaymentTerm' => 'Betalingsbetingelser',
|
|
'Permission' => 'Tilladelse',
|
|
'Phone' => 'telefon',
|
|
'Postal' => 'Postal.',
|
|
'Price' => 'Pris',
|
|
'Prices' => 'Priser.',
|
|
'Private' => 'Privat',
|
|
'Productgroup' => 'Produktgruppe',
|
|
'Profile' => 'Profil',
|
|
'Profit' => '#VALUE!',
|
|
'Purchase' => 'Køb',
|
|
'Quantity' => 'Antal',
|
|
'RecentInvoices' => 'Nylige fakturaer.',
|
|
'Region' => '#VALUE!',
|
|
'Rep' => '#VALUE!',
|
|
'Retention' => '#VALUE!',
|
|
'Sales' => 'SALG',
|
|
'Segment' => 'Segment',
|
|
'Segments' => 'Segmenter.',
|
|
'Subtype' => 'Subtype.',
|
|
'Support' => 'Support',
|
|
'Tags' => 'Tags.',
|
|
'Title' => '#VALUE!',
|
|
'Total' => '#VALUE!',
|
|
'TotalPrice' => '#VALUE!',
|
|
'Type' => 'Type',
|
|
'UnitPrice' => '#VALUE!',
|
|
'Value' => '#VALUE!',
|
|
'Website' => 'Internet side',
|
|
'Wire' => 'Tråd',
|
|
'YTDSales' => 'YTD SALG',
|
|
'Zip' => 'Zip.',
|
|
]];
|