i18n fixes

This commit is contained in:
Florian Dold 2018-02-20 17:17:36 +01:00
parent 0ad2935a1f
commit a4e6966241
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
8 changed files with 430 additions and 88 deletions

View File

@ -66,6 +66,33 @@ msgstr "Bezahlung bestätigen"
msgid "Submitting payment" msgid "Submitting payment"
msgstr "" msgstr ""
#: src/webex/pages/confirm-contract.tsx:341
#, c-format
msgid ""
"You already paid for this, clicking \"Confirm payment\" will not cost money "
"again."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:355
#, c-format
msgid "Aborting payment ..."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:357
#, c-format
msgid "Payment aborted!"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:360
#, c-format
msgid "Retry Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:363
#, fuzzy, c-format
msgid "Abort Payment"
msgstr "Bezahlung bestätigen"
#: src/webex/pages/confirm-contract.tsx:372 #: src/webex/pages/confirm-contract.tsx:372
#, c-format #, c-format
msgid "The merchant%1$s offers you to purchase:\n" msgid "The merchant%1$s offers you to purchase:\n"
@ -126,45 +153,66 @@ msgid ""
"selected." "selected."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:307 #: src/webex/pages/confirm-create-reserve.tsx:281
#, c-format
msgid ""
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a "
"higher, incompatible\n"
"protocol version (%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:292
#, c-format
msgid ""
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange "
"has a lower, incompatible\n"
"protocol version than your wallet (protocol version%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:311
#, c-format #, c-format
msgid "Accept fees and withdraw" msgid "Accept fees and withdraw"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:312 #: src/webex/pages/confirm-create-reserve.tsx:316
#, c-format #, c-format
msgid "Change Exchange Provider" msgid "Change Exchange Provider"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:364 #: src/webex/pages/confirm-create-reserve.tsx:343
#, c-format
msgid "Select%1$s"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:370
#, c-format #, c-format
msgid "You are about to withdraw %1$s from your bank account into your wallet." msgid "You are about to withdraw %1$s from your bank account into your wallet."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:449 #: src/webex/pages/confirm-create-reserve.tsx:455
#, c-format #, c-format
msgid "" msgid ""
"Oops, something went wrong. The wallet responded with error status (%1$s)." "Oops, something went wrong. The wallet responded with error status (%1$s)."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:458 #: src/webex/pages/confirm-create-reserve.tsx:464
#, c-format #, c-format
msgid "Checking URL, please wait ..." msgid "Checking URL, please wait ..."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:472 #: src/webex/pages/confirm-create-reserve.tsx:478
#, c-format #, c-format
msgid "Can't parse amount: %1$s" msgid "Can't parse amount: %1$s"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:479 #: src/webex/pages/confirm-create-reserve.tsx:485
#, c-format #, c-format
msgid "Can't parse wire_types: %1$s" msgid "Can't parse wire_types: %1$s"
msgstr "" msgstr ""
#. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-# #. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#
#. TODO:generic error reporting function or component. #. TODO:generic error reporting function or component.
#: src/webex/pages/confirm-create-reserve.tsx:505 src/webex/pages/tip.tsx:180 #: src/webex/pages/confirm-create-reserve.tsx:511 src/webex/pages/tip.tsx:180
#, c-format #, c-format
msgid "Fatal error: \"%1$s\"." msgid "Fatal error: \"%1$s\"."
msgstr "" msgstr ""
@ -306,42 +354,42 @@ msgstr "Bezahlung bestätigen"
msgid "Cancel" msgid "Cancel"
msgstr "Saldo" msgstr "Saldo"
#: src/webex/renderHtml.tsx:216 #: src/webex/renderHtml.tsx:225
#, fuzzy, c-format #, fuzzy, c-format
msgid "Withdrawal fees:" msgid "Withdrawal fees:"
msgstr "Abheben bei" msgstr "Abheben bei"
#: src/webex/renderHtml.tsx:217 #: src/webex/renderHtml.tsx:226
#, c-format #, c-format
msgid "Rounding loss:" msgid "Rounding loss:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:218 #: src/webex/renderHtml.tsx:227
#, c-format #, c-format
msgid "Earliest expiration (for deposit): %1$s" msgid "Earliest expiration (for deposit): %1$s"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:224 #: src/webex/renderHtml.tsx:233
#, c-format #, c-format
msgid "# Coins" msgid "# Coins"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:225 #: src/webex/renderHtml.tsx:234
#, c-format #, c-format
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:226 #: src/webex/renderHtml.tsx:235
#, fuzzy, c-format #, fuzzy, c-format
msgid "Withdraw Fee" msgid "Withdraw Fee"
msgstr "Abheben bei %1$s" msgstr "Abheben bei %1$s"
#: src/webex/renderHtml.tsx:227 #: src/webex/renderHtml.tsx:236
#, c-format #, c-format
msgid "Refresh Fee" msgid "Refresh Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:228 #: src/webex/renderHtml.tsx:237
#, c-format #, c-format
msgid "Deposit Fee" msgid "Deposit Fee"
msgstr "" msgstr ""

