Skip to content

Commit

Permalink
Merge pull request #17 from invopop/i18n-pay-online
Browse files Browse the repository at this point in the history
Changing payment online translation
  • Loading branch information
samlown authored Sep 24, 2024
2 parents 5bb44c5 + a1a65bd commit ffcd3f9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/out/full-invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h2 class="title">
</li>
<li class="online">
<span class="label">
Online
Payment Link
</span>
<span class="value">
<a href="https://www.paypal.com/pay?ref=PAY1234">
Expand Down
1 change: 1 addition & 0 deletions locales/de/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ de:
iban: "IBAN: %{iban}"
account_number: "Kontonummer: %{num}"
bic: "BIC: %{bic}"
online: "Zahlungslink"
methods:
card: "Bankkarte"
credit_transfer: "Banküberweisung"
Expand Down
2 changes: 1 addition & 1 deletion locales/el/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ el:
iban: "IBAN: %{iban}"
account_number: "Αριθμός λογαριασμού: %{num}"
bic: "BIC: %{bic}"
online: "Διαδικτυακά"
online: "Σύνδεσμος πληρωμής"
methods:
card: "Κάρτα τραπέζης"
credit_transfer: "Τραπεζική μεταφορά"
Expand Down
2 changes: 1 addition & 1 deletion locales/en/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ en:
iban: "IBAN: %{iban}"
account_number: "Account number: %{num}"
bic: "BIC: %{bic}"
online: "Online"
online: "Payment Link"
methods:
card: "Bank card"
credit_transfer: "Bank transfer"
Expand Down
1 change: 1 addition & 0 deletions locales/es/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ es:
iban: "IBAN: %{iban}"
account_number: "Número de cuenta: %{num}"
bic: "BIC: %{bic}"
online: "Link de pago"
methods:
card: "Tarjeta bancaria"
credit_transfer: "Transferencia bancaria"
Expand Down
1 change: 1 addition & 0 deletions locales/fr/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fr:
iban: "IBAN: %{iban}"
account_number: "Numéro de compte: %{num}"
bic: "BIC: %{bic}"
online: "Lien de paiement"
methods:
card: "Carte bancaire"
credit_transfer: "Virement bancaire"
Expand Down
1 change: 1 addition & 0 deletions locales/it/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ it:
iban: "IBAN: %{iban}"
account_number: "Numero di conto: %{num}"
bic: "BIC: %{bic}"
online: "Link di pagamento"
methods:
card: "Carta di credito"
credit_transfer: "Bonifico bancario"
Expand Down
1 change: 1 addition & 0 deletions locales/pl/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pl:
iban: "IBAN: %{iban}"
account_number: "Numer konta: %{num}"
bic: "BIC: %{bic}"
online: "Link do płatności"
methods:
card: "Karta bankowa"
credit_transfer: "Przelew bankowy"
Expand Down
2 changes: 1 addition & 1 deletion locales/pt/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt:
iban: "IBAN: %{iban}"
account_number: "Número da conta: %{num}"
bic: "BIC: %{bic}"
online: "Online"
online: "Link de pagamento"
methods:
card: "Cartão bancário"
credit_transfer: "Transferência bancária"
Expand Down

0 comments on commit ffcd3f9

Please sign in to comment.