mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f99db3217 | |||
| 4fa9762a50 | |||
| 1e5bea85b3 | |||
| 739518a6fd | |||
| 24b0ae2c6b | |||
| dae6fc9149 | |||
| 25958a7bb1 | |||
| 8b901789dd | |||
| 09a582192f |
10
changelog.md
10
changelog.md
@ -2,8 +2,18 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
||||||
|
|
||||||
|
#### [v3.3.9](https://github.com/th-ch/youtube-music/compare/v3.3.8...v3.3.9)
|
||||||
|
|
||||||
|
- chore(deps): update dependency eslint to v9.4.0 [`#2106`](https://github.com/th-ch/youtube-music/pull/2106)
|
||||||
|
- fix(adblocker): fix In-Player adblocker [`#1817`](https://github.com/th-ch/youtube-music/issues/1817)
|
||||||
|
- feat(adblocker): improve In-Player adblocker [`5b9e947`](https://github.com/th-ch/youtube-music/commit/5b9e947b8feebb57d9a2122ae7b7ab2ff7c37c06)
|
||||||
|
- chore(i18n): Translated using Weblate (French) [`9e809b0`](https://github.com/th-ch/youtube-music/commit/9e809b002d10f6ec0202a7d56d3d0b73f8093012)
|
||||||
|
- chore(i18n): Translated using Weblate (Malay) [`79151cb`](https://github.com/th-ch/youtube-music/commit/79151cb3aa6c087b8d8bb500322f505797b822bd)
|
||||||
|
|
||||||
#### [v3.3.8](https://github.com/th-ch/youtube-music/compare/v3.3.7...v3.3.8)
|
#### [v3.3.8](https://github.com/th-ch/youtube-music/compare/v3.3.7...v3.3.8)
|
||||||
|
|
||||||
|
> 1 June 2024
|
||||||
|
|
||||||
- fix(adblocker): fix blank screen [`#1942`](https://github.com/th-ch/youtube-music/issues/1942) [`#2100`](https://github.com/th-ch/youtube-music/issues/2100) [`#2103`](https://github.com/th-ch/youtube-music/issues/2103)
|
- fix(adblocker): fix blank screen [`#1942`](https://github.com/th-ch/youtube-music/issues/1942) [`#2100`](https://github.com/th-ch/youtube-music/issues/2100) [`#2103`](https://github.com/th-ch/youtube-music/issues/2103)
|
||||||
- Update changelog for v3.3.7 [`b572623`](https://github.com/th-ch/youtube-music/commit/b572623442fc8b45b593dc0c91623fbf814115b4)
|
- Update changelog for v3.3.7 [`b572623`](https://github.com/th-ch/youtube-music/commit/b572623442fc8b45b593dc0c91623fbf814115b4)
|
||||||
- Bump version to 3.3.8 [`5d99a85`](https://github.com/th-ch/youtube-music/commit/5d99a854e2f29bdb6682beeffa4e6b9b8be0f60f)
|
- Bump version to 3.3.8 [`5d99a85`](https://github.com/th-ch/youtube-music/commit/5d99a854e2f29bdb6682beeffa4e6b9b8be0f60f)
|
||||||
|
|||||||
15
package.json
15
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "youtube-music",
|
"name": "youtube-music",
|
||||||
"productName": "YouTube Music",
|
"productName": "YouTube Music",
|
||||||
"version": "3.3.9",
|
"version": "3.3.10",
|
||||||
"description": "YouTube Music Desktop App - including custom plugins",
|
"description": "YouTube Music Desktop App - including custom plugins",
|
||||||
"main": "./dist/main/index.js",
|
"main": "./dist/main/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -131,17 +131,20 @@
|
|||||||
"xml2js": "0.6.2",
|
"xml2js": "0.6.2",
|
||||||
"node-fetch": "3.3.2",
|
"node-fetch": "3.3.2",
|
||||||
"@electron/universal": "2.0.1",
|
"@electron/universal": "2.0.1",
|
||||||
"@babel/runtime": "7.24.6"
|
"@babel/runtime": "7.24.6",
|
||||||
|
"eslint": "9.4.0",
|
||||||
|
"@typescript-eslint/parser": "8.0.0-alpha.24"
|
||||||
},
|
},
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"vudio@2.1.1": "patches/vudio@2.1.1.patch",
|
"vudio@2.1.1": "patches/vudio@2.1.1.patch",
|
||||||
"@xhayper/discord-rpc@1.1.2": "patches/@xhayper__discord-rpc@1.1.2.patch",
|
"@xhayper/discord-rpc@1.1.2": "patches/@xhayper__discord-rpc@1.1.2.patch",
|
||||||
"app-builder-lib@24.13.3": "patches/app-builder-lib@24.13.3.patch"
|
"app-builder-lib@24.13.3": "patches/app-builder-lib@24.13.3.patch",
|
||||||
|
"eslint-plugin-import@2.29.1": "patches/eslint-plugin-import@2.29.1.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cliqz/adblocker-electron": "1.27.3",
|
"@cliqz/adblocker-electron": "1.27.1",
|
||||||
"@cliqz/adblocker-electron-preload": "1.27.3",
|
"@cliqz/adblocker-electron-preload": "1.27.1",
|
||||||
"@electron-toolkit/tsconfig": "1.0.1",
|
"@electron-toolkit/tsconfig": "1.0.1",
|
||||||
"@electron/remote": "2.1.2",
|
"@electron/remote": "2.1.2",
|
||||||
"@ffmpeg.wasm/core-mt": "0.12.0",
|
"@ffmpeg.wasm/core-mt": "0.12.0",
|
||||||
@ -196,7 +199,7 @@
|
|||||||
"@types/howler": "2.2.11",
|
"@types/howler": "2.2.11",
|
||||||
"@types/html-to-text": "9.0.4",
|
"@types/html-to-text": "9.0.4",
|
||||||
"@types/semver": "7.5.8",
|
"@types/semver": "7.5.8",
|
||||||
"@typescript-eslint/eslint-plugin": "7.11.0",
|
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.24",
|
||||||
"bufferutil": "4.0.8",
|
"bufferutil": "4.0.8",
|
||||||
"builtin-modules": "4.0.0",
|
"builtin-modules": "4.0.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
|
|||||||
161
patches/eslint-plugin-import@2.29.1.patch
Normal file
161
patches/eslint-plugin-import@2.29.1.patch
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
diff --git a/lib/importDeclaration.js b/lib/importDeclaration.js
|
||||||
|
index afb4de779034cfea080825a5f4320661c48bee32..f10b0a11a39577fbd42569e6b0e768255c1ef276 100644
|
||||||
|
--- a/lib/importDeclaration.js
|
||||||
|
+++ b/lib/importDeclaration.js
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
-"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = importDeclaration;function importDeclaration(context) {
|
||||||
|
- var ancestors = context.getAncestors();
|
||||||
|
+"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = importDeclaration;function importDeclaration(context, node) {
|
||||||
|
+ var ancestors = context.getSourceCode().getAncestors(node);
|
||||||
|
return ancestors[ancestors.length - 1];
|
||||||
|
}
|
||||||
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbXBvcnREZWNsYXJhdGlvbi5qcyJdLCJuYW1lcyI6WyJpbXBvcnREZWNsYXJhdGlvbiIsImNvbnRleHQiLCJhbmNlc3RvcnMiLCJnZXRBbmNlc3RvcnMiLCJsZW5ndGgiXSwibWFwcGluZ3MiOiJnR0FBd0JBLGlCLENBQVQsU0FBU0EsaUJBQVQsQ0FBMkJDLE9BQTNCLEVBQW9DO0FBQ2pELE1BQU1DLFlBQVlELFFBQVFFLFlBQVIsRUFBbEI7QUFDQSxTQUFPRCxVQUFVQSxVQUFVRSxNQUFWLEdBQW1CLENBQTdCLENBQVA7QUFDRCIsImZpbGUiOiJpbXBvcnREZWNsYXJhdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIGltcG9ydERlY2xhcmF0aW9uKGNvbnRleHQpIHtcbiAgY29uc3QgYW5jZXN0b3JzID0gY29udGV4dC5nZXRBbmNlc3RvcnMoKTtcbiAgcmV0dXJuIGFuY2VzdG9yc1thbmNlc3RvcnMubGVuZ3RoIC0gMV07XG59XG4iXX0=
|
||||||
|
\ No newline at end of file
|
||||||
|
diff --git a/lib/rules/first.js b/lib/rules/first.js
|
||||||
|
index a77168660cf32c8c3e96f3ff4b8240a36d7de3a6..c0e00d75f9989916057fef3999eeee8d21820292 100644
|
||||||
|
--- a/lib/rules/first.js
|
||||||
|
+++ b/lib/rules/first.js
|
||||||
|
@@ -66,7 +66,7 @@ module.exports = {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (nonImportCount > 0) {var _iteratorNormalCompletion = true;var _didIteratorError = false;var _iteratorError = undefined;try {
|
||||||
|
- for (var _iterator = context.getDeclaredVariables(node)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {var variable = _step.value;
|
||||||
|
+ for (var _iterator = sourceCode.getDeclaredVariables(node)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {var variable = _step.value;
|
||||||
|
if (!shouldSort) {break;}
|
||||||
|
var references = variable.references;
|
||||||
|
if (references.length) {var _iteratorNormalCompletion2 = true;var _didIteratorError2 = false;var _iteratorError2 = undefined;try {
|
||||||
|
diff --git a/lib/rules/namespace.js b/lib/rules/namespace.js
|
||||||
|
index 574d89a60d15c7e0e712956ea6a3ad2d0eac7f08..82e7cb3cff4246592d762cce86323f2b72de92e4 100644
|
||||||
|
--- a/lib/rules/namespace.js
|
||||||
|
+++ b/lib/rules/namespace.js
|
||||||
|
@@ -86,7 +86,7 @@ module.exports = {
|
||||||
|
|
||||||
|
// same as above, but does not add names to local map
|
||||||
|
ExportNamespaceSpecifier: function () {function ExportNamespaceSpecifier(namespace) {
|
||||||
|
- var declaration = (0, _importDeclaration2['default'])(context);
|
||||||
|
+ var declaration = (0, _importDeclaration2['default'])(context, namespace);
|
||||||
|
|
||||||
|
var imports = _ExportMap2['default'].get(declaration.source.value, context);
|
||||||
|
if (imports == null) {return null;}
|
||||||
|
diff --git a/lib/rules/newline-after-import.js b/lib/rules/newline-after-import.js
|
||||||
|
index 6cc15686464a17803a0b976c35b99627cdbfabee..520eec6d9a375527ab72c459960fe4416c046c17 100644
|
||||||
|
--- a/lib/rules/newline-after-import.js
|
||||||
|
+++ b/lib/rules/newline-after-import.js
|
||||||
|
@@ -194,7 +194,7 @@ module.exports = {
|
||||||
|
}return CallExpression;}(),
|
||||||
|
'Program:exit': function () {function ProgramExit() {
|
||||||
|
log('exit processing for', context.getPhysicalFilename ? context.getPhysicalFilename() : context.getFilename());
|
||||||
|
- var scopeBody = getScopeBody(context.getScope());
|
||||||
|
+ var scopeBody = getScopeBody(context.getSourceCode().getScope(node));
|
||||||
|
log('got scope:', scopeBody);
|
||||||
|
|
||||||
|
requireCalls.forEach(function (node, index) {
|
||||||
|
diff --git a/lib/rules/no-amd.js b/lib/rules/no-amd.js
|
||||||
|
index 7ac108bf812ca4f78bfa6fe5ae8b9cf38e2ff497..346c3105dc70f72c4d76fcc6b96b946d1d4ec6d5 100644
|
||||||
|
--- a/lib/rules/no-amd.js
|
||||||
|
+++ b/lib/rules/no-amd.js
|
||||||
|
@@ -23,7 +23,7 @@ module.exports = {
|
||||||
|
create: function () {function create(context) {
|
||||||
|
return {
|
||||||
|
CallExpression: function () {function CallExpression(node) {
|
||||||
|
- if (context.getScope().type !== 'module') {return;}
|
||||||
|
+ if (context.getSourceCode().getScope(node).type !== 'module') {return;}
|
||||||
|
|
||||||
|
if (node.callee.type !== 'Identifier') {return;}
|
||||||
|
if (node.callee.name !== 'require' && node.callee.name !== 'define') {return;}
|
||||||
|
diff --git a/lib/rules/no-commonjs.js b/lib/rules/no-commonjs.js
|
||||||
|
index befeff0026d61d3ac1e6bbcea29f5c471dc1d353..e91c5ed34e968d5867e884ea800e166cda345aef 100644
|
||||||
|
--- a/lib/rules/no-commonjs.js
|
||||||
|
+++ b/lib/rules/no-commonjs.js
|
||||||
|
@@ -107,7 +107,7 @@ module.exports = {
|
||||||
|
|
||||||
|
// exports.
|
||||||
|
if (node.object.name === 'exports') {
|
||||||
|
- var isInScope = context.getScope().
|
||||||
|
+ var isInScope = context.getSourceCode().getScope(node).
|
||||||
|
variables.
|
||||||
|
some(function (variable) {return variable.name === 'exports';});
|
||||||
|
if (!isInScope) {
|
||||||
|
@@ -117,7 +117,7 @@ module.exports = {
|
||||||
|
|
||||||
|
}return MemberExpression;}(),
|
||||||
|
CallExpression: function () {function CallExpression(call) {
|
||||||
|
- if (!validateScope(context.getScope())) {return;}
|
||||||
|
+ if (!validateScope(context.getSourceCode().getScope(call))) {return;}
|
||||||
|
|
||||||
|
if (call.callee.type !== 'Identifier') {return;}
|
||||||
|
if (call.callee.name !== 'require') {return;}
|
||||||
|
diff --git a/lib/rules/no-mutable-exports.js b/lib/rules/no-mutable-exports.js
|
||||||
|
index 40bd1b4cfa95d41732bb13bba0ed1969a91cc7ff..8a25abfbfadb299204b36a6cbf283259bcc2e790 100644
|
||||||
|
--- a/lib/rules/no-mutable-exports.js
|
||||||
|
+++ b/lib/rules/no-mutable-exports.js
|
||||||
|
@@ -32,7 +32,7 @@ module.exports = {
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleExportDefault(node) {
|
||||||
|
- var scope = context.getScope();
|
||||||
|
+ var scope = context.getSourceCode().getScope(node);
|
||||||
|
|
||||||
|
if (node.declaration.name) {
|
||||||
|
checkDeclarationsInScope(scope, node.declaration.name);
|
||||||
|
@@ -40,7 +40,7 @@ module.exports = {
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleExportNamed(node) {
|
||||||
|
- var scope = context.getScope();
|
||||||
|
+ var scope = context.getSourceCode().getScope(node);
|
||||||
|
|
||||||
|
if (node.declaration) {
|
||||||
|
checkDeclaration(node.declaration);
|
||||||
|
diff --git a/lib/rules/no-named-as-default-member.js b/lib/rules/no-named-as-default-member.js
|
||||||
|
index 0c15051e027ad7d1d45f1b51c20be1c000b0af01..5b3d6ba415511b7f9f83a52e1acfebe5a1045a7b 100644
|
||||||
|
--- a/lib/rules/no-named-as-default-member.js
|
||||||
|
+++ b/lib/rules/no-named-as-default-member.js
|
||||||
|
@@ -35,7 +35,7 @@ module.exports = {
|
||||||
|
|
||||||
|
return {
|
||||||
|
ImportDefaultSpecifier: function () {function ImportDefaultSpecifier(node) {
|
||||||
|
- var declaration = (0, _importDeclaration2['default'])(context);
|
||||||
|
+ var declaration = (0, _importDeclaration2['default'])(context, node);
|
||||||
|
var exportMap = _ExportMap2['default'].get(declaration.source.value, context);
|
||||||
|
if (exportMap == null) {return;}
|
||||||
|
|
||||||
|
diff --git a/lib/rules/no-named-as-default.js b/lib/rules/no-named-as-default.js
|
||||||
|
index 63378a33a1c7da004c57a524cec1a1cddf23e210..c81b1f93b11628676158b79f1c4015911943cc7d 100644
|
||||||
|
--- a/lib/rules/no-named-as-default.js
|
||||||
|
+++ b/lib/rules/no-named-as-default.js
|
||||||
|
@@ -18,7 +18,7 @@ module.exports = {
|
||||||
|
// #566: default is a valid specifier
|
||||||
|
if (defaultSpecifier[nameKey].name === 'default') {return;}
|
||||||
|
|
||||||
|
- var declaration = (0, _importDeclaration2['default'])(context);
|
||||||
|
+ var declaration = (0, _importDeclaration2['default'])(context, defaultSpecifier);
|
||||||
|
|
||||||
|
var imports = _ExportMap2['default'].get(declaration.source.value, context);
|
||||||
|
if (imports == null) {return;}
|
||||||
|
diff --git a/lib/rules/no-namespace.js b/lib/rules/no-namespace.js
|
||||||
|
index 2b0c783adea788101b779b17f977bbcb582cfd3f..a7f7b202ac7c4a342febef2a993586c4cc84fc7a 100644
|
||||||
|
--- a/lib/rules/no-namespace.js
|
||||||
|
+++ b/lib/rules/no-namespace.js
|
||||||
|
@@ -43,7 +43,7 @@ var _docsUrl = require('../docsUrl');var _docsUrl2 = _interopRequireDefault(_doc
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
- var scopeVariables = context.getScope().variables;
|
||||||
|
+ var scopeVariables = context.getSourceCode().getScope(node).variables;
|
||||||
|
var namespaceVariable = scopeVariables.find(function (variable) {return variable.defs[0].node === node;});
|
||||||
|
var namespaceReferences = namespaceVariable.references;
|
||||||
|
var namespaceIdentifiers = namespaceReferences.map(function (reference) {return reference.identifier;});
|
||||||
|
diff --git a/package.json b/package.json
|
||||||
|
index 5c0af48543483a21791fa23a4a583071d3551772..5deeac3d0accc3878ef0fc93dfb52a8ca7c46e84 100644
|
||||||
|
--- a/package.json
|
||||||
|
+++ b/package.json
|
||||||
|
@@ -72,7 +72,7 @@
|
||||||
|
"chai": "^4.3.10",
|
||||||
|
"cross-env": "^4.0.0",
|
||||||
|
"escope": "^3.6.0",
|
||||||
|
- "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8",
|
||||||
|
+ "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9",
|
||||||
|
"eslint-doc-generator": "^1.6.1",
|
||||||
|
"eslint-import-resolver-node": "file:./resolvers/node",
|
||||||
|
"eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
|
||||||
196
pnpm-lock.yaml
generated
196
pnpm-lock.yaml
generated
@ -11,6 +11,8 @@ overrides:
|
|||||||
node-fetch: 3.3.2
|
node-fetch: 3.3.2
|
||||||
'@electron/universal': 2.0.1
|
'@electron/universal': 2.0.1
|
||||||
'@babel/runtime': 7.24.6
|
'@babel/runtime': 7.24.6
|
||||||
|
eslint: 9.4.0
|
||||||
|
'@typescript-eslint/parser': 8.0.0-alpha.24
|
||||||
|
|
||||||
patchedDependencies:
|
patchedDependencies:
|
||||||
'@xhayper/discord-rpc@1.1.2':
|
'@xhayper/discord-rpc@1.1.2':
|
||||||
@ -19,6 +21,9 @@ patchedDependencies:
|
|||||||
app-builder-lib@24.13.3:
|
app-builder-lib@24.13.3:
|
||||||
hash: zcnm2qnjaggm2keyecnhiglkke
|
hash: zcnm2qnjaggm2keyecnhiglkke
|
||||||
path: patches/app-builder-lib@24.13.3.patch
|
path: patches/app-builder-lib@24.13.3.patch
|
||||||
|
eslint-plugin-import@2.29.1:
|
||||||
|
hash: jvncgd2drhy7vjt7cvbkfo5bxu
|
||||||
|
path: patches/eslint-plugin-import@2.29.1.patch
|
||||||
vudio@2.1.1:
|
vudio@2.1.1:
|
||||||
hash: 7iux5msqpgl3octdmwy4uspwoe
|
hash: 7iux5msqpgl3octdmwy4uspwoe
|
||||||
path: patches/vudio@2.1.1.patch
|
path: patches/vudio@2.1.1.patch
|
||||||
@ -28,11 +33,11 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker-electron':
|
'@cliqz/adblocker-electron':
|
||||||
specifier: 1.27.3
|
specifier: 1.27.1
|
||||||
version: 1.27.3(electron@30.0.9)
|
version: 1.27.1(electron@30.0.9)
|
||||||
'@cliqz/adblocker-electron-preload':
|
'@cliqz/adblocker-electron-preload':
|
||||||
specifier: 1.27.3
|
specifier: 1.27.1
|
||||||
version: 1.27.3(electron@30.0.9)
|
version: 1.27.1(electron@30.0.9)
|
||||||
'@electron-toolkit/tsconfig':
|
'@electron-toolkit/tsconfig':
|
||||||
specifier: 1.0.1
|
specifier: 1.0.1
|
||||||
version: 1.0.1(@types/node@20.12.5)
|
version: 1.0.1(@types/node@20.12.5)
|
||||||
@ -191,8 +196,8 @@ importers:
|
|||||||
specifier: 7.5.8
|
specifier: 7.5.8
|
||||||
version: 7.5.8
|
version: 7.5.8
|
||||||
'@typescript-eslint/eslint-plugin':
|
'@typescript-eslint/eslint-plugin':
|
||||||
specifier: 7.11.0
|
specifier: 8.0.0-alpha.24
|
||||||
version: 7.11.0(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint@9.4.0)(typescript@5.4.5)
|
version: 8.0.0-alpha.24(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint@9.4.0)(typescript@5.4.5)
|
||||||
bufferutil:
|
bufferutil:
|
||||||
specifier: 4.0.8
|
specifier: 4.0.8
|
||||||
version: 4.0.8
|
version: 4.0.8
|
||||||
@ -228,13 +233,13 @@ importers:
|
|||||||
version: 9.4.0
|
version: 9.4.0
|
||||||
eslint-import-resolver-exports:
|
eslint-import-resolver-exports:
|
||||||
specifier: 1.0.0-beta.5
|
specifier: 1.0.0-beta.5
|
||||||
version: 1.0.0-beta.5(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0))(eslint@9.4.0)
|
version: 1.0.0-beta.5(eslint-plugin-import@2.29.1(patch_hash=jvncgd2drhy7vjt7cvbkfo5bxu)(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0))(eslint@9.4.0)
|
||||||
eslint-import-resolver-typescript:
|
eslint-import-resolver-typescript:
|
||||||
specifier: 3.6.1
|
specifier: 3.6.1
|
||||||
version: 3.6.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1)(eslint@9.4.0)
|
version: 3.6.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1)(eslint@9.4.0)
|
||||||
eslint-plugin-import:
|
eslint-plugin-import:
|
||||||
specifier: 2.29.1
|
specifier: 2.29.1
|
||||||
version: 2.29.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0)
|
version: 2.29.1(patch_hash=jvncgd2drhy7vjt7cvbkfo5bxu)(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0)
|
||||||
eslint-plugin-prettier:
|
eslint-plugin-prettier:
|
||||||
specifier: 5.1.3
|
specifier: 5.1.3
|
||||||
version: 5.1.3(eslint@9.4.0)(prettier@3.2.5)
|
version: 5.1.3(eslint@9.4.0)(prettier@3.2.5)
|
||||||
@ -405,13 +410,13 @@ packages:
|
|||||||
'@cliqz/adblocker-content@1.27.6':
|
'@cliqz/adblocker-content@1.27.6':
|
||||||
resolution: {integrity: sha512-O7zqrLYNtkBtPMXrnrLDSC2LliKfUcJUL5hWn89QxJ4fw1o4Bow5b6pU3+ye2Hud2Lo5VqaCrICAipJr5BzVog==}
|
resolution: {integrity: sha512-O7zqrLYNtkBtPMXrnrLDSC2LliKfUcJUL5hWn89QxJ4fw1o4Bow5b6pU3+ye2Hud2Lo5VqaCrICAipJr5BzVog==}
|
||||||
|
|
||||||
'@cliqz/adblocker-electron-preload@1.27.3':
|
'@cliqz/adblocker-electron-preload@1.27.1':
|
||||||
resolution: {integrity: sha512-yLd7uzOxqBVsWGXBvZ9iyyDs9xAiEKXIVvnzoRCRA1XXvz2ckYxHGtz/eNqR5811jJ2F8tuhOmqE8M/3+MaPpQ==}
|
resolution: {integrity: sha512-J6qHgqnqpPNwACIuIjtackMRfJbUM+bXc9w4XmPXt1jW7OCuxr8JVjxQamKWWW4PVP7YqtpZCwlvCxQGgCEGoQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
electron: '>11'
|
electron: '>11'
|
||||||
|
|
||||||
'@cliqz/adblocker-electron@1.27.3':
|
'@cliqz/adblocker-electron@1.27.1':
|
||||||
resolution: {integrity: sha512-eP0q+NrYrr/CKGYWuDumuaHSX5LXsljyS704kdOl0/XkFwGBeeUpm/cm9Fm43Fs9WZh4rgL3+jbwdyuOmNfrTg==}
|
resolution: {integrity: sha512-mV49IrXKOUa23T87E0+ewGCtSdgVIZHalKVDabC+g2DY6nU57XjHe4YlAPQCZFRW59HHAxALYjn5wHYGWzus8Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
electron: '>11'
|
electron: '>11'
|
||||||
|
|
||||||
@ -875,7 +880,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
eslint: 9.4.0
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.10.0':
|
'@eslint-community/regexpp@4.10.0':
|
||||||
resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
|
resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
|
||||||
@ -1244,12 +1249,12 @@ packages:
|
|||||||
'@types/yauzl@2.10.3':
|
'@types/yauzl@2.10.3':
|
||||||
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
|
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@7.11.0':
|
'@typescript-eslint/eslint-plugin@8.0.0-alpha.24':
|
||||||
resolution: {integrity: sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==}
|
resolution: {integrity: sha512-14rK2L+ayITgprWmtaoI7ImzAZtHpnzQ7ujKJDQP6FrLSpd2Xv9ndViiG1XvhXYnwH1ppHGRZDzOkOMmDgp3Mg==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^7.0.0
|
'@typescript-eslint/parser': 8.0.0-alpha.24
|
||||||
eslint: ^8.56.0
|
eslint: 9.4.0
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
@ -1259,46 +1264,36 @@ packages:
|
|||||||
resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==}
|
resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || >=20.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.56.0
|
eslint: 9.4.0
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@7.11.0':
|
|
||||||
resolution: {integrity: sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==}
|
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@7.5.0':
|
'@typescript-eslint/scope-manager@7.5.0':
|
||||||
resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==}
|
resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || >=20.0.0}
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@7.11.0':
|
'@typescript-eslint/scope-manager@8.0.0-alpha.24':
|
||||||
resolution: {integrity: sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==}
|
resolution: {integrity: sha512-ATe1bLKAyJ3alyrAoC0Wel1mnBThFB0/OBoXHp9GKoiTHdqJAhs2cCgZOgQWyJmWLiLFQHLyJj3EIFpoaDOX+Q==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@typescript-eslint/type-utils@8.0.0-alpha.24':
|
||||||
|
resolution: {integrity: sha512-jNh21K0/2aTekfPQAONImIEi0yTsLLH/dmOjuXLEX56QniTPoMKFrO9JYVUfjTRIlEHl8/F8VDv9yTINNcx/2w==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.56.0
|
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@typescript-eslint/types@7.11.0':
|
|
||||||
resolution: {integrity: sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==}
|
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
|
||||||
|
|
||||||
'@typescript-eslint/types@7.5.0':
|
'@typescript-eslint/types@7.5.0':
|
||||||
resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==}
|
resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || >=20.0.0}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@7.11.0':
|
'@typescript-eslint/types@8.0.0-alpha.24':
|
||||||
resolution: {integrity: sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==}
|
resolution: {integrity: sha512-MwBAoDe8nf1KrquszS586fHp+b9LV4jd2zEzwB6FdfLmJavyHrJGVFmCVSoDNZ40MqCQklgY78px6TXnKulCfg==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
|
||||||
typescript: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@7.5.0':
|
'@typescript-eslint/typescript-estree@7.5.0':
|
||||||
resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==}
|
resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==}
|
||||||
@ -1309,20 +1304,29 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@typescript-eslint/utils@7.11.0':
|
'@typescript-eslint/typescript-estree@8.0.0-alpha.24':
|
||||||
resolution: {integrity: sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==}
|
resolution: {integrity: sha512-d/WTeR5eG9BboB9rPdcv7o8fZV4Jyy643Xxb9s0O9xX2X5oZrj5lqD7O/J+9aT9l/iE4U81sp1bceQKoUDJq0A==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.56.0
|
typescript: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
typescript:
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@7.11.0':
|
'@typescript-eslint/utils@8.0.0-alpha.24':
|
||||||
resolution: {integrity: sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==}
|
resolution: {integrity: sha512-Ph3Mvh+KRlf8zPmhyFqSpDVCyfcCfNd7mLujLWzXo/TgJfXbdjjs7CLv8yc+tmB7zwgiv/XIeul1iyYUVKjMEw==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
peerDependencies:
|
||||||
|
eslint: 9.4.0
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@7.5.0':
|
'@typescript-eslint/visitor-keys@7.5.0':
|
||||||
resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==}
|
resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || >=20.0.0}
|
||||||
|
|
||||||
|
'@typescript-eslint/visitor-keys@8.0.0-alpha.24':
|
||||||
|
resolution: {integrity: sha512-9gu8YsifuPFXC1ZDPEXroGon1/IbSXD5bYFs6mmE8GwVo++Z1UTaO3tjTp+k/b85d8MBRkhetgBSFKKsIWetTw==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@xhayper/discord-rpc@1.1.2':
|
'@xhayper/discord-rpc@1.1.2':
|
||||||
resolution: {integrity: sha512-QOeSFRqEK/pfSNl9PSIIi6ypKzD2zy1B8IHdzpvw4WsqXNoJaymfg9lE0wsei4zD5eT2bfnlcILBW9ociJMnKw==}
|
resolution: {integrity: sha512-QOeSFRqEK/pfSNl9PSIIi6ypKzD2zy1B8IHdzpvw4WsqXNoJaymfg9lE0wsei4zD5eT2bfnlcILBW9ociJMnKw==}
|
||||||
engines: {node: '>=14.18.0'}
|
engines: {node: '>=14.18.0'}
|
||||||
@ -2140,7 +2144,7 @@ packages:
|
|||||||
eslint-import-resolver-exports@1.0.0-beta.5:
|
eslint-import-resolver-exports@1.0.0-beta.5:
|
||||||
resolution: {integrity: sha512-o6t0w7muUpXr7MkUVzD5igQoDfAQvTmcPp8HEAJdNF8eOuAO+yn6I/TTyMxz9ecCwzX7e02vzlkHURoScUuidg==}
|
resolution: {integrity: sha512-o6t0w7muUpXr7MkUVzD5igQoDfAQvTmcPp8HEAJdNF8eOuAO+yn6I/TTyMxz9ecCwzX7e02vzlkHURoScUuidg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: 9.4.0
|
||||||
eslint-plugin-import: '*'
|
eslint-plugin-import: '*'
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-node@0.3.9:
|
||||||
@ -2150,7 +2154,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==}
|
resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: 9.4.0
|
||||||
eslint-plugin-import: '*'
|
eslint-plugin-import: '*'
|
||||||
|
|
||||||
eslint-module-utils@2.8.0:
|
eslint-module-utils@2.8.0:
|
||||||
@ -2179,7 +2183,7 @@ packages:
|
|||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': '*'
|
'@typescript-eslint/parser': '*'
|
||||||
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
|
eslint: 9.4.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@typescript-eslint/parser':
|
'@typescript-eslint/parser':
|
||||||
optional: true
|
optional: true
|
||||||
@ -2189,7 +2193,7 @@ packages:
|
|||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@types/eslint': '>=8.0.0'
|
'@types/eslint': '>=8.0.0'
|
||||||
eslint: '>=8.0.0'
|
eslint: 9.4.0
|
||||||
eslint-config-prettier: '*'
|
eslint-config-prettier: '*'
|
||||||
prettier: '>=3.0.0'
|
prettier: '>=3.0.0'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
@ -4337,15 +4341,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker-extended-selectors': 1.27.6
|
'@cliqz/adblocker-extended-selectors': 1.27.6
|
||||||
|
|
||||||
'@cliqz/adblocker-electron-preload@1.27.3(electron@30.0.9)':
|
'@cliqz/adblocker-electron-preload@1.27.1(electron@30.0.9)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker-content': 1.27.6
|
'@cliqz/adblocker-content': 1.27.6
|
||||||
electron: 30.0.9
|
electron: 30.0.9
|
||||||
|
|
||||||
'@cliqz/adblocker-electron@1.27.3(electron@30.0.9)':
|
'@cliqz/adblocker-electron@1.27.1(electron@30.0.9)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker': 1.27.6
|
'@cliqz/adblocker': 1.27.6
|
||||||
'@cliqz/adblocker-electron-preload': 1.27.3(electron@30.0.9)
|
'@cliqz/adblocker-electron-preload': 1.27.1(electron@30.0.9)
|
||||||
electron: 30.0.9
|
electron: 30.0.9
|
||||||
tldts-experimental: 6.1.2
|
tldts-experimental: 6.1.2
|
||||||
|
|
||||||
@ -5005,14 +5009,14 @@ snapshots:
|
|||||||
'@types/node': 20.12.5
|
'@types/node': 20.12.5
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@7.11.0(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint@9.4.0)(typescript@5.4.5)':
|
'@typescript-eslint/eslint-plugin@8.0.0-alpha.24(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint@9.4.0)(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.10.0
|
'@eslint-community/regexpp': 4.10.0
|
||||||
'@typescript-eslint/parser': 7.5.0(eslint@9.4.0)(typescript@5.4.5)
|
'@typescript-eslint/parser': 7.5.0(eslint@9.4.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/scope-manager': 7.11.0
|
'@typescript-eslint/scope-manager': 8.0.0-alpha.24
|
||||||
'@typescript-eslint/type-utils': 7.11.0(eslint@9.4.0)(typescript@5.4.5)
|
'@typescript-eslint/type-utils': 8.0.0-alpha.24(eslint@9.4.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/utils': 7.11.0(eslint@9.4.0)(typescript@5.4.5)
|
'@typescript-eslint/utils': 8.0.0-alpha.24(eslint@9.4.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/visitor-keys': 7.11.0
|
'@typescript-eslint/visitor-keys': 8.0.0-alpha.24
|
||||||
eslint: 9.4.0
|
eslint: 9.4.0
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.1
|
ignore: 5.3.1
|
||||||
@ -5036,46 +5040,31 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@7.11.0':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 7.11.0
|
|
||||||
'@typescript-eslint/visitor-keys': 7.11.0
|
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@7.5.0':
|
'@typescript-eslint/scope-manager@7.5.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 7.5.0
|
'@typescript-eslint/types': 7.5.0
|
||||||
'@typescript-eslint/visitor-keys': 7.5.0
|
'@typescript-eslint/visitor-keys': 7.5.0
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@7.11.0(eslint@9.4.0)(typescript@5.4.5)':
|
'@typescript-eslint/scope-manager@8.0.0-alpha.24':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5)
|
'@typescript-eslint/types': 8.0.0-alpha.24
|
||||||
'@typescript-eslint/utils': 7.11.0(eslint@9.4.0)(typescript@5.4.5)
|
'@typescript-eslint/visitor-keys': 8.0.0-alpha.24
|
||||||
|
|
||||||
|
'@typescript-eslint/type-utils@8.0.0-alpha.24(eslint@9.4.0)(typescript@5.4.5)':
|
||||||
|
dependencies:
|
||||||
|
'@typescript-eslint/typescript-estree': 8.0.0-alpha.24(typescript@5.4.5)
|
||||||
|
'@typescript-eslint/utils': 8.0.0-alpha.24(eslint@9.4.0)(typescript@5.4.5)
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 9.4.0
|
|
||||||
ts-api-utils: 1.3.0(typescript@5.4.5)
|
ts-api-utils: 1.3.0(typescript@5.4.5)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.4.5
|
typescript: 5.4.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/types@7.11.0': {}
|
|
||||||
|
|
||||||
'@typescript-eslint/types@7.5.0': {}
|
'@typescript-eslint/types@7.5.0': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@7.11.0(typescript@5.4.5)':
|
'@typescript-eslint/types@8.0.0-alpha.24': {}
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 7.11.0
|
|
||||||
'@typescript-eslint/visitor-keys': 7.11.0
|
|
||||||
debug: 4.3.4
|
|
||||||
globby: 11.1.0
|
|
||||||
is-glob: 4.0.3
|
|
||||||
minimatch: 9.0.4
|
|
||||||
semver: 7.6.2
|
|
||||||
ts-api-utils: 1.3.0(typescript@5.4.5)
|
|
||||||
optionalDependencies:
|
|
||||||
typescript: 5.4.5
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.5)':
|
'@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5092,27 +5081,42 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@7.11.0(eslint@9.4.0)(typescript@5.4.5)':
|
'@typescript-eslint/typescript-estree@8.0.0-alpha.24(typescript@5.4.5)':
|
||||||
|
dependencies:
|
||||||
|
'@typescript-eslint/types': 8.0.0-alpha.24
|
||||||
|
'@typescript-eslint/visitor-keys': 8.0.0-alpha.24
|
||||||
|
debug: 4.3.4
|
||||||
|
globby: 11.1.0
|
||||||
|
is-glob: 4.0.3
|
||||||
|
minimatch: 9.0.4
|
||||||
|
semver: 7.6.2
|
||||||
|
ts-api-utils: 1.3.0(typescript@5.4.5)
|
||||||
|
optionalDependencies:
|
||||||
|
typescript: 5.4.5
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
|
'@typescript-eslint/utils@8.0.0-alpha.24(eslint@9.4.0)(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.4.0)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.4.0)
|
||||||
'@typescript-eslint/scope-manager': 7.11.0
|
'@typescript-eslint/scope-manager': 8.0.0-alpha.24
|
||||||
'@typescript-eslint/types': 7.11.0
|
'@typescript-eslint/types': 8.0.0-alpha.24
|
||||||
'@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5)
|
'@typescript-eslint/typescript-estree': 8.0.0-alpha.24(typescript@5.4.5)
|
||||||
eslint: 9.4.0
|
eslint: 9.4.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@7.11.0':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 7.11.0
|
|
||||||
eslint-visitor-keys: 3.4.3
|
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@7.5.0':
|
'@typescript-eslint/visitor-keys@7.5.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 7.5.0
|
'@typescript-eslint/types': 7.5.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
|
'@typescript-eslint/visitor-keys@8.0.0-alpha.24':
|
||||||
|
dependencies:
|
||||||
|
'@typescript-eslint/types': 8.0.0-alpha.24
|
||||||
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@xhayper/discord-rpc@1.1.2(patch_hash=7eeaht6k4r7cw3nunras7mx7iu)':
|
'@xhayper/discord-rpc@1.1.2(patch_hash=7eeaht6k4r7cw3nunras7mx7iu)':
|
||||||
dependencies:
|
dependencies:
|
||||||
axios: 1.6.5
|
axios: 1.6.5
|
||||||
@ -6241,10 +6245,10 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@5.0.0: {}
|
escape-string-regexp@5.0.0: {}
|
||||||
|
|
||||||
eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0))(eslint@9.4.0):
|
eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.29.1(patch_hash=jvncgd2drhy7vjt7cvbkfo5bxu)(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0))(eslint@9.4.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.4.0
|
eslint: 9.4.0
|
||||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0)
|
eslint-plugin-import: 2.29.1(patch_hash=jvncgd2drhy7vjt7cvbkfo5bxu)(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0)
|
||||||
resolve.exports: 2.0.2
|
resolve.exports: 2.0.2
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-node@0.3.9:
|
||||||
@ -6261,7 +6265,7 @@ snapshots:
|
|||||||
enhanced-resolve: 5.15.0
|
enhanced-resolve: 5.15.0
|
||||||
eslint: 9.4.0
|
eslint: 9.4.0
|
||||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1)(eslint@9.4.0))(eslint@9.4.0)
|
eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1)(eslint@9.4.0))(eslint@9.4.0)
|
||||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0)
|
eslint-plugin-import: 2.29.1(patch_hash=jvncgd2drhy7vjt7cvbkfo5bxu)(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0)
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.2
|
||||||
get-tsconfig: 4.7.2
|
get-tsconfig: 4.7.2
|
||||||
is-core-module: 2.13.1
|
is-core-module: 2.13.1
|
||||||
@ -6283,7 +6287,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0):
|
eslint-plugin-import@2.29.1(patch_hash=jvncgd2drhy7vjt7cvbkfo5bxu)(@typescript-eslint/parser@7.5.0(eslint@9.4.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.4.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
array-includes: 3.1.7
|
array-includes: 3.1.7
|
||||||
array.prototype.findlastindex: 1.2.3
|
array.prototype.findlastindex: 1.2.3
|
||||||
|
|||||||
15
src/i18n/resources/hr.json
Normal file
15
src/i18n/resources/hr.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"common": {
|
||||||
|
"console": {
|
||||||
|
"plugins": {
|
||||||
|
"execute-failed": "Neuspjelo izvršenje plugina {{pluginName}}::{{contextName}}",
|
||||||
|
"executed-at-ms": "Plugin{{pluginName}}::{{contextName}}{{je izvršen za {{ms}}ms"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"language": {
|
||||||
|
"code": "hr",
|
||||||
|
"local-name": "Hrvatski",
|
||||||
|
"name": "Croatian"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -198,7 +198,8 @@
|
|||||||
"restart": "YT Music újraindítása",
|
"restart": "YT Music újraindítása",
|
||||||
"show": "Ablak megjelenítése",
|
"show": "Ablak megjelenítése",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"default": "YouTube Music"
|
"default": "YouTube Music",
|
||||||
|
"with-song-info": "YouTube Music: {{artist}} - {{title}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -217,7 +218,10 @@
|
|||||||
"description": "Dinamikus téma és vizuális effektek alkalmazása az album színpalettája alapján",
|
"description": "Dinamikus téma és vizuális effektek alkalmazása az album színpalettája alapján",
|
||||||
"menu": {
|
"menu": {
|
||||||
"color-mix-ratio": {
|
"color-mix-ratio": {
|
||||||
"label": "Szín keverés aránya"
|
"label": "Szín keverés aránya",
|
||||||
|
"submenu": {
|
||||||
|
"percent": "{{ratio}}%"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "Album színtéma"
|
"name": "Album színtéma"
|
||||||
@ -231,14 +235,28 @@
|
|||||||
"pixels": "{{blurAmount}} képpontok"
|
"pixels": "{{blurAmount}} képpontok"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"buffer": {
|
||||||
|
"submenu": {
|
||||||
|
"buffer": "{{buffer}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"label": "Átlátszóság"
|
"label": "Átlátszóság",
|
||||||
|
"submenu": {
|
||||||
|
"percent": "{{opacity}}%"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"quality": {
|
"quality": {
|
||||||
"label": "Minőség"
|
"label": "Minőség",
|
||||||
|
"submenu": {
|
||||||
|
"pixels": "{{quality}} képpont"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
"label": "Méret"
|
"label": "Méret",
|
||||||
|
"submenu": {
|
||||||
|
"percent": "{{size}}%"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"use-fullscreen": {
|
"use-fullscreen": {
|
||||||
"label": "Teljes képernyő használata"
|
"label": "Teljes képernyő használata"
|
||||||
@ -317,6 +335,7 @@
|
|||||||
"play-on-youtube-music": "Lejátszás a YouTube Music-on",
|
"play-on-youtube-music": "Lejátszás a YouTube Music-on",
|
||||||
"set-inactivity-timeout": "Inaktivitási időkorlát beállítása"
|
"set-inactivity-timeout": "Inaktivitási időkorlát beállítása"
|
||||||
},
|
},
|
||||||
|
"name": "Discord Rich Presence",
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"set-inactivity-timeout": {
|
"set-inactivity-timeout": {
|
||||||
"label": "Írja be az inaktivitási időkorlátot másodpercben:",
|
"label": "Írja be az inaktivitási időkorlátot másodpercben:",
|
||||||
@ -328,9 +347,14 @@
|
|||||||
"backend": {
|
"backend": {
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"error": {
|
"error": {
|
||||||
"message": "Hoppá! Elnézést, a letöltés sikertelen volt…"
|
"message": "Hoppá! Elnézést, a letöltés sikertelen volt…",
|
||||||
|
"title": "A letöltés során hiba történt!"
|
||||||
},
|
},
|
||||||
"start-download-playlist": {
|
"start-download-playlist": {
|
||||||
|
"buttons": {
|
||||||
|
"ok": "Rendben"
|
||||||
|
},
|
||||||
|
"detail": "({{playlistSize}} dal)",
|
||||||
"message": "A(z) {{playlistTitle}} lejátszási lista letöltése",
|
"message": "A(z) {{playlistTitle}} lejátszási lista letöltése",
|
||||||
"title": "A letöltés elindult"
|
"title": "A letöltés elindult"
|
||||||
}
|
}
|
||||||
@ -339,21 +363,36 @@
|
|||||||
"conversion-progress": "Konvetálás: {{percent}}%",
|
"conversion-progress": "Konvetálás: {{percent}}%",
|
||||||
"converting": "Konvertálás…",
|
"converting": "Konvertálás…",
|
||||||
"done": "Kész: {{filePath}}",
|
"done": "Kész: {{filePath}}",
|
||||||
|
"download-info": "Letöltés: {{artist}} - {{title}} [{{videoId}}",
|
||||||
|
"download-progress": "Letöltés: {{percent}}%",
|
||||||
|
"downloading": "Letöltés folyamatban…",
|
||||||
|
"downloading-counter": "Letöltés: {{current}}/{{total}}…",
|
||||||
|
"downloading-playlist": "Letöltés a lejátszási listáról \"{{playlistTitle}}\" - {{playlistSize}} dal ({{playlistId}})",
|
||||||
|
"error-while-downloading": "Hiba a \"{{author}} - {{title}}\" letöltésekor: {{error}}",
|
||||||
|
"folder-already-exists": "A {{playlistFolder}} nevű mappa már létezik",
|
||||||
"getting-playlist-info": "Lejátszási lista információinak lekérése…",
|
"getting-playlist-info": "Lejátszási lista információinak lekérése…",
|
||||||
"loading": "Betöltés…",
|
"loading": "Betöltés…",
|
||||||
"playlist-has-only-one-song": "A lejátszási listában csak egy elem van, letöltés közvetlenül",
|
"playlist-has-only-one-song": "A lejátszási listában csak egy elem van, letöltés közvetlenül",
|
||||||
"playlist-id-not-found": "Nem található lejátszási lista azonosítója",
|
"playlist-id-not-found": "Nem található lejátszási lista azonosítója",
|
||||||
"playlist-is-empty": "Lejátszási lista üres",
|
"playlist-is-empty": "Lejátszási lista üres",
|
||||||
|
"playlist-is-mix-or-private": "Hiba a lejátszási lista információinak lekérésekor: győződjön meg róla, hogy nem privát vagy \"Saját egyveleg\" lejátszási lista\n\n{{error}}",
|
||||||
"preparing-file": "Fájl előkészítése…",
|
"preparing-file": "Fájl előkészítése…",
|
||||||
"saving": "Mentés…",
|
"saving": "Mentés…",
|
||||||
"video-id-not-found": "Videó nem található"
|
"trying-to-get-playlist-id": "Playlist ID lekérése: {{playlistId}}",
|
||||||
|
"video-id-not-found": "Videó nem található",
|
||||||
|
"writing-id3": "ID3 címkék írása…"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"description": "MP3 / forrás hanganyag letöltése közvetlenül az interfészről",
|
||||||
"menu": {
|
"menu": {
|
||||||
"choose-download-folder": "Letöltési mappa kiválasztása",
|
"choose-download-folder": "Letöltési mappa kiválasztása",
|
||||||
"download-playlist": "Lejátszási lista letöltése",
|
"download-playlist": "Lejátszási lista letöltése",
|
||||||
"skip-existing": "Meglévő fájlok kihagyása"
|
"skip-existing": "Meglévő fájlok kihagyása"
|
||||||
},
|
},
|
||||||
|
"name": "Letöltő",
|
||||||
|
"renderer": {
|
||||||
|
"can-not-update-progress": "A haladást nem lehet frissíteni"
|
||||||
|
},
|
||||||
"templates": {
|
"templates": {
|
||||||
"button": "Letöltés"
|
"button": "Letöltés"
|
||||||
}
|
}
|
||||||
@ -362,16 +401,29 @@
|
|||||||
"description": "Az hangerő csúszka exponenciálissá tételével könnyebbé válik az alacsony hangerő kiválasztása.",
|
"description": "Az hangerő csúszka exponenciálissá tételével könnyebbé válik az alacsony hangerő kiválasztása.",
|
||||||
"name": "Exponenciális hangerő"
|
"name": "Exponenciális hangerő"
|
||||||
},
|
},
|
||||||
|
"in-app-menu": {
|
||||||
|
"description": "Menüsávok stílusos, sötét vagy album-színű megjelenítése",
|
||||||
|
"menu": {
|
||||||
|
"hide-dom-window-controls": "DOM ablakvezérlők elrejtése"
|
||||||
|
},
|
||||||
|
"name": "Alkalmazáson belüli menü"
|
||||||
|
},
|
||||||
|
"lumiastream": {
|
||||||
|
"description": "Lumia Stream támogatás hozzáadása",
|
||||||
|
"name": "Lumia Stream [Béta]"
|
||||||
|
},
|
||||||
"lyrics-genius": {
|
"lyrics-genius": {
|
||||||
"description": "Dalszöveg támogatást ad a legtöbb dalhoz",
|
"description": "Dalszöveg támogatást ad a legtöbb dalhoz",
|
||||||
"menu": {
|
"menu": {
|
||||||
"romanized-lyrics": "Latin betűs dalszövegek"
|
"romanized-lyrics": "Latin betűs dalszövegek"
|
||||||
},
|
},
|
||||||
|
"name": "Lyrics Genius",
|
||||||
"renderer": {
|
"renderer": {
|
||||||
"fetched-lyrics": "Dalszövegek lekérése a Genius-ról"
|
"fetched-lyrics": "Dalszövegek lekérése a Genius-ról"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"music-together": {
|
"music-together": {
|
||||||
|
"description": "Lehetővé teszi a lejátszási listák megosztását másokkal. Amikor a házigazda lejátszik egy dalt, mindenki más is ugyanazt a dalt fogja hallani",
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"enter-host": "Adja meg a házigazda azonosítóját"
|
"enter-host": "Adja meg a házigazda azonosítóját"
|
||||||
},
|
},
|
||||||
@ -386,6 +438,7 @@
|
|||||||
"connected-users": "Csatlakozott felhasználók",
|
"connected-users": "Csatlakozott felhasználók",
|
||||||
"disconnect": "Zene együtt kapcsolatának megszakítása",
|
"disconnect": "Zene együtt kapcsolatának megszakítása",
|
||||||
"empty-user": "Nincs csatlakozva felhasználó",
|
"empty-user": "Nincs csatlakozva felhasználó",
|
||||||
|
"host": "Music Together Házigazda",
|
||||||
"join": "Csatlakozás a Zene együtt-höz",
|
"join": "Csatlakozás a Zene együtt-höz",
|
||||||
"permission": {
|
"permission": {
|
||||||
"all": "Engedélyezi a vendégeknek a lejátszási lista és a lejátszó vezérlését",
|
"all": "Engedélyezi a vendégeknek a lejátszási lista és a lejátszó vezérlését",
|
||||||
@ -402,20 +455,201 @@
|
|||||||
"toast": {
|
"toast": {
|
||||||
"add-song-failed": "Sikertelen volt a dal hozzáadása",
|
"add-song-failed": "Sikertelen volt a dal hozzáadása",
|
||||||
"closed": "Zene együtt bezárva",
|
"closed": "Zene együtt bezárva",
|
||||||
"host-failed": "Sikertelen volt a Zene együtt indítása"
|
"disconnected": "Kapcsolat megszakadt a Music Together-el",
|
||||||
|
"host-failed": "Sikertelen volt a Zene együtt indítása",
|
||||||
|
"id-copied": "Házigazda azonosító a vágólapra másolva",
|
||||||
|
"id-copy-failed": "Nem sikerült a Házigazda azonosítóját a vágólapra másolni",
|
||||||
|
"join-failed": "Nem sikerült csatlakozni a Music Together-hez",
|
||||||
|
"joined": "Csatlakozott a Music Together-hez",
|
||||||
|
"permission-changed": "Music Together engedély megváltoztatva \"{{permission}}\" -re",
|
||||||
|
"remove-song-failed": "A dal eltávolítása sikertelen",
|
||||||
|
"user-connected": "{{name}} csatlakozott a Music Together-hez",
|
||||||
|
"user-disconnected": "{{name}} elhagyta a Music Together-t"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"navigation": {
|
||||||
|
"name": "Navigáció"
|
||||||
|
},
|
||||||
|
"no-google-login": {
|
||||||
|
"description": "A Bejelentkezés gomb eltávolítása az interfészről (Jobb fentről eltünik a bejelentkezés gomb.)",
|
||||||
|
"name": "Nincs Google bejelentkezés"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"description": "Értesítés megjelenítése, amikor egy dal elindul (interaktív értesítések elérhetők Windows-on)",
|
"description": "Értesítés megjelenítése, amikor egy dal elindul (interaktív értesítések elérhetők Windows-on)",
|
||||||
"menu": {
|
"menu": {
|
||||||
"interactive": "Interaktív Értesítések"
|
"interactive": "Interaktív Értesítések",
|
||||||
|
"interactive-settings": {
|
||||||
|
"label": "Interaktív beállítások",
|
||||||
|
"submenu": {
|
||||||
|
"hide-button-text": "Gombok szövegének elrejtése"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"priority": "Értesítési prioritás"
|
||||||
|
},
|
||||||
|
"name": "Értesítések"
|
||||||
|
},
|
||||||
|
"picture-in-picture": {
|
||||||
|
"description": "Lehetővé teszi az alkalmazás kép a képben módra váltását",
|
||||||
|
"menu": {
|
||||||
|
"always-on-top": "Mindig látható",
|
||||||
|
"hotkey": {
|
||||||
|
"label": "Gyorsbillentyű",
|
||||||
|
"prompt": {
|
||||||
|
"keybind-options": {
|
||||||
|
"hotkey": "Gyorsbillentyű"
|
||||||
|
},
|
||||||
|
"label": "Válassz egy gyorsbillentyűt a kép a képben mód váltásához",
|
||||||
|
"title": "Kép a képben gyorsbillentyű"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"save-window-position": "Ablakpozíciójának mentése",
|
||||||
|
"save-window-size": "Ablakméretének mentése",
|
||||||
|
"use-native-pip": "A böngésző natív PiP(Kép a képben) használata"
|
||||||
|
},
|
||||||
|
"name": "Kép a képben",
|
||||||
|
"templates": {
|
||||||
|
"button": "Kép a képben"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"playback-speed": {
|
"playback-speed": {
|
||||||
|
"description": "Hallgass gyorsan, hallgass lassan! Hozzáad egy csúszkát, amely szabályozza a dal sebességét",
|
||||||
"name": "Lejátszás sebessége",
|
"name": "Lejátszás sebessége",
|
||||||
"templates": {
|
"templates": {
|
||||||
"button": "Sebesség"
|
"button": "Sebesség"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"precise-volume": {
|
||||||
|
"description": "A hangerő precíz szabályozása egérgörgővel/gyorsbillentyűkkel, egy egyedi HUD és testreszabható hangerő csuszka segítségével",
|
||||||
|
"menu": {
|
||||||
|
"global-shortcuts": "Globális gyorsbillentyűk"
|
||||||
|
},
|
||||||
|
"name": "Precíz hangerő",
|
||||||
|
"prompt": {
|
||||||
|
"global-shortcuts": {
|
||||||
|
"keybind-options": {
|
||||||
|
"decrease": "Hangerő csökkentése",
|
||||||
|
"increase": "Hangerő növelése"
|
||||||
|
},
|
||||||
|
"label": "Válaszd ki a globális hangerő gyorsbillentyűket:",
|
||||||
|
"title": "Globális hangerő gyorsbillentyűk"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"quality-changer": {
|
||||||
|
"backend": {
|
||||||
|
"dialog": {
|
||||||
|
"quality-changer": {
|
||||||
|
"detail": "Jelenlegi minőség: {{quality}}",
|
||||||
|
"message": "Válaszd ki a videó minőségét:",
|
||||||
|
"title": "Válaszd ki a videó minőségét"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "Lehetővé teszi a videó minőségének megváltoztatását egy gombbal a videó fedvényen"
|
||||||
|
},
|
||||||
|
"scrobbler": {
|
||||||
|
"description": "Scrobbling támogatás hozzáadása (pl. last.fm, ListenBrainz)",
|
||||||
|
"dialog": {
|
||||||
|
"lastfm": {
|
||||||
|
"auth-failed": {
|
||||||
|
"message": "Last.fm hitelesítése nem sikerült\nA felugró ablak elrejtése a következő újraindításig.",
|
||||||
|
"title": "Hitelesítés sikertelen"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"lastfm": {
|
||||||
|
"api-settings": "Last.fm API beállítások"
|
||||||
|
},
|
||||||
|
"listenbrainz": {
|
||||||
|
"token": "Add meg a ListenBrainz felhasználói tokenedet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"prompt": {
|
||||||
|
"lastfm": {
|
||||||
|
"api-key": "Last.fm API kulcs",
|
||||||
|
"api-secret": "Last.fm titkos API kulcs"
|
||||||
|
},
|
||||||
|
"listenbrainz": {
|
||||||
|
"token": {
|
||||||
|
"label": "Add meg a ListenBrainz felhasználói tokenedet:",
|
||||||
|
"title": "ListenBrainz kulcs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"shortcuts": {
|
||||||
|
"description": "Lehetővé teszi globális gyorsbillentyűk beállítását a lejátszáshoz (lejátszás/szünet/következő/előző), valamint a média OSD kikapcsolását a médiagombok felülírásával. Bekapcsolja a Ctrl/CMD + F billentyűkombinációt a kereséshez, a Linux MPRIS támogatását a médiagombokhoz, és egyedi gyorsbillentyűket a haladó felhasználók számára",
|
||||||
|
"menu": {
|
||||||
|
"override-media-keys": "Médiagombok felülírása",
|
||||||
|
"set-keybinds": "Globális zenevezérlők beállítása"
|
||||||
|
},
|
||||||
|
"name": "Gyorsbillentyűk (& MPRIS)",
|
||||||
|
"prompt": {
|
||||||
|
"keybind": {
|
||||||
|
"keybind-options": {
|
||||||
|
"next": "Következő",
|
||||||
|
"play-pause": "Lejátszás / Szünet",
|
||||||
|
"previous": "Előző"
|
||||||
|
},
|
||||||
|
"title": "Globális gyorsbillentyűk"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"skip-disliked-songs": {
|
||||||
|
"description": "Kihagyja a nem kedvelt dalokat",
|
||||||
|
"name": "Nem kedvelt dal kihagyása"
|
||||||
|
},
|
||||||
|
"skip-silences": {
|
||||||
|
"description": "Automatikusan kihagyja a csendes részeket a dalokban",
|
||||||
|
"name": "Csend kihagyása"
|
||||||
|
},
|
||||||
|
"sponsorblock": {
|
||||||
|
"description": "Automatikusan kihagyja a nem zenés részeket, mint például az intro/outro vagy a zenei videók olyan részeit, ahol a zene nem szól",
|
||||||
|
"name": "SzponzorBlokk"
|
||||||
|
},
|
||||||
|
"taskbar-mediacontrol": {
|
||||||
|
"description": "Lejátszás vezérlése a Windows tálcáról"
|
||||||
|
},
|
||||||
|
"touchbar": {
|
||||||
|
"description": "macOS felhasználók számára hozzáad egy widgetet a TouchBar-hoz",
|
||||||
|
"name": "TouchBar"
|
||||||
|
},
|
||||||
|
"tuna-obs": {
|
||||||
|
"description": "Integráció az OBS Tuna pluginjával",
|
||||||
|
"name": "Tuna OBS"
|
||||||
|
},
|
||||||
|
"video-toggle": {
|
||||||
|
"description": "Hozzáad egy gombot a Videó/Dal mód közötti váltáshoz. Opcionálisan teljesen eltávolíthatja a videó fület is",
|
||||||
|
"menu": {
|
||||||
|
"align": {
|
||||||
|
"label": "Igazítás",
|
||||||
|
"submenu": {
|
||||||
|
"left": "Balra",
|
||||||
|
"middle": "Középre",
|
||||||
|
"right": "Jobbra"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"force-hide": "Videó fül kényszeritett eltávolítása",
|
||||||
|
"mode": {
|
||||||
|
"label": "Mód",
|
||||||
|
"submenu": {
|
||||||
|
"custom": "Egyedi kapcsoló",
|
||||||
|
"disabled": "Letiltva",
|
||||||
|
"native": "Natív kapcsoló"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "Videó váltó",
|
||||||
|
"templates": {
|
||||||
|
"button": "Zeneszám"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"visualizer": {
|
||||||
|
"menu": {
|
||||||
|
"visualizer-type": "Vizualizáció típus"
|
||||||
|
},
|
||||||
|
"name": "Vizualizáció"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user