View File

@ -66,6 +66,33 @@ msgstr ""
msgid "Submitting payment" msgid "Submitting payment"
msgstr "" msgstr ""
#: src/webex/pages/confirm-contract.tsx:341
#, c-format
msgid ""
"You already paid for this, clicking \"Confirm payment\" will not cost money "
"again."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:355
#, c-format
msgid "Aborting payment ..."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:357
#, c-format
msgid "Payment aborted!"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:360
#, c-format
msgid "Retry Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:363
#, c-format
msgid "Abort Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:372 #: src/webex/pages/confirm-contract.tsx:372
#, c-format #, c-format
msgid "The merchant%1$s offers you to purchase:\n" msgid "The merchant%1$s offers you to purchase:\n"
@ -126,45 +153,66 @@ msgid ""
"selected." "selected."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:307 #: src/webex/pages/confirm-create-reserve.tsx:281
#, c-format
msgid ""
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a "
"higher, incompatible\n"
"protocol version (%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:292
#, c-format
msgid ""
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange "
"has a lower, incompatible\n"
"protocol version than your wallet (protocol version%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:311
#, c-format #, c-format
msgid "Accept fees and withdraw" msgid "Accept fees and withdraw"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:312 #: src/webex/pages/confirm-create-reserve.tsx:316
#, c-format #, c-format
msgid "Change Exchange Provider" msgid "Change Exchange Provider"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:364 #: src/webex/pages/confirm-create-reserve.tsx:343
#, c-format
msgid "Select%1$s"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:370
#, c-format #, c-format
msgid "You are about to withdraw %1$s from your bank account into your wallet." msgid "You are about to withdraw %1$s from your bank account into your wallet."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:449 #: src/webex/pages/confirm-create-reserve.tsx:455
#, c-format #, c-format
msgid "" msgid ""
"Oops, something went wrong. The wallet responded with error status (%1$s)." "Oops, something went wrong. The wallet responded with error status (%1$s)."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:458 #: src/webex/pages/confirm-create-reserve.tsx:464
#, c-format #, c-format
msgid "Checking URL, please wait ..." msgid "Checking URL, please wait ..."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:472 #: src/webex/pages/confirm-create-reserve.tsx:478
#, c-format #, c-format
msgid "Can't parse amount: %1$s" msgid "Can't parse amount: %1$s"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:479 #: src/webex/pages/confirm-create-reserve.tsx:485
#, c-format #, c-format
msgid "Can't parse wire_types: %1$s" msgid "Can't parse wire_types: %1$s"
msgstr "" msgstr ""
#. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-# #. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#
#. TODO:generic error reporting function or component. #. TODO:generic error reporting function or component.
#: src/webex/pages/confirm-create-reserve.tsx:505 src/webex/pages/tip.tsx:180 #: src/webex/pages/confirm-create-reserve.tsx:511 src/webex/pages/tip.tsx:180
#, c-format #, c-format
msgid "Fatal error: \"%1$s\"." msgid "Fatal error: \"%1$s\"."
msgstr "" msgstr ""
@ -300,42 +348,42 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:216 #: src/webex/renderHtml.tsx:225
#, c-format #, c-format
msgid "Withdrawal fees:" msgid "Withdrawal fees:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:217 #: src/webex/renderHtml.tsx:226
#, c-format #, c-format
msgid "Rounding loss:" msgid "Rounding loss:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:218 #: src/webex/renderHtml.tsx:227
#, c-format #, c-format
msgid "Earliest expiration (for deposit): %1$s" msgid "Earliest expiration (for deposit): %1$s"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:224 #: src/webex/renderHtml.tsx:233
#, c-format #, c-format
msgid "# Coins" msgid "# Coins"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:225 #: src/webex/renderHtml.tsx:234
#, c-format #, c-format
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:226 #: src/webex/renderHtml.tsx:235
#, c-format #, c-format
msgid "Withdraw Fee" msgid "Withdraw Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:227 #: src/webex/renderHtml.tsx:236
#, c-format #, c-format
msgid "Refresh Fee" msgid "Refresh Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:228 #: src/webex/renderHtml.tsx:237
#, c-format #, c-format
msgid "Deposit Fee" msgid "Deposit Fee"
msgstr "" msgstr ""

