-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17e5c70
commit 3a2b6db
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
description: Polish | ||
invoice: | ||
invoice: Faktura | ||
prepared_for: Dla # label for client’s name & address | ||
from: Od # label for sender’s name & address | ||
line_items: | ||
description: Opis | ||
quantity: Ilość | ||
rate: Stawka | ||
tax: Podatek | ||
total: Suma | ||
tax_total: Wartość podatku | ||
subtotal: Wartość netto | ||
total_due: Do zapłaty | ||
payment_due: Płatne do | ||
discount: Rabat | ||
paid: Zapłacono | ||
total: Suma | ||
amount_paid: Wartość zapłacona | ||
balance_due: Saldo należne |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module InvoiceTranslations | ||
VERSION = '0.0.14' | ||
VERSION = '0.0.15' | ||
end |