Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(notifications): Updates for file core/notifications/locales/en.yml #4517

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading