mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Compare commits
4 Commits
7b159ad55f
...
renovate/f
| Author | SHA1 | Date | |
|---|---|---|---|
| 30a1692627 | |||
| 82b7b24ef7 | |||
| 732bbc17f4 | |||
| 29da42d9ff |
@ -66,7 +66,7 @@
|
||||
"@dehoist/romanize-thai": "1.0.0",
|
||||
"@electron-toolkit/tsconfig": "1.0.1",
|
||||
"@electron/remote": "2.1.3",
|
||||
"@ffmpeg.wasm/core-mt": "0.12.0",
|
||||
"@ffmpeg.wasm/core-mt": "0.13.2",
|
||||
"@ffmpeg.wasm/main": "0.12.0",
|
||||
"@floating-ui/dom": "1.7.4",
|
||||
"@foobar404/wave": "2.0.5",
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -46,8 +46,8 @@ importers:
|
||||
specifier: 2.1.3
|
||||
version: 2.1.3(electron@38.7.2)
|
||||
'@ffmpeg.wasm/core-mt':
|
||||
specifier: 0.12.0
|
||||
version: 0.12.0
|
||||
specifier: 0.13.2
|
||||
version: 0.13.2
|
||||
'@ffmpeg.wasm/main':
|
||||
specifier: 0.12.0
|
||||
version: 0.12.0
|
||||
@ -779,8 +779,8 @@ packages:
|
||||
resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@ffmpeg.wasm/core-mt@0.12.0':
|
||||
resolution: {integrity: sha512-M9pjL7JQX4AYl3WI8vGcPGPTz/O7JmhW8ac/fHA3oXTxoRAPwYSY/OsY1N9C0XahIM0+fxa1QSLN9Ekz8sBM/Q==}
|
||||
'@ffmpeg.wasm/core-mt@0.13.2':
|
||||
resolution: {integrity: sha512-3UgpMoOhpTslxluDvBrh0MULeNy55W+WWG00P+JnnCLpJulQxgi6mnIuGO03d2sfV5pyW/FqAwut+fiMLbRsPg==}
|
||||
|
||||
'@ffmpeg.wasm/main@0.12.0':
|
||||
resolution: {integrity: sha512-LILAKTrU3Rga2iXLsF9jeFxe2hNQFjWlrKuXPWSdCFeQ7Kg69fO4WwjNJ0CzjOyO6qtndRQMNKqf//N4fLYUBA==}
|
||||
@ -5335,7 +5335,7 @@ snapshots:
|
||||
'@eslint/core': 0.15.2
|
||||
levn: 0.4.1
|
||||
|
||||
'@ffmpeg.wasm/core-mt@0.12.0': {}
|
||||
'@ffmpeg.wasm/core-mt@0.13.2': {}
|
||||
|
||||
'@ffmpeg.wasm/main@0.12.0':
|
||||
dependencies:
|
||||
|
||||
@ -237,7 +237,8 @@
|
||||
"submenu": {
|
||||
"percent": "{{ratio}}%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enable-seekbar": "Abilita tematizzazione della seekbar"
|
||||
},
|
||||
"name": "Tema abbinato a colore album"
|
||||
},
|
||||
@ -320,6 +321,22 @@
|
||||
"hostname": {
|
||||
"label": "Hostname"
|
||||
},
|
||||
"https": {
|
||||
"label": "HTTPS & Certificati",
|
||||
"submenu": {
|
||||
"cert": {
|
||||
"dialogTitle": "Seleziona file di certificato HTTPS",
|
||||
"label": "File di certificato (.crt/.pem)"
|
||||
},
|
||||
"enable-https": {
|
||||
"label": "Abilita HTTPS"
|
||||
},
|
||||
"key": {
|
||||
"dialogTitle": "Seleziona il file della chiave privata HTTPS",
|
||||
"label": "File della chiave privata (.key/.pem)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"label": "Porta"
|
||||
}
|
||||
@ -461,9 +478,9 @@
|
||||
"set-status-display-type": {
|
||||
"label": "Testo dello status",
|
||||
"submenu": {
|
||||
"application": "Ascoltando {{applicationName}}",
|
||||
"artist": "Stai ascoltando {artist}",
|
||||
"title": "Stai ascoltando {song title}",
|
||||
"application": "Ascoltando {{applicationName}}"
|
||||
"title": "Stai ascoltando {song title}"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -866,7 +883,7 @@
|
||||
},
|
||||
"name": "Testi sincronizzati",
|
||||
"refetch-btn": {
|
||||
"fetching": "Sto recuperando...",
|
||||
"fetching": "Caricamento...",
|
||||
"normal": "Recupera i testi"
|
||||
},
|
||||
"warnings": {
|
||||
|
||||
@ -321,6 +321,22 @@
|
||||
"hostname": {
|
||||
"label": "Nome do anfitrião"
|
||||
},
|
||||
"https": {
|
||||
"label": "HTTPS & Certificados",
|
||||
"submenu": {
|
||||
"cert": {
|
||||
"dialogTitle": "Selecione o certificado do HTTPS",
|
||||
"label": "Arquivo de certificado (.crt/.pem)"
|
||||
},
|
||||
"enable-https": {
|
||||
"label": "Habilitar HTTPS"
|
||||
},
|
||||
"key": {
|
||||
"dialogTitle": "Selecione a chave privada do HTTPS",
|
||||
"label": "Arquivo de chave privada (.key/.pem)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"label": "Porta"
|
||||
}
|
||||
@ -462,8 +478,8 @@
|
||||
"set-status-display-type": {
|
||||
"label": "Texto de status",
|
||||
"submenu": {
|
||||
"artist": "Ouvindo {artist}",
|
||||
"application": "Ouvindo {{applicationName}}",
|
||||
"artist": "Ouvindo {artist}",
|
||||
"title": "Ouvindo {song title}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user