From e35353c608a454fbb5fa6881a7ecf2c630bdeb12 Mon Sep 17 00:00:00 2001 From: Tobias <11021604+BitDesert@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:06:07 +0100 Subject: [PATCH] Translation: Address book (#503) * translation address book * fix lint * 2-link --- .../account-details.component.html | 8 +- .../address-book/address-book.component.html | 73 ++++++++++--------- .../address-book/address-book.component.ts | 32 ++++---- .../nano-transaction-mobile.component.html | 10 +-- src/assets/i18n/en.json | 68 +++++++++++++++-- 5 files changed, 125 insertions(+), 66 deletions(-) diff --git a/src/app/components/account-details/account-details.component.html b/src/app/components/account-details/account-details.component.html index 560b74c..3bb1028 100644 --- a/src/app/components/account-details/account-details.component.html +++ b/src/app/components/account-details/account-details.component.html @@ -385,7 +385,7 @@
- You can use the address book to store a label for your own accounts or for easy access to other addresses throughout the application.
- It's also possible to track the balance and/or transactions of any address, known as "watch-only".
+ {{ 'address-book.you-can-use-the-address-book-to-store.1' | transloco }}
+ {{ 'address-book.you-can-use-the-address-book-to-store.2' | transloco }}
Import address book entries from a file.
+{{ 'address-book.import-address-book-entries-from-a-file' | transloco }}
Export all address book entries to a file or QR Code/URL.
Note: Exported address book will NOT be encrypted by your wallet password.
{{ 'address-book.export-all-address-book-entries-to-a-file-or-qr-code-url' | transloco }}
+{{ 'address-book.note-exported-address-book-will-not-be-encrypted-by-your-wal' | transloco }}