aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/strings.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/strings.ts')
-rw-r--r--src/i18n/strings.ts84
1 files changed, 84 insertions, 0 deletions
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts
index aa883403e..75672cbd3 100644
--- a/src/i18n/strings.ts
+++ b/src/i18n/strings.ts
@@ -171,11 +171,32 @@ strings['de'] = {
"Your wallet has no events recorded.": [
"Ihre Geldbörse verzeichnet keine Vorkommnisse."
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ "Bezahlung bestätigen"
+ ],
+ "Cancel": [
+ "Saldo"
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
"%1$s\n möchte einen Vertrag über %2$s\n mit Ihnen abschließen."
],
"You are about to purchase:": [
"Sie sind dabei, Folgendes zu kaufen:"
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
@@ -336,11 +357,32 @@ strings['en-US'] = {
"Your wallet has no events recorded.": [
""
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ ""
+ ],
+ "Cancel": [
+ ""
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
""
],
"You are about to purchase:": [
""
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
@@ -501,11 +543,32 @@ strings['fr'] = {
"Your wallet has no events recorded.": [
""
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ ""
+ ],
+ "Cancel": [
+ ""
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
""
],
"You are about to purchase:": [
""
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
@@ -666,11 +729,32 @@ strings['it'] = {
"Your wallet has no events recorded.": [
""
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ ""
+ ],
+ "Cancel": [
+ ""
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
""
],
"You are about to purchase:": [
""
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}