iobroker.heos 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -1
  3. package/admin/i18n/de/translations.json +38 -0
  4. package/admin/i18n/en/translations.json +38 -0
  5. package/admin/i18n/es/translations.json +38 -0
  6. package/admin/i18n/fr/translations.json +38 -0
  7. package/admin/i18n/it/translations.json +38 -0
  8. package/admin/i18n/nl/translations.json +38 -0
  9. package/admin/i18n/pl/translations.json +38 -0
  10. package/admin/i18n/pt/translations.json +38 -0
  11. package/admin/i18n/ru/translations.json +38 -0
  12. package/admin/i18n/uk/translations.json +38 -0
  13. package/admin/i18n/zh-cn/translations.json +38 -0
  14. package/admin/jsonConfig.json +248 -0
  15. package/io-package.json +26 -21
  16. package/lib/heos-player.js +73 -13
  17. package/lib/heos-upnp.js +4 -1
  18. package/lib/tools.js +1 -73
  19. package/main.js +43 -34
  20. package/package.json +24 -16
  21. package/.eslintignore +0 -1
  22. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
  23. package/.github/auto-merge.yml +0 -17
  24. package/.github/dependabot.yml +0 -22
  25. package/.github/workflows/dependabot-auto-merge.yml +0 -23
  26. package/.github/workflows/test-and-release.yml +0 -68
  27. package/.releaseconfig.json +0 -7
  28. package/admin/admin.d.ts +0 -1
  29. package/admin/index_m.html +0 -173
  30. package/admin/style.css +0 -10
  31. package/admin/words.js +0 -40
  32. package/docs/media/browse-sources.png +0 -0
  33. package/docs/media/browse-tunein.png +0 -0
  34. package/docs/media/browse-widget.png +0 -0
  35. package/docs/media/material-ui.png +0 -0
  36. package/docs/media/player-view.png +0 -0
  37. package/docs/media/presets-config.png +0 -0
  38. package/docs/media/presets.png +0 -0
  39. package/docs/media/queue-widget.png +0 -0
  40. package/docs/media/sayit-config.png +0 -0
  41. package/docs/media/sayit.png +0 -0
  42. package/docs/vis/scripts/browse.js +0 -163
  43. package/docs/vis/scripts/queue.js +0 -172
  44. package/docs/vis/views/browse_player_widget.json +0 -78
  45. package/docs/vis/views/browse_view.json +0 -87
  46. package/docs/vis/views/player_view.json +0 -1634
  47. package/docs/vis/views/presets_view.json +0 -1238
  48. package/docs/vis/views/queue_player_widget.json +0 -78
  49. package/docs/vis/views/queue_view.json +0 -87
  50. package/main.test.js +0 -30
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 withstu <withstu@gmx.de>
3
+ Copyright (c) 2024 withstu <withstu@gmx.de>
4
4
 
5
5
  derived from https://forum.iobroker.net/topic/10420/vorlage-denon-heos-script by Uwe Uhula
6
6
 
package/README.md CHANGED
@@ -144,6 +144,13 @@ Alternative you can use the script from Uhula: https://forum.iobroker.net/post/4
144
144
  Placeholder for the next version (at the beginning of the line):
145
145
  ### **WORK IN PROGRESS**
146
146
  -->
147
+ ### 2.2.0 (2024-01-06)
148
+ * (withstu) update dependencies
149
+ * (withstu) add admin 5 UI support
150
+ * (withstu) improve preferred IP handling
151
+ * (withstu) improve undefined station handling #299
152
+ * (withstu) reduce upnp requests
153
+
147
154
  ### 2.1.0 (2023-08-05)
148
155
  * (withstu) replace got with axios
149
156
  * (withstu) improve upnp handling
@@ -333,7 +340,7 @@ Alternative you can use the script from Uhula: https://forum.iobroker.net/post/4
333
340
  ## License
334
341
  MIT License
335
342
 
336
- Copyright (c) 2023 withstu <withstu@gmx.de>
343
+ Copyright (c) 2024 withstu <withstu@gmx.de>
337
344
 
338
345
  derived from https://forum.iobroker.net/topic/10420/vorlage-denon-heos-script by Uwe Uhula