View File

@ -66,6 +66,33 @@ msgstr ""
msgid "Submitting payment" msgid "Submitting payment"
msgstr "" msgstr ""
#: src/webex/pages/confirm-contract.tsx:341
#, c-format
msgid ""
"You already paid for this, clicking \"Confirm payment\" will not cost money "
"again."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:355
#, c-format
msgid "Aborting payment ..."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:357
#, c-format
msgid "Payment aborted!"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:360
#, c-format
msgid "Retry Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:363
#, c-format
msgid "Abort Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:372 #: src/webex/pages/confirm-contract.tsx:372
#, c-format #, c-format
msgid "The merchant%1$s offers you to purchase:\n" msgid "The merchant%1$s offers you to purchase:\n"
@ -126,45 +153,66 @@ msgid ""
"selected." "selected."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:307 #: src/webex/pages/confirm-create-reserve.tsx:281
#, c-format
msgid ""
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a "
"higher, incompatible\n"
"protocol version (%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:292
#, c-format
msgid ""
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange "
"has a lower, incompatible\n"
"protocol version than your wallet (protocol version%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:311
#, c-format #, c-format
msgid "Accept fees and withdraw" msgid "Accept fees and withdraw"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:312 #: src/webex/pages/confirm-create-reserve.tsx:316
#, c-format #, c-format
msgid "Change Exchange Provider" msgid "Change Exchange Provider"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:364 #: src/webex/pages/confirm-create-reserve.tsx:343
#, c-format
msgid "Select%1$s"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:370
#, c-format #, c-format
msgid "You are about to withdraw %1$s from your bank account into your wallet." msgid "You are about to withdraw %1$s from your bank account into your wallet."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:449 #: src/webex/pages/confirm-create-reserve.tsx:455
#, c-format #, c-format
msgid "" msgid ""
"Oops, something went wrong. The wallet responded with error status (%1$s)." "Oops, something went wrong. The wallet responded with error status (%1$s)."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:458 #: src/webex/pages/confirm-create-reserve.tsx:464
#, c-format #, c-format
msgid "Checking URL, please wait ..." msgid "Checking URL, please wait ..."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:472 #: src/webex/pages/confirm-create-reserve.tsx:478
#, c-format #, c-format
msgid "Can't parse amount: %1$s" msgid "Can't parse amount: %1$s"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:479 #: src/webex/pages/confirm-create-reserve.tsx:485
#, c-format #, c-format
msgid "Can't parse wire_types: %1$s" msgid "Can't parse wire_types: %1$s"
msgstr "" msgstr ""
#. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-# #. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#
#. TODO:generic error reporting function or component. #. TODO:generic error reporting function or component.
#: src/webex/pages/confirm-create-reserve.tsx:505 src/webex/pages/tip.tsx:180 #: src/webex/pages/confirm-create-reserve.tsx:511 src/webex/pages/tip.tsx:180
#, c-format #, c-format
msgid "Fatal error: \"%1$s\"." msgid "Fatal error: \"%1$s\"."
msgstr "" msgstr ""
@ -300,42 +348,42 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:216 #: src/webex/renderHtml.tsx:225
#, c-format #, c-format
msgid "Withdrawal fees:" msgid "Withdrawal fees:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:217 #: src/webex/renderHtml.tsx:226
#, c-format #, c-format
msgid "Rounding loss:" msgid "Rounding loss:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:218 #: src/webex/renderHtml.tsx:227
#, c-format #, c-format
msgid "Earliest expiration (for deposit): %1$s" msgid "Earliest expiration (for deposit): %1$s"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:224 #: src/webex/renderHtml.tsx:233
#, c-format #, c-format
msgid "# Coins" msgid "# Coins"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:225 #: src/webex/renderHtml.tsx:234
#, c-format #, c-format
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:226 #: src/webex/renderHtml.tsx:235
#, c-format #, c-format
msgid "Withdraw Fee" msgid "Withdraw Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:227 #: src/webex/renderHtml.tsx:236
#, c-format #, c-format
msgid "Refresh Fee" msgid "Refresh Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:228 #: src/webex/renderHtml.tsx:237
#, c-format #, c-format
msgid "Deposit Fee" msgid "Deposit Fee"
msgstr "" msgstr ""

