mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-02-01 20:23:43 +00:00
Compare commits
1 Commits
7b159ad55f
...
f546b65801
| Author | SHA1 | Date | |
|---|---|---|---|
| f546b65801 |
14
README.md
14
README.md
@ -1,17 +1,3 @@
|
|||||||
<div align="center" markdown="1">
|
|
||||||
<sup>Special thanks to:</sup>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<a href="https://go.warp.dev/pear-desktop">
|
|
||||||
<img alt="Warp sponsorship" width="400" src="https://github.com/user-attachments/assets/8307ea56-e872-494a-8a9c-de0e296a06ed" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
### [Warp, built for coding with multiple AI agents](https://go.warp.dev/pear-desktop)
|
|
||||||
[Available for macOS, Linux, & Windows](https://go.warp.dev/pear-desktop)<br>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# :pear: Pear Desktop
|
# :pear: Pear Desktop
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
"node-gyp": "11.4.2",
|
"node-gyp": "11.4.2",
|
||||||
"ts-morph": "27.0.2",
|
"ts-morph": "27.0.2",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.52.0",
|
"typescript-eslint": "8.51.0",
|
||||||
"utf-8-validate": "6.0.6",
|
"utf-8-validate": "6.0.6",
|
||||||
"vite": "npm:rolldown-vite@7.3.0",
|
"vite": "npm:rolldown-vite@7.3.0",
|
||||||
"vite-plugin-inspect": "11.3.3",
|
"vite-plugin-inspect": "11.3.3",
|
||||||
|
|||||||
264
pnpm-lock.yaml
generated
264
pnpm-lock.yaml
generated
@ -330,7 +330,7 @@ importers:
|
|||||||
version: 4.4.4(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1))
|
version: 4.4.4(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1))
|
||||||
eslint-plugin-import:
|
eslint-plugin-import:
|
||||||
specifier: 2.32.0
|
specifier: 2.32.0
|
||||||
version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
version: 2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
||||||
eslint-plugin-prettier:
|
eslint-plugin-prettier:
|
||||||
specifier: 5.5.4
|
specifier: 5.5.4
|
||||||
version: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.35.0(jiti@2.6.1)))(eslint@9.35.0(jiti@2.6.1))(prettier@3.6.2)
|
version: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.35.0(jiti@2.6.1)))(eslint@9.35.0(jiti@2.6.1))(prettier@3.6.2)
|
||||||
@ -350,8 +350,8 @@ importers:
|
|||||||
specifier: 5.9.3
|
specifier: 5.9.3
|
||||||
version: 5.9.3
|
version: 5.9.3
|
||||||
typescript-eslint:
|
typescript-eslint:
|
||||||
specifier: 8.52.0
|
specifier: 8.51.0
|
||||||
version: 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
version: 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
utf-8-validate:
|
utf-8-validate:
|
||||||
specifier: 6.0.6
|
specifier: 6.0.6
|
||||||
version: 6.0.6
|
version: 6.0.6
|
||||||
@ -741,14 +741,14 @@ packages:
|
|||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.9.1':
|
'@eslint-community/eslint-utils@4.8.0':
|
||||||
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
resolution: {integrity: sha512-MJQFqrZgcW0UNYLGOuQpey/oTN59vyWwplvCGZztn1cKz9agZPPYpJB7h2OMmuu7VLqkvEjN8feFZJmxNF9D+Q==}
|
||||||
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: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.2':
|
'@eslint-community/regexpp@4.12.1':
|
||||||
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
|
|
||||||
'@eslint/config-array@0.21.0':
|
'@eslint/config-array@0.21.0':
|
||||||
@ -1365,63 +1365,63 @@ 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@8.52.0':
|
'@typescript-eslint/eslint-plugin@8.51.0':
|
||||||
resolution: {integrity: sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==}
|
resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^8.52.0
|
'@typescript-eslint/parser': ^8.51.0
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.52.0':
|
'@typescript-eslint/parser@8.51.0':
|
||||||
resolution: {integrity: sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==}
|
resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.52.0':
|
'@typescript-eslint/project-service@8.51.0':
|
||||||
resolution: {integrity: sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==}
|
resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.52.0':
|
'@typescript-eslint/scope-manager@8.51.0':
|
||||||
resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==}
|
resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.52.0':
|
'@typescript-eslint/tsconfig-utils@8.51.0':
|
||||||
resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==}
|
resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.52.0':
|
'@typescript-eslint/type-utils@8.51.0':
|
||||||
resolution: {integrity: sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==}
|
resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/types@8.52.0':
|
'@typescript-eslint/types@8.51.0':
|
||||||
resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==}
|
resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.52.0':
|
'@typescript-eslint/typescript-estree@8.51.0':
|
||||||
resolution: {integrity: sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==}
|
resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.52.0':
|
'@typescript-eslint/utils@8.51.0':
|
||||||
resolution: {integrity: sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==}
|
resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.52.0':
|
'@typescript-eslint/visitor-keys@8.51.0':
|
||||||
resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==}
|
resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
||||||
@ -2087,8 +2087,8 @@ packages:
|
|||||||
supports-color:
|
supports-color:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
debug@4.4.3:
|
debug@4.4.1:
|
||||||
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
||||||
engines: {node: '>=6.0'}
|
engines: {node: '>=6.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
supports-color: '*'
|
supports-color: '*'
|
||||||
@ -4515,8 +4515,8 @@ packages:
|
|||||||
truncate-utf8-bytes@1.0.2:
|
truncate-utf8-bytes@1.0.2:
|
||||||
resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==}
|
resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==}
|
||||||
|
|
||||||
ts-api-utils@2.4.0:
|
ts-api-utils@2.3.0:
|
||||||
resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
|
resolution: {integrity: sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==}
|
||||||
engines: {node: '>=18.12'}
|
engines: {node: '>=18.12'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4'
|
typescript: '>=4.8.4'
|
||||||
@ -4562,8 +4562,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
||||||
engines: {node: '>= 0.4'}
|
engines: {node: '>= 0.4'}
|
||||||
|
|
||||||
typescript-eslint@8.52.0:
|
typescript-eslint@8.51.0:
|
||||||
resolution: {integrity: sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==}
|
resolution: {integrity: sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
@ -4917,7 +4917,7 @@ snapshots:
|
|||||||
'@babel/traverse': 7.28.3
|
'@babel/traverse': 7.28.3
|
||||||
'@babel/types': 7.28.2
|
'@babel/types': 7.28.2
|
||||||
convert-source-map: 2.0.0
|
convert-source-map: 2.0.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
gensync: 1.0.0-beta.2
|
gensync: 1.0.0-beta.2
|
||||||
json5: 2.2.3
|
json5: 2.2.3
|
||||||
semver: 6.3.1
|
semver: 6.3.1
|
||||||
@ -5005,7 +5005,7 @@ snapshots:
|
|||||||
'@babel/parser': 7.28.3
|
'@babel/parser': 7.28.3
|
||||||
'@babel/template': 7.27.2
|
'@babel/template': 7.27.2
|
||||||
'@babel/types': 7.28.2
|
'@babel/types': 7.28.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -5069,7 +5069,7 @@ snapshots:
|
|||||||
|
|
||||||
'@electron/get@2.0.3':
|
'@electron/get@2.0.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
env-paths: 2.2.1
|
env-paths: 2.2.1
|
||||||
fs-extra: 8.1.0
|
fs-extra: 8.1.0
|
||||||
got: 11.8.6
|
got: 11.8.6
|
||||||
@ -5099,7 +5099,7 @@ snapshots:
|
|||||||
|
|
||||||
'@electron/notarize@2.5.0':
|
'@electron/notarize@2.5.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 9.1.0
|
fs-extra: 9.1.0
|
||||||
promise-retry: 2.0.1
|
promise-retry: 2.0.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -5108,7 +5108,7 @@ snapshots:
|
|||||||
'@electron/osx-sign@1.3.1':
|
'@electron/osx-sign@1.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
compare-version: 0.1.2
|
compare-version: 0.1.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
isbinaryfile: 4.0.10
|
isbinaryfile: 4.0.10
|
||||||
minimist: 1.2.8
|
minimist: 1.2.8
|
||||||
@ -5119,7 +5119,7 @@ snapshots:
|
|||||||
'@electron/osx-sign@1.3.3':
|
'@electron/osx-sign@1.3.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
compare-version: 0.1.2
|
compare-version: 0.1.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
isbinaryfile: 4.0.10
|
isbinaryfile: 4.0.10
|
||||||
minimist: 1.2.8
|
minimist: 1.2.8
|
||||||
@ -5132,7 +5132,7 @@ snapshots:
|
|||||||
'@electron/node-gyp': https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2
|
'@electron/node-gyp': https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2
|
||||||
'@malept/cross-spawn-promise': 2.0.0
|
'@malept/cross-spawn-promise': 2.0.0
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
detect-libc: 2.0.4
|
detect-libc: 2.0.4
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
got: 11.8.6
|
got: 11.8.6
|
||||||
@ -5151,7 +5151,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@malept/cross-spawn-promise': 2.0.0
|
'@malept/cross-spawn-promise': 2.0.0
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
detect-libc: 2.0.4
|
detect-libc: 2.0.4
|
||||||
got: 11.8.6
|
got: 11.8.6
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
@ -5174,7 +5174,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@electron/asar': 4.0.1
|
'@electron/asar': 4.0.1
|
||||||
'@malept/cross-spawn-promise': 2.0.0
|
'@malept/cross-spawn-promise': 2.0.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
dir-compare: 4.2.0
|
dir-compare: 4.2.0
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
plist: 3.1.0
|
plist: 3.1.0
|
||||||
@ -5184,7 +5184,7 @@ snapshots:
|
|||||||
'@electron/windows-sign@1.2.2':
|
'@electron/windows-sign@1.2.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
cross-dirname: 0.1.0
|
cross-dirname: 0.1.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 11.3.1
|
fs-extra: 11.3.1
|
||||||
minimist: 1.2.8
|
minimist: 1.2.8
|
||||||
postject: 1.0.0-alpha.6
|
postject: 1.0.0-alpha.6
|
||||||
@ -5288,17 +5288,17 @@ snapshots:
|
|||||||
'@esbuild/win32-x64@0.25.9':
|
'@esbuild/win32-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.9.1(eslint@9.35.0(jiti@2.6.1))':
|
'@eslint-community/eslint-utils@4.8.0(eslint@9.35.0(jiti@2.6.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.2': {}
|
'@eslint-community/regexpp@4.12.1': {}
|
||||||
|
|
||||||
'@eslint/config-array@0.21.0':
|
'@eslint/config-array@0.21.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/object-schema': 2.1.6
|
'@eslint/object-schema': 2.1.6
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
minimatch: 3.1.2
|
minimatch: 3.1.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -5312,7 +5312,7 @@ snapshots:
|
|||||||
'@eslint/eslintrc@3.3.1':
|
'@eslint/eslintrc@3.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
espree: 10.4.0
|
espree: 10.4.0
|
||||||
globals: 14.0.0
|
globals: 14.0.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
@ -5688,7 +5688,7 @@ snapshots:
|
|||||||
|
|
||||||
'@malept/flatpak-bundler@0.4.0(patch_hash=c787371eeb2af011ea934e8818a0dad6d7dcb2df31bbb1686babc7231af0183c)':
|
'@malept/flatpak-bundler@0.4.0(patch_hash=c787371eeb2af011ea934e8818a0dad6d7dcb2df31bbb1686babc7231af0183c)':
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 9.1.0
|
fs-extra: 9.1.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
tmp-promise: 3.0.3
|
tmp-promise: 3.0.3
|
||||||
@ -5877,8 +5877,8 @@ snapshots:
|
|||||||
|
|
||||||
'@stylistic/eslint-plugin@5.3.1(eslint@9.35.0(jiti@2.6.1))':
|
'@stylistic/eslint-plugin@5.3.1(eslint@9.35.0(jiti@2.6.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.35.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.8.0(eslint@9.35.0(jiti@2.6.1))
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
espree: 10.4.0
|
espree: 10.4.0
|
||||||
@ -6004,95 +6004,95 @@ snapshots:
|
|||||||
'@types/node': 24.3.0
|
'@types/node': 24.3.0
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
'@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/parser': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/scope-manager': 8.52.0
|
'@typescript-eslint/scope-manager': 8.51.0
|
||||||
'@typescript-eslint/type-utils': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/type-utils': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/utils': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/utils': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.52.0
|
'@typescript-eslint/visitor-keys': 8.51.0
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
ignore: 7.0.5
|
ignore: 7.0.5
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
ts-api-utils: 2.4.0(typescript@5.9.3)
|
ts-api-utils: 2.3.0(typescript@5.9.3)
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
'@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.52.0
|
'@typescript-eslint/scope-manager': 8.51.0
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
'@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.52.0
|
'@typescript-eslint/visitor-keys': 8.51.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.52.0(typescript@5.9.3)':
|
'@typescript-eslint/project-service@8.51.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.52.0':
|
'@typescript-eslint/scope-manager@8.51.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
'@typescript-eslint/visitor-keys': 8.52.0
|
'@typescript-eslint/visitor-keys': 8.51.0
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)':
|
'@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
'@typescript-eslint/type-utils@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
'@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/utils': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/utils': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
ts-api-utils: 2.4.0(typescript@5.9.3)
|
ts-api-utils: 2.3.0(typescript@5.9.3)
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/types@8.52.0': {}
|
'@typescript-eslint/types@8.51.0': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.52.0(typescript@5.9.3)':
|
'@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/project-service': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/project-service': 8.51.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
'@typescript-eslint/visitor-keys': 8.52.0
|
'@typescript-eslint/visitor-keys': 8.51.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.7.3
|
semver: 7.7.3
|
||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
ts-api-utils: 2.4.0(typescript@5.9.3)
|
ts-api-utils: 2.3.0(typescript@5.9.3)
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
'@typescript-eslint/utils@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.35.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.8.0(eslint@9.35.0(jiti@2.6.1))
|
||||||
'@typescript-eslint/scope-manager': 8.52.0
|
'@typescript-eslint/scope-manager': 8.51.0
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
'@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.52.0':
|
'@typescript-eslint/visitor-keys@8.51.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.52.0
|
'@typescript-eslint/types': 8.51.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
|
|
||||||
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
||||||
@ -6186,7 +6186,7 @@ snapshots:
|
|||||||
|
|
||||||
agent-base@6.0.2:
|
agent-base@6.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -6266,7 +6266,7 @@ snapshots:
|
|||||||
builder-util-runtime: 9.3.1
|
builder-util-runtime: 9.3.1
|
||||||
chromium-pickle-js: 0.2.0
|
chromium-pickle-js: 0.2.0
|
||||||
config-file-ts: 0.2.8-rc1
|
config-file-ts: 0.2.8-rc1
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
dmg-builder: 26.4.0(electron-builder-squirrel-windows@26.0.12)
|
dmg-builder: 26.4.0(electron-builder-squirrel-windows@26.0.12)
|
||||||
dotenv: 16.6.1
|
dotenv: 16.6.1
|
||||||
dotenv-expand: 11.0.7
|
dotenv-expand: 11.0.7
|
||||||
@ -6307,7 +6307,7 @@ snapshots:
|
|||||||
builder-util-runtime: 9.5.1
|
builder-util-runtime: 9.5.1
|
||||||
chromium-pickle-js: 0.2.0
|
chromium-pickle-js: 0.2.0
|
||||||
ci-info: 4.3.1
|
ci-info: 4.3.1
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
dmg-builder: 26.4.0(electron-builder-squirrel-windows@26.0.12)
|
dmg-builder: 26.4.0(electron-builder-squirrel-windows@26.0.12)
|
||||||
dotenv: 16.6.1
|
dotenv: 16.6.1
|
||||||
dotenv-expand: 11.0.7
|
dotenv-expand: 11.0.7
|
||||||
@ -6516,14 +6516,14 @@ snapshots:
|
|||||||
|
|
||||||
builder-util-runtime@9.3.1:
|
builder-util-runtime@9.3.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
sax: 1.4.1
|
sax: 1.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
builder-util-runtime@9.5.1:
|
builder-util-runtime@9.5.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
sax: 1.4.1
|
sax: 1.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -6536,7 +6536,7 @@ snapshots:
|
|||||||
builder-util-runtime: 9.3.1
|
builder-util-runtime: 9.3.1
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cross-spawn: 7.0.6
|
cross-spawn: 7.0.6
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
http-proxy-agent: 7.0.2
|
http-proxy-agent: 7.0.2
|
||||||
https-proxy-agent: 7.0.6
|
https-proxy-agent: 7.0.6
|
||||||
@ -6558,7 +6558,7 @@ snapshots:
|
|||||||
builder-util-runtime: 9.5.1
|
builder-util-runtime: 9.5.1
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cross-spawn: 7.0.6
|
cross-spawn: 7.0.6
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
http-proxy-agent: 7.0.2
|
http-proxy-agent: 7.0.2
|
||||||
https-proxy-agent: 7.0.6
|
https-proxy-agent: 7.0.6
|
||||||
@ -6876,7 +6876,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
|
|
||||||
debug@4.4.3:
|
debug@4.4.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
|
|
||||||
@ -7097,7 +7097,7 @@ snapshots:
|
|||||||
|
|
||||||
electron-localshortcut@3.2.1:
|
electron-localshortcut@3.2.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
electron-is-accelerator: 0.1.2
|
electron-is-accelerator: 0.1.2
|
||||||
keyboardevent-from-electron-accelerator: 2.0.0
|
keyboardevent-from-electron-accelerator: 2.0.0
|
||||||
keyboardevents-areequal: 0.2.2
|
keyboardevents-areequal: 0.2.2
|
||||||
@ -7173,7 +7173,7 @@ snapshots:
|
|||||||
electron-winstaller@5.4.0:
|
electron-winstaller@5.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@electron/asar': 3.4.1
|
'@electron/asar': 3.4.1
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
fs-extra: 7.0.1
|
fs-extra: 7.0.1
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
temp: 0.9.4
|
temp: 0.9.4
|
||||||
@ -7365,7 +7365,7 @@ snapshots:
|
|||||||
eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1)):
|
eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
||||||
resolve.exports: 2.0.3
|
resolve.exports: 2.0.3
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-node@0.3.9:
|
||||||
@ -7378,7 +7378,7 @@ snapshots:
|
|||||||
|
|
||||||
eslint-import-resolver-typescript@4.4.4(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1)):
|
eslint-import-resolver-typescript@4.4.4(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||||
get-tsconfig: 4.10.1
|
get-tsconfig: 4.10.1
|
||||||
@ -7387,22 +7387,22 @@ snapshots:
|
|||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
unrs-resolver: 1.11.1
|
unrs-resolver: 1.11.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1)):
|
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 3.2.7
|
debug: 3.2.7
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/parser': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/parser': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1))
|
eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import@2.32.0)(eslint@9.35.0(jiti@2.6.1))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1)):
|
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rtsao/scc': 1.1.0
|
'@rtsao/scc': 1.1.0
|
||||||
array-includes: 3.1.9
|
array-includes: 3.1.9
|
||||||
@ -7413,7 +7413,7 @@ snapshots:
|
|||||||
doctrine: 2.1.0
|
doctrine: 2.1.0
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.4)(eslint@9.35.0(jiti@2.6.1))
|
||||||
hasown: 2.0.2
|
hasown: 2.0.2
|
||||||
is-core-module: 2.16.1
|
is-core-module: 2.16.1
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
@ -7425,7 +7425,7 @@ snapshots:
|
|||||||
string.prototype.trimend: 1.0.9
|
string.prototype.trimend: 1.0.9
|
||||||
tsconfig-paths: 3.15.0
|
tsconfig-paths: 3.15.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/parser': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/parser': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint-import-resolver-typescript
|
- eslint-import-resolver-typescript
|
||||||
- eslint-import-resolver-webpack
|
- eslint-import-resolver-webpack
|
||||||
@ -7442,7 +7442,7 @@ snapshots:
|
|||||||
|
|
||||||
eslint-plugin-solid@0.14.5(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3):
|
eslint-plugin-solid@0.14.5(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/utils': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
is-html: 2.0.0
|
is-html: 2.0.0
|
||||||
@ -7464,8 +7464,8 @@ snapshots:
|
|||||||
|
|
||||||
eslint@9.35.0(jiti@2.6.1):
|
eslint@9.35.0(jiti@2.6.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.35.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.8.0(eslint@9.35.0(jiti@2.6.1))
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint/config-array': 0.21.0
|
'@eslint/config-array': 0.21.0
|
||||||
'@eslint/config-helpers': 0.3.1
|
'@eslint/config-helpers': 0.3.1
|
||||||
'@eslint/core': 0.15.2
|
'@eslint/core': 0.15.2
|
||||||
@ -7480,7 +7480,7 @@ snapshots:
|
|||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cross-spawn: 7.0.6
|
cross-spawn: 7.0.6
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint-scope: 8.4.0
|
eslint-scope: 8.4.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
@ -7556,7 +7556,7 @@ snapshots:
|
|||||||
|
|
||||||
extract-zip@2.0.1:
|
extract-zip@2.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
get-stream: 5.2.0
|
get-stream: 5.2.0
|
||||||
yauzl: 2.10.0
|
yauzl: 2.10.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -7929,14 +7929,14 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@tootallnate/once': 2.0.0
|
'@tootallnate/once': 2.0.0
|
||||||
agent-base: 6.0.2
|
agent-base: 6.0.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
http-proxy-agent@7.0.2:
|
http-proxy-agent@7.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base: 7.1.4
|
agent-base: 7.1.4
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -7948,14 +7948,14 @@ snapshots:
|
|||||||
https-proxy-agent@5.0.1:
|
https-proxy-agent@5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base: 6.0.2
|
agent-base: 6.0.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
https-proxy-agent@7.0.6:
|
https-proxy-agent@7.0.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base: 7.1.4
|
agent-base: 7.1.4
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -8989,7 +8989,7 @@ snapshots:
|
|||||||
|
|
||||||
read-binary-file-arch@1.0.6:
|
read-binary-file-arch@1.0.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -9320,7 +9320,7 @@ snapshots:
|
|||||||
socks-proxy-agent@7.0.0:
|
socks-proxy-agent@7.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base: 6.0.2
|
agent-base: 6.0.2
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
socks: 2.8.7
|
socks: 2.8.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -9328,7 +9328,7 @@ snapshots:
|
|||||||
socks-proxy-agent@8.0.5:
|
socks-proxy-agent@8.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base: 7.1.4
|
agent-base: 7.1.4
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
socks: 2.8.7
|
socks: 2.8.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -9487,7 +9487,7 @@ snapshots:
|
|||||||
|
|
||||||
sumchecker@3.0.1:
|
sumchecker@3.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -9575,7 +9575,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
utf8-byte-length: 1.0.5
|
utf8-byte-length: 1.0.5
|
||||||
|
|
||||||
ts-api-utils@2.4.0(typescript@5.9.3):
|
ts-api-utils@2.3.0(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
|
|
||||||
@ -9637,12 +9637,12 @@ snapshots:
|
|||||||
possible-typed-array-names: 1.1.0
|
possible-typed-array-names: 1.1.0
|
||||||
reflect.getprototypeof: 1.0.10
|
reflect.getprototypeof: 1.0.10
|
||||||
|
|
||||||
typescript-eslint@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3):
|
typescript-eslint@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/parser': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/parser': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
|
'@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/utils': 8.52.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
'@typescript-eslint/utils': 8.51.0(eslint@9.35.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
eslint: 9.35.0(jiti@2.6.1)
|
eslint: 9.35.0(jiti@2.6.1)
|
||||||
typescript: 5.9.3
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -9779,7 +9779,7 @@ snapshots:
|
|||||||
vite-plugin-inspect@11.3.3(rolldown-vite@7.3.0(@types/node@24.3.0)(jiti@2.6.1)(yaml@2.8.1)):
|
vite-plugin-inspect@11.3.3(rolldown-vite@7.3.0(@types/node@24.3.0)(jiti@2.6.1)(yaml@2.8.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
ansis: 4.1.0
|
ansis: 4.1.0
|
||||||
debug: 4.4.3
|
debug: 4.4.1
|
||||||
error-stack-parser-es: 1.0.5
|
error-stack-parser-es: 1.0.5
|
||||||
ohash: 2.0.11
|
ohash: 2.0.11
|
||||||
open: 10.2.0
|
open: 10.2.0
|
||||||
|
|||||||
@ -883,12 +883,12 @@
|
|||||||
},
|
},
|
||||||
"name": "Synchronisierte Texte",
|
"name": "Synchronisierte Texte",
|
||||||
"refetch-btn": {
|
"refetch-btn": {
|
||||||
"fetching": "Laden...",
|
"fetching": "Hole Songtext...",
|
||||||
"normal": "Songtext neu laden"
|
"normal": "Songtext neu holen"
|
||||||
},
|
},
|
||||||
"warnings": {
|
"warnings": {
|
||||||
"duration-mismatch": "⚠️ - Es kann sein, dass die Synchronization nicht stimmt, da die Songdauer nicht übereinstimmt.",
|
"duration-mismatch": "⚠️ - Es kann sein, dass die Synchronization nicht stimmt, da die Songdauer nicht übereinstimmt.",
|
||||||
"inexact": "⚠️ - Es ist möglich, dass der Songtext für diesen Song nicht übereinstimmt.",
|
"inexact": "⚠️ - Der Songtext stimmt möglicherweise nicht überein",
|
||||||
"instrumental": "⚠️ - Das ist ein instrumentales Lied"
|
"instrumental": "⚠️ - Das ist ein instrumentales Lied"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -117,7 +117,7 @@
|
|||||||
"hide-menu": {
|
"hide-menu": {
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"message": "მენიუ შემდეგი გაშვებისას დაიმალება, მის საჩვენებლად გამოიყენეთ [Alt] (ან თუ აპლიკაციის მენიუს იყენებთ, უკან დააწკაპუნეთ [`])",
|
"message": "მენიუ შემდეგი გაშვებისას დაიმალება, მის საჩვენებლად გამოიყენეთ [Alt] (ან თუ აპლიკაციის მენიუს იყენებთ, უკან დააწკაპუნეთ [`])",
|
||||||
"title": "მენიუს დამალვა ჩაირთო"
|
"title": "მენიუს დამალვა ჩართულია"
|
||||||
},
|
},
|
||||||
"label": "მენიუს დამალვა"
|
"label": "მენიუს დამალვა"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -171,7 +171,7 @@
|
|||||||
"remove": "제거"
|
"remove": "제거"
|
||||||
},
|
},
|
||||||
"remove-theme": "사용자 정의 테마를 제거하시겠습니까?",
|
"remove-theme": "사용자 정의 테마를 제거하시겠습니까?",
|
||||||
"remove-theme-message": "이 설정을 변경하면 커스텀 테마가 삭제됩니다"
|
"remove-theme-message": "사용자 정의 테마를 제거하시겠습니까?"
|
||||||
},
|
},
|
||||||
"label": "테마",
|
"label": "테마",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
@ -289,7 +289,7 @@
|
|||||||
},
|
},
|
||||||
"amuse": {
|
"amuse": {
|
||||||
"description": "6K Labs Amuse의 'now playing' 위젯에 {{applicationName}} 지원 추가",
|
"description": "6K Labs Amuse의 'now playing' 위젯에 {{applicationName}} 지원 추가",
|
||||||
"name": "Amuseio AB",
|
"name": "Amuse",
|
||||||
"response": {
|
"response": {
|
||||||
"query": "Amuse API 서버가 실행 중입니다. GET /query로 노래 정보를 가져오세요."
|
"query": "Amuse API 서버가 실행 중입니다. GET /query로 노래 정보를 가져오세요."
|
||||||
}
|
}
|
||||||
@ -321,22 +321,6 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "호스트 명"
|
"label": "호스트 명"
|
||||||
},
|
},
|
||||||
"https": {
|
|
||||||
"label": "HTTPS 및 인증서",
|
|
||||||
"submenu": {
|
|
||||||
"cert": {
|
|
||||||
"dialogTitle": "HTTPS 인증서 파일을 선택해 주세요",
|
|
||||||
"label": "인증서 파일(.crt/.pem)"
|
|
||||||
},
|
|
||||||
"enable-https": {
|
|
||||||
"label": "HTTPS 활성화"
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"dialogTitle": "HTTPS 개인 키 파일을 선택해 주세요",
|
|
||||||
"label": "개인 키 파일(.key/.pem)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"port": {
|
"port": {
|
||||||
"label": "포트"
|
"label": "포트"
|
||||||
}
|
}
|
||||||
@ -473,13 +457,13 @@
|
|||||||
"disconnected": "연결 해제 됨",
|
"disconnected": "연결 해제 됨",
|
||||||
"hide-duration-left": "남은 재생 시간 숨기기",
|
"hide-duration-left": "남은 재생 시간 숨기기",
|
||||||
"hide-github-button": "GitHub 링크 버튼 숨기기",
|
"hide-github-button": "GitHub 링크 버튼 숨기기",
|
||||||
"play-on-application": "{{applicationName}} 에서 재생",
|
"play-on-application": "유튜브 뮤직에서 재생",
|
||||||
"set-inactivity-timeout": "비활성 시간 제한 설정",
|
"set-inactivity-timeout": "비활성 시간 제한 설정",
|
||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "상태 텍스트",
|
"label": "상태 텍스트",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"application": "{{applicationName}} 듣는 중",
|
|
||||||
"artist": "{아티스트} 듣는 중",
|
"artist": "{아티스트} 듣는 중",
|
||||||
|
"application": "{{applicationName}} 듣는 중",
|
||||||
"title": "{곡 제목} 듣는 중"
|
"title": "{곡 제목} 듣는 중"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -151,9 +151,7 @@
|
|||||||
"label": "Vizualiniai patobulinimai",
|
"label": "Vizualiniai patobulinimai",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"custom-window-title": {
|
"custom-window-title": {
|
||||||
"label": "Pasirinktinis lango pavadinimas",
|
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"label": "Įveskite pasirinktinį lango pavadinimą: (palikite tuščią, jei norite išjungti)",
|
|
||||||
"placeholder": "Pavyzdys: {{applicationName}}"
|
"placeholder": "Pavyzdys: {{applicationName}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -433,9 +431,9 @@
|
|||||||
"set-inactivity-timeout": "Nustatyti neveiklumo laiką",
|
"set-inactivity-timeout": "Nustatyti neveiklumo laiką",
|
||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"application": "Klausosi {{applicationName}}",
|
|
||||||
"artist": "Klausosi {artist]",
|
"artist": "Klausosi {artist]",
|
||||||
"title": "Klausosi {song title}"
|
"title": "Klausosi {song title}",
|
||||||
|
"application": "Klausosi {{applicationName}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"console": {
|
"console": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"execute-failed": "Ошибка при выполнении плагина {{pluginName}}::{{contextName}}",
|
"execute-failed": "Ошибка загрузки плагина {{pluginName}}::{{contextName}}",
|
||||||
"executed-at-ms": "Плагин {{pluginName}}::{{contextName}} загружен за {{ms}}мс",
|
"executed-at-ms": "Плагин {{pluginName}}::{{contextName}} загружен за {{ms}}мс",
|
||||||
"initialize-failed": "Ошибка инициализации плагина \"{{pluginName}}\"",
|
"initialize-failed": "Ошибка инициализации плагина \"{{pluginName}}\"",
|
||||||
"load-all": "Загружаем все плагины",
|
"load-all": "Загружаем все плагины",
|
||||||
"load-failed": "Ошибка загрузки плагина \"{{pluginName}}\"",
|
"load-failed": "Ошибка загрузки плагина \"{{pluginName}}\"",
|
||||||
"loaded": "Плагин \"{{pluginName}}\" загружен",
|
"loaded": "Плагин \"{{pluginName}}\" загружен",
|
||||||
"unload-failed": "Ошибка при выгрузке плагина \"{{pluginName}}\"",
|
"unload-failed": "Ошибка выгрузки плагина \"{{pluginName}}\"",
|
||||||
"unloaded": "Плагин \"{{pluginName}}\" выгружен"
|
"unloaded": "Плагин \"{{pluginName}}\" выгружен"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -44,7 +44,7 @@
|
|||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"hide-menu-enabled": {
|
"hide-menu-enabled": {
|
||||||
"detail": "Меню скрыто, используйте 'Alt' чтобы показать его ('Escape' если используете внутреннее меню приложения)",
|
"detail": "Меню скрыто, 'Alt' чтобы показать его ('Escape' если используете внутреннее меню приложения)",
|
||||||
"message": "Скрытие меню включено",
|
"message": "Скрытие меню включено",
|
||||||
"title": "Включено скрытие меню"
|
"title": "Включено скрытие меню"
|
||||||
},
|
},
|
||||||
@ -53,8 +53,8 @@
|
|||||||
"later": "Позже",
|
"later": "Позже",
|
||||||
"restart-now": "Перезапустить сейчас"
|
"restart-now": "Перезапустить сейчас"
|
||||||
},
|
},
|
||||||
"detail": "Для вступления изменений в силу плагину \"{{pluginName}}\" требуется перезапуск",
|
"detail": "Перезапустите приложение для включения плагина {{pluginName}}",
|
||||||
"message": "Требуется перезапуск плагина \"{{pluginName}}\"",
|
"message": "Перезапуск для применения плагина {{pluginName}}",
|
||||||
"title": "Нужен перезапуск"
|
"title": "Нужен перезапуск"
|
||||||
},
|
},
|
||||||
"unresponsive": {
|
"unresponsive": {
|
||||||
@ -100,7 +100,7 @@
|
|||||||
"disable-hardware-acceleration": "Отключить аппаратное ускорение",
|
"disable-hardware-acceleration": "Отключить аппаратное ускорение",
|
||||||
"edit-config-json": "Редактировать config.json",
|
"edit-config-json": "Редактировать config.json",
|
||||||
"override-user-agent": "Переопределить User-Agent",
|
"override-user-agent": "Переопределить User-Agent",
|
||||||
"restart-on-config-changes": "Перезапускать при изменениях конфигурации",
|
"restart-on-config-changes": "Перезапускать при изменениях конфига",
|
||||||
"set-proxy": {
|
"set-proxy": {
|
||||||
"label": "Задать прокси",
|
"label": "Задать прокси",
|
||||||
"prompt": {
|
"prompt": {
|
||||||
@ -237,8 +237,7 @@
|
|||||||
"submenu": {
|
"submenu": {
|
||||||
"percent": "{{ratio}}%"
|
"percent": "{{ratio}}%"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"enable-seekbar": "Включить тематическое оформление полосы прокрутки"
|
|
||||||
},
|
},
|
||||||
"name": "Цветовая тема альбома"
|
"name": "Цветовая тема альбома"
|
||||||
},
|
},
|
||||||
@ -288,7 +287,7 @@
|
|||||||
"name": "Режим Ambient"
|
"name": "Режим Ambient"
|
||||||
},
|
},
|
||||||
"amuse": {
|
"amuse": {
|
||||||
"description": "Добавляет {{applicationName}} поддержку виджета Amuse „сейчас играет“ от 6K Labs",
|
"description": "Добавляет поддержку виджета Amuse „сейчас играет“ от 6K Labs",
|
||||||
"name": "Amuse",
|
"name": "Amuse",
|
||||||
"response": {
|
"response": {
|
||||||
"query": "Сервер Amuse API запущен. GET /query чтобы получить информацию о треке."
|
"query": "Сервер Amuse API запущен. GET /query чтобы получить информацию о треке."
|
||||||
@ -321,22 +320,6 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "Имя хоста"
|
"label": "Имя хоста"
|
||||||
},
|
},
|
||||||
"https": {
|
|
||||||
"label": "HTTPS и сертификаты",
|
|
||||||
"submenu": {
|
|
||||||
"cert": {
|
|
||||||
"dialogTitle": "Выберите файл сертификата HTTPS",
|
|
||||||
"label": "Файл сертификата (.crt/.pem)"
|
|
||||||
},
|
|
||||||
"enable-https": {
|
|
||||||
"label": "Включить HTTPS"
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"dialogTitle": "Выберите файл приватного ключа HTTPS",
|
|
||||||
"label": "Файл приватного ключа (.key/.pem)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"port": {
|
"port": {
|
||||||
"label": "Порт"
|
"label": "Порт"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -320,13 +320,6 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "Tên máy chủ"
|
"label": "Tên máy chủ"
|
||||||
},
|
},
|
||||||
"https": {
|
|
||||||
"submenu": {
|
|
||||||
"enable-https": {
|
|
||||||
"label": "Bật HTTPS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"port": {
|
"port": {
|
||||||
"label": "Cổng"
|
"label": "Cổng"
|
||||||
}
|
}
|
||||||
@ -468,9 +461,9 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "Văn bản trạng thái",
|
"label": "Văn bản trạng thái",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"application": "Đang nghe {{applicationName}}",
|
|
||||||
"artist": "Đang nghe nhạc của {artist}",
|
"artist": "Đang nghe nhạc của {artist}",
|
||||||
"title": "Đang nghe nhạc {song title}"
|
"title": "Đang nghe nhạc {song title}",
|
||||||
|
"application": "Đang nghe {{applicationName}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user