gulpfile / translations

This commit is contained in:
Florian Dold 2017-05-28 22:58:54 +02:00
parent 8ac71597ec
commit 38a74188d7
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
6 changed files with 58 additions and 59 deletions

View File

@ -71,7 +71,6 @@ const paths = {
"img/icon.png", "img/icon.png",
"img/logo.png", "img/logo.png",
"src/**/*.{css,html}", "src/**/*.{css,html}",
"src/emscripten/taler-emscripten-lib.js",
"dist/*-bundle.js", "dist/*-bundle.js",
], ],
// for the source distribution // 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}) return vfs.src(paths.dist, {base: ".", stripBOM: false})
.pipe(gulp.dest("build/ext/")); .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") return gulp.src("manifest.json")
.pipe(jsonTransform((data) => { .pipe(jsonTransform((data) => {
data.name = "GNU Taler Wallet"; data.name = "GNU Taler Wallet";
@ -180,7 +179,7 @@ gulp.task("manifest-stable", ["clean"], function () {
.pipe(gulp.dest("build/ext/")); .pipe(gulp.dest("build/ext/"));
}); });
gulp.task("manifest-unstable", ["clean"], function () { gulp.task("manifest-unstable", function () {
return gulp.src("manifest.json") return gulp.src("manifest.json")
.pipe(jsonTransform((data) => { .pipe(jsonTransform((data) => {
data.name = "GNU Taler Wallet (unstable)"; data.name = "GNU Taler Wallet (unstable)";

View File

@ -27,27 +27,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-contract.tsx:65 #: src/pages/confirm-contract.tsx:64
#, c-format #, c-format
msgid "show more details\n" msgid "show more details\n"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:79 #: src/pages/confirm-contract.tsx:78
#, c-format #, c-format
msgid "Accepted exchanges:" msgid "Accepted exchanges:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:84 #: src/pages/confirm-contract.tsx:83
#, c-format #, c-format
msgid "Exchanges in the wallet:" msgid "Exchanges in the wallet:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:160 #: src/pages/confirm-contract.tsx:159
#, c-format #, c-format
msgid "You have insufficient funds of the requested currency in your wallet." msgid "You have insufficient funds of the requested currency in your wallet."
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:161 #: src/pages/confirm-contract.tsx:160
#, c-format #, c-format
msgid "" msgid ""
"You do not have any funds from an exchange that is accepted by this " "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" msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt" msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
#: src/pages/popup.tsx:379 #: src/pages/popup.tsx:378
#, fuzzy, c-format #, fuzzy, c-format
msgid "Paid%1$sto merchant%2$s. (%3$s)\n" msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt" msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
#: src/pages/popup.tsx:386 #: src/pages/popup.tsx:385
#, c-format #, c-format
msgid "Unknown event (%1$s)" msgid "Unknown event (%1$s)"
msgstr "" msgstr ""
#: src/pages/popup.tsx:429 #: src/pages/popup.tsx:428
#, c-format #, c-format
msgid "Error: could not retrieve event history" msgid "Error: could not retrieve event history"
msgstr "" msgstr ""
#: src/pages/popup.tsx:463 #: src/pages/popup.tsx:462
#, c-format #, c-format
msgid "Your wallet has no events recorded." msgid "Your wallet has no events recorded."
msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse." msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse."
#: src/renderHtml.tsx:44 #: src/renderHtml.tsx:48
#, fuzzy, c-format #, fuzzy, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n" msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
msgstr "" msgstr ""
@ -289,7 +289,7 @@ msgstr ""
" möchte einen Vertrag über %2$s\n" " möchte einen Vertrag über %2$s\n"
" mit Ihnen abschließen." " mit Ihnen abschließen."
#: src/renderHtml.tsx:49 #: src/renderHtml.tsx:53
#, fuzzy, c-format #, fuzzy, c-format
msgid "You are about to purchase:" msgid "You are about to purchase:"
msgstr "Sie sind dabei, Folgendes zu kaufen:" msgstr "Sie sind dabei, Folgendes zu kaufen:"

View File

@ -27,27 +27,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-contract.tsx:65 #: src/pages/confirm-contract.tsx:64
#, c-format #, c-format
msgid "show more details\n" msgid "show more details\n"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:79 #: src/pages/confirm-contract.tsx:78
#, c-format #, c-format
msgid "Accepted exchanges:" msgid "Accepted exchanges:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:84 #: src/pages/confirm-contract.tsx:83
#, c-format #, c-format
msgid "Exchanges in the wallet:" msgid "Exchanges in the wallet:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:160 #: src/pages/confirm-contract.tsx:159
#, c-format #, c-format
msgid "You have insufficient funds of the requested currency in your wallet." msgid "You have insufficient funds of the requested currency in your wallet."
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:161 #: src/pages/confirm-contract.tsx:160
#, c-format #, c-format
msgid "" msgid ""
"You do not have any funds from an exchange that is accepted by this " "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" msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:379 #: src/pages/popup.tsx:378
#, c-format #, c-format
msgid "Paid%1$sto merchant%2$s. (%3$s)\n" msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:386 #: src/pages/popup.tsx:385
#, c-format #, c-format
msgid "Unknown event (%1$s)" msgid "Unknown event (%1$s)"
msgstr "" msgstr ""
#: src/pages/popup.tsx:429 #: src/pages/popup.tsx:428
#, c-format #, c-format
msgid "Error: could not retrieve event history" msgid "Error: could not retrieve event history"
msgstr "" msgstr ""
#: src/pages/popup.tsx:463 #: src/pages/popup.tsx:462
#, c-format #, c-format
msgid "Your wallet has no events recorded." msgid "Your wallet has no events recorded."
msgstr "" msgstr ""
#: src/renderHtml.tsx:44 #: src/renderHtml.tsx:48
#, c-format #, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n" msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
msgstr "" msgstr ""
#: src/renderHtml.tsx:49 #: src/renderHtml.tsx:53
#, c-format #, c-format
msgid "You are about to purchase:" msgid "You are about to purchase:"
msgstr "" msgstr ""

View File

@ -27,27 +27,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-contract.tsx:65 #: src/pages/confirm-contract.tsx:64
#, c-format #, c-format
msgid "show more details\n" msgid "show more details\n"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:79 #: src/pages/confirm-contract.tsx:78
#, c-format #, c-format
msgid "Accepted exchanges:" msgid "Accepted exchanges:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:84 #: src/pages/confirm-contract.tsx:83
#, c-format #, c-format
msgid "Exchanges in the wallet:" msgid "Exchanges in the wallet:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:160 #: src/pages/confirm-contract.tsx:159
#, c-format #, c-format
msgid "You have insufficient funds of the requested currency in your wallet." msgid "You have insufficient funds of the requested currency in your wallet."
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:161 #: src/pages/confirm-contract.tsx:160
#, c-format #, c-format
msgid "" msgid ""
"You do not have any funds from an exchange that is accepted by this " "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" msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:379 #: src/pages/popup.tsx:378
#, c-format #, c-format
msgid "Paid%1$sto merchant%2$s. (%3$s)\n" msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:386 #: src/pages/popup.tsx:385
#, c-format #, c-format
msgid "Unknown event (%1$s)" msgid "Unknown event (%1$s)"
msgstr "" msgstr ""
#: src/pages/popup.tsx:429 #: src/pages/popup.tsx:428
#, c-format #, c-format
msgid "Error: could not retrieve event history" msgid "Error: could not retrieve event history"
msgstr "" msgstr ""
#: src/pages/popup.tsx:463 #: src/pages/popup.tsx:462
#, c-format #, c-format
msgid "Your wallet has no events recorded." msgid "Your wallet has no events recorded."
msgstr "" msgstr ""
#: src/renderHtml.tsx:44 #: src/renderHtml.tsx:48
#, c-format #, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n" msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
msgstr "" msgstr ""
#: src/renderHtml.tsx:49 #: src/renderHtml.tsx:53
#, c-format #, c-format
msgid "You are about to purchase:" msgid "You are about to purchase:"
msgstr "" msgstr ""

View File

@ -27,27 +27,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-contract.tsx:65 #: src/pages/confirm-contract.tsx:64
#, c-format #, c-format
msgid "show more details\n" msgid "show more details\n"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:79 #: src/pages/confirm-contract.tsx:78
#, c-format #, c-format
msgid "Accepted exchanges:" msgid "Accepted exchanges:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:84 #: src/pages/confirm-contract.tsx:83
#, c-format #, c-format
msgid "Exchanges in the wallet:" msgid "Exchanges in the wallet:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:160 #: src/pages/confirm-contract.tsx:159
#, c-format #, c-format
msgid "You have insufficient funds of the requested currency in your wallet." msgid "You have insufficient funds of the requested currency in your wallet."
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:161 #: src/pages/confirm-contract.tsx:160
#, c-format #, c-format
msgid "" msgid ""
"You do not have any funds from an exchange that is accepted by this " "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" msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:379 #: src/pages/popup.tsx:378
#, c-format #, c-format
msgid "Paid%1$sto merchant%2$s. (%3$s)\n" msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:386 #: src/pages/popup.tsx:385
#, c-format #, c-format
msgid "Unknown event (%1$s)" msgid "Unknown event (%1$s)"
msgstr "" msgstr ""
#: src/pages/popup.tsx:429 #: src/pages/popup.tsx:428
#, c-format #, c-format
msgid "Error: could not retrieve event history" msgid "Error: could not retrieve event history"
msgstr "" msgstr ""
#: src/pages/popup.tsx:463 #: src/pages/popup.tsx:462
#, c-format #, c-format
msgid "Your wallet has no events recorded." msgid "Your wallet has no events recorded."
msgstr "" msgstr ""
#: src/renderHtml.tsx:44 #: src/renderHtml.tsx:48
#, c-format #, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n" msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
msgstr "" msgstr ""
#: src/renderHtml.tsx:49 #: src/renderHtml.tsx:53
#, c-format #, c-format
msgid "You are about to purchase:" msgid "You are about to purchase:"
msgstr "" msgstr ""

View File

@ -27,27 +27,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-contract.tsx:65 #: src/pages/confirm-contract.tsx:64
#, c-format #, c-format
msgid "show more details\n" msgid "show more details\n"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:79 #: src/pages/confirm-contract.tsx:78
#, c-format #, c-format
msgid "Accepted exchanges:" msgid "Accepted exchanges:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:84 #: src/pages/confirm-contract.tsx:83
#, c-format #, c-format
msgid "Exchanges in the wallet:" msgid "Exchanges in the wallet:"
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:160 #: src/pages/confirm-contract.tsx:159
#, c-format #, c-format
msgid "You have insufficient funds of the requested currency in your wallet." msgid "You have insufficient funds of the requested currency in your wallet."
msgstr "" msgstr ""
#: src/pages/confirm-contract.tsx:161 #: src/pages/confirm-contract.tsx:160
#, c-format #, c-format
msgid "" msgid ""
"You do not have any funds from an exchange that is accepted by this " "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" msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:379 #: src/pages/popup.tsx:378
#, c-format #, c-format
msgid "Paid%1$sto merchant%2$s. (%3$s)\n" msgid "Paid%1$sto merchant%2$s. (%3$s)\n"
msgstr "" msgstr ""
#: src/pages/popup.tsx:386 #: src/pages/popup.tsx:385
#, c-format #, c-format
msgid "Unknown event (%1$s)" msgid "Unknown event (%1$s)"
msgstr "" msgstr ""
#: src/pages/popup.tsx:429 #: src/pages/popup.tsx:428
#, c-format #, c-format
msgid "Error: could not retrieve event history" msgid "Error: could not retrieve event history"
msgstr "" msgstr ""
#: src/pages/popup.tsx:463 #: src/pages/popup.tsx:462
#, c-format #, c-format
msgid "Your wallet has no events recorded." msgid "Your wallet has no events recorded."
msgstr "" msgstr ""
#: src/renderHtml.tsx:44 #: src/renderHtml.tsx:48
#, c-format #, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n" msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
msgstr "" msgstr ""
#: src/renderHtml.tsx:49 #: src/renderHtml.tsx:53
#, c-format #, c-format
msgid "You are about to purchase:" msgid "You are about to purchase:"
msgstr "" msgstr ""