gulpfile / translations
This commit is contained in:
parent
8ac71597ec
commit
38a74188d7
@ -71,7 +71,6 @@ const paths = {
|
||||
"img/icon.png",
|
||||
"img/logo.png",
|
||||
"src/**/*.{css,html}",
|
||||
"src/emscripten/taler-emscripten-lib.js",
|
||||
"dist/*-bundle.js",
|
||||
],
|
||||
// for the source distribution
|
||||
@ -156,7 +155,7 @@ function concatStreams (/*streams...*/) {
|
||||
|
||||
|
||||
|
||||
gulp.task("dist-prod", ["clean", "compile-prod"], function () {
|
||||
gulp.task("dist-prod", ["compile-prod"], function () {
|
||||
return vfs.src(paths.dist, {base: ".", stripBOM: false})
|
||||
.pipe(gulp.dest("build/ext/"));
|
||||
});
|
||||
@ -171,7 +170,7 @@ gulp.task("compile-prod", function (callback) {
|
||||
});
|
||||
});
|
||||
|
||||
gulp.task("manifest-stable", ["clean"], function () {
|
||||
gulp.task("manifest-stable", function () {
|
||||
return gulp.src("manifest.json")
|
||||
.pipe(jsonTransform((data) => {
|
||||
data.name = "GNU Taler Wallet";
|
||||
@ -180,7 +179,7 @@ gulp.task("manifest-stable", ["clean"], function () {
|
||||
.pipe(gulp.dest("build/ext/"));
|
||||
});
|
||||
|
||||
gulp.task("manifest-unstable", ["clean"], function () {
|
||||
gulp.task("manifest-unstable", function () {
|
||||
return gulp.src("manifest.json")
|
||||
.pipe(jsonTransform((data) => {
|
||||
data.name = "GNU Taler Wallet (unstable)";
|
||||
|
@ -27,27 +27,27 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/pages/confirm-contract.tsx:65
|
||||
#: src/pages/confirm-contract.tsx:64
|
||||
#, c-format
|
||||
msgid "show more details\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:79
|
||||
#: src/pages/confirm-contract.tsx:78
|
||||
#, c-format
|
||||
msgid "Accepted exchanges:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:84
|
||||
#: src/pages/confirm-contract.tsx:83
|
||||
#, c-format
|
||||
msgid "Exchanges in the wallet:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#: src/pages/confirm-contract.tsx:159
|
||||
#, c-format
|
||||
msgid "You have insufficient funds of the requested currency in your wallet."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:161
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You do not have any funds from an exchange that is accepted by this "
|
||||
@ -261,27 +261,27 @@ msgstr ""
|
||||
msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
|
||||
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
|
||||
|
||||
#: src/pages/popup.tsx:379
|
||||
#: src/pages/popup.tsx:378
|
||||
#, fuzzy, c-format
|
||||
msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
|
||||
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
|
||||
|
||||
#: src/pages/popup.tsx:386
|
||||
#: src/pages/popup.tsx:385
|
||||
#, c-format
|
||||
msgid "Unknown event (%1$s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:429
|
||||
#: src/pages/popup.tsx:428
|
||||
#, c-format
|
||||
msgid "Error: could not retrieve event history"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:463
|
||||
#: src/pages/popup.tsx:462
|
||||
#, c-format
|
||||
msgid "Your wallet has no events recorded."
|
||||
msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse."
|
||||
|
||||
#: src/renderHtml.tsx:44
|
||||
#: src/renderHtml.tsx:48
|
||||
#, fuzzy, c-format
|
||||
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
|
||||
msgstr ""
|
||||
@ -289,7 +289,7 @@ msgstr ""
|
||||
" möchte einen Vertrag über %2$s\n"
|
||||
" mit Ihnen abschließen."
|
||||
|
||||
#: src/renderHtml.tsx:49
|
||||
#: src/renderHtml.tsx:53
|
||||
#, fuzzy, c-format
|
||||
msgid "You are about to purchase:"
|
||||
msgstr "Sie sind dabei, Folgendes zu kaufen:"
|
||||
|
@ -27,27 +27,27 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/pages/confirm-contract.tsx:65
|
||||
#: src/pages/confirm-contract.tsx:64
|
||||
#, c-format
|
||||
msgid "show more details\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:79
|
||||
#: src/pages/confirm-contract.tsx:78
|
||||
#, c-format
|
||||
msgid "Accepted exchanges:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:84
|
||||
#: src/pages/confirm-contract.tsx:83
|
||||
#, c-format
|
||||
msgid "Exchanges in the wallet:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#: src/pages/confirm-contract.tsx:159
|
||||
#, c-format
|
||||
msgid "You have insufficient funds of the requested currency in your wallet."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:161
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You do not have any funds from an exchange that is accepted by this "
|
||||
@ -261,32 +261,32 @@ msgstr ""
|
||||
msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:379
|
||||
#: src/pages/popup.tsx:378
|
||||
#, c-format
|
||||
msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:386
|
||||
#: src/pages/popup.tsx:385
|
||||
#, c-format
|
||||
msgid "Unknown event (%1$s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:429
|
||||
#: src/pages/popup.tsx:428
|
||||
#, c-format
|
||||
msgid "Error: could not retrieve event history"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:463
|
||||
#: src/pages/popup.tsx:462
|
||||
#, c-format
|
||||
msgid "Your wallet has no events recorded."
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:44
|
||||
#: src/renderHtml.tsx:48
|
||||
#, c-format
|
||||
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:49
|
||||
#: src/renderHtml.tsx:53
|
||||
#, c-format
|
||||
msgid "You are about to purchase:"
|
||||
msgstr ""
|
||||
|
@ -27,27 +27,27 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/pages/confirm-contract.tsx:65
|
||||
#: src/pages/confirm-contract.tsx:64
|
||||
#, c-format
|
||||
msgid "show more details\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:79
|
||||
#: src/pages/confirm-contract.tsx:78
|
||||
#, c-format
|
||||
msgid "Accepted exchanges:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:84
|
||||
#: src/pages/confirm-contract.tsx:83
|
||||
#, c-format
|
||||
msgid "Exchanges in the wallet:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#: src/pages/confirm-contract.tsx:159
|
||||
#, c-format
|
||||
msgid "You have insufficient funds of the requested currency in your wallet."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:161
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You do not have any funds from an exchange that is accepted by this "
|
||||
@ -261,32 +261,32 @@ msgstr ""
|
||||
msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:379
|
||||
#: src/pages/popup.tsx:378
|
||||
#, c-format
|
||||
msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:386
|
||||
#: src/pages/popup.tsx:385
|
||||
#, c-format
|
||||
msgid "Unknown event (%1$s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:429
|
||||
#: src/pages/popup.tsx:428
|
||||
#, c-format
|
||||
msgid "Error: could not retrieve event history"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:463
|
||||
#: src/pages/popup.tsx:462
|
||||
#, c-format
|
||||
msgid "Your wallet has no events recorded."
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:44
|
||||
#: src/renderHtml.tsx:48
|
||||
#, c-format
|
||||
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:49
|
||||
#: src/renderHtml.tsx:53
|
||||
#, c-format
|
||||
msgid "You are about to purchase:"
|
||||
msgstr ""
|
||||
|
@ -27,27 +27,27 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/pages/confirm-contract.tsx:65
|
||||
#: src/pages/confirm-contract.tsx:64
|
||||
#, c-format
|
||||
msgid "show more details\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:79
|
||||
#: src/pages/confirm-contract.tsx:78
|
||||
#, c-format
|
||||
msgid "Accepted exchanges:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:84
|
||||
#: src/pages/confirm-contract.tsx:83
|
||||
#, c-format
|
||||
msgid "Exchanges in the wallet:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#: src/pages/confirm-contract.tsx:159
|
||||
#, c-format
|
||||
msgid "You have insufficient funds of the requested currency in your wallet."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:161
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You do not have any funds from an exchange that is accepted by this "
|
||||
@ -261,32 +261,32 @@ msgstr ""
|
||||
msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:379
|
||||
#: src/pages/popup.tsx:378
|
||||
#, c-format
|
||||
msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:386
|
||||
#: src/pages/popup.tsx:385
|
||||
#, c-format
|
||||
msgid "Unknown event (%1$s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:429
|
||||
#: src/pages/popup.tsx:428
|
||||
#, c-format
|
||||
msgid "Error: could not retrieve event history"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:463
|
||||
#: src/pages/popup.tsx:462
|
||||
#, c-format
|
||||
msgid "Your wallet has no events recorded."
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:44
|
||||
#: src/renderHtml.tsx:48
|
||||
#, c-format
|
||||
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:49
|
||||
#: src/renderHtml.tsx:53
|
||||
#, c-format
|
||||
msgid "You are about to purchase:"
|
||||
msgstr ""
|
||||
|
@ -27,27 +27,27 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/pages/confirm-contract.tsx:65
|
||||
#: src/pages/confirm-contract.tsx:64
|
||||
#, c-format
|
||||
msgid "show more details\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:79
|
||||
#: src/pages/confirm-contract.tsx:78
|
||||
#, c-format
|
||||
msgid "Accepted exchanges:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:84
|
||||
#: src/pages/confirm-contract.tsx:83
|
||||
#, c-format
|
||||
msgid "Exchanges in the wallet:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#: src/pages/confirm-contract.tsx:159
|
||||
#, c-format
|
||||
msgid "You have insufficient funds of the requested currency in your wallet."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/confirm-contract.tsx:161
|
||||
#: src/pages/confirm-contract.tsx:160
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You do not have any funds from an exchange that is accepted by this "
|
||||
@ -261,32 +261,32 @@ msgstr ""
|
||||
msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:379
|
||||
#: src/pages/popup.tsx:378
|
||||
#, c-format
|
||||
msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:386
|
||||
#: src/pages/popup.tsx:385
|
||||
#, c-format
|
||||
msgid "Unknown event (%1$s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:429
|
||||
#: src/pages/popup.tsx:428
|
||||
#, c-format
|
||||
msgid "Error: could not retrieve event history"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/popup.tsx:463
|
||||
#: src/pages/popup.tsx:462
|
||||
#, c-format
|
||||
msgid "Your wallet has no events recorded."
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:44
|
||||
#: src/renderHtml.tsx:48
|
||||
#, c-format
|
||||
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/renderHtml.tsx:49
|
||||
#: src/renderHtml.tsx:53
|
||||
#, c-format
|
||||
msgid "You are about to purchase:"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user