mirror of
https://github.com/Karaka-Management/oms-EquipmentManagement.git
synced 2026-01-11 00:58:42 +00:00
127 lines
4.1 KiB
PHP
Executable File
127 lines
4.1 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' => 'Rachunkowość',
|
|
'Addition' => 'Dodatek',
|
|
'Address' => 'Adres',
|
|
'Addresses' => 'Adresy',
|
|
'Africa' => '#VALUE!',
|
|
'AllCustomers' => '#VALUE!',
|
|
'America' => '#VALUE!',
|
|
'Analyse' => '#VALUE!',
|
|
'AreaManager' => 'Dyrektor Regionalny',
|
|
'Articlegroup' => 'Artykuł',
|
|
'Articles' => 'Artykuły',
|
|
'Asia' => '#VALUE!',
|
|
'Attribute' => '#VALUE!',
|
|
'Attributes' => '#VALUE!',
|
|
'Balance' => 'Balansować',
|
|
'BaseTime' => '#VALUE!',
|
|
'Bills' => '#VALUE!',
|
|
'Bonus' => 'Premia',
|
|
'Business' => 'Biznes',
|
|
'CIS' => '#VALUE!',
|
|
'CLV' => 'CLV.',
|
|
'Calendar' => 'Kalendarz',
|
|
'City' => 'Miasto',
|
|
'Client' => 'Klient',
|
|
'ClientID' => '#VALUE!',
|
|
'Clients' => 'Klienci.',
|
|
'ComparisonTime' => '#VALUE!',
|
|
'Contact' => 'Kontakt',
|
|
'Country' => 'Kraj',
|
|
'Created' => 'Utworzony',
|
|
'CreatedAt' => '#VALUE!',
|
|
'CreditRating' => 'Rating kredytowy',
|
|
'Creditcard' => 'Karta kredytowa',
|
|
'Customers' => '#VALUE!',
|
|
'DSO' => 'DSO.',
|
|
'Date' => 'Data',
|
|
'Default' => 'Domyślna',
|
|
'Delivery' => 'Dostawa',
|
|
'Discount' => 'Zniżka',
|
|
'DiscountBonus' => '#VALUE!',
|
|
'DiscountP' => 'Zniżka %',
|
|
'Documents' => 'Dokumenty',
|
|
'Due' => 'Z powodu',
|
|
'Email' => 'E-mail',
|
|
'Europe' => '#VALUE!',
|
|
'Fax' => 'Faks',
|
|
'Files' => 'Pliki',
|
|
'Filter' => 'Filtr',
|
|
'Freightage' => 'Frachtowanie',
|
|
'Group' => 'Grupa',
|
|
'ID' => 'ID',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'Faktury',
|
|
'IsDefault' => 'Jest domyślnie?',
|
|
'Items' => '#VALUE!',
|
|
'LastContact' => 'Ostatni kontakt',
|
|
'LastOrder' => 'Ostatnie zamówienie',
|
|
'Log' => 'Dziennik',
|
|
'Logs' => 'Kłody',
|
|
'LostCustomers' => '#VALUE!',
|
|
'MRR' => 'MRR.',
|
|
'MTDSales' => 'Sprzedaż MTD.',
|
|
'Margin' => 'Margines',
|
|
'Messages' => 'Wiadomości',
|
|
'Modified' => 'Modyfikowany',
|
|
'Modules' => 'Moduły',
|
|
'Name' => 'Nazwa',
|
|
'Name1' => 'Nazwa1.',
|
|
'Name2' => 'Nazwa2.',
|
|
'Name3' => 'Nazwa3.',
|
|
'Net' => 'Internet',
|
|
'NewCustomers' => '#VALUE!',
|
|
'Notes' => 'Notatki',
|
|
'Number' => 'Numer',
|
|
'Office' => 'Gabinet',
|
|
'Other' => '#VALUE!',
|
|
'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',
|
|
'Profit' => '#VALUE!',
|
|
'Purchase' => 'Zakup',
|
|
'Quantity' => 'Ilość',
|
|
'RecentInvoices' => 'Ostatnie faktury.',
|
|
'Region' => '#VALUE!',
|
|
'Rep' => '#VALUE!',
|
|
'Retention' => '#VALUE!',
|
|
'Sales' => 'Obroty',
|
|
'Segment' => 'Człon',
|
|
'Segments' => 'Segmenty',
|
|
'Subtype' => 'Podtyp',
|
|
'Support' => 'Wsparcie',
|
|
'Tags' => 'Tagi.',
|
|
'Title' => '#VALUE!',
|
|
'Total' => '#VALUE!',
|
|
'TotalPrice' => '#VALUE!',
|
|
'Type' => 'Rodzaj',
|
|
'UnitPrice' => '#VALUE!',
|
|
'Value' => '#VALUE!',
|
|
'Website' => 'Stronie internetowej',
|
|
'Wire' => 'Drut',
|
|
'YTDSales' => 'Sprzedaż Ytd.',
|
|
'Zip' => 'Zamek błyskawiczny',
|
|
]];
|