From 1f4761ddbe290f4810aee7cb0c1cbdf3f32c7cdf Mon Sep 17 00:00:00 2001 From: Jonnie Hallman Date: Tue, 5 Apr 2022 14:22:21 -0400 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=9CDate=20Paid=E2=80=9D=20and=20E?= =?UTF-8?q?nglish=20(GB)=20&=20Slovenian=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ i18n/cs.yml | 1 + i18n/da.yml | 1 + i18n/de.yml | 1 + i18n/en-gb.yml | 21 +++++++++++++++++++++ i18n/en-nz.yml | 1 + i18n/en.yml | 1 + i18n/es.yml | 1 + i18n/et.yml | 1 + i18n/fr.yml | 1 + i18n/hr.yml | 1 + i18n/it.yml | 1 + i18n/nl-be.yml | 3 +++ i18n/nl-nl.yml | 1 + i18n/no-nb.yml | 1 + i18n/no-ny.yml | 1 + i18n/pl.yml | 1 + i18n/pt-br.yml | 1 + i18n/pt-pt.yml | 6 ++++++ i18n/ro.yml | 8 +++++++- i18n/ru.yml | 6 ++++++ i18n/sl.yml | 21 +++++++++++++++++++++ i18n/sv.yml | 1 + lib/invoice_translations/version.rb | 2 +- package.json | 2 +- 25 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 i18n/en-gb.yml create mode 100644 i18n/sl.yml diff --git a/README.md b/README.md index 19c91b6..2718ea6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ ## Contributors - [English](/i18n/en.yml) by [Larry Fox](https://github.com/larryfox) +- [English (United Kingdom)](/i18n/en-gb.yml) by [Elliott Mangham](https://github.com/elliottmangham) - [English (New Zealand)](/i18n/en-nz.yml) by [Rafael Fonseca](https://github.com/rafaelmagu) - [Swedish](/i18n/sv.yml) by [Marcus Forsberg](https://github.com/marcusforsberg) - [French](/i18n/fr.yml) by [Louis-André Labadie](https://github.com/L-A) @@ -33,3 +34,4 @@ - [Czech](/i18n/cs.yml) by [Jan Pěnčík](https://github.com/janpencik) - [Estonian](/i18n/et.yml) by [Rando Õispuu](https://github.com/innoflyweb/) - [Croatian (Hrvatski)](/i18n/hr.yml) by [Damjan Uzelac](https://github.com/damjanuzelac/) +- [Slovenian](/i18n/sl.yml) by [Mitja Felicijan](https://github.com/mitjafelicijan) \ No newline at end of file diff --git a/i18n/cs.yml b/i18n/cs.yml index 065b6ad..dff6b51 100644 --- a/i18n/cs.yml +++ b/i18n/cs.yml @@ -17,4 +17,5 @@ invoice: paid: Zaplaceno total: Celkem amount_paid: Uhrazená částka + date_paid: Datum výplaty balance_due: Nedoplatek diff --git a/i18n/da.yml b/i18n/da.yml index f13bab7..cebcf30 100644 --- a/i18n/da.yml +++ b/i18n/da.yml @@ -17,4 +17,5 @@ invoice: paid: Betalt total: Total amount_paid: Betalt beløb + date_paid: Betalingsdato balance_due: Til betaling diff --git a/i18n/de.yml b/i18n/de.yml index 02eef2d..43b2d58 100644 --- a/i18n/de.yml +++ b/i18n/de.yml @@ -17,4 +17,5 @@ invoice: paid: Bezahlt total: Gesamtbetrag amount_paid: Betrag gezahlt + date_paid: Zahlungsdatum balance_due: Fälliger Betrag diff --git a/i18n/en-gb.yml b/i18n/en-gb.yml new file mode 100644 index 0000000..5ff76a9 --- /dev/null +++ b/i18n/en-gb.yml @@ -0,0 +1,21 @@ +description: English (GB) +invoice: + invoice: Invoice + prepared_for: Prepared For # label for client’s name & address + from: From # label for sender’s name & address + line_items: + description: Description + quantity: Quantity + rate: Rate + tax: VAT / Tax + total: Total + tax_total: VAT / Tax + subtotal: Subtotal + total_due: Total Due + payment_due: Payment Due + discount: Discount + paid: Paid + total: Total + amount_paid: Amount Paid + date_paid: Date Paid + balance_due: Balance Due \ No newline at end of file diff --git a/i18n/en-nz.yml b/i18n/en-nz.yml index c89662f..ee5202d 100644 --- a/i18n/en-nz.yml +++ b/i18n/en-nz.yml @@ -17,4 +17,5 @@ invoice: paid: Paid total: Total amount_paid: Amount Paid + date_paid: Date Paid balance_due: Balance Due diff --git a/i18n/en.yml b/i18n/en.yml index ea75ce0..073ea28 100644 --- a/i18n/en.yml +++ b/i18n/en.yml @@ -17,4 +17,5 @@ invoice: paid: Paid total: Total amount_paid: Amount Paid + date_paid: Date Paid balance_due: Balance Due diff --git a/i18n/es.yml b/i18n/es.yml index d7b8599..ecb4b36 100644 --- a/i18n/es.yml +++ b/i18n/es.yml @@ -17,4 +17,5 @@ invoice: paid: Pagado total: Total amount_paid: Total Pagado + date_paid: Fecha de pago balance_due: Saldo Debido diff --git a/i18n/et.yml b/i18n/et.yml index 89325d5..09624b6 100644 --- a/i18n/et.yml +++ b/i18n/et.yml @@ -17,4 +17,5 @@ invoice: paid: Tasutud total: Summa amount_paid: Tasutud summa + date_paid: Tasumise kuupäev balance_due: Eelmisest perioodist tasumata diff --git a/i18n/fr.yml b/i18n/fr.yml index 49ae556..d77b8d9 100644 --- a/i18n/fr.yml +++ b/i18n/fr.yml @@ -17,4 +17,5 @@ invoice: paid: Payée total: Total amount_paid: Total payé + date_paid: Date de paiement balance_due: Montant dû diff --git a/i18n/hr.yml b/i18n/hr.yml index 0a09c3a..57ce0f3 100644 --- a/i18n/hr.yml +++ b/i18n/hr.yml @@ -17,4 +17,5 @@ invoice: paid: Plaćeno total: Ukupno amount_paid: Plaćen iznos + date_paid: Datum plaćanja balance_due: Razlika diff --git a/i18n/it.yml b/i18n/it.yml index 430afab..36db041 100644 --- a/i18n/it.yml +++ b/i18n/it.yml @@ -17,4 +17,5 @@ invoice: paid: Pagata total: Totale amount_paid: Pagato + date_paid: Data di pagamento balance_due: Importo Dovuto diff --git a/i18n/nl-be.yml b/i18n/nl-be.yml index 6cbc619..9a18105 100644 --- a/i18n/nl-be.yml +++ b/i18n/nl-be.yml @@ -13,6 +13,9 @@ invoice: subtotal: Subtotaal total_due: Verschuldigd bedrag payment_due: Betaling binnen + discount: Korting + paid: Betaald total: Totaal amount_paid: Totaal betaald + date_paid: Datum van betaling balance_due: Verschuldigd bedrag \ No newline at end of file diff --git a/i18n/nl-nl.yml b/i18n/nl-nl.yml index ccab316..9fd6bbb 100644 --- a/i18n/nl-nl.yml +++ b/i18n/nl-nl.yml @@ -17,4 +17,5 @@ invoice: paid: Betaald total: Totaal amount_paid: Totaal betaald + date_paid: Datum van betaling balance_due: Totaal te betalen diff --git a/i18n/no-nb.yml b/i18n/no-nb.yml index 101b4de..afd9493 100644 --- a/i18n/no-nb.yml +++ b/i18n/no-nb.yml @@ -17,4 +17,5 @@ invoice: paid: Betalt total: Totalt amount_paid: Betalt beløp + date_paid: Dato betalt balance_due: Å betale diff --git a/i18n/no-ny.yml b/i18n/no-ny.yml index a70034e..e6b534a 100644 --- a/i18n/no-ny.yml +++ b/i18n/no-ny.yml @@ -17,4 +17,5 @@ invoice: paid: Betalt total: Totalt amount_paid: Betalt beløp + date_paid: Dato betalt balance_due: Å betale diff --git a/i18n/pl.yml b/i18n/pl.yml index b50c731..937cade 100644 --- a/i18n/pl.yml +++ b/i18n/pl.yml @@ -17,4 +17,5 @@ invoice: paid: Zapłacono total: Suma amount_paid: Wartość zapłacona + date_paid: Termin zapłaty balance_due: Saldo należne \ No newline at end of file diff --git a/i18n/pt-br.yml b/i18n/pt-br.yml index b5cde1e..acaf028 100644 --- a/i18n/pt-br.yml +++ b/i18n/pt-br.yml @@ -17,4 +17,5 @@ invoice: paid: Pago total: Total amount_paid: Valor Pago + date_paid: Data de pagamento balance_due: Valor Devido diff --git a/i18n/pt-pt.yml b/i18n/pt-pt.yml index b2f8614..04ace43 100644 --- a/i18n/pt-pt.yml +++ b/i18n/pt-pt.yml @@ -13,3 +13,9 @@ invoice: subtotal: Soma total_due: A Pagar payment_due: Vencimento + discount: Desconto + paid: Pago + total: Total + amount_paid: Valor Pago + date_paid: Data de pagamento + balance_due: Valor Devido diff --git a/i18n/ro.yml b/i18n/ro.yml index dd1ebd9..3341e4f 100644 --- a/i18n/ro.yml +++ b/i18n/ro.yml @@ -12,4 +12,10 @@ invoice: tax_total: Taxe subtotal: Subtotal total_due: Total datorat - payment_due: Plata datorată \ No newline at end of file + payment_due: Plata datorată + discount: Reducere + paid: Plătit + total: Total + amount_paid: Suma plătită + date_paid: Data plății + balance_due: Sold scadent diff --git a/i18n/ru.yml b/i18n/ru.yml index 024abb5..2229aaa 100644 --- a/i18n/ru.yml +++ b/i18n/ru.yml @@ -13,3 +13,9 @@ invoice: subtotal: Промежуточный итог total_due: Общая сумма задолженности payment_due: Заплатить до + discount: Дисконт + paid: Оплаченный + total: Всего + amount_paid: Выплаченная сумма + date_paid: Дата оплаты + balance_due: Задолжность diff --git a/i18n/sl.yml b/i18n/sl.yml new file mode 100644 index 0000000..84b8cce --- /dev/null +++ b/i18n/sl.yml @@ -0,0 +1,21 @@ +description: Slovenian +invoice: + invoice: Račun + prepared_for: Za # label for client’s name & address + from: Od # label for sender’s name & address + line_items: + description: Opis + quantity: Količina + rate: Cena + tax: DDV + total: Znesek + tax_total: DDV + subtotal: Skupaj brez DDV + total_due: Znesek za plačilo + payment_due: Valuta + discount: Popust + paid: Plačano + total: Skupaj + amount_paid: Plačani znesek + date_paid: Datum plačila + balance_due: Dolgovani znesek \ No newline at end of file diff --git a/i18n/sv.yml b/i18n/sv.yml index a3bbff6..0fe8f17 100644 --- a/i18n/sv.yml +++ b/i18n/sv.yml @@ -17,4 +17,5 @@ invoice: paid: Betald total: Totalt amount_paid: Betalt + date_paid: Betalningsdatum balance_due: Att betala diff --git a/lib/invoice_translations/version.rb b/lib/invoice_translations/version.rb index 593ad3e..63e4b8d 100644 --- a/lib/invoice_translations/version.rb +++ b/lib/invoice_translations/version.rb @@ -1,3 +1,3 @@ module InvoiceTranslations - VERSION = '0.0.19' + VERSION = '0.0.22' end diff --git a/package.json b/package.json index e2a59ee..69e1280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "invoice-translations", - "version": "0.0.15", + "version": "0.0.22", "description": "Invoice translations for Cushion", "main": "nuxt/module.js", "directories": {