mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-19 02:48:41 +00:00
89 lines
2.9 KiB
PHP
Executable File
89 lines
2.9 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 ['Billing' => [
|
|
'Address' => 'Adres',
|
|
'Addresses' => 'Adresy',
|
|
'Africa' => '#VALUE!',
|
|
'AlreadyPaid' => 'Już zapłacone',
|
|
'America' => '#VALUE!',
|
|
'Analyse' => '#VALUE!',
|
|
'Articles' => '#VALUE!',
|
|
'Asia' => '#VALUE!',
|
|
'Attribute' => '#VALUE!',
|
|
'BaseTime' => '#VALUE!',
|
|
'Bills' => 'Rachunki',
|
|
'Bonus' => 'Premia',
|
|
'CIS' => '#VALUE!',
|
|
'Cashback' => 'Zwrot gotówki',
|
|
'City' => 'Miasto',
|
|
'Client' => 'Klient',
|
|
'ClientID' => 'Identyfikator klienta',
|
|
'ComparisonTime' => '#VALUE!',
|
|
'Confirmation' => 'Potwierdzenie',
|
|
'Country' => 'Kraj',
|
|
'Created' => 'Utworzony',
|
|
'CreditCard' => 'Karta kredytowa',
|
|
'CreditNote' => 'Uwaga kredytowa',
|
|
'Customers' => '#VALUE!',
|
|
'Date' => 'Data',
|
|
'Delivery' => 'Dostawa',
|
|
'DeliveryNote' => 'Dowód dostawy',
|
|
'DirectDebit' => 'Polecenie zapłaty',
|
|
'Discount' => 'Zniżka',
|
|
'DiscountP' => 'Zniżka %',
|
|
'Due' => 'Z powodu',
|
|
'Europe' => '#VALUE!',
|
|
'Filter' => '#VALUE!',
|
|
'Freightage' => 'Frachtowanie',
|
|
'General' => '#VALUE!',
|
|
'Gross' => 'Brutto',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'Faktury',
|
|
'Item' => 'Przedmiot',
|
|
'Items' => 'Przedmiotów',
|
|
'Log' => 'Dziennik',
|
|
'Logs' => 'Kłody',
|
|
'Media' => 'Głoska bezdźwięczna',
|
|
'MoneyTransfer' => 'Transfer pieniędzy',
|
|
'Name' => 'Nazwa',
|
|
'Net' => 'Internet',
|
|
'Offer' => 'Oferta',
|
|
'Other' => '#VALUE!',
|
|
'Payment' => 'Zapłata',
|
|
'Postal' => 'Pocztowy',
|
|
'Prepaid' => 'Opłacony z góry',
|
|
'Preview' => 'Zapowiedź',
|
|
'Price' => 'Cena £',
|
|
'Profit' => 'Zysk',
|
|
'Quantity' => 'Ilość',
|
|
'Recipient' => 'Odbiorca',
|
|
'Region' => '#VALUE!',
|
|
'Rep' => '#VALUE!',
|
|
'Sales' => '#VALUE!',
|
|
'Select' => 'Wybierać',
|
|
'Shipment' => 'Wysyłka',
|
|
'Source' => 'Źródło',
|
|
'Supplier' => 'Dostawca',
|
|
'SupplierID' => 'identyfikator dostawcy',
|
|
'Tax' => 'Podatek',
|
|
'TermsOfDelivery' => 'Warunki dostarczenia',
|
|
'Total' => 'Całkowity',
|
|
'Type' => 'Rodzaj',
|
|
'Upload' => 'Wgrywać',
|
|
'Value' => '#VALUE!',
|
|
'Variation' => 'Zmiana',
|
|
'Zip' => 'Zamek błyskawiczny',
|
|
]];
|