mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
Compare commits
13 Commits
cc83804491
...
snyk-fix-c
| Author | SHA1 | Date | |
|---|---|---|---|
| fdd55e10bc | |||
| c9ae7cb277 | |||
| e455932754 | |||
| a1e3bf23be | |||
| 8ccd510700 | |||
| c0a495640f | |||
| 6060e138ee | |||
| 98b2e182fb | |||
| 715ddb8923 | |||
| 3104111f6b | |||
| e064c37859 | |||
| 1de223b4ca | |||
| 50a1365a6f |
@ -104,7 +104,7 @@
|
||||
"filenamify": "6.0.0",
|
||||
"hanja": "1.1.5",
|
||||
"happy-dom": "18.0.1",
|
||||
"hono": "4.9.6",
|
||||
"hono": "4.9.7",
|
||||
"howler": "2.2.4",
|
||||
"html-to-text": "9.0.5",
|
||||
"i18next": "25.5.2",
|
||||
|
||||
@ -421,6 +421,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom-output-device": {
|
||||
"description": "Configura un dispositiu multimèdia de sortida personalitzat per a cançons",
|
||||
"menu": {
|
||||
"device-selector": "Selecciona un dispositiu"
|
||||
},
|
||||
"name": "Dispositiu de sortida personalitzat",
|
||||
"prompt": {
|
||||
"device-selector": {
|
||||
"label": "Trieu el dispositiu de sortida que s'utilitzarà",
|
||||
"title": "Escull el dispositiu de sortida"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable-autoplay": {
|
||||
"description": "Fa que la cançó comenci en mode «pausat»",
|
||||
"menu": {
|
||||
@ -444,7 +457,15 @@
|
||||
"hide-duration-left": "Amaga la durada restant",
|
||||
"hide-github-button": "Amaga el botó de l'enllaç a GitHub",
|
||||
"play-on-youtube-music": "Reprodueix a YouTube Music",
|
||||
"set-inactivity-timeout": "Estableix temps d'espera d'inactivitat"
|
||||
"set-inactivity-timeout": "Estableix temps d'espera d'inactivitat",
|
||||
"set-status-display-type": {
|
||||
"label": "Text d'estat",
|
||||
"submenu": {
|
||||
"artist": "Escoltant {artist}",
|
||||
"title": "Escoltant {song title}",
|
||||
"youtube-music": "Escoltant YouTube Music"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Estat d'activitat de Discord",
|
||||
"prompt": {
|
||||
@ -615,10 +636,10 @@
|
||||
"name": "Navegació",
|
||||
"templates": {
|
||||
"back": {
|
||||
"title": "Tornar a la pàgina anterior"
|
||||
"title": "Pàgina anterior"
|
||||
},
|
||||
"forward": {
|
||||
"title": "Anar a la pàgina següent"
|
||||
"title": "Pàgina següent"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -736,6 +757,7 @@
|
||||
"listenbrainz": {
|
||||
"token": "Introduir token d'usuari de ListenBrainz"
|
||||
},
|
||||
"scrobble-alternative-artist": "Utilitza artistes alternatius",
|
||||
"scrobble-alternative-title": "Useu títols alternatius",
|
||||
"scrobble-other-media": "Scrobble amb altres mitjans"
|
||||
},
|
||||
@ -821,6 +843,14 @@
|
||||
"label": "Fes que les lletres es sincronitzin a la perfecció",
|
||||
"tooltip": "Calcula al mil·lisegon l'aparició de la següent línia (pot tenir un petit impacte en el rendiment)"
|
||||
},
|
||||
"preferred-provider": {
|
||||
"label": "Proveïdor preferit",
|
||||
"none": {
|
||||
"label": "Cap",
|
||||
"tooltip": "Cap proveïdor preferit"
|
||||
},
|
||||
"tooltip": "Trieu el proveïdor predeterminat que voleu utilitzar"
|
||||
},
|
||||
"romanization": {
|
||||
"label": "Romanitza les lletres",
|
||||
"tooltip": "Si les lletres són en un idioma diferent, intenta mostrar la versió amb alfabet llatí."
|
||||
@ -853,6 +883,9 @@
|
||||
"description": "Afegeix un giny a la Touch Bar per usuaris de macOS",
|
||||
"name": "TouchBar"
|
||||
},
|
||||
"transparent-player": {
|
||||
"description": "Fa la finestra de l'aplicació transparent"
|
||||
},
|
||||
"tuna-obs": {
|
||||
"description": "Integració amb l'extensió «Tuna» del OBS",
|
||||
"name": "Tuna OBS"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"load-all": "Načítání všech pluginů",
|
||||
"load-failed": "Selhalo načtení \"{{pluginName}}\" pluginu",
|
||||
"loaded": "Plugin \"{{pluginName}}\" načten",
|
||||
"unload-failed": "Selhalo unload \"{{pluginName}}\" pluginu",
|
||||
"unload-failed": "Selhalo vypnutí \"{{pluginName}}\" pluginu",
|
||||
"unloaded": "Plugin {{pluginName}} byl odnačten"
|
||||
}
|
||||
}
|
||||
|
||||
@ -421,6 +421,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom-output-device": {
|
||||
"description": "Einen maßgeschneiderten Ausgabemedienträger für Lieder einrichten",
|
||||
"menu": {
|
||||
"device-selector": "Gerät auswählen"
|
||||
},
|
||||
"name": "Benutzerdefiniertes Ausgabegerät",
|
||||
"prompt": {
|
||||
"device-selector": {
|
||||
"label": "Wähle das Ausgabegerät, welches benutzt werden soll",
|
||||
"title": "Wähle ein Ausgabegerät"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable-autoplay": {
|
||||
"description": "Startet Lied im pausierten Modus",
|
||||
"menu": {
|
||||
@ -444,7 +457,15 @@
|
||||
"hide-duration-left": "Verbleibende Zeit verstecken",
|
||||
"hide-github-button": "Knopf mit Link zu GitHub ausblenden",
|
||||
"play-on-youtube-music": "Auf YouTube Music abspielen",
|
||||
"set-inactivity-timeout": "Inaktivitätstimeout setzen"
|
||||
"set-inactivity-timeout": "Inaktivitätstimeout setzen",
|
||||
"set-status-display-type": {
|
||||
"label": "Status Text",
|
||||
"submenu": {
|
||||
"artist": "Hört {artist} zu",
|
||||
"title": "Du hörst {song title}",
|
||||
"youtube-music": "Hört YouTube Music"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Discords Aktivitätsstatus",
|
||||
"prompt": {
|
||||
@ -736,6 +757,7 @@
|
||||
"listenbrainz": {
|
||||
"token": "ListenBrainz-Benutzer-Token eintragen"
|
||||
},
|
||||
"scrobble-alternative-artist": "Benutze Alternative Künstler",
|
||||
"scrobble-alternative-title": "Nutze alternative Titel",
|
||||
"scrobble-other-media": "Andere Medien scrobbeln"
|
||||
},
|
||||
@ -821,6 +843,14 @@
|
||||
"label": "Den Songtext perfekt synchronisieren",
|
||||
"tooltip": "Auf die Millisekunde genau berechnen, wann die nächste Zeile angezeigt werden soll (Kann Einfluss auf die Leistung haben)"
|
||||
},
|
||||
"preferred-provider": {
|
||||
"label": "bevorzugter Anbieter",
|
||||
"none": {
|
||||
"label": "Nichts",
|
||||
"tooltip": "Kein bevorzugter Anbieter"
|
||||
},
|
||||
"tooltip": "Standardanbieter auswählen"
|
||||
},
|
||||
"romanization": {
|
||||
"label": "Lateinische Umschrift anzeigen",
|
||||
"tooltip": "Wenn der Liedtext in einer anderen Schrift ist, zeige nach Möglichkeit eine Version in lateinischer Schrift an."
|
||||
@ -855,7 +885,6 @@
|
||||
},
|
||||
"transparent-player": {
|
||||
"description": "Macht das Player-Fenster transparent",
|
||||
"name": "Transparent Player",
|
||||
"menu": {
|
||||
"opacity": {
|
||||
"label": "Hintergrund-Sichtbarkeit",
|
||||
@ -868,10 +897,12 @@
|
||||
"submenu": {
|
||||
"acrylic": "Acrylic",
|
||||
"mica": "Mica",
|
||||
"none": "Nichts",
|
||||
"tabbed": "Tabbed"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Transparent Player"
|
||||
},
|
||||
"tuna-obs": {
|
||||
"description": "Integration mit dem OBS-Plugin Tuna",
|
||||
|
||||
@ -2,14 +2,14 @@
|
||||
"common": {
|
||||
"console": {
|
||||
"plugins": {
|
||||
"execute-failed": "Error al ejecutar el plugin {{pluginName}}::{{contextName}}",
|
||||
"executed-at-ms": "Plugin {{pluginName}}::{{contextName}} Ejecutó en {{ms}}ms",
|
||||
"initialize-failed": "Error al inicializar el plugin \"{{pluginName}}\"",
|
||||
"load-all": "Cargando todos los plugins",
|
||||
"load-failed": "Error al cargar el plugin \"{{pluginName}}\"",
|
||||
"loaded": "Plugin \"{{pluginName}}\" cargado",
|
||||
"unload-failed": "No se ha podido descargar el plugin \"{{pluginName}}\"",
|
||||
"unloaded": "Plugin \"{{pluginName}}\" descargado"
|
||||
"execute-failed": "Error al ejecutar el complemento {{pluginName}}::{{contextName}}",
|
||||
"executed-at-ms": "Complemento {{pluginName}}::{{contextName}} Ejecutó en {{ms}}ms",
|
||||
"initialize-failed": "Error al inicializar el complemento \"{{pluginName}}\"",
|
||||
"load-all": "Cargando todos los complementos",
|
||||
"load-failed": "Error al cargar el complemento \"{{pluginName}}\"",
|
||||
"loaded": "Complementos \"{{pluginName}}\" cargado",
|
||||
"unload-failed": "No se ha podido descargar el complemento \"{{pluginName}}\"",
|
||||
"unloaded": "Complemento \"{{pluginName}}\" descargado"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -53,7 +53,7 @@
|
||||
"later": "Más tarde",
|
||||
"restart-now": "Reiniciar ahora"
|
||||
},
|
||||
"detail": "El plugin \"{{pluginName}}\" requiere reiniciar para tomar efecto",
|
||||
"detail": "El complemento \"{{pluginName}}\" requiere reiniciar para tomar efecto",
|
||||
"message": "\"{{pluginName}}\" necesita reiniciar",
|
||||
"title": "Se requiere reinicio"
|
||||
},
|
||||
@ -185,7 +185,7 @@
|
||||
},
|
||||
"plugins": {
|
||||
"enabled": "Habilitado",
|
||||
"label": "Plugins",
|
||||
"label": "Complementos",
|
||||
"new": "NUEVO"
|
||||
},
|
||||
"view": {
|
||||
@ -490,7 +490,7 @@
|
||||
"ok": "OK"
|
||||
},
|
||||
"detail": "({{playlistSize}} canciones)",
|
||||
"message": "Descargando Playlist {{playlistTitle}}",
|
||||
"message": "Descargando lista de reproducción {{playlistTitle}}",
|
||||
"title": "Descarga iniciada"
|
||||
}
|
||||
},
|
||||
@ -905,7 +905,7 @@
|
||||
"name": "Reproductor transparente"
|
||||
},
|
||||
"tuna-obs": {
|
||||
"description": "Integración con el plugin Tuna de OBS",
|
||||
"description": "Integración con el complemento Tuna de OBS",
|
||||
"name": "Tuna OBS"
|
||||
},
|
||||
"unobtrusive-player": {
|
||||
|
||||
@ -425,6 +425,13 @@
|
||||
"description": "Scegli da quale uscita audio vuoi riprodurre i brani",
|
||||
"menu": {
|
||||
"device-selector": "Seleziona un'uscita"
|
||||
},
|
||||
"name": "Dispositivo di Output Personalizzato",
|
||||
"prompt": {
|
||||
"device-selector": {
|
||||
"label": "Scegli il dispositivo d'output da utilizzare",
|
||||
"title": "Scegli il dispositivo d'output"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable-autoplay": {
|
||||
@ -452,9 +459,11 @@
|
||||
"play-on-youtube-music": "Riproduci su YouTube Music",
|
||||
"set-inactivity-timeout": "Imposta il timeout di inattività",
|
||||
"set-status-display-type": {
|
||||
"label": "Testo dello status",
|
||||
"submenu": {
|
||||
"artist": "Stai ascoltando {artist}",
|
||||
"title": "Stai ascoltando {song title}"
|
||||
"title": "Stai ascoltando {song title}",
|
||||
"youtube-music": "Ascoltando YouTube Music"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -878,12 +887,18 @@
|
||||
"description": "Rende trasparente la finestra del programma",
|
||||
"menu": {
|
||||
"opacity": {
|
||||
"label": "Opacità"
|
||||
"label": "Opacità",
|
||||
"submenu": {
|
||||
"percent": "{{opacity}}%"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"label": "Tipo",
|
||||
"submenu": {
|
||||
"none": "Nessuno"
|
||||
"acrylic": "Acrilico",
|
||||
"mica": "Mica",
|
||||
"none": "Nessuno",
|
||||
"tabbed": "In scheda"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -843,6 +843,14 @@
|
||||
"label": "Идеально синхронизировать слова",
|
||||
"tooltip": "До миллисекунды рассчитывает отображение следующей строки(может оказать небольшое влияние на производительность)"
|
||||
},
|
||||
"preferred-provider": {
|
||||
"label": "Предпочитаемый источник",
|
||||
"none": {
|
||||
"label": "Никакой",
|
||||
"tooltip": "Нет предпочитаемого источника"
|
||||
},
|
||||
"tooltip": "Выберите источник по умолчанию"
|
||||
},
|
||||
"romanization": {
|
||||
"label": "Романизировать слова",
|
||||
"tooltip": "Если слова на другом языке, пытаться отображать версию на латинице."
|
||||
|
||||
@ -421,6 +421,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom-output-device": {
|
||||
"description": "ตั้งค่าอุปกรณ์เสียงออกสำหรับเพลง",
|
||||
"menu": {
|
||||
"device-selector": "เลือกอุปกรณ์"
|
||||
},
|
||||
"name": "อุปกรณ์เสียงออกที่กำหนดเอง",
|
||||
"prompt": {
|
||||
"device-selector": {
|
||||
"label": "เลือกอุปกรณ์เสียงออกที่ต้องการใช้",
|
||||
"title": "เลือกอุปกรณ์เสียงออก"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable-autoplay": {
|
||||
"description": "เริ่มเพลงในโหมดหยุดชั่วคราว",
|
||||
"menu": {
|
||||
@ -744,6 +757,7 @@
|
||||
"listenbrainz": {
|
||||
"token": "ใส่ user token ของ ListenBrainz"
|
||||
},
|
||||
"scrobble-alternative-artist": "ใช้ชื่อศิลปินอื่น",
|
||||
"scrobble-alternative-title": "ใช้ชื่ออื่น",
|
||||
"scrobble-other-media": "บันทึกการเล่นสื่ออื่นๆ"
|
||||
},
|
||||
@ -829,6 +843,14 @@
|
||||
"label": "ให้เนื้อเพลงตรงกับเพลงเป๊ะๆ",
|
||||
"tooltip": "คำนวณมิลิวินาทีในการแสดงบรรทัดถัดไป (มีผลเล็กน้อยกับประสิทธิภาพการทำงาน)"
|
||||
},
|
||||
"preferred-provider": {
|
||||
"label": "ผู้ให้บริการที่ต้องการ",
|
||||
"none": {
|
||||
"label": "ไม่มี",
|
||||
"tooltip": "ไม่มีผู้ให้บริการที่ต้องการ"
|
||||
},
|
||||
"tooltip": "เลือกผู้ให้บริการที่ต้องการใช้งาน"
|
||||
},
|
||||
"romanization": {
|
||||
"label": "เนื้อเพลงตัวด้วยอักษรโรมัน",
|
||||
"tooltip": "ถ้าหากเนื้อเพลงอยู่ในภาษาอื่น ลองเปลี่ยนการแสดงผลโดยใช้เวอร์ชั่นลาติน"
|
||||
@ -861,6 +883,27 @@
|
||||
"description": "เพิ่ม Widget บน TouchBar สำหรับผู้ใช้ macOS",
|
||||
"name": "TouchBar"
|
||||
},
|
||||
"transparent-player": {
|
||||
"description": "ทำให้หน้าต่างของแอปโปร่งใส",
|
||||
"menu": {
|
||||
"opacity": {
|
||||
"label": "ความทึบแสง",
|
||||
"submenu": {
|
||||
"percent": "{{opacity}}%"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"label": "ประเภท",
|
||||
"submenu": {
|
||||
"acrylic": "อะคริลิก",
|
||||
"mica": "ไมกา",
|
||||
"none": "ไม่มี",
|
||||
"tabbed": "Tabbed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "ที่เล่นเพลงโปร่งใส"
|
||||
},
|
||||
"tuna-obs": {
|
||||
"description": "ใช้งานร่วมกันกับปลั้กอิน Tuna บน OBS",
|
||||
"name": "Tuna OBS"
|
||||
|
||||
@ -843,6 +843,14 @@
|
||||
"label": "Şarkı sözlerini mükemmel şekilde senkronize edin",
|
||||
"tooltip": "Bir sonraki satırın görüntülenmesini milisaniyesine kadar hesaplayın (performans üzerinde küçük bir etkisi olabilir)"
|
||||
},
|
||||
"preferred-provider": {
|
||||
"label": "Tercih edilen Sağlayıcı",
|
||||
"none": {
|
||||
"label": "Hiçbiri",
|
||||
"tooltip": "Varsayılan sağlayıcı yok"
|
||||
},
|
||||
"tooltip": "Kullanmak İçin varsayılan sağlayıcıyı seçin"
|
||||
},
|
||||
"romanization": {
|
||||
"label": "Sözleri Romanize Et",
|
||||
"tooltip": "Sözler başka bir dilde gözüküyorsa, Latin versiyonunu dene."
|
||||
|
||||
Reference in New Issue
Block a user