From c3ed865a3ad96543cb50e0ade7d4f97679286a3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 03:10:07 +0000 Subject: [PATCH 01/33] Bump sweetalert2 from 8.17.6 to 8.18.0 in /app Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 8.17.6 to 8.18.0. - [Release notes](https://github.com/sweetalert2/sweetalert2/releases) - [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md) - [Commits](https://github.com/sweetalert2/sweetalert2/compare/v8.17.6...v8.18.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 8b94bfe1..887f2db4 100644 --- a/app/package.json +++ b/app/package.json @@ -58,7 +58,7 @@ "materialize-css": "^1.0.0", "node-notifier": "^6.0.0", "sumchecker": "^3.0.0", - "sweetalert2": "^8.17.6", + "sweetalert2": "^8.18.0", "vue": "^2.6.10" }, "optionalDependencies": { diff --git a/app/yarn.lock b/app/yarn.lock index 98223543..e9c4f2b2 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2700,10 +2700,10 @@ supports-color@^5.3.0: dependencies: has-flag "^3.0.0" -sweetalert2@^8.17.6: - version "8.17.6" - resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-8.17.6.tgz#80ae892cced06cfb03e6152bfa78e238c24db9be" - integrity sha512-5V/zlNr/WXOW+Hmu2Sn0tCzd2+FvjVZv99i0gNYN7dk31VSPYM9mNuF5QUz5OVq49yYMpOV+F2Qslup8nnm4MQ== +sweetalert2@^8.18.0: + version "8.18.0" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-8.18.0.tgz#e8536aa0b1a1474ef36e5350ff4ae0cf473478b3" + integrity sha512-t8r4oIisUd/fPsd4/YKuiWTKnrxZsolUVk/w7nGhMu5MKsuGh6J5sQ9Jtio+5xKg/w5QOJpH8TUhb5INuVo/YQ== tar@^4.4.8: version "4.4.11" From d372fa8e6e04c727527e212e7d7743ad55c83a71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 04:14:38 +0000 Subject: [PATCH 02/33] Bump electron from 6.0.10 to 6.0.11 in /app Bumps [electron](https://github.com/electron/electron) from 6.0.10 to 6.0.11. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v6.0.10...v6.0.11) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 8b94bfe1..beae8644 100644 --- a/app/package.json +++ b/app/package.json @@ -66,7 +66,7 @@ "itunes-nowplaying-mac": "kPherox/itunes-nowplaying-mac#get-artworks-base64" }, "devDependencies": { - "electron": "^6.0.10", + "electron": "^6.0.11", "electron-builder": "^21.1.5", "electron-rebuild": "^1.8.6", "readline-sync": "1.4.10" diff --git a/app/yarn.lock b/app/yarn.lock index 98223543..3be09415 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -932,10 +932,10 @@ electron-rebuild@^1.8.6: spawn-rx "^3.0.0" yargs "^13.2.4" -electron@^6.0.10: - version "6.0.10" - resolved "https://registry.yarnpkg.com/electron/-/electron-6.0.10.tgz#3468547640c98ed46060711ca70f43d0b2e40818" - integrity sha512-eTFm6uTn7NKZE1OtSZSOxNuOrCXXeUR0U3vdF3R00byB7mrNe5AOaXEDDMwtzRGGY1jMuUX9Z7RvgXaCXRYSmw== +electron@^6.0.11: + version "6.0.11" + resolved "https://registry.yarnpkg.com/electron/-/electron-6.0.11.tgz#64effa71397045779a1ddbf51312a41ccf26f491" + integrity sha512-mi1oHmeFIQrg+CDQ6lbugZAloOxuWPm/ecEKYe1230PGlDoWND7SYStiWQ2eI4YXAEOL/NvuY88ogemu1qhdBg== dependencies: "@types/node" "^10.12.18" electron-download "^4.1.0" From 2d0acb68b1717601ed9cbcbe1d03ba78580285de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 04:16:36 +0000 Subject: [PATCH 03/33] Bump json5 from 2.1.0 to 2.1.1 in /app Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/v2.1.1/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.1.1) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 8b94bfe1..8d221a80 100644 --- a/app/package.json +++ b/app/package.json @@ -54,7 +54,7 @@ "jimp": "^0.8.4", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", - "json5": "^2.1.0", + "json5": "^2.1.1", "materialize-css": "^1.0.0", "node-notifier": "^6.0.0", "sumchecker": "^3.0.0", diff --git a/app/yarn.lock b/app/yarn.lock index 98223543..50258438 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1580,10 +1580,10 @@ json-stringify-safe@~5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= -json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== +json5@^2.1.0, json5@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6" + integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ== dependencies: minimist "^1.2.0" From 18146d2ef7b88caf0406a42a143cbb98e69f5248 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:24:59 +0900 Subject: [PATCH 04/33] New translations index.json (Afrikaans) --- app/view/make/language/af-ZA/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/af-ZA/index.json b/app/view/make/language/af-ZA/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/af-ZA/index.json +++ b/app/view/make/language/af-ZA/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 28c06706b4ec34979c5ccb513eda9d9dcb7332cd Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:00 +0900 Subject: [PATCH 05/33] New translations index.json (English) --- app/view/make/language/en-US/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/en-US/index.json b/app/view/make/language/en-US/index.json index d1762678..69dfda64 100644 --- a/app/view/make/language/en-US/index.json +++ b/app/view/make/language/en-US/index.json @@ -62,6 +62,7 @@ "btedPeople": "crwdns3178:0crwdne3178:0", "useOtherAcct1": "crwdns3180:0crwdne3180:0", "useOtherAcct2": "crwdns3182:0crwdne3182:0", + "btWithVis": "crwdns4324:0crwdne4324:0", "reply": "crwdns3184:0crwdne3184:0", "bt": "crwdns3186:0crwdne3186:0", "favRegist": "crwdns3188:0crwdne3188:0", From 7d57750d734bb09da55c520d369abed56bc14276 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:02 +0900 Subject: [PATCH 06/33] New translations index.json (Norwegian) --- app/view/make/language/no-NO/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/no-NO/index.json b/app/view/make/language/no-NO/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/no-NO/index.json +++ b/app/view/make/language/no-NO/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 1372833dd861a4b2a504f8316c9d256682d9f3cd Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:04 +0900 Subject: [PATCH 07/33] New translations index.json (Vietnamese) --- app/view/make/language/vi-VN/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/vi-VN/index.json b/app/view/make/language/vi-VN/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/vi-VN/index.json +++ b/app/view/make/language/vi-VN/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 6fa101c699207573fe45234466c55eaafa6b6d3a Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:05 +0900 Subject: [PATCH 08/33] New translations index.json (Ukrainian) --- app/view/make/language/uk-UA/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/uk-UA/index.json b/app/view/make/language/uk-UA/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/uk-UA/index.json +++ b/app/view/make/language/uk-UA/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 00d9c91a53bba2a3554f4029c46317dfbfbe1763 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:06 +0900 Subject: [PATCH 09/33] New translations index.json (Turkish) --- app/view/make/language/tr-TR/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/tr-TR/index.json b/app/view/make/language/tr-TR/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/tr-TR/index.json +++ b/app/view/make/language/tr-TR/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From a923c62dacf5c870f9a0c7aef1acfc2600bbb162 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:08 +0900 Subject: [PATCH 10/33] New translations index.json (Swedish) --- app/view/make/language/sv-SE/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/sv-SE/index.json b/app/view/make/language/sv-SE/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/sv-SE/index.json +++ b/app/view/make/language/sv-SE/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 7c40cf1fb7582736de0397613a2ca33a4f153ddb Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:09 +0900 Subject: [PATCH 11/33] New translations index.json (Spanish, Argentina) --- app/view/make/language/es-AR/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/es-AR/index.json b/app/view/make/language/es-AR/index.json index 21774aeb..46314377 100644 --- a/app/view/make/language/es-AR/index.json +++ b/app/view/make/language/es-AR/index.json @@ -62,6 +62,7 @@ "btedPeople": "Gente que lo retooteó", "useOtherAcct1": "Usar otra cuenta", "useOtherAcct2": ":Dejar de marcar como favorito y deshacer retoot están deshabilitados.", + "btWithVis": "Boost with visibility", "reply": "Responder", "bt": "Retootear", "favRegist": "Marcar como favorito", From b58b66178c07c8d31a26baf4419291e35fe6642f Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:10 +0900 Subject: [PATCH 12/33] New translations index.json (Spanish) --- app/view/make/language/es-ES/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/es-ES/index.json b/app/view/make/language/es-ES/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/es-ES/index.json +++ b/app/view/make/language/es-ES/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 41803d21c94c70e0b1bf38d15b9a685ed4ef454c Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:12 +0900 Subject: [PATCH 13/33] New translations index.json (Serbian (Cyrillic)) --- app/view/make/language/sr-SP/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/sr-SP/index.json b/app/view/make/language/sr-SP/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/sr-SP/index.json +++ b/app/view/make/language/sr-SP/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From d829dd01de386ac0c36c2c23f90ecf7513d4553d Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:13 +0900 Subject: [PATCH 14/33] New translations index.json (Russian) --- app/view/make/language/ru-RU/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/ru-RU/index.json b/app/view/make/language/ru-RU/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/ru-RU/index.json +++ b/app/view/make/language/ru-RU/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 3e8c9acb02fc900e1d0291604bec8a3bcc1a954e Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:15 +0900 Subject: [PATCH 15/33] New translations index.json (Romanian) --- app/view/make/language/ro-RO/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/ro-RO/index.json b/app/view/make/language/ro-RO/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/ro-RO/index.json +++ b/app/view/make/language/ro-RO/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 98b0fd4a4f986df1ccfe53952b5ec2fad85f7d9c Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:16 +0900 Subject: [PATCH 16/33] New translations index.json (Portuguese, Brazilian) --- app/view/make/language/pt-BR/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/pt-BR/index.json b/app/view/make/language/pt-BR/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/pt-BR/index.json +++ b/app/view/make/language/pt-BR/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 8df4d5d808715b7877c59466d2e6d099b49bec14 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:17 +0900 Subject: [PATCH 17/33] New translations index.json (Portuguese) --- app/view/make/language/pt-PT/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/pt-PT/index.json b/app/view/make/language/pt-PT/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/pt-PT/index.json +++ b/app/view/make/language/pt-PT/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 7c57eef9f7ff7341969e8c9a2981d6705d642418 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:19 +0900 Subject: [PATCH 18/33] New translations index.json (Polish) --- app/view/make/language/pl-PL/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/pl-PL/index.json b/app/view/make/language/pl-PL/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/pl-PL/index.json +++ b/app/view/make/language/pl-PL/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From edd8a412b5890fd3a97628403c84e4e84a1f4f19 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:20 +0900 Subject: [PATCH 19/33] New translations index.json (Italian) --- app/view/make/language/it-IT/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/it-IT/index.json b/app/view/make/language/it-IT/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/it-IT/index.json +++ b/app/view/make/language/it-IT/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 014d3499f049750a42684c6d5faa027fc6a1b3d2 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:21 +0900 Subject: [PATCH 20/33] New translations index.json (Arabic) --- app/view/make/language/ar-SA/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/ar-SA/index.json b/app/view/make/language/ar-SA/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/ar-SA/index.json +++ b/app/view/make/language/ar-SA/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From d2609d11abdb831fbceb765b4d82136bc94e6ea9 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:23 +0900 Subject: [PATCH 21/33] New translations index.json (Hungarian) --- app/view/make/language/hu-HU/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/hu-HU/index.json b/app/view/make/language/hu-HU/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/hu-HU/index.json +++ b/app/view/make/language/hu-HU/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From d35ec1b7c4459a60e8955d590b22cc5dc7bae8d0 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:24 +0900 Subject: [PATCH 22/33] New translations index.json (Hebrew) --- app/view/make/language/he-IL/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/he-IL/index.json b/app/view/make/language/he-IL/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/he-IL/index.json +++ b/app/view/make/language/he-IL/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 91643b06f2e00031b42e5d20ff9aff21a1970a59 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:26 +0900 Subject: [PATCH 23/33] New translations index.json (Greek) --- app/view/make/language/el-GR/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/el-GR/index.json b/app/view/make/language/el-GR/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/el-GR/index.json +++ b/app/view/make/language/el-GR/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 5bd48852419ef324f28014664b4ad98e6d08caa2 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:27 +0900 Subject: [PATCH 24/33] New translations index.json (German) --- app/view/make/language/de-DE/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/de-DE/index.json b/app/view/make/language/de-DE/index.json index 64a465fd..1706db36 100644 --- a/app/view/make/language/de-DE/index.json +++ b/app/view/make/language/de-DE/index.json @@ -62,6 +62,7 @@ "btedPeople": "Leute, die es verstärkt haben", "useOtherAcct1": "Anderes Konto verwenden", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Antworten", "bt": "Verstärkung", "favRegist": "Favoriten", From f654620816cf3f317ee3e569f4485c81c687f086 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:28 +0900 Subject: [PATCH 25/33] New translations index.json (French) --- app/view/make/language/fr-FR/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/fr-FR/index.json b/app/view/make/language/fr-FR/index.json index 4307103c..5aea6c20 100644 --- a/app/view/make/language/fr-FR/index.json +++ b/app/view/make/language/fr-FR/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From c7e9b6769839cb35b68dc2916687e5b5d1b9bf15 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:29 +0900 Subject: [PATCH 26/33] New translations index.json (Finnish) --- app/view/make/language/fi-FI/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/fi-FI/index.json b/app/view/make/language/fi-FI/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/fi-FI/index.json +++ b/app/view/make/language/fi-FI/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 05d17f329f9d754390fd9d195850cfd0ecf41480 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:31 +0900 Subject: [PATCH 27/33] New translations index.json (Dutch) --- app/view/make/language/nl-NL/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/nl-NL/index.json b/app/view/make/language/nl-NL/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/nl-NL/index.json +++ b/app/view/make/language/nl-NL/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 0ab6ea2e26206a72856cb80caa83a2db6a49b334 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:33 +0900 Subject: [PATCH 28/33] New translations index.json (Danish) --- app/view/make/language/da-DK/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/da-DK/index.json b/app/view/make/language/da-DK/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/da-DK/index.json +++ b/app/view/make/language/da-DK/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From f3ba3706bacfebc827e096326680e4c68071d4f4 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:34 +0900 Subject: [PATCH 29/33] New translations index.json (Czech) --- app/view/make/language/cs-CZ/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/cs-CZ/index.json b/app/view/make/language/cs-CZ/index.json index 87a3d991..4e6d1e31 100644 --- a/app/view/make/language/cs-CZ/index.json +++ b/app/view/make/language/cs-CZ/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Použít jiný účet", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Odpovědět", "bt": "Boostnout", "favRegist": "Oblíbit", From 15ae6d91d962105e10e0721f0c0cb154a3ff2eeb Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:36 +0900 Subject: [PATCH 30/33] New translations index.json (Chinese Traditional) --- app/view/make/language/zh-TW/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/zh-TW/index.json b/app/view/make/language/zh-TW/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/zh-TW/index.json +++ b/app/view/make/language/zh-TW/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From a2a6c49ae07f394281dd2620ddf5048285f0c7fc Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:37 +0900 Subject: [PATCH 31/33] New translations index.json (Chinese Simplified) --- app/view/make/language/zh-CN/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/zh-CN/index.json b/app/view/make/language/zh-CN/index.json index a37a9e9c..656da0dc 100644 --- a/app/view/make/language/zh-CN/index.json +++ b/app/view/make/language/zh-CN/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From 531e526d33dc7e6c01e42199a7975e141107006b Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:38 +0900 Subject: [PATCH 32/33] New translations index.json (Catalan) --- app/view/make/language/ca-ES/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/ca-ES/index.json b/app/view/make/language/ca-ES/index.json index 0a617540..4b0673b4 100644 --- a/app/view/make/language/ca-ES/index.json +++ b/app/view/make/language/ca-ES/index.json @@ -62,6 +62,7 @@ "btedPeople": "People who boosted it", "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", + "btWithVis": "Boost with visibility", "reply": "Reply", "bt": "Boost", "favRegist": "Favourite", From e311d82b0a59b7166101e7a0aaf62625575e4d1c Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:25:40 +0900 Subject: [PATCH 33/33] New translations index.json (Bulgarian) --- app/view/make/language/bg-BG/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/make/language/bg-BG/index.json b/app/view/make/language/bg-BG/index.json index 2f52893c..8bbfc935 100644 --- a/app/view/make/language/bg-BG/index.json +++ b/app/view/make/language/bg-BG/index.json @@ -62,6 +62,7 @@ "btedPeople": "Хората, които го подсилиха", "useOtherAcct1": "Използване на друг профил", "useOtherAcct2": ":unfav и unBT са деактивирани.", + "btWithVis": "Boost with visibility", "reply": "Отговор", "bt": "Подсилване", "favRegist": "Любими",