mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 01:18:40 +00:00
109 lines
3.4 KiB
PHP
Executable File
109 lines
3.4 KiB
PHP
Executable File
<?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 ['SupplierManagement' => [
|
|
'Accounting' => 'Kirjanpito',
|
|
'Address' => 'Osoite',
|
|
'Addresses' => 'Osoitteet',
|
|
'AreaManager' => 'Aluejohtaja',
|
|
'Articlegroup' => 'ArticleGroup',
|
|
'Articles' => 'Artikkelit',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => 'Saldo',
|
|
'Bills' => '',
|
|
'Bonus' => 'Bonus',
|
|
'CLV' => 'Clv',
|
|
'Calendar' => 'Kalenteri',
|
|
'City' => 'Kaupunki',
|
|
'Client' => 'Asiakas',
|
|
'ClientID' => '',
|
|
'Contact' => 'Ottaa yhteyttä',
|
|
'Country' => 'Maa',
|
|
'Created' => 'Luotu',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => 'Luottoluokitus',
|
|
'Creditcard' => 'Luottokortti',
|
|
'DSO' => 'Dso',
|
|
'DUE' => 'Takia',
|
|
'Date' => 'Päivämäärä',
|
|
'Default' => 'Oletusarvo',
|
|
'Delivery' => 'Toimitus',
|
|
'Discount' => 'Alennus',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => 'Alennus %',
|
|
'Documents' => 'Asiakirjat',
|
|
'Due' => '',
|
|
'Email' => 'Sähköposti',
|
|
'Fax' => 'Faksi',
|
|
'Files' => 'Tiedostot',
|
|
'Freightage' => 'Rahti',
|
|
'Group' => 'Ryhmä',
|
|
'ID' => 'Id',
|
|
'Info' => 'Tiedot',
|
|
'Invoice' => 'Lasku',
|
|
'Invoices' => 'Laskut',
|
|
'IsDefault' => 'On oletusarvo',
|
|
'Items' => '',
|
|
'LastContact' => 'Viimeinen yhteystieto',
|
|
'LastOrder' => 'Viimeinen tilaus',
|
|
'Log' => 'Hirsi',
|
|
'Logs' => 'Lokit',
|
|
'MRR' => 'Mrr',
|
|
'MTDSales' => 'MTD-myynti',
|
|
'Map' => '',
|
|
'Margin' => 'Marginaali',
|
|
'Master' => 'Hallita',
|
|
'Messages' => 'Viestit',
|
|
'Modified' => 'Muokattu',
|
|
'Name' => 'Nimi',
|
|
'Name1' => 'Nimi1',
|
|
'Name2' => 'Nimi2',
|
|
'Name3' => 'Nimi33',
|
|
'Net' => 'Netto',
|
|
'Notes' => 'Toteaa',
|
|
'Number' => 'Määrä',
|
|
'Office' => 'Toimisto',
|
|
'Payment' => 'Maksu',
|
|
'PaymentTerm' => 'Maksuehto',
|
|
'Permission' => 'Lupa',
|
|
'Phone' => 'Puhelin',
|
|
'Postal' => 'Posti-',
|
|
'Price' => 'Hinta',
|
|
'Prices' => 'Hinnat',
|
|
'Productgroup' => 'Tuoteryhmä',
|
|
'Profile' => 'Profiili',
|
|
'Profit' => '',
|
|
'Purchase' => 'Ostaa',
|
|
'Quantity' => 'Määrä',
|
|
'RecentInvoices' => 'Viimeaikaiset laskut',
|
|
'Sales' => 'Myynti',
|
|
'Segment' => 'Segmentti',
|
|
'Segments' => 'Segmentit',
|
|
'Subtype' => 'Alatyyppi',
|
|
'Supplier' => 'Toimittaja',
|
|
'Suppliers' => 'Toimittajat',
|
|
'Support' => 'Tuki',
|
|
'Tags' => 'Tunnisteet',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Tyyppi',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => 'Lanka',
|
|
'YTDSales' => 'YTD-myynti',
|
|
'Zip' => 'Postinumero',
|
|
]];
|