From d0734ed5fe8c33dafad7c76e3edbbdbf168320ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 20:16:32 +0000 Subject: [PATCH 1/6] Bump jquery from 3.4.1 to 3.5.0 in /app Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package.json b/app/package.json index e2868329..1f966838 100644 --- a/app/package.json +++ b/app/package.json @@ -56,7 +56,7 @@ "custom-electron-titlebar": "^3.2.2-hotfix62", "electron-dl": "^3.0.0", "jimp": "^0.10.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "jquery-ui-dist": "^1.12.1", "json5": "^2.1.3", "lodash": "^4.17.15", diff --git a/app/yarn.lock b/app/yarn.lock index b32fd52f..2124b388 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1726,10 +1726,10 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -itunes-nowplaying-mac@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/itunes-nowplaying-mac/-/itunes-nowplaying-mac-0.3.1.tgz#3f5ee853aef843e66c20ae10b9439303bc1a4986" - integrity sha512-kZ/ef1rMzl/CMc1RBh3z99wqijxQgz5Vn1gLCrE1OqRwj9bq2vbgeIqWjJC8iDWZHRolizdTPfKMAbp8yKYFTQ== +"itunes-nowplaying-mac@git://github.com/cutls/itunes-nowplaying-mac": + version "0.2.3" + uid "86e64e528ef4b2afa8f5b4d008d11b967b113758" + resolved "git://github.com/cutls/itunes-nowplaying-mac#86e64e528ef4b2afa8f5b4d008d11b967b113758" jimp@^0.10.1: version "0.10.1" @@ -1753,10 +1753,10 @@ jquery-ui-dist@^1.12.1: resolved "https://registry.yarnpkg.com/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz#5c0815d3cc6f90ff5faaf5b268a6e23b4ca904fa" integrity sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo= -jquery@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" - integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-yaml@^3.13.1: version "3.13.1" From 4a704bc25759547442e771d449cc5797eb8fd1fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 20:16:52 +0000 Subject: [PATCH 2/6] Bump sweetalert2 from 9.10.9 to 9.10.12 in /app Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 9.10.9 to 9.10.12. - [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/v9.10.9...v9.10.12) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package.json b/app/package.json index e2868329..0c194ea8 100644 --- a/app/package.json +++ b/app/package.json @@ -62,7 +62,7 @@ "lodash": "^4.17.15", "materialize-css": "git://github.com/cutls/materialize#v1-dev", "sumchecker": "^3.0.1", - "sweetalert2": "^9.10.9", + "sweetalert2": "^9.10.12", "system-font-families": "^0.4.1", "vue": "^2.6.11" }, diff --git a/app/yarn.lock b/app/yarn.lock index b32fd52f..7868aecb 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1726,10 +1726,10 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -itunes-nowplaying-mac@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/itunes-nowplaying-mac/-/itunes-nowplaying-mac-0.3.1.tgz#3f5ee853aef843e66c20ae10b9439303bc1a4986" - integrity sha512-kZ/ef1rMzl/CMc1RBh3z99wqijxQgz5Vn1gLCrE1OqRwj9bq2vbgeIqWjJC8iDWZHRolizdTPfKMAbp8yKYFTQ== +"itunes-nowplaying-mac@git://github.com/cutls/itunes-nowplaying-mac": + version "0.2.3" + uid "86e64e528ef4b2afa8f5b4d008d11b967b113758" + resolved "git://github.com/cutls/itunes-nowplaying-mac#86e64e528ef4b2afa8f5b4d008d11b967b113758" jimp@^0.10.1: version "0.10.1" @@ -2803,10 +2803,10 @@ supports-color@^7.1.0: dependencies: has-flag "^4.0.0" -sweetalert2@^9.10.9: - version "9.10.9" - resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-9.10.9.tgz#a727178ea89a0976d3d1bf6ee9ea94d25cef59d1" - integrity sha512-EvCwcS9omZHhxp8XXiWwPMGq2ywGcU0VXeBr3DCibUMmfRkh8f8SxBWFSKMtw57HnK0tKYDhyhQV/vFERtRciQ== +sweetalert2@^9.10.12: + version "9.10.12" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-9.10.12.tgz#e3752fcbe13e7d23d0f85ee84b3c5fdc923da552" + integrity sha512-RnarmbDGTPmwecJbaVdq5LvlzbVReIOtPk0huPnXOE19G00xMxGcTY0wjt9AjwsexUnLivLXc3b6nD6+D6NlGg== system-font-families@^0.4.1: version "0.4.1" From 34c189b3edb00f06413931cd28e031a79a237d66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:14:21 +0000 Subject: [PATCH 3/6] Bump electron-builder from 22.4.1 to 22.5.1 in /app Bumps [electron-builder](https://github.com/electron-userland/electron-builder) from 22.4.1 to 22.5.1. - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v22.5.1) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 192 +++++++++++++++++++++++++++++------------------ 2 files changed, 118 insertions(+), 76 deletions(-) diff --git a/app/package.json b/app/package.json index e2868329..387021c8 100644 --- a/app/package.json +++ b/app/package.json @@ -72,7 +72,7 @@ "devDependencies": { "chokidar": "^3.3.1", "electron": "^8.0.0", - "electron-builder": "^22.4.1", + "electron-builder": "^22.5.1", "electron-rebuild": "^1.10.1", "readline-sync": "1.4.10" }, diff --git a/app/yarn.lock b/app/yarn.lock index b32fd52f..6cb43a02 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -14,13 +14,13 @@ dependencies: regenerator-runtime "^0.13.2" -"@develar/schema-utils@~2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.1.0.tgz#eceb1695bfbed6f6bb84666d5d3abe5e1fd54e17" - integrity sha512-qjCqB4ctMig9Gz5bd6lkdFr3bO6arOdQqptdBSpF1ZpCnjofieCciEzkoS9ujY9cMGyllYSCSmBJ3x9OKHXzoA== +"@develar/schema-utils@~2.6.5": + version "2.6.5" + resolved "https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz#3ece22c5838402419a6e0425f85742b961d9b6c6" + integrity sha512-0cp4PsWQ/9avqTVMCtZ+GirikIA36ikvjtHweU4/j8yLtgObI0+JUPhYFScgwlteveGB1rt3Cm8UhN04XayDig== dependencies: - ajv "^6.1.0" - ajv-keywords "^3.1.0" + ajv "^6.12.0" + ajv-keywords "^3.4.1" "@electron/get@^1.0.1": version "1.7.0" @@ -418,12 +418,22 @@ abbrev@1: resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== -ajv-keywords@^3.1.0: +ajv-keywords@^3.4.1: version "3.4.1" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== -ajv@^6.1.0, ajv@^6.5.5: +ajv@^6.12.0: + version "6.12.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.0.tgz#06d60b96d87b8454a5adaba86e7854da629db4b7" + integrity sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +ajv@^6.5.5: version "6.10.2" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== @@ -488,35 +498,35 @@ anymatch@~3.1.1: normalize-path "^3.0.0" picomatch "^2.0.4" -app-builder-bin@3.5.5: - version "3.5.5" - resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-3.5.5.tgz#c83200dccd8df5ccb2a5adcd41b2a76bacfb531a" - integrity sha512-ZcHzJ9Xl+azPqdKzXZKdRZmkNmbxHHZyl4cbobNf8qMQpoPChpcov8riVrZSbu/0cT/JqJ8LOwJjy1OAwbChaQ== +app-builder-bin@3.5.6: + version "3.5.6" + resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-3.5.6.tgz#61debd4531f60b07bd20296e7e0297b4a1f5f3b9" + integrity sha512-gY9ABoV5jh67IrPEwF81R8l9LwE3RqHUyU3rIKitwqMpKhplN5OZC6WEHOXO3XhwiLCIlr9LLI6OPhr3bmtQIg== -app-builder-lib@22.4.1, app-builder-lib@~22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-22.4.1.tgz#9d73b2834e434fb65fc9571ae3fed3c1470b6915" - integrity sha512-epwUzIM+2pcdy/If9koTP74CKx4v7xGPj75a2Z5cM4rrGN9yVZ3eDUBbfF0e0qE4Qmcv5pd0BAZJ26bGm8NWsQ== +app-builder-lib@22.5.1: + version "22.5.1" + resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-22.5.1.tgz#d1c53f6c3627029c850c46405dc40108d92b7619" + integrity sha512-VtB/PD8actR1317D/0uGzuJIYbpw4pRrfMB6IyTLwGynUd3ihqiCFjejVWHjCwopgCct2kE0MvLwo8P49xHIeQ== dependencies: "7zip-bin" "~5.0.3" - "@develar/schema-utils" "~2.1.0" + "@develar/schema-utils" "~2.6.5" async-exit-hook "^2.0.1" bluebird-lst "^1.0.9" - builder-util "22.4.1" - builder-util-runtime "8.6.2" + builder-util "22.5.1" + builder-util-runtime "8.7.0" chromium-pickle-js "^0.2.0" debug "^4.1.1" - ejs "^3.0.1" - electron-publish "22.4.1" - fs-extra "^8.1.0" + ejs "^3.0.2" + electron-publish "22.5.1" + fs-extra "^9.0.0" hosted-git-info "^3.0.4" is-ci "^2.0.0" - isbinaryfile "^4.0.4" + isbinaryfile "^4.0.5" js-yaml "^3.13.1" lazy-val "^1.0.4" minimatch "^3.0.4" normalize-package-data "^2.5.0" - read-config-file "5.0.2" + read-config-file "6.0.0" sanitize-filename "^1.6.3" semver "^7.1.3" temp-file "^3.3.7" @@ -563,6 +573,11 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= +at-least-node@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== + aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" @@ -681,28 +696,28 @@ buffer@^5.2.0: base64-js "^1.0.2" ieee754 "^1.1.4" -builder-util-runtime@8.6.2: - version "8.6.2" - resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.6.2.tgz#8270e15b012d8d3b110f3e327b0fd8b0e07b1686" - integrity sha512-9QnIBISfhgQ2BxtRLidVqf/v5HD73vSKZDllpUmGd2L6VORGQk7cZAPmPtw4HQM3gPBelyVJ5yIjMNZ8xjmd1A== +builder-util-runtime@8.7.0: + version "8.7.0" + resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.7.0.tgz#e48ad004835c8284662e8eaf47a53468c66e8e8d" + integrity sha512-G1AqqVM2vYTrSFR982c1NNzwXKrGLQjVjaZaWQdn4O6Z3YKjdMDofw88aD9jpyK9ZXkrCxR0tI3Qe9wNbyTlXg== dependencies: debug "^4.1.1" sax "^1.2.4" -builder-util@22.4.1, builder-util@~22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-22.4.1.tgz#49cce9f06a62cdccda66d5efa82077040fa1f462" - integrity sha512-+ysLc7cC4w6P7rBxmZ5X2aU3QvcwFoWCl1us+mcUKdsGmJAtFUMPJqueeptdxjyPrPShIUOKHzA8uk5A3d1fHg== +builder-util@22.5.1: + version "22.5.1" + resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-22.5.1.tgz#ad9a9178cf3561563ad1e36091413c194915c409" + integrity sha512-CelDTP3+fvDfZfbwy3PXif7mudPaWankJ8vrRg/NtCGvL+hXnwycnJZr46d5EQL7AgQcpJ27o9LTdfu61cxTFw== dependencies: "7zip-bin" "~5.0.3" "@types/debug" "^4.1.5" "@types/fs-extra" "^8.1.0" - app-builder-bin "3.5.5" + app-builder-bin "3.5.6" bluebird-lst "^1.0.9" - builder-util-runtime "8.6.2" + builder-util-runtime "8.7.0" chalk "^3.0.0" debug "^4.1.1" - fs-extra "^8.1.0" + fs-extra "^9.0.0" is-ci "^2.0.0" js-yaml "^3.13.1" source-map-support "^0.5.16" @@ -1009,15 +1024,14 @@ detect-node@^2.0.4: resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== -dmg-builder@22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-22.4.1.tgz#ab80d3d6e4ed8a1d38beddbfe97c8f7a794dd932" - integrity sha512-hEemh7n0zoVt7zPPwvn7iOttP03oENjJ4ApttPmt8oDnX8T4q42MjGWyDlLkPMplMJfoTxkkNqmm296f0OYM8Q== +dmg-builder@22.5.1: + version "22.5.1" + resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-22.5.1.tgz#bee832bf1c4b050a15afb47a6b9ee500efca4c1c" + integrity sha512-AwIiyGwgqhA8Ty/YnEU20aSzfrWZns6suOBTqddD+rLDI4jEASKGQadfvcXRSWgaK/VQW0GrhheXrhJpzZzt3g== dependencies: - app-builder-lib "~22.4.1" - bluebird-lst "^1.0.9" - builder-util "~22.4.1" - fs-extra "^8.1.0" + app-builder-lib "22.5.1" + builder-util "22.5.1" + fs-extra "^9.0.0" iconv-lite "^0.5.1" js-yaml "^3.13.1" sanitize-filename "^1.6.3" @@ -1057,30 +1071,30 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" -ejs@^3.0.1: +ejs@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.0.2.tgz#745b01cdcfe38c1c6a2da3bbb2d9957060a31226" integrity sha512-IncmUpn1yN84hy2shb0POJ80FWrfGNY0cxO9f4v+/sG7qcBvAtVWUA1IdzY/8EYUmOVhoKJVdJjNd3AZcnxOjA== -electron-builder@^22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-22.4.1.tgz#7a7a2cbd9955c90cecc36de32ecba7f565265bab" - integrity sha512-13CjZcGeJS+c3EKRwFT/Oty5Niif5g1FwDioBLEbjkPCPQgxdtDsr+rJtCu9qxkiKDYpAoPS+t/clNk0efONvQ== +electron-builder@^22.5.1: + version "22.5.1" + resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-22.5.1.tgz#31bd321b61107148b11cf0347b52e240c654fef2" + integrity sha512-7gnHN8Ml5zecDerN8/ljAwUKtE+hhGLuT/X2/zO0FJM2q2hlLx/6ZgzESFILKqnPQFEBRxQ8SL1OxjdIY0HIrw== dependencies: "@types/yargs" "^15.0.4" - app-builder-lib "22.4.1" + app-builder-lib "22.5.1" bluebird-lst "^1.0.9" - builder-util "22.4.1" - builder-util-runtime "8.6.2" + builder-util "22.5.1" + builder-util-runtime "8.7.0" chalk "^3.0.0" - dmg-builder "22.4.1" - fs-extra "^8.1.0" + dmg-builder "22.5.1" + fs-extra "^9.0.0" is-ci "^2.0.0" lazy-val "^1.0.4" - read-config-file "5.0.2" + read-config-file "6.0.0" sanitize-filename "^1.6.3" update-notifier "^4.1.0" - yargs "^15.1.0" + yargs "^15.3.1" electron-dl@^3.0.0: version "3.0.0" @@ -1091,17 +1105,17 @@ electron-dl@^3.0.0: pupa "^2.0.1" unused-filename "^2.1.0" -electron-publish@22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-22.4.1.tgz#a7fcf166786f7d5957f19a70ee8389f219769ba5" - integrity sha512-nwKNum3KXm+01rtWX2pc1jhazdzDy2zYnQx+zmXphZchjd6UOMX3ZN0xyZUCKugw5ZliflT6LkgbrcBXBtYD3A== +electron-publish@22.5.1: + version "22.5.1" + resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-22.5.1.tgz#04b3c90961226e687a588e743011b4b72cc6be56" + integrity sha512-g5bwLAHZT6A++yU1+Et+fncnFAdXXgkRao9rzTFAvhQ0QJBsmLiyOd0Ta2RI/EQcVoy6jyHtxFs7CWIXE5aZOA== dependencies: "@types/fs-extra" "^8.1.0" bluebird-lst "^1.0.9" - builder-util "~22.4.1" - builder-util-runtime "8.6.2" + builder-util "22.5.1" + builder-util-runtime "8.7.0" chalk "^3.0.0" - fs-extra "^8.1.0" + fs-extra "^9.0.0" lazy-val "^1.0.4" mime "^2.4.4" @@ -1256,6 +1270,11 @@ fast-deep-equal@^2.0.1: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= +fast-deep-equal@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" + integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== + fast-json-stable-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" @@ -1325,6 +1344,16 @@ fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3" + integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^1.0.0" + fs-minipass@^1.2.5: version "1.2.7" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" @@ -1711,7 +1740,7 @@ isarray@~1.0.0: resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= -isbinaryfile@^4.0.4: +isbinaryfile@^4.0.5: version "4.0.6" resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.6.tgz#edcb62b224e2b4710830b67498c8e4e5a4d2610b" integrity sha512-ORrEy+SNVqUhrCaal4hA4fBzhggQQ+BaLntyPOdoEiwlKZW9BZiJXjg3RMiruE4tPEI3pyVPpySHQF/dKWperg== @@ -1726,10 +1755,10 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -itunes-nowplaying-mac@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/itunes-nowplaying-mac/-/itunes-nowplaying-mac-0.3.1.tgz#3f5ee853aef843e66c20ae10b9439303bc1a4986" - integrity sha512-kZ/ef1rMzl/CMc1RBh3z99wqijxQgz5Vn1gLCrE1OqRwj9bq2vbgeIqWjJC8iDWZHRolizdTPfKMAbp8yKYFTQ== +"itunes-nowplaying-mac@git://github.com/cutls/itunes-nowplaying-mac": + version "0.2.3" + uid "86e64e528ef4b2afa8f5b4d008d11b967b113758" + resolved "git://github.com/cutls/itunes-nowplaying-mac#86e64e528ef4b2afa8f5b4d008d11b967b113758" jimp@^0.10.1: version "0.10.1" @@ -1791,7 +1820,7 @@ json-stringify-safe@^5.0.1, 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.1, json5@^2.1.3: +json5@^2.1.2, json5@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -1805,6 +1834,15 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" +jsonfile@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179" + integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + dependencies: + universalify "^1.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + jsprim@^1.2.2: version "1.4.1" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" @@ -2368,16 +2406,15 @@ rc@^1.2.8: minimist "^1.2.0" strip-json-comments "~2.0.1" -read-config-file@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-5.0.2.tgz#55e005e5a447a9ce5806358d7b22cb7cefb6436d" - integrity sha512-tVt1lsiSjs+FtL/vtfCivqtKR1UNk3BB3uPJQvJqkgtAYDvZjo0xyXFYSVmzaTcO+Jdi5G7O2K2vDV+p1M/oug== +read-config-file@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-6.0.0.tgz#224b5dca6a5bdc1fb19e63f89f342680efdb9299" + integrity sha512-PHjROSdpceKUmqS06wqwP92VrM46PZSTubmNIMJ5DrMwg1OgenSTSEHIkCa6TiOJ+y/J0xnG1fFwG3M+Oi1aNA== dependencies: dotenv "^8.2.0" dotenv-expand "^5.1.0" - fs-extra "^8.1.0" js-yaml "^3.13.1" - json5 "^2.1.1" + json5 "^2.1.2" lazy-val "^1.0.4" readable-stream@^2.0.6, readable-stream@^2.2.2: @@ -2934,6 +2971,11 @@ universalify@^0.1.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== +universalify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" + integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + unused-filename@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/unused-filename/-/unused-filename-2.1.0.tgz#33719c4e8d9644f32d2dec1bc8525c6aaeb4ba51" @@ -3175,7 +3217,7 @@ yargs@^14.2.0: y18n "^4.0.0" yargs-parser "^15.0.0" -yargs@^15.1.0: +yargs@^15.3.1: version "15.3.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b" integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA== From f6f53f97290b8bb50a06ecc6bf174fd613fd9ffe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 21:05:16 +0000 Subject: [PATCH 4/6] Bump jimp from 0.10.1 to 0.10.3 in /app Bumps [jimp](https://github.com/oliver-moran/jimp) from 0.10.1 to 0.10.3. - [Release notes](https://github.com/oliver-moran/jimp/releases) - [Changelog](https://github.com/oliver-moran/jimp/blob/master/CHANGELOG.md) - [Commits](https://github.com/oliver-moran/jimp/compare/v0.10.1...v0.10.3) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 376 +++++++++++++++++++++++------------------------ 2 files changed, 189 insertions(+), 189 deletions(-) diff --git a/app/package.json b/app/package.json index dd5664fb..27724be4 100644 --- a/app/package.json +++ b/app/package.json @@ -55,7 +55,7 @@ "@fortawesome/fontawesome-free": "^5.13.0", "custom-electron-titlebar": "^3.2.2-hotfix62", "electron-dl": "^3.0.0", - "jimp": "^0.10.1", + "jimp": "^0.10.3", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", "json5": "^2.1.3", diff --git a/app/yarn.lock b/app/yarn.lock index b32fd52f..0a92b204 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -42,23 +42,23 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz#fcb113d1aca4b471b709e8c9c168674fbd6e06d9" integrity sha512-xKOeQEl5O47GPZYIMToj6uuA2syyFlq9EMSl2ui0uytjY9xbe8XS0pexNWmxrdcCyNGyDmLyYw5FtKsalBUeOg== -"@jimp/bmp@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.10.1.tgz#e42889f98b1a1ed1fedd1d5cbeaec6ce6a618a56" - integrity sha512-gy4ftMCgBZOx1e/Q+MaJlmU4qgqVqwGdf7G6byYTLEMUzzGK2Ipxf3nlXfkMOZqw7Bhc17zDnBIKluo7k0kX5Q== +"@jimp/bmp@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.10.3.tgz#79a23678e8389865c62e77b0dccc3e069dfc27f0" + integrity sha512-keMOc5woiDmONXsB/6aXLR4Z5Q+v8lFq3EY2rcj2FmstbDMhRuGbmcBxlEgOqfRjwvtf/wOtJ3Of37oAWtVfLg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" bmp-js "^0.1.0" core-js "^3.4.1" -"@jimp/core@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.10.1.tgz#9c7cee4a1a151786a53d6c5defb141f640396cf9" - integrity sha512-ChyLkGb1+x2mRpsdcnQuRNb523qVqUc7+zCbuO/VAMaqvbMKuRalVz3aHXcVwNi8vOAOgce4LOBT7kjdKTtR/w== +"@jimp/core@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.10.3.tgz#4095f3bef43837c85d8f8373b912bc431cfe6d1f" + integrity sha512-Gd5IpL3U2bFIO57Fh/OA3HCpWm4uW/pU01E75rI03BXfTdz3T+J7TwvyG1XaqsQ7/DSlS99GXtLQPlfFIe28UA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" any-base "^1.1.0" buffer "^5.2.0" core-js "^3.4.1" @@ -70,293 +70,293 @@ pixelmatch "^4.0.2" tinycolor2 "^1.4.1" -"@jimp/custom@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.10.1.tgz#1147f895272351adc3fd8192b73a2d4ccf563535" - integrity sha512-hiiOL5sGcV1p8hCFTabALUOmXs4VP9VwhfBZtsFueKGbwWz6dmaZvkMBsk3Mz1ukBP3xb09goWG+zAIdTm88fw== +"@jimp/custom@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.10.3.tgz#eb6201b2e8fdd83afc3d8b514538e5faa1d30980" + integrity sha512-nZmSI+jwTi5IRyNLbKSXQovoeqsw+D0Jn0SxW08wYQvdkiWA8bTlDQFgQ7HVwCAKBm8oKkDB/ZEo9qvHJ+1gAQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/core" "^0.10.1" + "@jimp/core" "^0.10.3" core-js "^3.4.1" -"@jimp/gif@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.10.1.tgz#fc238448cd8e367f9d73ed98347b083f0e71a184" - integrity sha512-xJwZ6JI6+GmrgTw///YdV8GY1z2dp4AAxEdm/KPozTvS2rygC8OZJcTmlswFws0UCH43rKzJlQUXa4Jb3ybB6w== +"@jimp/gif@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.10.3.tgz#7661280fd2b9cb70175b20e80f4e2b3e3ecf614e" + integrity sha512-vjlRodSfz1CrUvvrnUuD/DsLK1GHB/yDZXHthVdZu23zYJIW7/WrIiD1IgQ5wOMV7NocfrvPn2iqUfBP81/WWA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" omggif "^1.0.9" -"@jimp/jpeg@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.10.1.tgz#93708ce2981772dd510670b78eacf703bb66a9f4" - integrity sha512-PXxrBWZNNGpm7PRpdi2jt9fpTpQwe2Gf4juwuHXP/dBFHLk3wiI/npKkVITplwzzoQ6D4N0cb279c9bOpuQeJQ== +"@jimp/jpeg@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.10.3.tgz#56f66874f204826291747ae12ff9eb337ab5cb8d" + integrity sha512-AAANwgUZOt6f6P7LZxY9lyJ9xclqutYJlsxt3JbriXUGJgrrFAIkcKcqv1nObgmQASSAQKYaMV9KdHjMlWFKlQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" jpeg-js "^0.3.4" -"@jimp/plugin-blit@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.10.1.tgz#fcd2d031294faf6f932e96f151df4c82e2b90f89" - integrity sha512-53647EfRvPQJKQCMBc5AJGSZHyl6eueaOQq7PrfxEEq9Q3IjVcikAWYrZ4bHSZY7J12IIuz/5bSLJJZfegNQtA== +"@jimp/plugin-blit@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.10.3.tgz#095bafbb2d82c300159334a49a094f0b7d362ae6" + integrity sha512-5zlKlCfx4JWw9qUVC7GI4DzXyxDWyFvgZLaoGFoT00mlXlN75SarlDwc9iZ/2e2kp4bJWxz3cGgG4G/WXrbg3Q== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-blur@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.10.1.tgz#2f9f6e494183a4044cffb1883bbdff42aee914ea" - integrity sha512-0PzdzPGuv8RlhiMbLcM0tIekkHhuaPTY+frEWmO8BuCeqW9Tg9W4RxdwZtMqIVRG+kZBgyltYee31Q4JWlu9Hg== +"@jimp/plugin-blur@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.10.3.tgz#1bb91f730fda02b3c99d913e0191111327654766" + integrity sha512-cTOK3rjh1Yjh23jSfA6EHCHjsPJDEGLC8K2y9gM7dnTUK1y9NNmkFS23uHpyjgsWFIoH9oRh2SpEs3INjCpZhQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-circle@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.10.1.tgz#73184655fa0de586efbbda9675b3233fcd621a0a" - integrity sha512-sqiiEddN81N9xHZbPVjaJlbpQabaCeNGLW/x+0BfuNxnMPq7OkOx8IRpqIDYiGuuPhiR5hWxmmpws8ZAhjwsVw== +"@jimp/plugin-circle@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.10.3.tgz#c5a6ec275cf1e86b1356824637910a299c9fd662" + integrity sha512-51GAPIVelqAcfuUpaM5JWJ0iWl4vEjNXB7p4P7SX5udugK5bxXUjO6KA2qgWmdpHuCKtoNgkzWU9fNSuYp7tCA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-color@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.10.1.tgz#1b80654cbf4cd0bf6663b5ca94aa7317b8827e3d" - integrity sha512-SmW2+hFtNmQ33WYVsgKvreS8peCc5qItAvqGR58lKNoIMEZSNpyGwIu9g83HtDIImGsXpz3DWGMR1h8sLYCFcQ== +"@jimp/plugin-color@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.10.3.tgz#810c0f7cb4ceb21da1aecfbdb6ae09f00c1c0bfa" + integrity sha512-RgeHUElmlTH7vpI4WyQrz6u59spiKfVQbsG/XUzfWGamFSixa24ZDwX/yV/Ts+eNaz7pZeIuv533qmKPvw2ujg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" tinycolor2 "^1.4.1" -"@jimp/plugin-contain@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.10.1.tgz#ca998fff6622e64f9ff9a5e6e5685fa3730fc8d1" - integrity sha512-1PkmUPd5iAicAI7QjO9r1Mp/Ia7ElJPwXTCNLsQkDxYS/L4u7vQ0xCkQkokAeR49Ul3GTWLqj9paWr7VSBG9Fg== +"@jimp/plugin-contain@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.10.3.tgz#cf62126a60260359061be456b2193818c5eb1df5" + integrity sha512-bYJKW9dqzcB0Ihc6u7jSyKa3juStzbLs2LFr6fu8TzA2WkMS/R8h+ddkiO36+F9ILTWHP0CIA3HFe5OdOGcigw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-cover@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.10.1.tgz#12de082cec1de678623880ac3f82bcf89efea7cd" - integrity sha512-fCiz+ugrRwffNixUHFxtRKhTYm8sFAoYbNNzV0WdiG8dS0qhoYjbOJPtLcIw9CyJbMZ5eXjGOTxhTAGzBng9DA== +"@jimp/plugin-cover@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.10.3.tgz#7cdf56ce878c24adc35c583735015118c6de38b4" + integrity sha512-pOxu0cM0BRPzdV468n4dMocJXoMbTnARDY/EpC3ZW15SpMuc/dr1KhWQHgoQX5kVW1Wt8zgqREAJJCQ5KuPKDA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-crop@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.10.1.tgz#40f20d8adcf83a7dd49ce40468afe82df72e16c4" - integrity sha512-KjW+RuuNcsIvvNF1ejbBjcDNus/fLz69LGAU2gwhFzw7A0iOUEJJgTWzkGBLZ/YvUaWMDtPnznF3X3oYHeOj6A== +"@jimp/plugin-crop@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.10.3.tgz#03785181f62ddae9558ae73206f8d6217d7fa703" + integrity sha512-nB7HgOjjl9PgdHr076xZ3Sr6qHYzeBYBs9qvs3tfEEUeYMNnvzgCCGtUl6eMakazZFCMk3mhKmcB9zQuHFOvkg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-displace@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.10.1.tgz#fcf683adc4b4bfdd27c77045fc2abeff6521669a" - integrity sha512-NUJcjMRb6iR9rwJSC7t8LMJgRs5Z0mzflYBymvttkjlcIoB4RPIOu3gWn5iT5IepB50YTy9zJuCaofMYn4DnaA== +"@jimp/plugin-displace@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.10.3.tgz#cb5b225e6cf3cf44062b08cd2cf2115b3150d8c3" + integrity sha512-8t3fVKCH5IVqI4lewe4lFFjpxxr69SQCz5/tlpDLQZsrNScNJivHdQ09zljTrVTCSgeCqQJIKgH2Q7Sk/pAZ0w== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-dither@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.10.1.tgz#c75650274b82c0b140f7b9db26167169729742a2" - integrity sha512-V/PCL44R16w5EDCgMvFXBaWFQ0f3LLDD3CQxJFOw6awswkP60m13nUUtWHm7QB54Gghhgk8JEOD/mZo6JsnaBg== +"@jimp/plugin-dither@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.10.3.tgz#c5c1cbbf157a771ba72b947dd9921a7bff3cf41a" + integrity sha512-JCX/oNSnEg1kGQ8ffZ66bEgQOLCY3Rn+lrd6v1jjLy/mn9YVZTMsxLtGCXpiCDC2wG/KTmi4862ysmP9do9dAQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-fisheye@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.10.1.tgz#f482d913d00ef4149e7d4fcce517dd9acc564846" - integrity sha512-GgIAY6ryL+2RwRb6j+APo972f8VjftolnvjVM1ilxO4pdfJf7gdg3Bp4igka9fgW94BBgdJlCPUeWIVap3AYaA== +"@jimp/plugin-fisheye@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.10.3.tgz#dee46d704df5c681556dc9ea9e87e8c77ac4fdda" + integrity sha512-RRZb1wqe+xdocGcFtj2xHU7sF7xmEZmIa6BmrfSchjyA2b32TGPWKnP3qyj7p6LWEsXn+19hRYbjfyzyebPElQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-flip@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.10.1.tgz#e311365b859168b0bef338566868bab9d2ae397d" - integrity sha512-CkSwULwmVYOo6ZY/QnR0/mrfMaf/3g+sDo7osAHaf0GvuoIw76NSh6LwaANAsLZ9erknZ67XuqCjZWoMwNrbaw== +"@jimp/plugin-flip@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.10.3.tgz#12f894f85b283ad4f43b492e0755f8ec9459bc60" + integrity sha512-0epbi8XEzp0wmSjoW9IB0iMu0yNF17aZOxLdURCN3Zr+8nWPs5VNIMqSVa1Y62GSyiMDpVpKF/ITiXre+EqrPg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-gaussian@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.10.1.tgz#9c409d7f455397d26acd953c5f03368018d0c38f" - integrity sha512-RnmIWUr9RB1RrgqXG2H7C3dyncak/D2CPoP2DehAgxxHprDdxm9HoFjhGQ9eh+Ygr0nXE7t2+fDE12U3VW3ApA== +"@jimp/plugin-gaussian@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.10.3.tgz#279222fc5d3aec24fab6162df2a1190309c71874" + integrity sha512-25eHlFbHUDnMMGpgRBBeQ2AMI4wsqCg46sue0KklI+c2BaZ+dGXmJA5uT8RTOrt64/K9Wz5E+2n7eBnny4dfpQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-invert@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.10.1.tgz#cf5e711c1cd864bb4fc46bd00a8b2a40d5058a61" - integrity sha512-PpTUbnjsAkw0nZnbZWrKdsEW46MARhzzabBXy/XCjvutG3jzoO8EL19VeEtcrxBml9duJbaOzdzYmbFkQsNINQ== +"@jimp/plugin-invert@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.10.3.tgz#6b7beacbe507fa03eec87b1d6343feba80e342eb" + integrity sha512-effYSApWY/FbtlzqsKXlTLkgloKUiHBKjkQnqh5RL4oQxh/33j6aX+HFdDyQKtsXb8CMd4xd7wyiD2YYabTa0g== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-mask@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.10.1.tgz#4ed7ade8b37eca9493977703c26ad64e748460ad" - integrity sha512-Fm75MSucSGI19n9beXGVPSR98flXpzJLyOfSj0+zefXafrO+kmYO9eWtzNd3TE6jzyGe5y7mPJPHB0PWXKgw4g== +"@jimp/plugin-mask@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.10.3.tgz#72d994c3bb56c050a4edd6515f74b5b6d92dee69" + integrity sha512-twrg8q8TIhM9Z6Jcu9/5f+OCAPaECb0eKrrbbIajJqJ3bCUlj5zbfgIhiQIzjPJ6KjpnFPSqHQfHkU1Vvk/nVw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-normalize@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.10.1.tgz#fadd955754ea077afb0fb59352c54088a9ca0981" - integrity sha512-mxjRCmUB/yD973pgjAKb3HCYMyh1GvGtdo71+pJn+ChefvTJ0LDB1FknwTVjDtJuy4mBh0TkBqBp4PNAtdBL6w== +"@jimp/plugin-normalize@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.10.3.tgz#f3cbb8a0fcc8e696619d5d46403b0620ee5240d6" + integrity sha512-xkb5eZI/mMlbwKkDN79+1/t/+DBo8bBXZUMsT4gkFgMRKNRZ6NQPxlv1d3QpRzlocsl6UMxrHnhgnXdLAcgrXw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-print@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.10.1.tgz#d39a01b5bf8a3087e102637920672ff45f1e5047" - integrity sha512-eSPTbdES/ISR9nMHV8e449UMs0Dx0eY9OixU7gIYTDnTmnhyYXq9bqIY/IXqVU3fOj330MIpIpi6pavmtJXdLA== +"@jimp/plugin-print@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.10.3.tgz#565d57a3a87dd59b4ede9cba7a6e34f8d01ed1b1" + integrity sha512-wjRiI6yjXsAgMe6kVjizP+RgleUCLkH256dskjoNvJzmzbEfO7xQw9g6M02VET+emnbY0CO83IkrGm2q43VRyg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" load-bmfont "^1.4.0" -"@jimp/plugin-resize@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.10.1.tgz#0a294b8dae1efd96ac53bdcd40f7ab58cc2e4f5e" - integrity sha512-aG42+tRmhAYKvybZteSD7s48dAcYSkipyM+e2aizRa0D0FHNIQlIHribiKfRTiX+ewx/fhHVu0vpFKOg0N2hDw== +"@jimp/plugin-resize@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.10.3.tgz#616fab55a1996a12e9583e7c1fb76815388fc14b" + integrity sha512-rf8YmEB1d7Sg+g4LpqF0Mp+dfXfb6JFJkwlAIWPUOR7lGsPWALavEwTW91c0etEdnp0+JB9AFpy6zqq7Lwkq6w== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-rotate@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.10.1.tgz#4e0315cc582afdde90a4f8b56434046c49da015f" - integrity sha512-R+Qpb3cwKl6L5m9RUkJatY5D5JuPg/uUfFbdFPaBhc5infC46Rsyt0j923eUyXkisechRDmzoTbG3fcc1MjzSA== +"@jimp/plugin-rotate@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.10.3.tgz#cfcbdad664e13c84ce9b008ddbc157e03d7baa31" + integrity sha512-YXLlRjm18fkW9MOHUaVAxWjvgZM851ofOipytz5FyKp4KZWDLk+dZK1JNmVmK7MyVmAzZ5jsgSLhIgj+GgN0Eg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-scale@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.10.1.tgz#e5cf6150867738c5c4fa9e04f125a9d714b21b67" - integrity sha512-MKmW3Rr0sSApglUYFqJ8LgGy9Nm9w2oRgSB2twxA5bp1waM9fdOILcRyEnltwHIIDSoyR0me8XmpuwpyqaqSdA== +"@jimp/plugin-scale@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.10.3.tgz#b593081ff35b0e9e11d5e0a3188c590eaa838434" + integrity sha512-5DXD7x7WVcX1gUgnlFXQa8F+Q3ThRYwJm+aesgrYvDOY+xzRoRSdQvhmdd4JEEue3lyX44DvBSgCIHPtGcEPaw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-shadow@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.10.1.tgz#d564a1ac7552c2423fb4b41c4af78a84b8177032" - integrity sha512-H4JSVimD19vbFiX8SL3Ci5Htsbb3xG8zQrkjf+ui/2MXbeP0FyWlIv3g1Ahil4oE+5Wi4zbq20Dyba2GS4aINw== +"@jimp/plugin-shadow@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.10.3.tgz#a9d54c8081a55152e5cc830cf5c898ab882b519a" + integrity sha512-/nkFXpt2zVcdP4ETdkAUL0fSzyrC5ZFxdcphbYBodqD7fXNqChS/Un1eD4xCXWEpW8cnG9dixZgQgStjywH0Mg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugin-threshold@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.10.1.tgz#4097c91aab749b140f7edc4c7066803a69bf9fb3" - integrity sha512-o2nBEz2tLvfYNMdac9qho5SrjFoBfbJow8PWXMWz14N6zLKIw4DQT+inSbEKxbxlqKseds3zUsOIM+0hLbSDeQ== +"@jimp/plugin-threshold@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.10.3.tgz#8dd289c81de4bfbdb496f9c24496f9ee3b751ab5" + integrity sha512-Dzh0Yq2wXP2SOnxcbbiyA4LJ2luwrdf1MghNIt9H+NX7B+IWw/N8qA2GuSm9n4BPGSLluuhdAWJqHcTiREriVA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" -"@jimp/plugins@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.10.1.tgz#e9a126bbed7058e6351d08454249a7934d4bd69c" - integrity sha512-gpdoh7XITd33ZClObVKYV8ASpZnrwebNuY4C5njeJfLxfyRQ2wSK9TDAb/5OYcyrbMDIqBaKLg9AXHPBphwXtg== +"@jimp/plugins@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.10.3.tgz#e15d7ba3f9e2a6b479efad5c344c8b61e01b7cb2" + integrity sha512-jTT3/7hOScf0EIKiAXmxwayHhryhc1wWuIe3FrchjDjr9wgIGNN2a7XwCgPl3fML17DXK1x8EzDneCdh261bkw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/plugin-blit" "^0.10.1" - "@jimp/plugin-blur" "^0.10.1" - "@jimp/plugin-circle" "^0.10.1" - "@jimp/plugin-color" "^0.10.1" - "@jimp/plugin-contain" "^0.10.1" - "@jimp/plugin-cover" "^0.10.1" - "@jimp/plugin-crop" "^0.10.1" - "@jimp/plugin-displace" "^0.10.1" - "@jimp/plugin-dither" "^0.10.1" - "@jimp/plugin-fisheye" "^0.10.1" - "@jimp/plugin-flip" "^0.10.1" - "@jimp/plugin-gaussian" "^0.10.1" - "@jimp/plugin-invert" "^0.10.1" - "@jimp/plugin-mask" "^0.10.1" - "@jimp/plugin-normalize" "^0.10.1" - "@jimp/plugin-print" "^0.10.1" - "@jimp/plugin-resize" "^0.10.1" - "@jimp/plugin-rotate" "^0.10.1" - "@jimp/plugin-scale" "^0.10.1" - "@jimp/plugin-shadow" "^0.10.1" - "@jimp/plugin-threshold" "^0.10.1" + "@jimp/plugin-blit" "^0.10.3" + "@jimp/plugin-blur" "^0.10.3" + "@jimp/plugin-circle" "^0.10.3" + "@jimp/plugin-color" "^0.10.3" + "@jimp/plugin-contain" "^0.10.3" + "@jimp/plugin-cover" "^0.10.3" + "@jimp/plugin-crop" "^0.10.3" + "@jimp/plugin-displace" "^0.10.3" + "@jimp/plugin-dither" "^0.10.3" + "@jimp/plugin-fisheye" "^0.10.3" + "@jimp/plugin-flip" "^0.10.3" + "@jimp/plugin-gaussian" "^0.10.3" + "@jimp/plugin-invert" "^0.10.3" + "@jimp/plugin-mask" "^0.10.3" + "@jimp/plugin-normalize" "^0.10.3" + "@jimp/plugin-print" "^0.10.3" + "@jimp/plugin-resize" "^0.10.3" + "@jimp/plugin-rotate" "^0.10.3" + "@jimp/plugin-scale" "^0.10.3" + "@jimp/plugin-shadow" "^0.10.3" + "@jimp/plugin-threshold" "^0.10.3" core-js "^3.4.1" timm "^1.6.1" -"@jimp/png@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.10.1.tgz#aff93621b278bca73e46bf951d2e44b1381c5139" - integrity sha512-/2CUaOjbq5GVaXKRGzM4nhhFpnVdWNazsuVZ3Et8sgMxJxep7v6k2hmvL8rr0/A4UPPWzEbFsagz/YBbN9fANw== +"@jimp/png@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.10.3.tgz#5282cad239d02743137d88239e4cb1804ed877dd" + integrity sha512-YKqk/dkl+nGZxSYIDQrqhmaP8tC3IK8H7dFPnnzFVvbhDnyYunqBZZO3SaZUKTichClRw8k/CjBhbc+hifSGWg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.10.1" + "@jimp/utils" "^0.10.3" core-js "^3.4.1" pngjs "^3.3.3" -"@jimp/tiff@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.10.1.tgz#602e5d7c3434094e5e29642659af2f5da0061e12" - integrity sha512-lvCzid4RwCZr/Zz3W4xTD/UKe4xjVdPk2dGGozrW0Puo2TCz5L+ghXYEWxzoj/rm/wOFmQbaYdopv0UQ72HqWw== +"@jimp/tiff@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.10.3.tgz#6d143bbc42b40c9f618686a596311b35f7ff8502" + integrity sha512-7EsJzZ5Y/EtinkBGuwX3Bi4S+zgbKouxjt9c82VJTRJOQgLWsE/RHqcyRCOQBhHAZ9QexYmDz34medfLKdoX0g== dependencies: "@babel/runtime" "^7.7.2" core-js "^3.4.1" utif "^2.0.1" -"@jimp/types@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.10.1.tgz#7cbeff8b189b2d7c49b8f8bdaee4d6c814d8e4ff" - integrity sha512-PaPhpeHE41Yn6myvnHmrb1FNvn+XmF+EpizhP8JR3DmyveUPblrssM8qA5iMe+Q+wG3vJ02LHNgbfFCUYJr3zA== +"@jimp/types@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.10.3.tgz#9122e0a3c70129c7f26c05bbeae5030ed3a6fd5d" + integrity sha512-XGmBakiHZqseSWr/puGN+CHzx0IKBSpsKlmEmsNV96HKDiP6eu8NSnwdGCEq2mmIHe0JNcg1hqg59hpwtQ7Tiw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/bmp" "^0.10.1" - "@jimp/gif" "^0.10.1" - "@jimp/jpeg" "^0.10.1" - "@jimp/png" "^0.10.1" - "@jimp/tiff" "^0.10.1" + "@jimp/bmp" "^0.10.3" + "@jimp/gif" "^0.10.3" + "@jimp/jpeg" "^0.10.3" + "@jimp/png" "^0.10.3" + "@jimp/tiff" "^0.10.3" core-js "^3.4.1" timm "^1.6.1" -"@jimp/utils@^0.10.1": - version "0.10.1" - resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.10.1.tgz#35187bd28268dbb4cfc2b07c71e59f6be0303bf8" - integrity sha512-Q0ZT2FGPQo3lXkUheAsg0dVWo0Ko+vYCVJLEUxQMxmPiDLUquE22iya+tMONPOaRj1GG3cznaSqaEHDNgoyYbw== +"@jimp/utils@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.10.3.tgz#69209dd6c2d6fd956a0beb67a47c26cb6f52f3fe" + integrity sha512-VcSlQhkil4ReYmg1KkN+WqHyYfZ2XfZxDsKAHSfST1GEz/RQHxKZbX+KhFKtKflnL0F4e6DlNQj3vznMNXCR2w== dependencies: "@babel/runtime" "^7.7.2" core-js "^3.4.1" @@ -1726,20 +1726,20 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -itunes-nowplaying-mac@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/itunes-nowplaying-mac/-/itunes-nowplaying-mac-0.3.1.tgz#3f5ee853aef843e66c20ae10b9439303bc1a4986" - integrity sha512-kZ/ef1rMzl/CMc1RBh3z99wqijxQgz5Vn1gLCrE1OqRwj9bq2vbgeIqWjJC8iDWZHRolizdTPfKMAbp8yKYFTQ== +"itunes-nowplaying-mac@git://github.com/cutls/itunes-nowplaying-mac": + version "0.2.3" + uid "86e64e528ef4b2afa8f5b4d008d11b967b113758" + resolved "git://github.com/cutls/itunes-nowplaying-mac#86e64e528ef4b2afa8f5b4d008d11b967b113758" -jimp@^0.10.1: - version "0.10.1" - resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.10.1.tgz#052fbf00fd955ada1bfc0f9c3a16d4980bd3178a" - integrity sha512-dRs9hdUXseS7y214GxZxeLiXNQZUXnjdzv9I5+FVWAnyK0bdIGgjUn5WLuNF4uAKkzIH3cFA24EbviOlBIpRDg== +jimp@^0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.10.3.tgz#285027b49eee3418259a8e1e9a20dd078cf8b7b1" + integrity sha512-meVWmDMtyUG5uYjFkmzu0zBgnCvvxwWNi27c4cg55vWNVC9ES4Lcwb+ogx+uBBQE3Q+dLKjXaLl0JVW+nUNwbQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/custom" "^0.10.1" - "@jimp/plugins" "^0.10.1" - "@jimp/types" "^0.10.1" + "@jimp/custom" "^0.10.3" + "@jimp/plugins" "^0.10.3" + "@jimp/types" "^0.10.3" core-js "^3.4.1" regenerator-runtime "^0.13.3" From 3a2e3c7895583ddce7553fc304db15fa5706c505 Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 27 Apr 2020 17:45:32 +0900 Subject: [PATCH 5/6] New Crowdin translations (#263) * New translations setting.json (Russian) * New translations setting.json (Portuguese) * New translations setting.json (Romanian) * New translations setting.json (Portuguese, Brazilian) * New translations setting.json (Polish) * New translations setting.json (Norwegian) * New translations setting.json (Italian) * New translations setting.json (Serbian (Cyrillic)) * New translations setting.json (Vietnamese) * New translations setting.json (Ukrainian) * New translations setting.json (Turkish) * New translations setting.json (Swedish) * New translations setting.json (Spanish, Argentina) * New translations setting.json (Spanish) * New translations setting.json (Hungarian) * New translations setting.json (Chinese Traditional) * New translations setting.json (Chinese Simplified) * New translations setting.json (Catalan) * New translations setting.json (Bulgarian) * New translations setting.json (Arabic) * New translations setting.json (Afrikaans) * New translations setting.json (Czech) * New translations setting.json (Hebrew) * New translations setting.json (Greek) * New translations setting.json (German) * New translations setting.json (French) * New translations setting.json (Finnish) * New translations setting.json (Dutch) * New translations setting.json (Danish) * New translations setting.json (English) * New translations main.json (Russian) * New translations main.json (Romanian) * New translations main.json (Portuguese, Brazilian) * New translations main.json (Portuguese) * New translations main.json (Serbian (Cyrillic)) * New translations main.json (Polish) * New translations main.json (Norwegian) * New translations main.json (Italian) * New translations main.json (Turkish) * New translations main.json (English) * New translations main.json (Vietnamese) * New translations main.json (Ukrainian) * New translations main.json (Swedish) * New translations main.json (Spanish, Argentina) * New translations main.json (Spanish) * New translations main.json (Catalan) * New translations main.json (Czech) * New translations main.json (Chinese Traditional) * New translations main.json (Chinese Simplified) * New translations main.json (Bulgarian) * New translations main.json (Arabic) * New translations main.json (Afrikaans) * New translations main.json (Hungarian) * New translations main.json (Hebrew) * New translations main.json (Greek) * New translations main.json (German) * New translations main.json (Danish) * New translations main.json (French) * New translations main.json (Finnish) * New translations main.json (Dutch) * New translations acct.json (Serbian (Cyrillic)) * New translations main.json (Russian) * New translations acct.json (Russian) * New translations main.json (Romanian) * New translations acct.json (Romanian) * New translations main.json (Portuguese, Brazilian) * New translations acct.json (Portuguese, Brazilian) * New translations main.json (Portuguese) * New translations main.json (Serbian (Cyrillic)) * New translations acct.json (Portuguese) * New translations main.json (Polish) * New translations acct.json (Polish) * New translations main.json (Norwegian) * New translations acct.json (Norwegian) * New translations main.json (Italian) * New translations acct.json (Italian) * New translations main.json (Turkish) * New translations main.json (English) * New translations acct.json (English) * New translations main.json (Vietnamese) * New translations acct.json (Vietnamese) * New translations main.json (Ukrainian) * New translations acct.json (Ukrainian) * New translations acct.json (Spanish) * New translations acct.json (Turkish) * New translations main.json (Swedish) * New translations acct.json (Swedish) * New translations main.json (Spanish, Argentina) * New translations acct.json (Spanish, Argentina) * New translations main.json (Spanish) * New translations acct.json (Afrikaans) * New translations main.json (Catalan) * New translations main.json (Czech) * New translations acct.json (Czech) * New translations main.json (Chinese Traditional) * New translations acct.json (Chinese Traditional) * New translations main.json (Chinese Simplified) * New translations acct.json (Chinese Simplified) * New translations acct.json (Danish) * New translations acct.json (Catalan) * New translations main.json (Bulgarian) * New translations acct.json (Bulgarian) * New translations main.json (Arabic) * New translations acct.json (Arabic) * New translations main.json (Afrikaans) * New translations main.json (Hungarian) * New translations acct.json (Hungarian) * New translations main.json (Hebrew) * New translations acct.json (Hebrew) * New translations main.json (Greek) * New translations acct.json (Greek) * New translations main.json (German) * New translations acct.json (German) * New translations main.json (Danish) * New translations main.json (French) * New translations acct.json (French) * New translations main.json (Finnish) * New translations acct.json (Finnish) * New translations main.json (Dutch) * New translations acct.json (Dutch) * New translations index.json (Italian) * New translations index.json (Hungarian) * New translations index.json (Hebrew) * New translations index.json (Finnish) * New translations index.json (Romanian) * New translations index.json (Russian) * New translations index.json (Portuguese) * New translations index.json (Polish) * New translations index.json (Dutch) * New translations index.json (Norwegian) * New translations index.json (Greek) * New translations index.json (Spanish) * New translations index.json (Arabic) * New translations index.json (Afrikaans) * New translations index.json (French) * New translations index.json (German) * New translations index.json (Bulgarian) * New translations index.json (Danish) * New translations index.json (Czech) * New translations index.json (Catalan) * New translations index.json (Vietnamese) * New translations index.json (Chinese Traditional) * New translations index.json (Portuguese, Brazilian) * New translations index.json (English) * New translations index.json (Spanish, Argentina) * New translations index.json (Serbian (Cyrillic)) * New translations index.json (Swedish) * New translations index.json (Chinese Simplified) * New translations index.json (Turkish) * New translations index.json (Ukrainian) --- app/view/make/language/af-ZA/acct.json | 1 + app/view/make/language/af-ZA/index.json | 1 + app/view/make/language/af-ZA/main.json | 5 + app/view/make/language/af-ZA/setting.json | 2 + app/view/make/language/ar-SA/acct.json | 1 + app/view/make/language/ar-SA/index.json | 1 + app/view/make/language/ar-SA/main.json | 5 + app/view/make/language/ar-SA/setting.json | 2 + app/view/make/language/bg-BG/acct.json | 1 + app/view/make/language/bg-BG/index.json | 1 + app/view/make/language/bg-BG/main.json | 5 + app/view/make/language/bg-BG/setting.json | 2 + app/view/make/language/ca-ES/acct.json | 1 + app/view/make/language/ca-ES/index.json | 1 + app/view/make/language/ca-ES/main.json | 5 + app/view/make/language/ca-ES/setting.json | 2 + app/view/make/language/cs-CZ/acct.json | 1 + app/view/make/language/cs-CZ/index.json | 1 + app/view/make/language/cs-CZ/main.json | 5 + app/view/make/language/cs-CZ/setting.json | 2 + app/view/make/language/da-DK/acct.json | 1 + app/view/make/language/da-DK/index.json | 1 + app/view/make/language/da-DK/main.json | 5 + app/view/make/language/da-DK/setting.json | 2 + app/view/make/language/de-DE/acct.json | 1 + app/view/make/language/de-DE/index.json | 1 + app/view/make/language/de-DE/main.json | 5 + app/view/make/language/de-DE/setting.json | 2 + app/view/make/language/el-GR/acct.json | 1 + app/view/make/language/el-GR/index.json | 1 + app/view/make/language/el-GR/main.json | 5 + app/view/make/language/el-GR/setting.json | 2 + app/view/make/language/en-US/acct.json | 1 + app/view/make/language/en-US/index.json | 1 + app/view/make/language/en-US/main.json | 5 + app/view/make/language/en-US/setting.json | 2 + app/view/make/language/es-AR/acct.json | 1 + app/view/make/language/es-AR/index.json | 1 + app/view/make/language/es-AR/main.json | 5 + app/view/make/language/es-AR/setting.json | 2 + app/view/make/language/es-ES/acct.json | 1 + app/view/make/language/es-ES/index.json | 1 + app/view/make/language/es-ES/main.json | 5 + app/view/make/language/es-ES/setting.json | 2 + app/view/make/language/fi-FI/acct.json | 1 + app/view/make/language/fi-FI/index.json | 1 + app/view/make/language/fi-FI/main.json | 5 + app/view/make/language/fi-FI/setting.json | 2 + app/view/make/language/fr-FR/acct.json | 1 + app/view/make/language/fr-FR/index.json | 1 + app/view/make/language/fr-FR/main.json | 5 + app/view/make/language/fr-FR/setting.json | 2 + app/view/make/language/he-IL/acct.json | 1 + app/view/make/language/he-IL/index.json | 1 + app/view/make/language/he-IL/main.json | 5 + app/view/make/language/he-IL/setting.json | 2 + app/view/make/language/hu-HU/acct.json | 1 + app/view/make/language/hu-HU/index.json | 1 + app/view/make/language/hu-HU/main.json | 5 + app/view/make/language/hu-HU/setting.json | 2 + app/view/make/language/it-IT/acct.json | 1 + app/view/make/language/it-IT/index.json | 1 + app/view/make/language/it-IT/main.json | 5 + app/view/make/language/it-IT/setting.json | 2 + app/view/make/language/nl-NL/acct.json | 1 + app/view/make/language/nl-NL/index.json | 1 + app/view/make/language/nl-NL/main.json | 5 + app/view/make/language/nl-NL/setting.json | 2 + app/view/make/language/no-NO/acct.json | 1 + app/view/make/language/no-NO/index.json | 285 +++++++++++----------- app/view/make/language/no-NO/main.json | 5 + app/view/make/language/no-NO/setting.json | 2 + app/view/make/language/pl-PL/acct.json | 1 + app/view/make/language/pl-PL/index.json | 1 + app/view/make/language/pl-PL/main.json | 5 + app/view/make/language/pl-PL/setting.json | 2 + app/view/make/language/pt-BR/acct.json | 1 + app/view/make/language/pt-BR/index.json | 1 + app/view/make/language/pt-BR/main.json | 5 + app/view/make/language/pt-BR/setting.json | 2 + app/view/make/language/pt-PT/acct.json | 1 + app/view/make/language/pt-PT/index.json | 1 + app/view/make/language/pt-PT/main.json | 5 + app/view/make/language/pt-PT/setting.json | 2 + app/view/make/language/ro-RO/acct.json | 1 + app/view/make/language/ro-RO/index.json | 1 + app/view/make/language/ro-RO/main.json | 5 + app/view/make/language/ro-RO/setting.json | 2 + app/view/make/language/ru-RU/acct.json | 1 + app/view/make/language/ru-RU/index.json | 1 + app/view/make/language/ru-RU/main.json | 5 + app/view/make/language/ru-RU/setting.json | 2 + app/view/make/language/sr-SP/acct.json | 1 + app/view/make/language/sr-SP/index.json | 1 + app/view/make/language/sr-SP/main.json | 5 + app/view/make/language/sr-SP/setting.json | 2 + app/view/make/language/sv-SE/acct.json | 1 + app/view/make/language/sv-SE/index.json | 1 + app/view/make/language/sv-SE/main.json | 5 + app/view/make/language/sv-SE/setting.json | 2 + app/view/make/language/tr-TR/acct.json | 1 + app/view/make/language/tr-TR/index.json | 1 + app/view/make/language/tr-TR/main.json | 5 + app/view/make/language/tr-TR/setting.json | 2 + app/view/make/language/uk-UA/acct.json | 1 + app/view/make/language/uk-UA/index.json | 1 + app/view/make/language/uk-UA/main.json | 5 + app/view/make/language/uk-UA/setting.json | 2 + app/view/make/language/vi-VN/acct.json | 1 + app/view/make/language/vi-VN/index.json | 1 + app/view/make/language/vi-VN/main.json | 5 + app/view/make/language/vi-VN/setting.json | 2 + app/view/make/language/zh-CN/acct.json | 1 + app/view/make/language/zh-CN/index.json | 1 + app/view/make/language/zh-CN/main.json | 5 + app/view/make/language/zh-CN/setting.json | 2 + app/view/make/language/zh-TW/acct.json | 1 + app/view/make/language/zh-TW/index.json | 1 + app/view/make/language/zh-TW/main.json | 5 + app/view/make/language/zh-TW/setting.json | 2 + 120 files changed, 412 insertions(+), 142 deletions(-) diff --git a/app/view/make/language/af-ZA/acct.json b/app/view/make/language/af-ZA/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/af-ZA/acct.json +++ b/app/view/make/language/af-ZA/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/af-ZA/index.json b/app/view/make/language/af-ZA/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/af-ZA/index.json +++ b/app/view/make/language/af-ZA/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/af-ZA/main.json b/app/view/make/language/af-ZA/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/af-ZA/main.json +++ b/app/view/make/language/af-ZA/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/af-ZA/setting.json b/app/view/make/language/af-ZA/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/af-ZA/setting.json +++ b/app/view/make/language/af-ZA/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/ar-SA/acct.json b/app/view/make/language/ar-SA/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/ar-SA/acct.json +++ b/app/view/make/language/ar-SA/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/ar-SA/index.json b/app/view/make/language/ar-SA/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/ar-SA/index.json +++ b/app/view/make/language/ar-SA/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/ar-SA/main.json b/app/view/make/language/ar-SA/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/ar-SA/main.json +++ b/app/view/make/language/ar-SA/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/ar-SA/setting.json b/app/view/make/language/ar-SA/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/ar-SA/setting.json +++ b/app/view/make/language/ar-SA/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/bg-BG/acct.json b/app/view/make/language/bg-BG/acct.json index ec07f160..5db74460 100644 --- a/app/view/make/language/bg-BG/acct.json +++ b/app/view/make/language/bg-BG/acct.json @@ -2,6 +2,7 @@ "list": "Списък на профилите", "back": "Назад", "add": "Добавяне на профил", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Премахнете отметката за да пропуснете влизането с код. (Вход в Mastodon от Windows или macOS) (Препоръчително: pcheck)", "codesetup": "Настройка на код", "mainacct": "Основен профил", diff --git a/app/view/make/language/bg-BG/index.json b/app/view/make/language/bg-BG/index.json index aea22370..7d8051ee 100644 --- a/app/view/make/language/bg-BG/index.json +++ b/app/view/make/language/bg-BG/index.json @@ -140,6 +140,7 @@ "filterWord": "Филтриране на думи", "degree": "Контекстно филтриране", "conver": "Разговори", + "prof": "Profiles", "option": "Настройки", "matchWord": "Цяла дума", "warnMatchWord": "Ница на латински език", diff --git a/app/view/make/language/bg-BG/main.json b/app/view/make/language/bg-BG/main.json index 2e819ae2..3f96417d 100644 --- a/app/view/make/language/bg-BG/main.json +++ b/app/view/make/language/bg-BG/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Кликнете за да добавите описание, щракнете с десния бутон за да го изтриете", "lang_postimg_desc": "Описание", "lang_postimg_leadContext": "щракнете с десния бутон върху миниатюрата за да изтриете това", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "Тази раздумка не съдържа маркер по подразбиране. Тази раздумка няма да се показва в локалния TL. Продължавате?", "lang_post_tagVis": "Тази раздумка (не е \"публична\") не е показана с този етикет в ТЛ.", "lang_post_cwtitle": "Авто CW Сигнал", @@ -67,6 +69,8 @@ "lang_post_btn1": "Отказ (няма да се публикува)", "lang_post_btn2": "Текстът да се скрива автоматично", "lang_post_btn3": "Продължете към публикуването", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "Ще отнеме минута раздумката отдалечено да стане любима.", "lang_status_btWarn": "Ще отнеме минута раздумката отдалечено да бъде подсилена.", "lang_status_follow": "Следване", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Покажи", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "Още", diff --git a/app/view/make/language/bg-BG/setting.json b/app/view/make/language/bg-BG/setting.json index 956274bf..1d09ba5b 100644 --- a/app/view/make/language/bg-BG/setting.json +++ b/app/view/make/language/bg-BG/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/ca-ES/acct.json b/app/view/make/language/ca-ES/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/ca-ES/acct.json +++ b/app/view/make/language/ca-ES/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/ca-ES/index.json b/app/view/make/language/ca-ES/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/ca-ES/index.json +++ b/app/view/make/language/ca-ES/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/ca-ES/main.json b/app/view/make/language/ca-ES/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/ca-ES/main.json +++ b/app/view/make/language/ca-ES/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/ca-ES/setting.json b/app/view/make/language/ca-ES/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/ca-ES/setting.json +++ b/app/view/make/language/ca-ES/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/cs-CZ/acct.json b/app/view/make/language/cs-CZ/acct.json index eeebeca1..44f8d541 100644 --- a/app/view/make/language/cs-CZ/acct.json +++ b/app/view/make/language/cs-CZ/acct.json @@ -2,6 +2,7 @@ "list": "Seznam účtů", "back": "Zpět", "add": "Přidat účet", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Nastavení kódu", "mainacct": "Hlavní účet", diff --git a/app/view/make/language/cs-CZ/index.json b/app/view/make/language/cs-CZ/index.json index 58bf47ed..86cb08a5 100644 --- a/app/view/make/language/cs-CZ/index.json +++ b/app/view/make/language/cs-CZ/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtrované slova", "degree": "Filter contexts", "conver": "Konverzace", + "prof": "Profiles", "option": "Možnosti", "matchWord": "Celé slovo", "warnMatchWord": "Dobré pro jazyky v latince", diff --git a/app/view/make/language/cs-CZ/main.json b/app/view/make/language/cs-CZ/main.json index 62e605ca..ef0edf01 100644 --- a/app/view/make/language/cs-CZ/main.json +++ b/app/view/make/language/cs-CZ/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Popis", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "Tento toot neobsahuje výchozí hashtag. Tento toot nebude zobrazen na výchozí časové ose. Pokračovat?", "lang_post_tagVis": "Tento toot (ne „veřejný“ toot) není zobrazen na časové ose tohoto hashtagu.", "lang_post_cwtitle": "Automatické varování o obsahu", @@ -67,6 +69,8 @@ "lang_post_btn1": "Zrušit (příspěvek nebude publikován)", "lang_post_btn2": "Skrýt text automaticky", "lang_post_btn3": "Pokračovat k přispívání", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "Oblíbení vzdáleného tootu bude chvíli trvat.", "lang_status_btWarn": "Boostnutí vzdáleného tootu bude chvíli trvat.", "lang_status_follow": "Sledovat", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Provedeno", "lang_parse_cwshow": "Zobrazit", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Celý text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "Více", diff --git a/app/view/make/language/cs-CZ/setting.json b/app/view/make/language/cs-CZ/setting.json index b6e71d73..fa7d56e2 100644 --- a/app/view/make/language/cs-CZ/setting.json +++ b/app/view/make/language/cs-CZ/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/da-DK/acct.json b/app/view/make/language/da-DK/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/da-DK/acct.json +++ b/app/view/make/language/da-DK/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/da-DK/index.json b/app/view/make/language/da-DK/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/da-DK/index.json +++ b/app/view/make/language/da-DK/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/da-DK/main.json b/app/view/make/language/da-DK/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/da-DK/main.json +++ b/app/view/make/language/da-DK/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/da-DK/setting.json b/app/view/make/language/da-DK/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/da-DK/setting.json +++ b/app/view/make/language/da-DK/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/de-DE/acct.json b/app/view/make/language/de-DE/acct.json index 3bd87cee..2b5d1ca7 100644 --- a/app/view/make/language/de-DE/acct.json +++ b/app/view/make/language/de-DE/acct.json @@ -2,6 +2,7 @@ "list": "Accountliste", "back": "Zurück", "add": "Konto hinzufügen", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Check if TheDesk is not working on Windows, you want to login Pleroma servers, you cannot login when it checked.", "codesetup": "Code-Setup", "mainacct": "Hauptkonto", diff --git a/app/view/make/language/de-DE/index.json b/app/view/make/language/de-DE/index.json index 2365af78..3786d70a 100644 --- a/app/view/make/language/de-DE/index.json +++ b/app/view/make/language/de-DE/index.json @@ -140,6 +140,7 @@ "filterWord": "Filterwörter", "degree": "Kontexte filtern", "conver": "Gespräche", + "prof": "Profiles", "option": "Einstellungen", "matchWord": "Ganze Wörter", "warnMatchWord": "Schön für lateinische Sprachen", diff --git a/app/view/make/language/de-DE/main.json b/app/view/make/language/de-DE/main.json index a52b4fc0..87e6ae2c 100644 --- a/app/view/make/language/de-DE/main.json +++ b/app/view/make/language/de-DE/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Klicken, um Beschreibung hinzuzufügen, Rechtsklick zum Löschen", "lang_postimg_desc": "Beschreibung", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "Dieses Tröt enthält keinen Standard-Tag. Er wird in dem lokalen Verlauf nicht angezeigt. Fortfahren?", "lang_post_tagVis": "Dieser Tröt (nicht 'öffentlicher' Tröt) wird nicht in diesem Tag-Verlauf angezeigt.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Abbrechen (wird nicht gesendet)", "lang_post_btn2": "Text automatisch ausblenden", "lang_post_btn3": "Weiter mit Senden", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "Es braucht einen Moment, um ein entferntes Tröt zu favorisieren.", "lang_status_btWarn": "Es braucht einen Moment, um ein entferntes Tröt zu verstärken.", "lang_status_follow": "Folgen", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s Umfrage", "lang_parse_notftime": "Bearbeitet am", "lang_parse_cwshow": "Anzeigen", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Automatisches Zusammenfalten", "lang_parse_more": "Mehr", diff --git a/app/view/make/language/de-DE/setting.json b/app/view/make/language/de-DE/setting.json index 4fa2916f..a83a6b27 100644 --- a/app/view/make/language/de-DE/setting.json +++ b/app/view/make/language/de-DE/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Das Artwork von Spotify anhängen", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "Einstellungen Vorlesefunktion", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/el-GR/acct.json b/app/view/make/language/el-GR/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/el-GR/acct.json +++ b/app/view/make/language/el-GR/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/el-GR/index.json b/app/view/make/language/el-GR/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/el-GR/index.json +++ b/app/view/make/language/el-GR/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/el-GR/main.json b/app/view/make/language/el-GR/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/el-GR/main.json +++ b/app/view/make/language/el-GR/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/el-GR/setting.json b/app/view/make/language/el-GR/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/el-GR/setting.json +++ b/app/view/make/language/el-GR/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/en-US/acct.json b/app/view/make/language/en-US/acct.json index 8211d169..3582814e 100644 --- a/app/view/make/language/en-US/acct.json +++ b/app/view/make/language/en-US/acct.json @@ -2,6 +2,7 @@ "list": "crwdns3018:0crwdne3018:0", "back": "crwdns3020:0crwdne3020:0", "add": "crwdns3022:0crwdne3022:0", + "addAcct": "crwdns4484:0crwdne4484:0", "codesetupwarn": "crwdns3024:0crwdne3024:0", "codesetup": "crwdns3026:0crwdne3026:0", "mainacct": "crwdns3028:0crwdne3028:0", diff --git a/app/view/make/language/en-US/index.json b/app/view/make/language/en-US/index.json index 0897d15b..cc4a4167 100644 --- a/app/view/make/language/en-US/index.json +++ b/app/view/make/language/en-US/index.json @@ -140,6 +140,7 @@ "filterWord": "crwdns3322:0crwdne3322:0", "degree": "crwdns3324:0crwdne3324:0", "conver": "crwdns3326:0crwdne3326:0", + "prof": "crwdns4488:0crwdne4488:0", "option": "crwdns3328:0crwdne3328:0", "matchWord": "crwdns3330:0crwdne3330:0", "warnMatchWord": "crwdns3332:0crwdne3332:0", diff --git a/app/view/make/language/en-US/main.json b/app/view/make/language/en-US/main.json index 407febf5..e7d3e855 100644 --- a/app/view/make/language/en-US/main.json +++ b/app/view/make/language/en-US/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "crwdns4350:0crwdne4350:0", "lang_postimg_desc": "crwdns4352:0crwdne4352:0", "lang_postimg_leadContext": "crwdns4354:0crwdne4354:0", + "lang_post_syncDetail": "crwdns4476:0crwdne4476:0", + "lang_post_syncDetailText": "crwdns4478:0crwdne4478:0", "lang_post_tagTL": "crwdns3526:0crwdne3526:0", "lang_post_tagVis": "crwdns3528:0crwdne3528:0", "lang_post_cwtitle": "crwdns3530:0crwdne3530:0", @@ -67,6 +69,8 @@ "lang_post_btn1": "crwdns3534:0crwdne3534:0", "lang_post_btn2": "crwdns3536:0crwdne3536:0", "lang_post_btn3": "crwdns3538:0crwdne3538:0", + "lang_post_unfinishedMedia": "crwdns4480:0crwdne4480:0", + "lang_post_retry": "crwdns4482:0crwdne4482:0", "lang_status_favWarn": "crwdns3540:0crwdne3540:0", "lang_status_btWarn": "crwdns3542:0crwdne3542:0", "lang_status_follow": "crwdns3544:0crwdne3544:0", @@ -168,6 +172,7 @@ "lang_parse_polled": "crwdns3724:0crwdne3724:0", "lang_parse_notftime": "crwdns3726:0crwdne3726:0", "lang_parse_cwshow": "crwdns3728:0crwdne3728:0", + "lang_parse_cwshow_acc": "crwdns4486:0crwdne4486:0", "lang_parse_fulltext": "crwdns3730:0crwdne3730:0", "lang_parse_autofold": "crwdns3732:0crwdne3732:0", "lang_parse_more": "crwdns3734:0crwdne3734:0", diff --git a/app/view/make/language/en-US/setting.json b/app/view/make/language/en-US/setting.json index 1bb11f62..cf3c721b 100644 --- a/app/view/make/language/en-US/setting.json +++ b/app/view/make/language/en-US/setting.json @@ -173,6 +173,8 @@ "template2": "crwdns4346:0{song}crwdnd4346:0{album}crwdnd4346:0{artist}crwdnd4346:0{composer}crwdnd4346:0{hz}crwdnd4346:0{bitRate}crwdnd4346:0{genre}crwdne4346:0", "template3": "crwdns4348:0crwdne4348:0", "postartwork": "crwdns4210:0crwdne4210:0", + "searchArtwork": "crwdns4472:0crwdne4472:0", + "searchArtworkWarn": "crwdns4474:0crwdne4474:0", "tts": "crwdns4212:0crwdne4212:0", "bouyomi": "crwdns4214:0crwdne4214:0", "bouyomiWarn": "crwdns4216:0crwdne4216:0", diff --git a/app/view/make/language/es-AR/acct.json b/app/view/make/language/es-AR/acct.json index 2121507b..994d71ac 100644 --- a/app/view/make/language/es-AR/acct.json +++ b/app/view/make/language/es-AR/acct.json @@ -2,6 +2,7 @@ "list": "Lista de cuentas", "back": "Volver", "add": "Agregar una cuenta", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "No seleccionar para saltar el pegado de código (iniciá sesión de Mastodon en Windows o macOS) (Recomendado: pcheck)", "codesetup": "Configuración de código", "mainacct": "Establecer una cuenta", diff --git a/app/view/make/language/es-AR/index.json b/app/view/make/language/es-AR/index.json index 068c9efc..1d139b16 100644 --- a/app/view/make/language/es-AR/index.json +++ b/app/view/make/language/es-AR/index.json @@ -140,6 +140,7 @@ "filterWord": "Palabras filtradas", "degree": "Filtrar contextos", "conver": "Conversaciones", + "prof": "Profiles", "option": "Configuración", "matchWord": "Palabra completa", "warnMatchWord": "Útil para lenguas romances", diff --git a/app/view/make/language/es-AR/main.json b/app/view/make/language/es-AR/main.json index a169a4fc..f9318efa 100644 --- a/app/view/make/language/es-AR/main.json +++ b/app/view/make/language/es-AR/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Hacé clic para agregar descripción, o clic secundario para eliminar esto", "lang_postimg_desc": "Descripción", "lang_postimg_leadContext": "hacé clic secundario sobre la miniatura para eliminar esto", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "Este toot no contiene una etiqueta predeterminada. Este toot no se mostrará en la línea temporal local. ¿Querés continuar?", "lang_post_tagVis": "Este toot (toot no público) no se muestra en la línea temporal de esta etiqueta.", "lang_post_cwtitle": "Alerta automática de Advertencia de contenido", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancelar (no se enviará)", "lang_post_btn2": "Crear el texto oculto automáticamente", "lang_post_btn3": "Continuar con el envío", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "Llevará un minuto marcar un toot remoto como favorito.", "lang_status_btWarn": "Llevará un minuto retootear un toot remoto.", "lang_status_follow": "Seguir", @@ -168,6 +172,7 @@ "lang_parse_polled": " hizo una encuesta", "lang_parse_notftime": "Enviado el", "lang_parse_cwshow": "Mostrar", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Tamaño de texto:", "lang_parse_autofold": "Colapsado automáticamente", "lang_parse_more": "Más", diff --git a/app/view/make/language/es-AR/setting.json b/app/view/make/language/es-AR/setting.json index f51b1f2c..e1c4fb35 100644 --- a/app/view/make/language/es-AR/setting.json +++ b/app/view/make/language/es-AR/setting.json @@ -173,6 +173,8 @@ "template2": "macOS: {artist}: nombre del artista // {song}: nombre del tema // {album}: nombre del álbum // {genre}: género // {composer}: compositor // {hz}: frecuencia de muestreo // {bitRate}: tasa de transferencia", "template3": "", "postartwork": "Adjuntar tapa desde Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "Configuración de TTS (texto hablado)", "bouyomi": "Conectar BouyomiChan", "bouyomiWarn": "Requiere: Plugin WebSocket de BouyomiChan", diff --git a/app/view/make/language/es-ES/acct.json b/app/view/make/language/es-ES/acct.json index 3f93af38..dce91a27 100644 --- a/app/view/make/language/es-ES/acct.json +++ b/app/view/make/language/es-ES/acct.json @@ -2,6 +2,7 @@ "list": "Lista de cuentas", "back": "Atrás", "add": "Agregar una cuenta", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Desmarcarlo para omitir código de pegado. (iniciar sesión en Mastodon en Windows o macOS) (Recomendado: pcheck)", "codesetup": "Configuración de código", "mainacct": "Cuenta principal", diff --git a/app/view/make/language/es-ES/index.json b/app/view/make/language/es-ES/index.json index cc210097..2b3206a4 100644 --- a/app/view/make/language/es-ES/index.json +++ b/app/view/make/language/es-ES/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/es-ES/main.json b/app/view/make/language/es-ES/main.json index e2c25ba4..b8a0dbca 100644 --- a/app/view/make/language/es-ES/main.json +++ b/app/view/make/language/es-ES/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/es-ES/setting.json b/app/view/make/language/es-ES/setting.json index e200efc5..3365ff0c 100644 --- a/app/view/make/language/es-ES/setting.json +++ b/app/view/make/language/es-ES/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/fi-FI/acct.json b/app/view/make/language/fi-FI/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/fi-FI/acct.json +++ b/app/view/make/language/fi-FI/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/fi-FI/index.json b/app/view/make/language/fi-FI/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/fi-FI/index.json +++ b/app/view/make/language/fi-FI/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/fi-FI/main.json b/app/view/make/language/fi-FI/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/fi-FI/main.json +++ b/app/view/make/language/fi-FI/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/fi-FI/setting.json b/app/view/make/language/fi-FI/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/fi-FI/setting.json +++ b/app/view/make/language/fi-FI/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/fr-FR/acct.json b/app/view/make/language/fr-FR/acct.json index a0f399d1..e1e46f4e 100644 --- a/app/view/make/language/fr-FR/acct.json +++ b/app/view/make/language/fr-FR/acct.json @@ -2,6 +2,7 @@ "list": "Liste des comptes", "back": "Retour", "add": "Ajouter un compte", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/fr-FR/index.json b/app/view/make/language/fr-FR/index.json index 328afb15..c05251a6 100644 --- a/app/view/make/language/fr-FR/index.json +++ b/app/view/make/language/fr-FR/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/fr-FR/main.json b/app/view/make/language/fr-FR/main.json index 23af26e1..9b528770 100644 --- a/app/view/make/language/fr-FR/main.json +++ b/app/view/make/language/fr-FR/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Suivre", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Afficher", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "Plus", diff --git a/app/view/make/language/fr-FR/setting.json b/app/view/make/language/fr-FR/setting.json index 67a1cce0..15d21407 100644 --- a/app/view/make/language/fr-FR/setting.json +++ b/app/view/make/language/fr-FR/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/he-IL/acct.json b/app/view/make/language/he-IL/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/he-IL/acct.json +++ b/app/view/make/language/he-IL/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/he-IL/index.json b/app/view/make/language/he-IL/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/he-IL/index.json +++ b/app/view/make/language/he-IL/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/he-IL/main.json b/app/view/make/language/he-IL/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/he-IL/main.json +++ b/app/view/make/language/he-IL/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/he-IL/setting.json b/app/view/make/language/he-IL/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/he-IL/setting.json +++ b/app/view/make/language/he-IL/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/hu-HU/acct.json b/app/view/make/language/hu-HU/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/hu-HU/acct.json +++ b/app/view/make/language/hu-HU/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/hu-HU/index.json b/app/view/make/language/hu-HU/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/hu-HU/index.json +++ b/app/view/make/language/hu-HU/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/hu-HU/main.json b/app/view/make/language/hu-HU/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/hu-HU/main.json +++ b/app/view/make/language/hu-HU/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/hu-HU/setting.json b/app/view/make/language/hu-HU/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/hu-HU/setting.json +++ b/app/view/make/language/hu-HU/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/it-IT/acct.json b/app/view/make/language/it-IT/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/it-IT/acct.json +++ b/app/view/make/language/it-IT/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/it-IT/index.json b/app/view/make/language/it-IT/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/it-IT/index.json +++ b/app/view/make/language/it-IT/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/it-IT/main.json b/app/view/make/language/it-IT/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/it-IT/main.json +++ b/app/view/make/language/it-IT/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/it-IT/setting.json b/app/view/make/language/it-IT/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/it-IT/setting.json +++ b/app/view/make/language/it-IT/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/nl-NL/acct.json b/app/view/make/language/nl-NL/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/nl-NL/acct.json +++ b/app/view/make/language/nl-NL/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/nl-NL/index.json b/app/view/make/language/nl-NL/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/nl-NL/index.json +++ b/app/view/make/language/nl-NL/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/nl-NL/main.json b/app/view/make/language/nl-NL/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/nl-NL/main.json +++ b/app/view/make/language/nl-NL/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/nl-NL/setting.json b/app/view/make/language/nl-NL/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/nl-NL/setting.json +++ b/app/view/make/language/nl-NL/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/no-NO/acct.json b/app/view/make/language/no-NO/acct.json index 85de633c..463db5d8 100644 --- a/app/view/make/language/no-NO/acct.json +++ b/app/view/make/language/no-NO/acct.json @@ -2,6 +2,7 @@ "list": "Kontoliste", "back": "Tilbake", "add": "Legg til en konto", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Kodeoppsett", "mainacct": "Sett som hovedkonto", diff --git a/app/view/make/language/no-NO/index.json b/app/view/make/language/no-NO/index.json index 8b3ca306..0f96ac98 100644 --- a/app/view/make/language/no-NO/index.json +++ b/app/view/make/language/no-NO/index.json @@ -1,187 +1,188 @@ { - "draghere": "Dra hit for å laste opp", - "close": "Lukk", + "draghere": "Drag here to upload", + "close": "Close", "webSrc": "Search on Web", "tsSrc": "Search on tootsearch", - "showSelectProf": "Vis profil til den valgte kontoen", - "closethisbox": "Lukk denne boksen", + "showSelectProf": "Show profile of the selecting account", + "closethisbox": "Close this box", "toot": "Toot", - "post-new": "Post ny", - "nsfwDes": "Merk media som sensitivt", - "cwDes": "Gjem tekst bak advarsel", - "selfile": "Legg ved..", + "post-new": "Post new", + "nsfwDes": "Mark media as sensitive", + "cwDes": "Hide text behind warning", + "selfile": "Attach..", "insertEmoji": "Emojis", - "NPSpotify": "Spiller nå(Spotify)", - "NPiTunes": "Spiller nå(macOS)", - "schedule": "Planlagt toot", - "postat": "Post dette ved", + "NPSpotify": "NowPlaying(Spotify)", + "NPiTunes": "NowPlaying(macOS)", + "schedule": "Scheduled toot", + "postat": "Post at", "scheduleWarn": "2.7.0~ Minimum time gap:5min(clock on the server may not be accurate.)", "clearToot": "Clear toot box", - "replyMode": "Svar", - "no": "Nei", - "yes": "Ja", - "temp": "Legg til filer", - "nothing": "Ingen", + "replyMode": "Reply", + "no": "No", + "yes": "Yes", + "temp": "Attaching files", + "nothing": "None", "stamp": "Stamp", "stampWarn": "Your acct(aa@bb.cc) is printed on the right-bottom of the uploaded image", "vis": "Adjust status privacy", - "cwtext": "Advarselstekst", + "cwtext": "Warning text", "selectVis": "Adjust status privacy", "publicJP": "", "unlistedJP": "", "privateJP": "", - "localJP": "Kun lokalt", + "localJP": "Local only", "sectoot": "Secondary Toot", "directJP": "", "emojiWarn": "", - "emojiInsertWarn": "Noen emojier kan ikke settes inn.", - "refreshEmoji": "Oppdater emoji-liste", - "closeThisBox": "Lukk denne boksen", - "showThisEmoji": " vises.", - "customEmoji": "Tilpassede emojier", - "peopleEmoji": "Emojier av mennesker", - "natureEmoji": "Naturemojier", - "foodEmoji": "Matemojier", - "activityEmoji": "Aktivitetsemojier", - "placeEmoji": "Stedsemojier", - "thingsEmoji": "Verktøyemojier", - "symbolEmoji": "Symbolemojier", - "flagsEmoji": "Flaggemojier", - "poll": "Spørreundersøkelse", - "pollDdisabled": "Spørreundersøkelser: Avslått", + "emojiInsertWarn": "Some emojis are not able to be inserted.", + "refreshEmoji": "Refresh emojis list", + "closeThisBox": "Close this box", + "showThisEmoji": " are shown.", + "customEmoji": "Custom emojis", + "peopleEmoji": "Emojis of people", + "natureEmoji": "Emojis of nature", + "foodEmoji": "Emojis of foods", + "activityEmoji": "Emojis of activities", + "placeEmoji": "Emojis of places", + "thingsEmoji": "Emojis of tools", + "symbolEmoji": "Emojis of symbols", + "flagsEmoji": "Emojis of flags", + "poll": "Poll", + "pollDdisabled": "Polls: Disabled", "pollProvider": "Provider of Poll", "polluntil": "Hide 'votes' count until people vote it.", - "choice": "Valg", - "pollmulti": "Merk flere", - "expires_in": "Utgår om...(sek)", - "contextBefore": "Sammenheng før denne tooten", - "thisToot": "Denne tooten", - "contextAfter": "Sammenheng etter denne tooten", - "beforeLTL": "Lokal tidslinje før denne tooten", - "beforeUTL": "Brukertidslinje før denne tooten", - "afterLTL": "Lokal tidslinje etter denne tooten)", - "afterUTL": "Brukertidslinje før denne tooten", + "choice": "Choice", + "pollmulti": "Multiple select", + "expires_in": "Expires in...(sec)", + "contextBefore": "Context before this toot", + "thisToot": "This toot", + "contextAfter": "Context after this toot", + "beforeLTL": "Local TL before this toot", + "beforeUTL": "User TL before this toot", + "afterLTL": "Local TL after this toot)", + "afterUTL": "User TL before this toot", "afterFTL": "Federated TL after this toot", - "favedPeople": "Folk som favorittmarkerte den", - "btedPeople": "Folk som dyttet den", - "useOtherAcct1": "Bruk annen konto", + "favedPeople": "People who favourited it", + "btedPeople": "People who boosted it", + "useOtherAcct1": "Use other account", "useOtherAcct2": ":unfav and unBT are disabled.", - "btWithVis": "Dytt med synlighet", - "reply": "Svar", - "bt": "Dytt", - "favRegist": "Favorittmarker", - "openBrowser": "Åpne i nettleser", - "screenshot": "Ta skjermbilde", - "copyURL": "Kopier bildeadressen", - "embed": "Bygg inn", + "btWithVis": "Boost with visibility", + "reply": "Reply", + "bt": "Boost", + "favRegist": "Favourite", + "openBrowser": "Open in browser", + "screenshot": "Take a screenshot", + "copyURL": "Copy the URL", + "embed": "Embed", "toots": "Toots", - "follow": "Følg", - "follower": "Følger", - "timeline": "Tidslinje", - "operateOtherAcct": "Kryss-konto", - "list": "Liste", - "makeNew": "Lagre", - "blocks": "Blokker", - "mutes": "Demp", - "block": "Blokker", - "mute": "Stille", - "domainBlock": "Domeneblokkering", - "editProf": "Rediger profil", - "change": "Lagre", - "followReq": "Følgeforespørsler", + "follow": "Follow", + "follower": "Follower", + "timeline": "Timeline", + "operateOtherAcct": "Cross-account", + "list": "List", + "makeNew": "Save", + "blocks": "Blocks", + "mutes": "Mutes", + "block": "Block", + "mute": "Mute", + "domainBlock": "Domain block", + "editProf": "Edit profile", + "change": "Save", + "followReq": "Follow requests", "likeHimOrHer": "Resembling", - "endorse": "Fremhev profil", - "openinbrowser": "Åpne i nettleser", - "mainacct": "Sett som hovedkonto", - "frc": "Foreslå", - "more": "Mer", - "revoverJP": " til ", - "warnUseOtherAcct": "Kunne ikke slutte å følge", + "endorse": "Feature on profile", + "openinbrowser": "Open in browser", + "mainacct": "Set it an main account", + "frc": "Suggest", + "more": "More", + "revoverJP": " to ", + "warnUseOtherAcct": "(Unable to unfollow)", "revoverJPde": "", - "or": "eller", - "openProf": "Vis profil", - "warnListRegist": "Følg for å legge til denne brukeren til lister.", + "or": "or", + "openProf": "Show profile", + "warnListRegist": "Follow to add this user to lists.", "blockDomain": "Add blocking domain", - "name": "Visningsnavn", - "note": "Merknad", - "editProfImg": "Endre avatar", + "name": "Display name", + "note": "Note", + "editProfImg": "Change avataor", "editHeader": "Change header image", - "blocked": "Du er blokkert. Hvorfor?", + "blocked": "You are blocked. Why?", "likeUserDes": "Get people resembling this user.", - "get": "Hent", - "historyBack": "Tilbake", + "get": "Get", + "historyBack": "Back", "empUser": "Emphasize this user", - "supportme": "Støtt TheDesk!", + "supportme": "Support TheDesk!", "TheDeskDes": "TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!", - "PatreonSupport": "Støtt på Patreon", - "PixivSupport": "Støtt på Pixiv FANBOX", - "AWLSupport": "Amazon-ønskeliste", - "SendAmazonGift1": "Gi meg et Amazon-gavekort:", + "PatreonSupport": "Support on Patreon", + "PixivSupport": "Support on Pixiv FANBOX", + "AWLSupport": "Amazon Wish List", + "SendAmazonGift1": "Give me Amazon Gift Card:", "SendAmazonGift2": "", - "monthly": "Månedlig", - "once": "En gang", - "local": "Lokal", - "localMedia": "Lokal(Media)", - "home": "Hjem", - "fed": "Federert", - "fedMedia": "Federert(Media)", - "dm": "Direktemelding", - "integratedTLDes": "Integrert(Lokalt/Hjem)", + "monthly": "Monthly", + "once": "Once", + "local": "Local", + "localMedia": "Local(Media)", + "home": "Home", + "fed": "Federated", + "fedMedia": "Federated(Media)", + "dm": "Direct Message", + "integratedTLDes": "Integrated(Local/Home)", "localPlusDes": "LTL+Reply+BT", - "notf": "Varsler", - "bookmark": "Bokmerke", - "showThisTL": "Vis denne tidslinjen:", + "notf": "Notifications", + "bookmark": "Bookmarks", + "showThisTL": "Show this TL:", "webviewWarn": "TweetDeck with customed TJDeck(Code/TJDeck). Keyboard shortcuts will irritate you. When you feel so, you check 'Prefer WebView' on top of the column.", - "add": "Legg til", - "search": "Søk", - "sortSet": "Sorter", - "selectAcct": "Konto(Rull for å vise alle)", - "listLocale": "Liste", + "add": "Add", + "search": "Search", + "sortSet": "Sort", + "selectAcct": "Account(Scroll to show all)", + "listLocale": "List", "filterWord": "Filtering words", - "degree": "Filtert innhold", - "conver": "Samtaler", - "option": "Alternativer", - "matchWord": "Hele ord", - "warnMatchWord": "Godt for latin språk", - "except": "Slipp i stedet for å gjemme", + "degree": "Filter contexts", + "conver": "Conversations", + "prof": "Profiles", + "option": "Options", + "matchWord": "Whole word", + "warnMatchWord": "Nice for Latin language", + "except": "Drop instead of hide", "exceptWorn": "Filtered toots will disappear irreversibly, even if filter is later removed", - "avalableBefore": "Utløper etter", + "avalableBefore": "Expire after", "warnAvBefore": "Unset or \"0\" means \"Never\"", - "warnAvBefore2": "Denne verdien kan inneholde feil", - "unlimited": "Aldri", - "days": "dag(er)", - "hours": "time(r)", - "mins": "minutt(er)", - "secs": "sekund(er)", + "warnAvBefore2": "This value may contain some error", + "unlimited": "Never", + "days": "day(s)", + "hours": "hour(s)", + "mins": "minute(s)", + "secs": "second(s)", "warnOnIntegratedTL": "Integrated TL/Plus TL will hide both Home-filtering words and Local-filtering words.", "helloTheDesk": "Internal error: please clear all data(at setting page) All data will be deleted.", - "addColumn": "Legg til en kolonne", - "sortColumns": "Sorter", - "acctMan": "Kontoadministrasjon", + "addColumn": "Add a column", + "sortColumns": "Sort", + "acctMan": "Account Manager", "filter": "Filter", - "setting": "Innstillinger", + "setting": "Preferences", "reverse": "Toot button layout reverse", - "f5": "Last inn tidslinje på nytt", - "nanoDes": "Den minste Mastodon,", - "verTips": "Versjon", - "clockTips": "Klokke", - "ramTips": "Minnestatus", - "changeTips": "Skift ut tips", - "helpAndLogs": "Hjelp & Logg", - "help": "Hjelp", + "f5": "Reload TL", + "nanoDes": "The smallest Mastodon,", + "verTips": "Version", + "clockTips": "Clock", + "ramTips": "RAM status", + "changeTips": "Change Tips", + "helpAndLogs": "Help & Log", + "help": "Help", "contactwithlog": "If you tell me bugs(not working or something) with this log, I can detect what is wrong more easily.", - "about": "Om TheDesk", - "hereAddColumns": "<- Legg til tidslinje", + "about": "About TheDesk", + "hereAddColumns": "<- Add TL", "foundBug": "I found a bug", - "show": "Vis", - "directory": "Mapper", - "active": "Nylig aktive", - "newcomer": "Nykommere", - "local_only": "Kun lokalt", + "show": "Show", + "directory": "Directory", + "active": "Recently active", + "newcomer": "New arrivals", + "local_only": "Local only", "menu": "Menu", - "demoBottomBtns": "Velkomstguide", - "lookAtBottom": "Se på bunnen av dette vinduet. Her er noen tips om det.", - "acctManDesc": "Legg til flere kontoer og logg dem ut.", + "demoBottomBtns": "Welcome guide", + "lookAtBottom": "Look at the bottom of this window. Here is some tips about it.", + "acctManDesc": "Add more accounts and logout them.", "settingDesc": "Many and many preferences here. You will couldn't check it all!", "nanoDescPlus": "Mini window client(experimental)", "menuDesc": "All daily TheDesk and Mastodon tuning like add and sort columns, list and filter check." diff --git a/app/view/make/language/no-NO/main.json b/app/view/make/language/no-NO/main.json index ab302e64..37ed2ed8 100644 --- a/app/view/make/language/no-NO/main.json +++ b/app/view/make/language/no-NO/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Klikk for å legge til beskrivelse, høyreklikk for å slette dette", "lang_postimg_desc": "Beskrivelse", "lang_postimg_leadContext": "høyreklikk forhåndsvisningen for å slette dette", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Avbryt (vil ikke publisere)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Fortsett å poste", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "Det vil ta en stund å favorittmarkere en fjern toot.", "lang_status_btWarn": "Det vil ta en stund å dytte en fjern toot.", "lang_status_follow": "Følg", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s spørreundersøkelse", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Vis", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "Mer", diff --git a/app/view/make/language/no-NO/setting.json b/app/view/make/language/no-NO/setting.json index 013449d8..bd299ffa 100644 --- a/app/view/make/language/no-NO/setting.json +++ b/app/view/make/language/no-NO/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/pl-PL/acct.json b/app/view/make/language/pl-PL/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/pl-PL/acct.json +++ b/app/view/make/language/pl-PL/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/pl-PL/index.json b/app/view/make/language/pl-PL/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/pl-PL/index.json +++ b/app/view/make/language/pl-PL/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/pl-PL/main.json b/app/view/make/language/pl-PL/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/pl-PL/main.json +++ b/app/view/make/language/pl-PL/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/pl-PL/setting.json b/app/view/make/language/pl-PL/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/pl-PL/setting.json +++ b/app/view/make/language/pl-PL/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/pt-BR/acct.json b/app/view/make/language/pt-BR/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/pt-BR/acct.json +++ b/app/view/make/language/pt-BR/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/pt-BR/index.json b/app/view/make/language/pt-BR/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/pt-BR/index.json +++ b/app/view/make/language/pt-BR/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/pt-BR/main.json b/app/view/make/language/pt-BR/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/pt-BR/main.json +++ b/app/view/make/language/pt-BR/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/pt-BR/setting.json b/app/view/make/language/pt-BR/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/pt-BR/setting.json +++ b/app/view/make/language/pt-BR/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/pt-PT/acct.json b/app/view/make/language/pt-PT/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/pt-PT/acct.json +++ b/app/view/make/language/pt-PT/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/pt-PT/index.json b/app/view/make/language/pt-PT/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/pt-PT/index.json +++ b/app/view/make/language/pt-PT/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/pt-PT/main.json b/app/view/make/language/pt-PT/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/pt-PT/main.json +++ b/app/view/make/language/pt-PT/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/pt-PT/setting.json b/app/view/make/language/pt-PT/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/pt-PT/setting.json +++ b/app/view/make/language/pt-PT/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/ro-RO/acct.json b/app/view/make/language/ro-RO/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/ro-RO/acct.json +++ b/app/view/make/language/ro-RO/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/ro-RO/index.json b/app/view/make/language/ro-RO/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/ro-RO/index.json +++ b/app/view/make/language/ro-RO/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/ro-RO/main.json b/app/view/make/language/ro-RO/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/ro-RO/main.json +++ b/app/view/make/language/ro-RO/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/ro-RO/setting.json b/app/view/make/language/ro-RO/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/ro-RO/setting.json +++ b/app/view/make/language/ro-RO/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/ru-RU/acct.json b/app/view/make/language/ru-RU/acct.json index cb631146..dbf437c4 100644 --- a/app/view/make/language/ru-RU/acct.json +++ b/app/view/make/language/ru-RU/acct.json @@ -2,6 +2,7 @@ "list": "Список аккаунтов", "back": "Назад", "add": "Добавьте аккаунт", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Настройка кода", "mainacct": "Основной аккаунт", diff --git a/app/view/make/language/ru-RU/index.json b/app/view/make/language/ru-RU/index.json index a4f30333..736a9a1a 100644 --- a/app/view/make/language/ru-RU/index.json +++ b/app/view/make/language/ru-RU/index.json @@ -140,6 +140,7 @@ "filterWord": "Фильтрация слов", "degree": "Фильтр контекстов", "conver": "Разговоры", + "prof": "Profiles", "option": "Настройки", "matchWord": "Целое слово", "warnMatchWord": "Хорошо для латинского языка", diff --git a/app/view/make/language/ru-RU/main.json b/app/view/make/language/ru-RU/main.json index 70d25e32..44b40b90 100644 --- a/app/view/make/language/ru-RU/main.json +++ b/app/view/make/language/ru-RU/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Следить", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Показать", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "Ещё", diff --git a/app/view/make/language/ru-RU/setting.json b/app/view/make/language/ru-RU/setting.json index 9a744a0c..f39c08df 100644 --- a/app/view/make/language/ru-RU/setting.json +++ b/app/view/make/language/ru-RU/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/sr-SP/acct.json b/app/view/make/language/sr-SP/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/sr-SP/acct.json +++ b/app/view/make/language/sr-SP/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/sr-SP/index.json b/app/view/make/language/sr-SP/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/sr-SP/index.json +++ b/app/view/make/language/sr-SP/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/sr-SP/main.json b/app/view/make/language/sr-SP/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/sr-SP/main.json +++ b/app/view/make/language/sr-SP/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/sr-SP/setting.json b/app/view/make/language/sr-SP/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/sr-SP/setting.json +++ b/app/view/make/language/sr-SP/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/sv-SE/acct.json b/app/view/make/language/sv-SE/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/sv-SE/acct.json +++ b/app/view/make/language/sv-SE/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/sv-SE/index.json b/app/view/make/language/sv-SE/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/sv-SE/index.json +++ b/app/view/make/language/sv-SE/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/sv-SE/main.json b/app/view/make/language/sv-SE/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/sv-SE/main.json +++ b/app/view/make/language/sv-SE/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/sv-SE/setting.json b/app/view/make/language/sv-SE/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/sv-SE/setting.json +++ b/app/view/make/language/sv-SE/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/tr-TR/acct.json b/app/view/make/language/tr-TR/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/tr-TR/acct.json +++ b/app/view/make/language/tr-TR/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/tr-TR/index.json b/app/view/make/language/tr-TR/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/tr-TR/index.json +++ b/app/view/make/language/tr-TR/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/tr-TR/main.json b/app/view/make/language/tr-TR/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/tr-TR/main.json +++ b/app/view/make/language/tr-TR/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/tr-TR/setting.json b/app/view/make/language/tr-TR/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/tr-TR/setting.json +++ b/app/view/make/language/tr-TR/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/uk-UA/acct.json b/app/view/make/language/uk-UA/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/uk-UA/acct.json +++ b/app/view/make/language/uk-UA/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/uk-UA/index.json b/app/view/make/language/uk-UA/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/uk-UA/index.json +++ b/app/view/make/language/uk-UA/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/uk-UA/main.json b/app/view/make/language/uk-UA/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/uk-UA/main.json +++ b/app/view/make/language/uk-UA/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/uk-UA/setting.json b/app/view/make/language/uk-UA/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/uk-UA/setting.json +++ b/app/view/make/language/uk-UA/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/vi-VN/acct.json b/app/view/make/language/vi-VN/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/vi-VN/acct.json +++ b/app/view/make/language/vi-VN/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/vi-VN/index.json b/app/view/make/language/vi-VN/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/vi-VN/index.json +++ b/app/view/make/language/vi-VN/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/vi-VN/main.json b/app/view/make/language/vi-VN/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/vi-VN/main.json +++ b/app/view/make/language/vi-VN/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/vi-VN/setting.json b/app/view/make/language/vi-VN/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/vi-VN/setting.json +++ b/app/view/make/language/vi-VN/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/zh-CN/acct.json b/app/view/make/language/zh-CN/acct.json index ba66f199..9e2989f9 100644 --- a/app/view/make/language/zh-CN/acct.json +++ b/app/view/make/language/zh-CN/acct.json @@ -2,6 +2,7 @@ "list": "已登录帐户", "back": "返回", "add": "添加一个帐户", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Windows以外的运行环境,或需要登录Pleroma,请尝试勾选下面的复选框", "codesetup": "使用授权码登录", "mainacct": "主帐户", diff --git a/app/view/make/language/zh-CN/index.json b/app/view/make/language/zh-CN/index.json index c13b9025..50423509 100644 --- a/app/view/make/language/zh-CN/index.json +++ b/app/view/make/language/zh-CN/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/zh-CN/main.json b/app/view/make/language/zh-CN/main.json index af38cbe6..aa6aa7ec 100644 --- a/app/view/make/language/zh-CN/main.json +++ b/app/view/make/language/zh-CN/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "自动提醒CW", @@ -67,6 +69,8 @@ "lang_post_btn1": "取消(不发布)", "lang_post_btn2": "文本自动隐藏", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "将花费一点点时间收藏距离很远的嘟嘟", "lang_status_btWarn": "将花费一点点时间收藏距离很远的嘟嘟", "lang_status_follow": "关注", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/zh-CN/setting.json b/app/view/make/language/zh-CN/setting.json index 4dbe15e2..b7488f9b 100644 --- a/app/view/make/language/zh-CN/setting.json +++ b/app/view/make/language/zh-CN/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", diff --git a/app/view/make/language/zh-TW/acct.json b/app/view/make/language/zh-TW/acct.json index 598dcd3d..c7005d8f 100644 --- a/app/view/make/language/zh-TW/acct.json +++ b/app/view/make/language/zh-TW/acct.json @@ -2,6 +2,7 @@ "list": "List of accounts", "back": "Back", "add": "Add an account", + "addAcct": "Fill the instance domain (like mastodon.social)", "codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)", "codesetup": "Code setup", "mainacct": "Main an account", diff --git a/app/view/make/language/zh-TW/index.json b/app/view/make/language/zh-TW/index.json index 42628996..0f96ac98 100644 --- a/app/view/make/language/zh-TW/index.json +++ b/app/view/make/language/zh-TW/index.json @@ -140,6 +140,7 @@ "filterWord": "Filtering words", "degree": "Filter contexts", "conver": "Conversations", + "prof": "Profiles", "option": "Options", "matchWord": "Whole word", "warnMatchWord": "Nice for Latin language", diff --git a/app/view/make/language/zh-TW/main.json b/app/view/make/language/zh-TW/main.json index 53a91e1a..6800f730 100644 --- a/app/view/make/language/zh-TW/main.json +++ b/app/view/make/language/zh-TW/main.json @@ -60,6 +60,8 @@ "lang_postimg_delete": "Click to add description, right-click to delete this", "lang_postimg_desc": "Description", "lang_postimg_leadContext": "right-click the thumbnail to delete this", + "lang_post_syncDetail": "Upload media synchronously", + "lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.", "lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?", "lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.", "lang_post_cwtitle": "Auto CW Alert", @@ -67,6 +69,8 @@ "lang_post_btn1": "Cancel (will not post)", "lang_post_btn2": "Make text hidden automatically", "lang_post_btn3": "Continue to post", + "lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.", + "lang_post_retry": "Retry", "lang_status_favWarn": "It will take a miunte to favourite a remote toot.", "lang_status_btWarn": "It will take a miunte to boost a remote toot.", "lang_status_follow": "Follow", @@ -168,6 +172,7 @@ "lang_parse_polled": "'s poll", "lang_parse_notftime": "Actioned at", "lang_parse_cwshow": "Show", + "lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content", "lang_parse_fulltext": "Full size text:", "lang_parse_autofold": "Auto folded", "lang_parse_more": "More", diff --git a/app/view/make/language/zh-TW/setting.json b/app/view/make/language/zh-TW/setting.json index 602b7160..2833d223 100644 --- a/app/view/make/language/zh-TW/setting.json +++ b/app/view/make/language/zh-TW/setting.json @@ -173,6 +173,8 @@ "template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}", "template3": "", "postartwork": "Attach an Artwork of Spotify", + "searchArtwork": "If the song has no artwork, automatic complete it(macOS)", + "searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.", "tts": "TTS(text to speech) Preferences", "bouyomi": "BouyomiChan connect", "bouyomiWarn": "Require: BouyomiChan WebSocket Plugin", From 9aa68b8ee62ddcf022eaef123a632c9a869e068c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 08:47:46 +0000 Subject: [PATCH 6/6] Bump electron from 8.0.0 to 8.2.3 in /app Bumps [electron](https://github.com/electron/electron) from 8.0.0 to 8.2.3. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.0.0...v8.2.3) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package.json b/app/package.json index 9a5a1ced..2a7358d3 100644 --- a/app/package.json +++ b/app/package.json @@ -71,7 +71,7 @@ }, "devDependencies": { "chokidar": "^3.3.1", - "electron": "^8.0.0", + "electron": "^8.2.3", "electron-builder": "^22.4.1", "electron-rebuild": "^1.10.1", "readline-sync": "1.4.10" diff --git a/app/yarn.lock b/app/yarn.lock index 1b007969..6eea55ba 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1120,10 +1120,10 @@ electron-rebuild@^1.10.1: spawn-rx "^3.0.0" yargs "^14.2.0" -electron@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-8.0.0.tgz#b5f105cda6985ca2f2496de15e44b2bbb0c8e4f4" - integrity sha512-vBXUKRqTUq0jv1upvISdvScDDH3uCPwXj4eA5BeR3UDbJp2hOhq7eJxwjIQbfLQql98aYz4X6pSlzBnhfyQqHA== +electron@^8.2.3: + version "8.2.3" + resolved "https://registry.yarnpkg.com/electron/-/electron-8.2.3.tgz#b7d6a43bd9f3a2428c660dcd055a20034520e1ea" + integrity sha512-FJUp103c8yJBoAaj/QM/OBde57iJh95u1yGJBytMUXmLFSsx78LmNE03QN4XCODyzi76IEcasvUcK6scogRLbQ== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12" @@ -1726,10 +1726,10 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -"itunes-nowplaying-mac@git://github.com/cutls/itunes-nowplaying-mac": - version "0.2.3" - uid "86e64e528ef4b2afa8f5b4d008d11b967b113758" - resolved "git://github.com/cutls/itunes-nowplaying-mac#86e64e528ef4b2afa8f5b4d008d11b967b113758" +itunes-nowplaying-mac@0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/itunes-nowplaying-mac/-/itunes-nowplaying-mac-0.3.1.tgz#3f5ee853aef843e66c20ae10b9439303bc1a4986" + integrity sha512-kZ/ef1rMzl/CMc1RBh3z99wqijxQgz5Vn1gLCrE1OqRwj9bq2vbgeIqWjJC8iDWZHRolizdTPfKMAbp8yKYFTQ== jimp@^0.10.1: version "0.10.1"