From 02861ac7f687fa53c32314cb16d652698bafba0d Mon Sep 17 00:00:00 2001 From: Olsza Date: Tue, 25 Jun 2024 09:32:19 +0200 Subject: [PATCH 1/3] add translate PL --- lang/pl/invoice.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 lang/pl/invoice.php diff --git a/lang/pl/invoice.php b/lang/pl/invoice.php new file mode 100644 index 0000000..fa9e2fa --- /dev/null +++ b/lang/pl/invoice.php @@ -0,0 +1,39 @@ + 'Faktura', + 'serial' => 'Nr seryjny', + 'date' => 'Data faktury', + 'seller' => 'Sprzedawca', + 'buyer' => 'Buyer', + 'address' => 'Adres', + 'code' => 'Kod', + 'vat' => 'VAT', + 'phone' => 'Telefon', + 'description' => 'Opis', + 'units' => 'Jednostki', + 'quantity' => 'Ilość', + 'price' => 'Cena', + 'discount' => 'Rabat', + 'tax' => 'Podatek', + 'sub_total' => 'Razem', + 'total_discount' => 'Całkowity rabat', + 'taxable_amount' => 'Wartość opodatkowania', + 'total_taxes' => 'Suma podatków', + 'tax_rate' => 'Stawka podatku', + 'total_amount' => 'Całkowita kwota', + 'pay_until' => 'Płatność do', + 'amount_in_words' => 'Kwota słownie', + 'amount_in_words_format' => '%s %s i %s %s', + 'notes' => 'Uwagi', + 'shipping' => 'Wysyłka', + 'paid' => 'Zapłacono', + 'due' => 'Termin płatności', + 'page' => 'Strona', +]; From 64600151d95d666d7f0471c0bc58977e17fa7abf Mon Sep 17 00:00:00 2001 From: Olsza Date: Thu, 27 Jun 2024 08:29:56 +0200 Subject: [PATCH 2/3] update translation PL --- lang/pl/invoice.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/pl/invoice.php b/lang/pl/invoice.php index fa9e2fa..ed12c92 100644 --- a/lang/pl/invoice.php +++ b/lang/pl/invoice.php @@ -11,25 +11,25 @@ 'serial' => 'Nr seryjny', 'date' => 'Data faktury', 'seller' => 'Sprzedawca', - 'buyer' => 'Buyer', + 'buyer' => 'Kupujący', 'address' => 'Adres', 'code' => 'Kod', 'vat' => 'VAT', 'phone' => 'Telefon', 'description' => 'Opis', - 'units' => 'Jednostki', + 'units' => 'Jednostka', 'quantity' => 'Ilość', 'price' => 'Cena', 'discount' => 'Rabat', 'tax' => 'Podatek', 'sub_total' => 'Razem', 'total_discount' => 'Całkowity rabat', - 'taxable_amount' => 'Wartość opodatkowania', - 'total_taxes' => 'Suma podatków', + 'taxable_amount' => 'Wartość', + 'total_taxes' => 'Suma podatku', 'tax_rate' => 'Stawka podatku', 'total_amount' => 'Całkowita kwota', 'pay_until' => 'Płatność do', - 'amount_in_words' => 'Kwota słownie', + 'amount_in_words' => 'Słownie', 'amount_in_words_format' => '%s %s i %s %s', 'notes' => 'Uwagi', 'shipping' => 'Wysyłka', From 196fc1a22d50ea0251dfa90ee03bfecf4191e0e8 Mon Sep 17 00:00:00 2001 From: Olsza Date: Thu, 18 Jul 2024 07:20:52 +0200 Subject: [PATCH 3/3] translation corrected --- lang/pl/invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pl/invoice.php b/lang/pl/invoice.php index ed12c92..a9e8362 100644 --- a/lang/pl/invoice.php +++ b/lang/pl/invoice.php @@ -9,7 +9,7 @@ 'invoice' => 'Faktura', 'serial' => 'Nr seryjny', - 'date' => 'Data faktury', + 'date' => 'Data wystawienia', 'seller' => 'Sprzedawca', 'buyer' => 'Kupujący', 'address' => 'Adres',