mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
103 lines
3.3 KiB
PHP
103 lines
3.3 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['SupplierManagement' => [
|
|
'Accounting' => 'Rachunkowość',
|
|
'Addition' => 'Dodanie',
|
|
'Address' => 'Adres',
|
|
'Addresses' => 'adresy',
|
|
'AreaManager' => 'Dyrektor Regionalny',
|
|
'Articlegroup' => 'Articlegroup',
|
|
'Articles' => 'Artykuły',
|
|
'Balance' => 'Saldo',
|
|
'Bonus' => 'Premia',
|
|
'Business' => 'Biznes',
|
|
'CLV' => 'CLV',
|
|
'Calendar' => 'Kalendarz',
|
|
'City' => 'Miasto',
|
|
'Client' => 'Klient',
|
|
'Clients' => 'klienci',
|
|
'Contact' => 'Kontakt',
|
|
'Country' => 'Kraj',
|
|
'Created' => 'Utworzony',
|
|
'CreatedAt' => '#VALUE!',
|
|
'CreditRating' => 'ratingowych',
|
|
'Creditcard' => 'Karta kredytowa',
|
|
'DSO' => 'DSO',
|
|
'DUE' => 'Z powodu',
|
|
'Date' => 'Data',
|
|
'Default' => 'Domyślna',
|
|
'Delivery' => 'Dostawa',
|
|
'Discount' => 'Zniżka',
|
|
'DiscountP' => 'Zniżka %',
|
|
'Documents' => 'dokumenty',
|
|
'Due' => '#VALUE!',
|
|
'Email' => 'E-mail',
|
|
'Fax' => 'Faks',
|
|
'Files' => 'Akta',
|
|
'Freightage' => 'Frachtowanie',
|
|
'Group' => 'Grupa',
|
|
'ID' => 'ID',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'faktury',
|
|
'IsDefault' => 'jest domyślnym',
|
|
'LastContact' => 'Ostatni kontakt',
|
|
'LastOrder' => 'Ostatnie zamówienie',
|
|
'Log' => 'Log',
|
|
'Logs' => 'dzienniki',
|
|
'MRR' => 'MRR',
|
|
'MTDSales' => 'MTD sprzedaży',
|
|
'Main' => 'Główny',
|
|
'Margin' => 'Margines',
|
|
'Master' => 'Mistrz',
|
|
'Messages' => 'wiadomości',
|
|
'Modified' => 'zmodyfikowany',
|
|
'Modules' => 'moduły',
|
|
'Name' => 'Nazwa',
|
|
'Name1' => 'nazwa1',
|
|
'Name2' => 'name2',
|
|
'Name3' => 'NAME3',
|
|
'Net' => 'Netto',
|
|
'Notes' => 'Uwagi',
|
|
'Number' => 'Numer',
|
|
'Office' => 'Gabinet',
|
|
'Payment' => 'Zapłata',
|
|
'PaymentTerm' => 'Termin płatności',
|
|
'Permission' => 'Pozwolenie',
|
|
'Phone' => 'Telefon',
|
|
'Postal' => 'Pocztowy',
|
|
'Price' => 'Cena £',
|
|
'Prices' => 'ceny',
|
|
'Private' => 'Prywatny',
|
|
'Productgroup' => 'Grupa produktów',
|
|
'Profile' => 'Profil',
|
|
'Purchase' => 'Zakup',
|
|
'Quantity' => 'Ilość',
|
|
'RecentInvoices' => 'Najnowsze Faktury',
|
|
'Sales' => 'Sprzedaż',
|
|
'Segment' => 'Człon',
|
|
'Segments' => 'segmenty',
|
|
'Subtype' => 'podtyp',
|
|
'Supplier' => 'Dostawca',
|
|
'Suppliers' => 'Dostawcy',
|
|
'Support' => 'Wsparcie',
|
|
'Tags' => 'tagi',
|
|
'Title' => '#VALUE!',
|
|
'Type' => 'Rodzaj',
|
|
'Wire' => 'Drut',
|
|
'YTDSales' => 'YTD sprzedaży',
|
|
'Zip' => 'Zamek błyskawiczny',
|
|
]];
|