View File

@ -66,6 +66,33 @@ msgstr ""
msgid "Submitting payment" msgid "Submitting payment"
msgstr "" msgstr ""
#: src/webex/pages/confirm-contract.tsx:341
#, c-format
msgid ""
"You already paid for this, clicking \"Confirm payment\" will not cost money "
"again."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:355
#, c-format
msgid "Aborting payment ..."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:357
#, c-format
msgid "Payment aborted!"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:360
#, c-format
msgid "Retry Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:363
#, c-format
msgid "Abort Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:372 #: src/webex/pages/confirm-contract.tsx:372
#, c-format #, c-format
msgid "The merchant%1$s offers you to purchase:\n" msgid "The merchant%1$s offers you to purchase:\n"
@ -126,45 +153,66 @@ msgid ""
"selected." "selected."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:307 #: src/webex/pages/confirm-create-reserve.tsx:281
#, c-format
msgid ""
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a "
"higher, incompatible\n"
"protocol version (%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:292
#, c-format
msgid ""
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange "
"has a lower, incompatible\n"
"protocol version than your wallet (protocol version%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:311
#, c-format #, c-format
msgid "Accept fees and withdraw" msgid "Accept fees and withdraw"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:312 #: src/webex/pages/confirm-create-reserve.tsx:316
#, c-format #, c-format
msgid "Change Exchange Provider" msgid "Change Exchange Provider"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:364 #: src/webex/pages/confirm-create-reserve.tsx:343
#, c-format
msgid "Select%1$s"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:370
#, c-format #, c-format
msgid "You are about to withdraw %1$s from your bank account into your wallet." msgid "You are about to withdraw %1$s from your bank account into your wallet."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:449 #: src/webex/pages/confirm-create-reserve.tsx:455
#, c-format #, c-format
msgid "" msgid ""
"Oops, something went wrong. The wallet responded with error status (%1$s)." "Oops, something went wrong. The wallet responded with error status (%1$s)."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:458 #: src/webex/pages/confirm-create-reserve.tsx:464
#, c-format #, c-format
msgid "Checking URL, please wait ..." msgid "Checking URL, please wait ..."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:472 #: src/webex/pages/confirm-create-reserve.tsx:478
#, c-format #, c-format
msgid "Can't parse amount: %1$s" msgid "Can't parse amount: %1$s"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:479 #: src/webex/pages/confirm-create-reserve.tsx:485
#, c-format #, c-format
msgid "Can't parse wire_types: %1$s" msgid "Can't parse wire_types: %1$s"
msgstr "" msgstr ""
#. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-# #. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#
#. TODO:generic error reporting function or component. #. TODO:generic error reporting function or component.
#: src/webex/pages/confirm-create-reserve.tsx:505 src/webex/pages/tip.tsx:180 #: src/webex/pages/confirm-create-reserve.tsx:511 src/webex/pages/tip.tsx:180
#, c-format #, c-format
msgid "Fatal error: \"%1$s\"." msgid "Fatal error: \"%1$s\"."
msgstr "" msgstr ""
@ -300,42 +348,42 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:216 #: src/webex/renderHtml.tsx:225
#, c-format #, c-format
msgid "Withdrawal fees:" msgid "Withdrawal fees:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:217 #: src/webex/renderHtml.tsx:226
#, c-format #, c-format
msgid "Rounding loss:" msgid "Rounding loss:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:218 #: src/webex/renderHtml.tsx:227
#, c-format #, c-format
msgid "Earliest expiration (for deposit): %1$s" msgid "Earliest expiration (for deposit): %1$s"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:224 #: src/webex/renderHtml.tsx:233
#, c-format #, c-format
msgid "# Coins" msgid "# Coins"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:225 #: src/webex/renderHtml.tsx:234
#, c-format #, c-format
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:226 #: src/webex/renderHtml.tsx:235
#, c-format #, c-format
msgid "Withdraw Fee" msgid "Withdraw Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:227 #: src/webex/renderHtml.tsx:236
#, c-format #, c-format
msgid "Refresh Fee" msgid "Refresh Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:228 #: src/webex/renderHtml.tsx:237
#, c-format #, c-format
msgid "Deposit Fee" msgid "Deposit Fee"
msgstr "" msgstr ""

