Skip to content

Commit

Permalink
chore(notifications): Updates for file core/notifications/locales/en.…
Browse files Browse the repository at this point in the history
…yml (#4517)

* chore(notifications): Translate en.yml in el

100% translated source file: 'en.yml'
on 'el'.

* chore(notifications): Translate en.yml in es

100% translated source file: 'en.yml'
on 'es'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
  • Loading branch information
transifex-integration[bot] authored Jun 21, 2024
1 parent 1ea9cfb commit 8ab4348
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
37 changes: 37 additions & 0 deletions core/notifications/locales/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,40 @@ identity_verification_declined.body: "Δεν μπορέσαμε να επεξε

identity_verification_review_started.title: "Η επαλήθευση βρίσκεται σε εξέλιξη!"
identity_verification_review_started.body: "Λάβαμε τα έγγραφά σας και τα επεξεργαζόμαστε."

transaction.intra_ledger_payment.title: "%{walletCurrency} Συναλλαγή"
transaction.intra_ledger_payment.body: "Αποστολή πληρωμής ύψους %{formattedCurrencyAmount}"
transaction.intra_ledger_payment.body_display_currency: "Αποστολή πληρωμής ύψους %{displayCurrencyAmount} | %{formattedCurrencyAmount}"

transaction.intra_ledger_receipt.title: "%{walletCurrency} Συναλλαγή"
transaction.intra_ledger_receipt.body: "+%{formattedCurrencyAmount}"
transaction.intra_ledger_receipt.body_display_currency: "+%{displayCurrencyAmount} | %{formattedCurrencyAmount}"

transaction.onchain_payment.title: "%{walletCurrency} Συναλλαγή"
transaction.onchain_payment.body_display_currency: "Αποστολή πληρωμής εντός της αλυσίδας του %{displayCurrencyAmount} | %{formattedCurrencyAmount} επιβεβαιώθηκε"
transaction.onchain_payment.body: "Αποστολή πληρωμής εντός της αλυσιδας του %{formattedCurrencyAmount} επιβεβαιώθηκε"

transaction.onchain_receipt.title: "%{walletCurrency} Συναλλαγή"
transaction.onchain_receipt.body_display_currency: "+%{displayCurrencyAmount} | %{formattedCurrencyAmount}"
transaction.onchain_receipt.body: "+%{formattedCurrencyAmount}"

transaction.lightning_receipt.title: "%{walletCurrency} Συναλλαγή"
transaction.lightning_receipt.body_display_currency: "+%{displayCurrencyAmount} | %{formattedCurrencyAmount}"
transaction.lightning_receipt.body: "+%{formattedCurrencyAmount}"

transaction.onchain_receipt_pending.title: "%{walletCurrency} Συναλλαγή | Σε αναμονή"
transaction.onchain_receipt_pending.body_display_currency: "Σε αναμονή +%{displayCurrencyAmount} | %{formattedCurrencyAmount}"
transaction.onchain_receipt_pending.body: "Σε εναμονή +%{formattedCurrencyAmount}"

transaction.paid_invoice.title: "%{walletCurrency} Συναλλαγή"
transaction.paid_invoice.body: "+%{formattedCurrencyAmount}"
transaction.paid_invoice.body_display_currency: "+%{displayCurrencyAmount} | %{formattedCurrencyAmount}"

price_changed.up.title: "Το Bitcoin κινείται!"
price_changed.up.body: "Η τιμή του Bitcoin αυξήθηκε %{change_percent}% την τελευταία μέρα στα %{price}!"

price_changed.down.title: "Το Bitcoin κινείται!"
price_changed.down.body: "Η τιμή του Bitcoin μειώθηκε %{change_percent}% την τελευταία μέρα στα %{price}!"

security.link_email_reminder.title: "Συνδέστε το email για την ασφάλεια του λογαριασμού σας"
security.link_email_reminder.body: "Συνδέστε το email σας για να ασφαλίσετε το λογαριασμό σας και να λαμβάνετε σημαντικές ενημερώσεις"
3 changes: 3 additions & 0 deletions core/notifications/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ transaction.paid_invoice.body_display_currency: "+%{displayCurrencyAmount} | %{f
price_changed.up.title: "Bitcoin está en movimento!"
price_changed.up.body: "Bitcoin ha augmentado %{change_percent}% en el ultimo dia %{price}!"

price_changed.down.title: "Bitcoin está en movimento!"
price_changed.down.body: "Bitcoin ha bajado %{change_percent}% en el ultimo dia %{price}!"

security.link_email_reminder.title: "Vincular correo electrónico a una cuenta segura"
security.link_email_reminder.body: "Vincula tu correo electrónico para proteger tu cuenta y recibir actualizaciones importantes"

0 comments on commit 8ab4348

Please sign in to comment.