339
346
  TTS derived from https://github.com/ioBroker/ioBroker.sonos
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Zum Schluss hinzufügen",
3
+ "advanced_settings": "Erweiterte Einstellungen",
4
+ "all_leading_and_nongroup_player": "Alle führenden und nicht zur Gruppe gehörenden Spieler",
5
+ "all_player": "Alle Spieler",
6
+ "automatic_play_on_startup_and_unmute": "Automatische Wiedergabe beim Start und Aufheben der Stummschaltung",
7
+ "automatic_playback_on_startup_and_unmute": "Automatische Wiedergabe beim Start und Aufheben der Stummschaltung",
8
+ "general_settings": "Allgemeine Einstellungen",
9
+ "account_settings": "Account Einstellungen",
10
+ "comfort_settings": "Komforteinstellungen",
11
+ "command_scope": "Befehlsumfang für Scope/[cmd]",
12
+ "default_automatic_playback_command": "Standardbefehl für die automatische Wiedergabe",
13
+ "heos_account": "HEOS-Konto",
14
+ "heartbeat_interval": "Heartbeat-Intervall",
15
+ "heartbeat_retries": "Heartbeat-Wiederholungsversuche",
16
+ "mute_on_regex_match": "Stummschalten, wenn Regex mit den Songinformationen übereinstimmt",
17
+ "password": "Passwort",
18
+ "play_next": "Als nächstes spielen",
19
+ "play_now": "Jetzt spielen",
20
+ "play_settings": "Spieleinstellungen",
21
+ "player_ids_in_state_command_scope_pid": "Spieler-IDs im Status command_scope_pid",
22
+ "preferred_ip": "Bevorzugte IP-Adressen für die Verbindung, wenn die automatische Suche nicht erfolgreich war (durch Kommas getrennt)",
23
+ "queue_settings": "Warteschlangeneinstellungen",
24
+ "eboot_on_failure": "Starten Sie neu, wenn ein Gerätefehler erkannt wird",
25
+ "reconnect_timeout": "Zeitüberschreitung bei erneuter Verbindung",
26
+ "request_timeout": "Zeitüberschreitung der Anforderung",
27
+ "mute_regex": "Regex zum Stummschalten",
28
+ "replace_and_play": "Ersetzen und spielen",
29
+ "search_interval": "Suchintervall",
30
+ "search_timeout": "Zeitüberschreitung bei der Suche",
31
+ "udp_source_port": "Quellport [UDP] für SSDP-Client (0 = automatisch)",
32
+ "username": "Nutzername",
33
+ "volume_step": "Lautstärkeschritt",
34
+ "network": "Netzwerk",
35
+ "reconnect": "Wieder verbinden",
36
+ "request": "Anfrage",
37
+ "search": "Suchen"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Add to end",
3
+ "advanced_settings": "Advanced settings",
4
+ "all_leading_and_nongroup_player": "All leading and non-group player",
5
+ "all_player": "All player",
6
+ "automatic_play_on_startup_and_unmute": "Automatic play on startup and unmute",
7
+ "automatic_playback_on_startup_and_unmute": "Automatic playback on startup and unmute",
8
+ "general_settings": "General settings",
9
+ "account_settings": "Account settings",
10
+ "comfort_settings": "Comfort settings",
11
+ "command_scope": "Command scope for scope/[cmd]",
12
+ "default_automatic_playback_command": "Default automatic playback command",
13
+ "heos_account": "HEOS Account",
14
+ "heartbeat_interval": "Heartbeat interval",
15
+ "heartbeat_retries": "Heartbeat retries",
16
+ "mute_on_regex_match": "Mute, if regex matches on song information",
17
+ "password": "Password",
18
+ "play_next": "Play next",
19
+ "play_now": "Play now",
20
+ "play_settings": "Play settings",
21
+ "player_ids_in_state_command_scope_pid": "Player IDs in state command_scope_pid",
22
+ "preferred_ip": "preferred IP addresses for connection, if automatic search was not successfull (comma separated)",
23
+ "queue_settings": "Queue settings",
24
+ "eboot_on_failure": "Reboot, if device failure is detected",
25
+ "reconnect_timeout": "Reconnect timeout",
26
+ "request_timeout": "Request timeout",
27
+ "mute_regex": "Regex for muting",
28
+ "replace_and_play": "Replace and play",
29
+ "search_interval": "Search interval",
30
+ "search_timeout": "Search timeout",
31
+ "udp_source_port": "Source port [UDP] for SSDP client (0 = automatic)",
32
+ "username": "Username",
33
+ "volume_step": "Volume step",
34
+ "network": "Network",
35
+ "reconnect": "Reconnect",
36
+ "request": "Request",
37
+ "search": "Search"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Añadir al final",
3
+ "advanced_settings": "Ajustes avanzados",
4
+ "all_leading_and_nongroup_player": "Todos los jugadores líderes y no del grupo.",
5
+ "all_player": "Todos los jugadores",
6
+ "automatic_play_on_startup_and_unmute": "Reproducción automática al iniciar y activar el silencio",
7
+ "automatic_playback_on_startup_and_unmute": "Reproducción automática al iniciar y activar el silencio",
8
+ "general_settings": "Configuración general",
9
+ "account_settings": "Configuraciones de la cuenta",
10
+ "comfort_settings": "Ajustes de confort",
11
+ "command_scope": "Alcance del comando para alcance/[cmd]",
12
+ "default_automatic_playback_command": "Comando de reproducción automática predeterminado",
13
+ "heos_account": "Cuenta HEOS",
14
+ "heartbeat_interval": "Intervalo de latidos",
15
+ "heartbeat_retries": "Reintentos de latidos",
16
+ "mute_on_regex_match": "Silenciar, si la expresión regular coincide con la información de la canción",
17
+ "password": "Contraseña",
18
+ "play_next": "Reproducir siguiente",
19
+ "play_now": "Reproducir ahora",
20
+ "play_settings": "Configuración de reproducción",
21
+ "player_ids_in_state_command_scope_pid": "ID de jugador en el estado command_scope_pid",
22
+ "preferred_ip": "Direcciones IP preferidas para la conexión, si la búsqueda automática no fue exitosa (separadas por comas)",
23
+ "queue_settings": "Configuración de cola",
24
+ "eboot_on_failure": "Reinicie, si se detecta una falla en el dispositivo",
25
+ "reconnect_timeout": "Tiempo de espera para volver a conectar",
26
+ "request_timeout": "Pide tiempo fuera",
27
+ "mute_regex": "Regex para silenciar",
28
+ "replace_and_play": "Reemplazar y jugar",
29
+ "search_interval": "Intervalo de búsqueda",
30
+ "search_timeout": "Tiempo de espera de búsqueda",
31
+ "udp_source_port": "Puerto de origen [UDP] para el cliente SSDP (0 = automático)",
32
+ "username": "Nombre de usuario",
33
+ "volume_step": "paso de volumen",
34
+ "network": "Red",
35
+ "reconnect": "Reconectar",
36
+ "request": "Pedido",
37
+ "search": "Buscar"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Ajouter pour terminer",
3
+ "advanced_settings": "Réglages avancés",
4
+ "all_leading_and_nongroup_player": "Tous les joueurs leaders et hors groupe",
5
+ "all_player": "Tous les joueurs",
6
+ "automatic_play_on_startup_and_unmute": "Lecture automatique au démarrage et activation du son",
7
+ "automatic_playback_on_startup_and_unmute": "Lecture automatique au démarrage et activation du son",
8
+ "general_settings": "Réglages généraux",
9
+ "account_settings": "Paramètres du compte",
10
+ "comfort_settings": "Paramètres de confort",
11
+ "command_scope": "Portée de la commande pour scope/[cmd]",
12
+ "default_automatic_playback_command": "Commande de lecture automatique par défaut",
13
+ "heos_account": "Compte HEOS",
14
+ "heartbeat_interval": "Intervalle de battement de coeur",
15
+ "heartbeat_retries": "Nouvelles tentatives de battement de coeur",
16
+ "mute_on_regex_match": "Muet, si l'expression régulière correspond aux informations sur la chanson",
17
+ "password": "Mot de passe",
18
+ "play_next": "Jouer ensuite",
19
+ "play_now": "Joue maintenant",
20
+ "play_settings": "Paramètres de lecture",
21
+ "player_ids_in_state_command_scope_pid": "ID de joueur dans l'état command_scope_pid",
22
+ "preferred_ip": "Adresses IP préférées pour la connexion, si la recherche automatique n'a pas abouti (séparées par des virgules)",
23
+ "queue_settings": "Paramètres de file d'attente",
24
+ "eboot_on_failure": "Redémarrer, si une panne de périphérique est détectée",
25
+ "reconnect_timeout": "Délai de reconnexion",
26
+ "request_timeout": "Expiration du délai de demande",
27
+ "mute_regex": "Regex pour la mise en sourdine",
28
+ "replace_and_play": "Remplacer et jouer",
29
+ "search_interval": "Intervalle de recherche",
30
+ "search_timeout": "Délai de recherche",
31
+ "udp_source_port": "Port source [UDP] pour le client SSDP (0 = automatique)",
32
+ "username": "Nom d'utilisateur",
33
+ "volume_step": "Pas de volume",
34
+ "network": "Réseau",
35
+ "reconnect": "Reconnecter",
36
+ "request": "Demande",
37
+ "search": "Recherche"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Aggiungi alla fine",
3
+ "advanced_settings": "Impostazioni avanzate",
4
+ "all_leading_and_nongroup_player": "Tutti i giocatori principali e non del gruppo",
5
+ "all_player": "Tutti i giocatori",
6
+ "automatic_play_on_startup_and_unmute": "Riproduzione automatica all'avvio e riattivazione dell'audio",
7
+ "automatic_playback_on_startup_and_unmute": "Riproduzione automatica all'avvio e riattivazione dell'audio",
8
+ "general_settings": "Impostazioni generali",
9
+ "account_settings": "Impostazioni dell'account",
10
+ "comfort_settings": "Impostazioni di comfort",
11
+ "command_scope": "Ambito del comando per scope/[cmd]",
12
+ "default_automatic_playback_command": "Comando di riproduzione automatica predefinito",
13
+ "heos_account": "Conto HEOS",
14
+ "heartbeat_interval": "Intervallo di battito cardiaco",
15
+ "heartbeat_retries": "Nuovi tentativi con battito cardiaco",
16
+ "mute_on_regex_match": "Disattiva l'audio, se l'espressione regolare corrisponde alle informazioni sul brano",
17
+ "password": "Parola d'ordine",
18
+ "play_next": "Gioca dopo",
19
+ "play_now": "Riproduci ora",
20
+ "play_settings": "Impostazioni di riproduzione",
21
+ "player_ids_in_state_command_scope_pid": "ID giocatore nello stato command_scope_pid",
22
+ "preferred_ip": "Indirizzi IP preferiti per la connessione, se la ricerca automatica non ha avuto successo (separati da virgole)",
23
+ "queue_settings": "Impostazioni della coda",
24
+ "eboot_on_failure": "Riavviare se viene rilevato un guasto del dispositivo",
25
+ "reconnect_timeout": "Timeout di riconnessione",
26
+ "request_timeout": "Richiedi timeout",
27
+ "mute_regex": "Regex per il silenziamento",
28
+ "replace_and_play": "Sostituisci e gioca",
29
+ "search_interval": "Intervallo di ricerca",
30
+ "search_timeout": "Timeout della ricerca",
31
+ "udp_source_port": "Porta di origine [UDP] per client SSDP (0 = automatico)",
32
+ "username": "Nome utente",
33
+ "volume_step": "Passo del volume",
34
+ "network": "Rete",
35
+ "reconnect": "Riconnettiti",
36
+ "request": "Richiesta",
37
+ "search": "Ricerca"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Voeg toe aan einde",
3
+ "advanced_settings": "Geavanceerde instellingen",
4
+ "all_leading_and_nongroup_player": "Alle leidende spelers en niet-groepsspelers",
5
+ "all_player": "Allemaal speler",
6
+ "automatic_play_on_startup_and_unmute": "Automatisch afspelen bij opstarten en dempen opheffen",
7
+ "automatic_playback_on_startup_and_unmute": "Automatisch afspelen bij opstarten en dempen opheffen",
8
+ "general_settings": "Algemene instellingen",
9
+ "account_settings": "Account instellingen",
10
+ "comfort_settings": "Comfortinstellingen",
11
+ "command_scope": "Commandoscope voor scope/[cmd]",
12
+ "default_automatic_playback_command": "Standaard automatische afspeelopdracht",
13
+ "heos_account": "HEOS-account",
14
+ "heartbeat_interval": "Hartslaginterval",
15
+ "heartbeat_retries": "Hartslag nieuwe pogingen",
16
+ "mute_on_regex_match": "Dempen, als regex overeenkomt met nummerinformatie",
17
+ "password": "Wachtwoord",
18
+ "play_next": "Speel hierna",
19
+ "play_now": "Nu afspelen",
20
+ "play_settings": "Speel instellingen",
21
+ "player_ids_in_state_command_scope_pid": "Speler-ID's met de status command_scope_pid",
22
+ "preferred_ip": "Voorkeurs-IP-adressen voor verbinding, als automatisch zoeken niet succesvol was (door komma's gescheiden)",
23
+ "queue_settings": "Wachtrij-instellingen",
24
+ "eboot_on_failure": "Start opnieuw op als er een apparaatfout wordt gedetecteerd",
25
+ "reconnect_timeout": "Time-out opnieuw verbinden",
26
+ "request_timeout": "Verzoek time-out",
27
+ "mute_regex": "Regex voor dempen",
28
+ "replace_and_play": "Vervangen en spelen",
29
+ "search_interval": "Zoekinterval",
30
+ "search_timeout": "Time-out voor zoeken",
31
+ "udp_source_port": "Bronpoort [UDP] voor SSDP-client (0 = automatisch)",
32
+ "username": "Gebruikersnaam",
33
+ "volume_step": "Volumestap",
34
+ "network": "Netwerk",
35
+ "reconnect": "Maak opnieuw verbinding",
36
+ "request": "Verzoek",
37
+ "search": "Zoekopdracht"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Dodaj na koniec",
3
+ "advanced_settings": "Zaawansowane ustawienia",
4
+ "all_leading_and_nongroup_player": "Wszyscy czołowi gracze i gracze spoza grupy",
5
+ "all_player": "Wszyscy gracze",
6
+ "automatic_play_on_startup_and_unmute": "Automatyczne odtwarzanie przy uruchomieniu i wyłączeniu wyciszenia",
7
+ "automatic_playback_on_startup_and_unmute": "Automatyczne odtwarzanie po uruchomieniu i wyłączeniu wyciszenia",
8
+ "general_settings": "Ustawienia główne",
9
+ "account_settings": "Ustawienia konta",
10
+ "comfort_settings": "Ustawienia komfortu",
11
+ "command_scope": "Zakres poleceń dla zakresu/[cmd]",
12
+ "default_automatic_playback_command": "Domyślne polecenie automatycznego odtwarzania",
13
+ "heos_account": "Konto HEOS",
14
+ "heartbeat_interval": "Interwał uderzeń serca",
15
+ "heartbeat_retries": "Ponawianie prób bicia serca",
16
+ "mute_on_regex_match": "Wycisz, jeśli wyrażenie regularne pasuje do informacji o utworze",
17
+ "password": "Hasło",
18
+ "play_next": "Zagraj dalej",
19
+ "play_now": "Zagraj teraz",
20
+ "play_settings": "Ustawienia odtwarzania",
21
+ "player_ids_in_state_command_scope_pid": "Identyfikatory graczy w stanie Command_scope_pid",
22
+ "preferred_ip": "Preferowane adresy IP do połączenia, jeśli automatyczne wyszukiwanie nie powiodło się (oddzielone przecinkami)",
23
+ "queue_settings": "Ustawienia kolejki",
24
+ "eboot_on_failure": "Uruchom ponownie, jeśli wykryta zostanie awaria urządzenia",
25
+ "reconnect_timeout": "Przekroczono limit czasu ponownego połączenia",
26
+ "request_timeout": "Limit czasu żądania",
27
+ "mute_regex": "Regex do wyciszania",
28
+ "replace_and_play": "Wymień i graj",
29
+ "search_interval": "Interwał wyszukiwania",
30
+ "search_timeout": "Przekroczono limit czasu wyszukiwania",
31
+ "udp_source_port": "Port źródłowy [UDP] dla klienta SSDP (0 = automatycznie)",
32
+ "username": "Nazwa użytkownika",
33
+ "volume_step": "Krok głośności",
34
+ "network": "Sieć",
35
+ "reconnect": "Na nowo połączyć",
36
+ "request": "Wniosek",
37
+ "search": "Szukaj"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Adicionar ao final",
3
+ "advanced_settings": "Configurações avançadas",
4
+ "all_leading_and_nongroup_player": "Todos os jogadores líderes e não pertencentes ao grupo",
5
+ "all_player": "Todos os jogadores",
6
+ "automatic_play_on_startup_and_unmute": "Reprodução automática na inicialização e ativação do som",
7
+ "automatic_playback_on_startup_and_unmute": "Reprodução automática na inicialização e ativação do som",
8
+ "general_settings": "Configurações Gerais",
9
+ "account_settings": "Configurações de Conta",
10
+ "comfort_settings": "Configurações de conforto",
11
+ "command_scope": "Escopo de comando para escopo/[cmd]",
12
+ "default_automatic_playback_command": "Comando de reprodução automática padrão",
13
+ "heos_account": "Conta HEOS",
14
+ "heartbeat_interval": "Intervalo de batimentos cardíacos",
15
+ "heartbeat_retries": "Novas tentativas de pulsação",
16
+ "mute_on_regex_match": "Silenciar, se o regex corresponder às informações da música",
17
+ "password": "Senha",
18
+ "play_next": "Jogue a seguir",
19
+ "play_now": "Jogue agora",
20
+ "play_settings": "Configurações de jogo",
21
+ "player_ids_in_state_command_scope_pid": "IDs de jogadores no estado command_scope_pid",
22
+ "preferred_ip": "Endereços IP preferidos para conexão, se a pesquisa automática não for bem-sucedida (separados por vírgula)",
23
+ "queue_settings": "Configurações de fila",
24
+ "eboot_on_failure": "Reinicialize, se for detectada falha no dispositivo",
25
+ "reconnect_timeout": "Tempo limite de reconexão",
26
+ "request_timeout": "Solicitar tempo limite",
27
+ "mute_regex": "Regex para silenciar",
28
+ "replace_and_play": "Substitua e jogue",
29
+ "search_interval": "Intervalo de pesquisa",
30
+ "search_timeout": "Tempo limite de pesquisa",
31
+ "udp_source_port": "Porta de origem [UDP] para cliente SSDP (0 = automático)",
32
+ "username": "Nome de usuário",
33
+ "volume_step": "Etapa de volume",
34
+ "network": "Rede",
35
+ "reconnect": "Reconectar",
36
+ "request": "Solicitar",
37
+ "search": "Procurar"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Добавить в конец",
3
+ "advanced_settings": "Расширенные настройки",
4
+ "all_leading_and_nongroup_player": "Все ведущие и внегрупповые игроки",
5
+ "all_player": "Все игроки",
6
+ "automatic_play_on_startup_and_unmute": "Автоматическое воспроизведение при запуске и включение звука",
7
+ "automatic_playback_on_startup_and_unmute": "Автоматическое воспроизведение при запуске и включение звука",
8
+ "general_settings": "Общие настройки",
9
+ "account_settings": "Настройки учетной записи",
10
+ "comfort_settings": "Настройки комфорта",
11
+ "command_scope": "Область действия команды для области/[cmd]",
12
+ "default_automatic_playback_command": "Команда автоматического воспроизведения по умолчанию",
13
+ "heos_account": "Учетная запись HEOS",
14
+ "heartbeat_interval": "Интервал сердцебиения",
15
+ "heartbeat_retries": "Повторные попытки пульса",
16
+ "mute_on_regex_match": "Отключить звук, если регулярное выражение соответствует информации о песне",
17
+ "password": "Пароль",
18
+ "play_next": "Играть дальше",
19
+ "play_now": "Играть сейчас",
20
+ "play_settings": "Настройки воспроизведения",
21
+ "player_ids_in_state_command_scope_pid": "Идентификаторы игроков в состоянии command_scope_pid",
22
+ "preferred_ip": "Предпочитаемые IP-адреса для подключения, если автоматический поиск не увенчался успехом (через запятую)",
23
+ "queue_settings": "Настройки очереди",
24
+ "eboot_on_failure": "Перезагрузитесь, если обнаружен сбой устройства",
25
+ "reconnect_timeout": "Тайм-аут повторного подключения",
26
+ "request_timeout": "Запросить тайм-аут",
27
+ "mute_regex": "Регулярное выражение для отключения звука",
28
+ "replace_and_play": "Замени и играй",
29
+ "search_interval": "Интервал поиска",
30
+ "search_timeout": "Тайм-аут поиска",
31
+ "udp_source_port": "Исходный порт [UDP] для клиента SSDP (0 = автоматически)",
32
+ "username": "Имя пользователя",
33
+ "volume_step": "Шаг громкости",
34
+ "network": "Сеть",
35
+ "reconnect": "Восстановить соединение",
36
+ "request": "Запрос",
37
+ "search": "Поиск"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "Додайте до кінця",
3
+ "advanced_settings": "Розширені налаштування",
4
+ "all_leading_and_nongroup_player": "Усі провідні та позагрупові гравці",
5
+ "all_player": "Весь гравець",
6
+ "automatic_play_on_startup_and_unmute": "Автоматичне відтворення під час запуску та ввімкнення звуку",
7
+ "automatic_playback_on_startup_and_unmute": "Автоматичне відтворення під час запуску та ввімкнення звуку",
8
+ "general_settings": "Загальні налаштування",
9
+ "account_settings": "Налаштування аккаунта",
10
+ "comfort_settings": "Налаштування комфорту",
11
+ "command_scope": "Область команди для scope/[cmd]",
12
+ "default_automatic_playback_command": "Команда автоматичного відтворення за замовчуванням",
13
+ "heos_account": "Обліковий запис HEOS",
14
+ "heartbeat_interval": "Інтервал серцевих скорочень",
15
+ "heartbeat_retries": "Повторна спроба серцебиття",
16
+ "mute_on_regex_match": "Вимкнути звук, якщо регулярний вираз відповідає інформації про пісню",
17
+ "password": "Пароль",
18
+ "play_next": "Грати далі",
19
+ "play_now": "Грати зараз",
20
+ "play_settings": "Налаштування відтворення",
21
+ "player_ids_in_state_command_scope_pid": "Ідентифікатори гравців у стані command_scope_pid",
22
+ "preferred_ip": "Бажані IP-адреси для підключення, якщо автоматичний пошук не вдався (розділені комами)",
23
+ "queue_settings": "Налаштування черги",
24
+ "eboot_on_failure": "Перезавантажте, якщо виявлено збій пристрою",
25
+ "reconnect_timeout": "Час очікування повторного підключення",
26
+ "request_timeout": "Час очікування запиту минув",
27
+ "mute_regex": "Регулярний вираз для вимкнення звуку",
28
+ "replace_and_play": "Замініть і грайте",
29
+ "search_interval": "Інтервал пошуку",
30
+ "search_timeout": "Тайм-аут пошуку",
31
+ "udp_source_port": "Порт джерела [UDP] для клієнта SSDP (0 = автоматично)",
32
+ "username": "Ім'я користувача",
33
+ "volume_step": "Крок гучності",
34
+ "network": "Мережа",
35
+ "reconnect": "Повторне підключення",
36
+ "request": "запит",
37
+ "search": "Пошук"
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "add_to_end": "添加到末尾",
3
+ "advanced_settings": "高级设置",
4
+ "all_leading_and_nongroup_player": "所有领先和非团体球员",
5
+ "all_player": "所有玩家",
6
+ "automatic_play_on_startup_and_unmute": "启动时自动播放并取消静音",
7
+ "automatic_playback_on_startup_and_unmute": "开机自动播放和取消静音",
8
+ "general_settings": "常规设置",
9
+ "account_settings": "帐号设定",
10
+ "comfort_settings": "舒适设置",
11
+ "command_scope": "命令范围为scope/[cmd]",
12
+ "default_automatic_playback_command": "默认自动播放命令",
13
+ "heos_account": "HEOS账户",
14
+ "heartbeat_interval": "心跳间隔",
15
+ "heartbeat_retries": "心跳重试",
16
+ "mute_on_regex_match": "如果正则表达式与歌曲信息匹配则静音",
17
+ "password": "密码",
18
+ "play_next": "播放下一个",
19
+ "play_now": "现在播放",
20
+ "play_settings": "播放设置",
21
+ "player_ids_in_state_command_scope_pid": "处于 command_scope_pid 状态的玩家 ID",
22
+ "preferred_ip": "如果自动搜索不成功,则首选连接 IP 地址(逗号分隔)",
23
+ "queue_settings": "队列设置",
24
+ "eboot_on_failure": "如果检测到设备故障,请重新启动",
25
+ "reconnect_timeout": "重新连接超时",
26
+ "request_timeout": "请求超时",
27
+ "mute_regex": "用于静音的正则表达式",
28
+ "replace_and_play": "替换并播放",
29
+ "search_interval": "搜索间隔",
30
+ "search_timeout": "搜索超时",
31
+ "udp_source_port": "SSDP 客户端的源端口 [UDP](0 = 自动)",
32
+ "username": "用户名",
33
+ "volume_step": "音量步长",
34
+ "network": "网络",
35
+ "reconnect": "重新连接",
36
+ "request": "要求",
37
+ "search": "搜索"
38
+ }