View File

@ -45,6 +45,21 @@ strings['de'] = {
"Submitting payment": [ "Submitting payment": [
"" ""
], ],
"You already paid for this, clicking \"Confirm payment\" will not cost money again.": [
""
],
"Aborting payment ...": [
""
],
"Payment aborted!": [
""
],
"Retry Payment": [
""
],
"Abort Payment": [
"Bezahlung bestätigen"
],
"The merchant%1$s offers you to purchase:\n": [ "The merchant%1$s offers you to purchase:\n": [
"" ""
], ],
@ -75,12 +90,21 @@ strings['de'] = {
"Information about fees will be available when an exchange provider is selected.": [ "Information about fees will be available when an exchange provider is selected.": [
"" ""
], ],
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a higher, incompatible\nprotocol version (%3$s).\n": [
""
],
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange has a lower, incompatible\nprotocol version than your wallet (protocol version%3$s).\n": [
""
],
"Accept fees and withdraw": [ "Accept fees and withdraw": [
"" ""
], ],
"Change Exchange Provider": [ "Change Exchange Provider": [
"" ""
], ],
"Select%1$s": [
""
],
"You are about to withdraw %1$s from your bank account into your wallet.": [ "You are about to withdraw %1$s from your bank account into your wallet.": [
"" ""
], ],
@ -240,6 +264,21 @@ strings['en-US'] = {
"Submitting payment": [ "Submitting payment": [
"" ""
], ],
"You already paid for this, clicking \"Confirm payment\" will not cost money again.": [
""
],
"Aborting payment ...": [
""
],
"Payment aborted!": [
""
],
"Retry Payment": [
""
],
"Abort Payment": [
""
],
"The merchant%1$s offers you to purchase:\n": [ "The merchant%1$s offers you to purchase:\n": [
"" ""
], ],
@ -270,12 +309,21 @@ strings['en-US'] = {
"Information about fees will be available when an exchange provider is selected.": [ "Information about fees will be available when an exchange provider is selected.": [
"" ""
], ],
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a higher, incompatible\nprotocol version (%3$s).\n": [
""
],
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange has a lower, incompatible\nprotocol version than your wallet (protocol version%3$s).\n": [
""
],
"Accept fees and withdraw": [ "Accept fees and withdraw": [
"" ""
], ],
"Change Exchange Provider": [ "Change Exchange Provider": [
"" ""
], ],
"Select%1$s": [
""
],
"You are about to withdraw %1$s from your bank account into your wallet.": [ "You are about to withdraw %1$s from your bank account into your wallet.": [
"" ""
], ],
@ -435,6 +483,21 @@ strings['fr'] = {
"Submitting payment": [ "Submitting payment": [
"" ""
], ],
"You already paid for this, clicking \"Confirm payment\" will not cost money again.": [
""
],
"Aborting payment ...": [
""
],
"Payment aborted!": [
""
],
"Retry Payment": [
""
],
"Abort Payment": [
""
],
"The merchant%1$s offers you to purchase:\n": [ "The merchant%1$s offers you to purchase:\n": [
"" ""
], ],
@ -465,12 +528,21 @@ strings['fr'] = {
"Information about fees will be available when an exchange provider is selected.": [ "Information about fees will be available when an exchange provider is selected.": [
"" ""
], ],
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a higher, incompatible\nprotocol version (%3$s).\n": [
""
],
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange has a lower, incompatible\nprotocol version than your wallet (protocol version%3$s).\n": [
""
],
"Accept fees and withdraw": [ "Accept fees and withdraw": [
"" ""
], ],
"Change Exchange Provider": [ "Change Exchange Provider": [
"" ""
], ],
"Select%1$s": [
""
],
"You are about to withdraw %1$s from your bank account into your wallet.": [ "You are about to withdraw %1$s from your bank account into your wallet.": [
"" ""
], ],
@ -630,6 +702,21 @@ strings['it'] = {
"Submitting payment": [ "Submitting payment": [
"" ""
], ],
"You already paid for this, clicking \"Confirm payment\" will not cost money again.": [
""
],
"Aborting payment ...": [
""
],
"Payment aborted!": [
""
],
"Retry Payment": [
""
],
"Abort Payment": [
""
],
"The merchant%1$s offers you to purchase:\n": [ "The merchant%1$s offers you to purchase:\n": [
"" ""
], ],
@ -660,12 +747,21 @@ strings['it'] = {
"Information about fees will be available when an exchange provider is selected.": [ "Information about fees will be available when an exchange provider is selected.": [
"" ""
], ],
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a higher, incompatible\nprotocol version (%3$s).\n": [
""
],
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange has a lower, incompatible\nprotocol version than your wallet (protocol version%3$s).\n": [
""
],
"Accept fees and withdraw": [ "Accept fees and withdraw": [
"" ""
], ],
"Change Exchange Provider": [ "Change Exchange Provider": [
"" ""
], ],
"Select%1$s": [
""
],
"You are about to withdraw %1$s from your bank account into your wallet.": [ "You are about to withdraw %1$s from your bank account into your wallet.": [
"" ""
], ],

