Skip to content

Commit

Permalink
Changed paid_total to amount_paid
Browse files Browse the repository at this point in the history
  • Loading branch information
destroytoday committed Dec 5, 2016
1 parent 600116d commit 17e5c70
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion i18n/da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Rabat
paid: Betalt
total: Total
paid_total: Betalt beløb
amount_paid: Betalt beløb
balance_due: Til betaling
2 changes: 1 addition & 1 deletion i18n/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Rabatt
paid: Bezahlt
total: Gesamtbetrag
paid_total: Betrag gezahlt
amount_paid: Betrag gezahlt
balance_due: Fälliger Betrag
2 changes: 1 addition & 1 deletion i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Discount
paid: Paid
total: Total
paid_total: Paid Total
amount_paid: Amount Paid
balance_due: Balance Due
2 changes: 1 addition & 1 deletion i18n/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Descuento
paid: Pagado
total: Total
paid_total: Total Pagado
amount_paid: Total Pagado
balance_due: Saldo Debido
2 changes: 1 addition & 1 deletion i18n/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Réduction
paid: Payée
total: Total
paid_total: Total payé
amount_paid: Total payé
balance_due: Montant dû
2 changes: 1 addition & 1 deletion i18n/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Sconto
paid: Pagata
total: Totale
paid_total: Pagato
amount_paid: Pagato
balance_due: Importo Dovuto
2 changes: 1 addition & 1 deletion i18n/nl-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ invoice:
total_due: Verschuldigd bedrag
payment_due: Betaling binnen
total: Totaal
paid_total: Totaal betaald
amount_paid: Totaal betaald
balance_due: Verschuldigd bedrag
2 changes: 1 addition & 1 deletion i18n/nl-nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Korting
paid: Betaald
total: Totaal
paid_total: Totaal betaald
amount_paid: Totaal betaald
balance_due: Totaal te betalen
2 changes: 1 addition & 1 deletion i18n/no-nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Rabatt
paid: Betalt
total: Totalt
paid_total: Betalt beløp
amount_paid: Betalt beløp
balance_due: Å betale
2 changes: 1 addition & 1 deletion i18n/no-ny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Rabatt
paid: Betalt
total: Totalt
paid_total: Betalt beløp
amount_paid: Betalt beløp
balance_due: Å betale
2 changes: 1 addition & 1 deletion i18n/pt-br.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Desconto
paid: Pago
total: Total
paid_total: Valor Pago
amount_paid: Valor Pago
balance_due: Valor Devido
2 changes: 1 addition & 1 deletion i18n/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ invoice:
discount: Rabatt
paid: Betald
total: Totalt
paid_total: Betalt
amount_paid: Betalt
balance_due: Att betala
2 changes: 1 addition & 1 deletion lib/invoice_translations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InvoiceTranslations
VERSION = '0.0.13'
VERSION = '0.0.14'
end

0 comments on commit 17e5c70

Please sign in to comment.