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' => 'Rachunkowość',
|
|
'Address' => 'Adres',
|
|
'Addresses' => 'Adresy',
|
|
'AreaManager' => 'Dyrektor Regionalny',
|
|
'Articlegroup' => 'Artykuł',
|
|
'Articles' => 'Artykuły',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => 'Balansować',
|
|
'Bills' => '',
|
|
'Bonus' => 'Premia',
|
|
'CLV' => 'CLV.',
|
|
'Calendar' => 'Kalendarz',
|
|
'City' => 'Miasto',
|
|
'Client' => 'Klient',
|
|
'ClientID' => '',
|
|
'Contact' => 'Kontakt',
|
|
'Country' => 'Kraj',
|
|
'Created' => 'Utworzony',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => 'Rating kredytowy',
|
|
'Creditcard' => 'Karta kredytowa',
|
|
'DSO' => 'DSO.',
|
|
'DUE' => 'Z powodu',
|
|
'Date' => 'Data',
|
|
'Default' => 'Domyślna',
|
|
'Delivery' => 'Dostawa',
|
|
'Discount' => 'Zniżka',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => 'Zniżka %',
|
|
'Documents' => 'Dokumenty',
|
|
'Due' => '',
|
|
'Email' => 'E-mail',
|
|
'Fax' => 'Faks',
|
|
'Files' => 'Pliki',
|
|
'Freightage' => 'Frachtowanie',
|
|
'Group' => 'Grupa',
|
|
'ID' => 'ID',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'Faktury',
|
|
'IsDefault' => 'Jest domyślnie.',
|
|
'Items' => '',
|
|
'LastContact' => 'Ostatni kontakt',
|
|
'LastOrder' => 'Ostatnie zamówienie',
|
|
'Log' => 'Dziennik',
|
|
'Logs' => 'Kłody',
|
|
'MRR' => 'MRR.',
|
|
'MTDSales' => 'Sprzedaż MTD.',
|
|
'Map' => '',
|
|
'Margin' => 'Margines',
|
|
'Master' => 'Gospodarz',
|
|
'Messages' => 'Wiadomości',
|
|
'Modified' => 'Modyfikowany',
|
|
'Name' => 'Nazwa',
|
|
'Name1' => 'Nazwa1.',
|
|
'Name2' => 'Nazwa2.',
|
|
'Name3' => 'Nazwa3.',
|
|
'Net' => 'Internet',
|
|
'Notes' => 'Notatki',
|
|
'Number' => 'Numer',
|
|
'Office' => 'Gabinet',
|
|
'Payment' => 'Zapłata',
|
|
'PaymentTerm' => 'Termin płatności',
|
|
'Permission' => 'Pozwolenie',
|
|
'Phone' => 'Telefon',
|
|
'Postal' => 'Pocztowy',
|
|
'Price' => 'Cena £',
|
|
'Prices' => 'Ceny',
|
|
'Productgroup' => 'Grupa produktów',
|
|
'Profile' => 'Profil',
|
|
'Profit' => '',
|
|
'Purchase' => 'Zakup',
|
|
'Quantity' => 'Ilość',
|
|
'RecentInvoices' => 'Ostatnie faktury.',
|
|
'Sales' => 'Obroty',
|
|
'Segment' => 'Człon',
|
|
'Segments' => 'Segmenty',
|
|
'Subtype' => 'Podtyp',
|
|
'Supplier' => 'Dostawca',
|
|
'Suppliers' => 'Dostawcy',
|
|
'Support' => 'Wsparcie',
|
|
'Tags' => 'Tagi.',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Rodzaj',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => 'Drut',
|
|
'YTDSales' => 'Sprzedaż Ytd.',
|
|
'Zip' => 'Zamek błyskawiczny',
|
|
]];
|