Fixed localization of "View in Block Explorer" (#342)

Fixed localization of "View in Block Explorer
This commit is contained in:
Mathias Herberts 2022-04-22 17:15:05 +02:00 committed by GitHub
parent 873402ad3c
commit 6cd07278cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 36 additions and 6 deletions

View file

@ -142,7 +142,7 @@ abstract class TransactionDetailsViewModelBase with Store {
final type = wallet.type; final type = wallet.type;
items.add(BlockExplorerListItem( items.add(BlockExplorerListItem(
title: "View in Block Explorer", title: S.current.view_in_block_explorer,
value: _explorerDescription(type), value: _explorerDescription(type),
onTap: () => launch(_explorerUrl(type, tx.id)))); onTap: () => launch(_explorerUrl(type, tx.id))));
@ -191,13 +191,13 @@ abstract class TransactionDetailsViewModelBase with Store {
String _explorerDescription(WalletType type) { String _explorerDescription(WalletType type) {
switch (type) { switch (type) {
case WalletType.monero: case WalletType.monero:
return 'View Transaction on XMRChain.net'; return S.current.view_transaction_on + 'XMRChain.net';
case WalletType.bitcoin: case WalletType.bitcoin:
return 'View Transaction on Blockchain.com'; return S.current.view_transaction_on + 'Blockchain.com';
case WalletType.litecoin: case WalletType.litecoin:
return 'View Transaction on Blockchair.com'; return S.current.view_transaction_on + 'Blockchair.com';
case WalletType.haven: case WalletType.haven:
return 'View Transaction on explorer.havenprotocol.org'; return S.current.view_transaction_on + 'explorer.havenprotocol.org';
default: default:
return ''; return '';
} }

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Geben Sie Ihre Bemerkung ein…", "enter_your_note" : "Geben Sie Ihre Bemerkung ein…",
"note_optional" : "Bemerkung (optional)", "note_optional" : "Bemerkung (optional)",
"note_tap_to_change" : "Bemerkung (zum Ändern tippen)", "note_tap_to_change" : "Bemerkung (zum Ändern tippen)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Transaktionsschlüssel", "transaction_key" : "Transaktionsschlüssel",
"confirmations" : "Bestätigungen", "confirmations" : "Bestätigungen",
"recipient_address" : "Empfängeradresse", "recipient_address" : "Empfängeradresse",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Enter your note…", "enter_your_note" : "Enter your note…",
"note_optional" : "Note (optional)", "note_optional" : "Note (optional)",
"note_tap_to_change" : "Note (tap to change)", "note_tap_to_change" : "Note (tap to change)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Transaction Key", "transaction_key" : "Transaction Key",
"confirmations" : "Confirmations", "confirmations" : "Confirmations",
"recipient_address" : "Recipient address", "recipient_address" : "Recipient address",
@ -529,4 +531,4 @@
"search": "Search", "search": "Search",
"new_template" : "New Template", "new_template" : "New Template",
"electrum_address_disclaimer": "We generate new addresses each time you use one, but previous addresses continue to work" "electrum_address_disclaimer": "We generate new addresses each time you use one, but previous addresses continue to work"
} }

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Ingresa tu nota…", "enter_your_note" : "Ingresa tu nota…",
"note_optional" : "Nota (opcional)", "note_optional" : "Nota (opcional)",
"note_tap_to_change" : "Nota (toque para cambiar)", "note_tap_to_change" : "Nota (toque para cambiar)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Clave de transacción", "transaction_key" : "Clave de transacción",
"confirmations" : "Confirmaciones", "confirmations" : "Confirmaciones",
"recipient_address" : "Dirección del receptor", "recipient_address" : "Dirección del receptor",

View file

@ -441,6 +441,8 @@
"enter_your_note" : "Entrez votre note…", "enter_your_note" : "Entrez votre note…",
"note_optional" : "Note (optionnelle)", "note_optional" : "Note (optionnelle)",
"note_tap_to_change" : "Note (appuyez pour changer)", "note_tap_to_change" : "Note (appuyez pour changer)",
"view_in_block_explorer" : "Voir dans l'Explorateur de Blocs",
"view_transaction_on" : "Voir la Transaction sur ",
"transaction_key" : "Clef de Transaction", "transaction_key" : "Clef de Transaction",
"confirmations" : "Confirmations", "confirmations" : "Confirmations",
"recipient_address" : "Adresse bénéficiaire", "recipient_address" : "Adresse bénéficiaire",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "अपना नोट दर्ज करें ...", "enter_your_note" : "अपना नोट दर्ज करें ...",
"note_optional" : "नोट (वैकल्पिक)", "note_optional" : "नोट (वैकल्पिक)",
"note_tap_to_change" : "नोट (टैप टू चेंज)", "note_tap_to_change" : "नोट (टैप टू चेंज)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "लेन-देन की", "transaction_key" : "लेन-देन की",
"confirmations" : "पुष्टिकरण", "confirmations" : "पुष्टिकरण",
"recipient_address" : "प्राप्तकर्ता का पता", "recipient_address" : "प्राप्तकर्ता का पता",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Unesite svoju poruku…", "enter_your_note" : "Unesite svoju poruku…",
"note_optional" : "Poruka (nije obvezno)", "note_optional" : "Poruka (nije obvezno)",
"note_tap_to_change" : "Poruka (dodirnite za promjenu)", "note_tap_to_change" : "Poruka (dodirnite za promjenu)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Transakcijski ključ", "transaction_key" : "Transakcijski ključ",
"confirmations" : "Potvrde", "confirmations" : "Potvrde",
"recipient_address" : "Primateljeva adresa", "recipient_address" : "Primateljeva adresa",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Inserisci la tua nota…", "enter_your_note" : "Inserisci la tua nota…",
"note_optional" : "Nota (opzionale)", "note_optional" : "Nota (opzionale)",
"note_tap_to_change" : "Nota (clicca per cambiare)", "note_tap_to_change" : "Nota (clicca per cambiare)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Chiave Transazione", "transaction_key" : "Chiave Transazione",
"confirmations" : "Conferme", "confirmations" : "Conferme",
"recipient_address" : "Indirizzo di destinazione", "recipient_address" : "Indirizzo di destinazione",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "メモを入力してください…", "enter_your_note" : "メモを入力してください…",
"note_optional" : "注(オプション)", "note_optional" : "注(オプション)",
"note_tap_to_change" : "注(タップして変更)", "note_tap_to_change" : "注(タップして変更)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "トランザクションキー", "transaction_key" : "トランザクションキー",
"confirmations" : "確認", "confirmations" : "確認",
"recipient_address" : "受信者のアドレス", "recipient_address" : "受信者のアドレス",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "메모를 입력하세요…", "enter_your_note" : "메모를 입력하세요…",
"note_optional" : "참고 (선택 사항)", "note_optional" : "참고 (선택 사항)",
"note_tap_to_change" : "메모 (변경하려면 탭하세요)", "note_tap_to_change" : "메모 (변경하려면 탭하세요)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "거래 키", "transaction_key" : "거래 키",
"confirmations" : "확인", "confirmations" : "확인",
"recipient_address" : "받는 사람 주소", "recipient_address" : "받는 사람 주소",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Voer uw notitie in ...", "enter_your_note" : "Voer uw notitie in ...",
"note_optional" : "Opmerking (optioneel)", "note_optional" : "Opmerking (optioneel)",
"note_tap_to_change" : "Opmerking (tik om te wijzigen)", "note_tap_to_change" : "Opmerking (tik om te wijzigen)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Transactiesleutel", "transaction_key" : "Transactiesleutel",
"confirmations" : "Bevestigingen", "confirmations" : "Bevestigingen",
"recipient_address" : "Adres ontvanger", "recipient_address" : "Adres ontvanger",

View file

@ -446,6 +446,8 @@
"enter_your_note" : "Wpisz notatkę…", "enter_your_note" : "Wpisz notatkę…",
"note_optional" : "Notatka (opcjonalnie)", "note_optional" : "Notatka (opcjonalnie)",
"note_tap_to_change" : "Notatka (dotknij, aby zmienić)", "note_tap_to_change" : "Notatka (dotknij, aby zmienić)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Klucz transakcji", "transaction_key" : "Klucz transakcji",
"confirmations" : "Potwierdzenia", "confirmations" : "Potwierdzenia",
"recipient_address" : "Adres odbiorcy", "recipient_address" : "Adres odbiorcy",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Insira sua nota ...", "enter_your_note" : "Insira sua nota ...",
"note_optional" : "Nota (opcional)", "note_optional" : "Nota (opcional)",
"note_tap_to_change" : "Nota (toque para alterar)", "note_tap_to_change" : "Nota (toque para alterar)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Chave de transação", "transaction_key" : "Chave de transação",
"confirmations" : "Confirmações", "confirmations" : "Confirmações",
"recipient_address" : "Endereço do destinatário", "recipient_address" : "Endereço do destinatário",

View file

@ -443,6 +443,8 @@
"enter_your_note" : "Введите примечание…", "enter_your_note" : "Введите примечание…",
"note_optional" : "Примечание (необязательно)", "note_optional" : "Примечание (необязательно)",
"note_tap_to_change" : "Примечание (нажмите для изменения)", "note_tap_to_change" : "Примечание (нажмите для изменения)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Ключ транзакции", "transaction_key" : "Ключ транзакции",
"confirmations" : "Подтверждения", "confirmations" : "Подтверждения",
"recipient_address" : "Адрес получателя", "recipient_address" : "Адрес получателя",

View file

@ -442,6 +442,8 @@
"enter_your_note" : "Введіть примітку…", "enter_your_note" : "Введіть примітку…",
"note_optional" : "Примітка (необов’язково)", "note_optional" : "Примітка (необов’язково)",
"note_tap_to_change" : "Примітка (натисніть для зміни)", "note_tap_to_change" : "Примітка (натисніть для зміни)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "Ключ транзакції", "transaction_key" : "Ключ транзакції",
"confirmations" : "Підтвердження", "confirmations" : "Підтвердження",
"recipient_address" : "Адреса одержувача", "recipient_address" : "Адреса одержувача",

View file

@ -442,6 +442,8 @@
"enter_your_note" : "输入您的笔记...", "enter_your_note" : "输入您的笔记...",
"note_optional" : "注释(可选)", "note_optional" : "注释(可选)",
"note_tap_to_change" : "注释(轻按即可更改)", "note_tap_to_change" : "注释(轻按即可更改)",
"view_in_block_explorer" : "View in Block Explorer",
"view_transaction_on" : "View Transaction on ",
"transaction_key" : "交易密码", "transaction_key" : "交易密码",
"confirmations" : "确认", "confirmations" : "确认",
"recipient_address" : "收件人地址", "recipient_address" : "收件人地址",