View File

@ -66,6 +66,33 @@ msgstr ""
msgid "Submitting payment" msgid "Submitting payment"
msgstr "" msgstr ""
#: src/webex/pages/confirm-contract.tsx:341
#, c-format
msgid ""
"You already paid for this, clicking \"Confirm payment\" will not cost money "
"again."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:355
#, c-format
msgid "Aborting payment ..."
msgstr ""
#: src/webex/pages/confirm-contract.tsx:357
#, c-format
msgid "Payment aborted!"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:360
#, c-format
msgid "Retry Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:363
#, c-format
msgid "Abort Payment"
msgstr ""
#: src/webex/pages/confirm-contract.tsx:372 #: src/webex/pages/confirm-contract.tsx:372
#, c-format #, c-format
msgid "The merchant%1$s offers you to purchase:\n" msgid "The merchant%1$s offers you to purchase:\n"
@ -126,45 +153,66 @@ msgid ""
"selected." "selected."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:307 #: src/webex/pages/confirm-create-reserve.tsx:281
#, c-format
msgid ""
"Your wallet (protocol version%1$s) might be outdated.%2$sThe exchange has a "
"higher, incompatible\n"
"protocol version (%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:292
#, c-format
msgid ""
"The chosen exchange (protocol version%1$smight be outdated.%2$sThe exchange "
"has a lower, incompatible\n"
"protocol version than your wallet (protocol version%3$s).\n"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:311
#, c-format #, c-format
msgid "Accept fees and withdraw" msgid "Accept fees and withdraw"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:312 #: src/webex/pages/confirm-create-reserve.tsx:316
#, c-format #, c-format
msgid "Change Exchange Provider" msgid "Change Exchange Provider"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:364 #: src/webex/pages/confirm-create-reserve.tsx:343
#, c-format
msgid "Select%1$s"
msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:370
#, c-format #, c-format
msgid "You are about to withdraw %1$s from your bank account into your wallet." msgid "You are about to withdraw %1$s from your bank account into your wallet."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:449 #: src/webex/pages/confirm-create-reserve.tsx:455
#, c-format #, c-format
msgid "" msgid ""
"Oops, something went wrong. The wallet responded with error status (%1$s)." "Oops, something went wrong. The wallet responded with error status (%1$s)."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:458 #: src/webex/pages/confirm-create-reserve.tsx:464
#, c-format #, c-format
msgid "Checking URL, please wait ..." msgid "Checking URL, please wait ..."
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:472 #: src/webex/pages/confirm-create-reserve.tsx:478
#, c-format #, c-format
msgid "Can't parse amount: %1$s" msgid "Can't parse amount: %1$s"
msgstr "" msgstr ""
#: src/webex/pages/confirm-create-reserve.tsx:479 #: src/webex/pages/confirm-create-reserve.tsx:485
#, c-format #, c-format
msgid "Can't parse wire_types: %1$s" msgid "Can't parse wire_types: %1$s"
msgstr "" msgstr ""
#. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-# #. #-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#
#. TODO:generic error reporting function or component. #. TODO:generic error reporting function or component.
#: src/webex/pages/confirm-create-reserve.tsx:505 src/webex/pages/tip.tsx:180 #: src/webex/pages/confirm-create-reserve.tsx:511 src/webex/pages/tip.tsx:180
#, c-format #, c-format
msgid "Fatal error: \"%1$s\"." msgid "Fatal error: \"%1$s\"."
msgstr "" msgstr ""
@ -300,42 +348,42 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:216 #: src/webex/renderHtml.tsx:225
#, c-format #, c-format
msgid "Withdrawal fees:" msgid "Withdrawal fees:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:217 #: src/webex/renderHtml.tsx:226
#, c-format #, c-format
msgid "Rounding loss:" msgid "Rounding loss:"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:218 #: src/webex/renderHtml.tsx:227
#, c-format #, c-format
msgid "Earliest expiration (for deposit): %1$s" msgid "Earliest expiration (for deposit): %1$s"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:224 #: src/webex/renderHtml.tsx:233
#, c-format #, c-format
msgid "# Coins" msgid "# Coins"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:225 #: src/webex/renderHtml.tsx:234
#, c-format #, c-format
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:226 #: src/webex/renderHtml.tsx:235
#, c-format #, c-format
msgid "Withdraw Fee" msgid "Withdraw Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:227 #: src/webex/renderHtml.tsx:236
#, c-format #, c-format
msgid "Refresh Fee" msgid "Refresh Fee"
msgstr "" msgstr ""
#: src/webex/renderHtml.tsx:228 #: src/webex/renderHtml.tsx:237
#, c-format #, c-format
msgid "Deposit Fee" msgid "Deposit Fee"
msgstr "" msgstr ""

View File

@ -84,7 +84,7 @@ class Details extends React.Component<DetailProps, DetailState> {
<div> <div>
<button className="linky" <button className="linky"
onClick={() => this.setState({collapsed: true} as any)}> onClick={() => this.setState({collapsed: true} as any)}>
show less details i18n.str`show fewer details`
</button> </button>
<div> <div>
{i18n.str`Accepted exchanges:`} {i18n.str`Accepted exchanges:`}
@ -338,7 +338,7 @@ class ContractPrompt extends React.Component<ContractPromptProps, ContractPrompt
<div> <div>
{(this.state.alreadyPaid {(this.state.alreadyPaid
? <p className="okaybox"> ? <p className="okaybox">
You already paid for this, clicking "Confirm payment" will not cost money again. {i18n.str`You already paid for this, clicking "Confirm payment" will not cost money again.`}
</p> </p>
: <p />)} : <p />)}
{(this.state.checkPayError ? <p className="errorbox">{this.state.checkPayError}</p> : <p />)} {(this.state.checkPayError ? <p className="errorbox">{this.state.checkPayError}</p> : <p />)}
@ -352,15 +352,15 @@ class ContractPrompt extends React.Component<ContractPromptProps, ContractPrompt
<p>There was an error paying (attempt #{this.state.payAttempt}):</p> <p>There was an error paying (attempt #{this.state.payAttempt}):</p>
<pre>{JSON.stringify(this.state.confirmPayError)}</pre> <pre>{JSON.stringify(this.state.confirmPayError)}</pre>
{ this.state.abortStarted { this.state.abortStarted
? <span>Aborting payment ...</span> ? <span>{i18n.str`Aborting payment ...`}</span>
: this.state.abortDone : this.state.abortDone
? <span>Payment aborted!</span> ? <span>{i18n.str`Payment aborted!`}</span>
: <> : <>
<button className="pure-button" onClick={() => this.doPayment()}> <button className="pure-button" onClick={() => this.doPayment()}>
Retry Payment {i18n.str`Retry Payment`}
</button> </button>
<button className="pure-button" onClick={() => this.abortPayment()}> <button className="pure-button" onClick={() => this.abortPayment()}>
Abort Payment {i18n.str`Abort Payment`}
</button> </button>
</> </>
} }

View File

@ -278,18 +278,22 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
if (rci.versionMatch.currentCmp === -1) { if (rci.versionMatch.currentCmp === -1) {
return ( return (
<p className="errorbox"> <p className="errorbox">
<i18n.Translate wrap="span">
Your wallet (protocol version <span>{rci.walletVersion}</span>) might be outdated.<span> </span> Your wallet (protocol version <span>{rci.walletVersion}</span>) might be outdated.<span> </span>
The exchange has a higher, incompatible The exchange has a higher, incompatible
protocol version (<span>{rci.exchangeVersion}</span>). protocol version (<span>{rci.exchangeVersion}</span>).
</i18n.Translate>
</p> </p>
); );
} }
if (rci.versionMatch.currentCmp === 1) { if (rci.versionMatch.currentCmp === 1) {
return ( return (
<p className="errorbox"> <p className="errorbox">
<i18n.Translate wrap="span">
The chosen exchange (protocol version <span>{rci.exchangeVersion}</span> might be outdated.<span> </span> The chosen exchange (protocol version <span>{rci.exchangeVersion}</span> might be outdated.<span> </span>
The exchange has a lower, incompatible The exchange has a lower, incompatible
protocol version than your wallet (protocol version <span>{rci.walletVersion}</span>). protocol version than your wallet (protocol version <span>{rci.walletVersion}</span>).
</i18n.Translate>
</p> </p>
); );
} }
@ -330,13 +334,15 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
console.log(exchanges); console.log(exchanges);
return ( return (
<div> <div>
Please select an exchange. You can review the details before after your selection. i18n.str`Please select an exchange. You can review the details before after your selection.`
{this.props.suggestedExchangeUrl && ( {this.props.suggestedExchangeUrl && (
<div> <div>
<h2>Bank Suggestion</h2> <h2>Bank Suggestion</h2>
<button className="pure-button button-success" onClick={() => this.select(this.props.suggestedExchangeUrl)}> <button className="pure-button button-success" onClick={() => this.select(this.props.suggestedExchangeUrl)}>
<i18n.Translate wrap="span">
Select <strong>{this.props.suggestedExchangeUrl}</strong> Select <strong>{this.props.suggestedExchangeUrl}</strong>
</i18n.Translate>
</button> </button>
</div> </div>
)} )}
@ -352,7 +358,7 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
</div> </div>
)} )}
<h2>Manual Selection</h2> <h2>i18n.str`Manual Selection`</h2>
<ManualSelection initialUrl={this.url() || ""} onSelect={(url: string) => this.select(url)} /> <ManualSelection initialUrl={this.url() || ""} onSelect={(url: string) => this.select(url)} />
</div> </div>
); );