iobroker.yamaha 2.3.3 → 2.5.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 (66) hide show
  1. package/README.md +18 -22
  2. package/admin/i18n/de.json +69 -1
  3. package/admin/i18n/en.json +69 -1
  4. package/admin/i18n/es.json +69 -1
  5. package/admin/i18n/fr.json +69 -1
  6. package/admin/i18n/it.json +69 -1
  7. package/admin/i18n/nl.json +69 -1
  8. package/admin/i18n/pl.json +69 -1
  9. package/admin/i18n/pt.json +69 -1
  10. package/admin/i18n/ru.json +69 -1
  11. package/admin/i18n/uk.json +69 -1
  12. package/admin/i18n/zh-cn.json +69 -1
  13. package/build/lib/browse/browse-engine.js +35 -0
  14. package/build/lib/browse/browse-engine.js.map +3 -3
  15. package/build/lib/browse/objects.js +50 -4
  16. package/build/lib/browse/objects.js.map +2 -2
  17. package/build/lib/browse/surface.js +4 -2
  18. package/build/lib/browse/surface.js.map +2 -2
  19. package/build/lib/browse/types.js +13 -2
  20. package/build/lib/browse/types.js.map +2 -2
  21. package/build/lib/browse/xml-browse-driver.js +47 -19
  22. package/build/lib/browse/xml-browse-driver.js.map +2 -2
  23. package/build/lib/browse/ynca-browse-driver.js +64 -1
  24. package/build/lib/browse/ynca-browse-driver.js.map +2 -2
  25. package/build/lib/catalog/build-objects.js +1 -7
  26. package/build/lib/catalog/build-objects.js.map +2 -2
  27. package/build/lib/catalog/groups.js +14 -7
  28. package/build/lib/catalog/groups.js.map +2 -2
  29. package/build/lib/catalog/object-tree-coordinator.js +14 -1
  30. package/build/lib/catalog/object-tree-coordinator.js.map +2 -2
  31. package/build/lib/catalog/owner-policy.js +17 -3
  32. package/build/lib/catalog/owner-policy.js.map +2 -2
  33. package/build/lib/catalog/types.js +22 -10
  34. package/build/lib/catalog/types.js.map +2 -2
  35. package/build/lib/device-controller.js +38 -22
  36. package/build/lib/device-controller.js.map +2 -2
  37. package/build/lib/lifecycle/device-supervisor.js +7 -2
  38. package/build/lib/lifecycle/device-supervisor.js.map +2 -2
  39. package/build/lib/lifecycle/multi-transport-handle.js +1 -1
  40. package/build/lib/lifecycle/multi-transport-handle.js.map +2 -2
  41. package/build/lib/pure-helpers.js +4 -2
  42. package/build/lib/pure-helpers.js.map +2 -2
  43. package/build/lib/xml/device-controller.js +12 -12
  44. package/build/lib/xml/device-controller.js.map +2 -2
  45. package/build/lib/ynca/catalog.js +360 -3
  46. package/build/lib/ynca/catalog.js.map +2 -2
  47. package/build/lib/yxc/capability.js +19 -1
  48. package/build/lib/yxc/capability.js.map +2 -2
  49. package/build/lib/yxc/catalog.js +5 -5
  50. package/build/lib/yxc/catalog.js.map +2 -2
  51. package/build/lib/yxc/command-mapper.js +11 -4
  52. package/build/lib/yxc/command-mapper.js.map +2 -2
  53. package/build/lib/yxc/device-controller.js +112 -0
  54. package/build/lib/yxc/device-controller.js.map +2 -2
  55. package/build/lib/yxc/http-client.js +39 -0
  56. package/build/lib/yxc/http-client.js.map +2 -2
  57. package/build/lib/yxc/object-mapper.js +36 -21
  58. package/build/lib/yxc/object-mapper.js.map +2 -2
  59. package/build/lib/yxc/remote.js +38 -0
  60. package/build/lib/yxc/remote.js.map +7 -0
  61. package/build/lib/yxc/system-catalog.js +95 -0
  62. package/build/lib/yxc/system-catalog.js.map +7 -0
  63. package/build/main.js +28 -12
  64. package/build/main.js.map +2 -2
  65. package/io-package.json +27 -27
  66. package/package.json +6 -5
package/README.md CHANGED
@@ -23,7 +23,7 @@ legacy XML protocol of the oldest pre-2010 models — behind one object tree.
23
23
  - **Presets and favourites** — recall tuner presets and stored network/USB favourites by number, step through presets, save the current station to a preset slot or bookmark it, and read the stored lists with their names (MusicCast); recently-played recall on MusicCast devices
24
24
  - **Menu browsing** — page through the Net Radio, media-server and USB menus like with the remote: the visible menu lines as datapoints, select-by-line, and a path datapoint that navigates to a favourite in one write
25
25
  - **Scenes with their names** — recall a scene by number or by its title from a dropdown that shows the names the receiver reports, per zone — plus a scene list for visualizations
26
- - **On-screen remote** — cursor pad and menu keys as datapoints on MusicCast devices, for driving the receiver's own on-screen menus
26
+ - **On-screen remote** — cursor pad and menu keys as datapoints, on **all three protocols**: the same words drive a 2024 MusicCast device, a YNCA receiver and a pre-2010 XML model
27
27
  - **Clock & alarm view** — MusicCast desk-audio devices show their clock and alarm settings
28
28
  - **Capability-driven** — states are generated from what each device reports, no hardcoded model list
29
29
  - **Automatic discovery** — an empty device list finds and sets up MusicCast devices at startup
@@ -61,8 +61,8 @@ The **Data points** section switches whole groups of datapoints on or off — **
61
61
  Each receiver becomes one device node with themed groups — the same groups the
62
62
  **Data points** switches control. Only what your device reports is created.
63
63
 
64
- - **Amplifier core** (always on) — power, volume, mute, input, sound program, sleep, plus the device info with model, firmware, IP address and connection; MusicCast devices add an on-screen `remote` (cursor pad, menu keys).
65
- - **`player`** — ONE "now playing" block per zone: `player.source` says what the zone is listening to, and playback state, artist, album, track, cover art, times and the transport buttons always describe exactly that — whatever source is playing. Zones 2–4 get their own block under `multiroom.zoneN.player`. The source folders keep only what is genuinely their own: preset recall & save for net radio/server/USB, the MusicCast favourite/recent/playlist/queue lists under `player.netPlayer`, the CD drive states, Bluetooth pairing and the AirPlay volume interlock. The `player.browse` folder mirrors the device's media menu: the eight visible lines (folders and titles marked by symbol), `selectLine` acts like OK on the remote, page/back/root buttons, a `rows` JSON for widgets and a `path` datapoint that walks e.g. `Bookmarks>Radio Paradise` on one write.
64
+ - **Amplifier core** (always on) — power, volume, mute, input, sound program, sleep, plus the device info with model, firmware, IP address and connection.
65
+ - **`player`** — ONE "now playing" block per zone: `player.source` says what the zone is listening to, and playback state, artist, album, track, cover art, times and the transport buttons always describe exactly that — whatever source is playing. Zones 2–4 get their own block under `multiroom.zoneN.player`. The source folders keep only what is genuinely their own: preset recall & save for net radio/server/USB, the MusicCast favourite/recent/playlist/queue lists under `player.netPlayer`, the CD drive states, Bluetooth pairing and the AirPlay volume interlock. The `player.browse` folder mirrors the device's media menu: the eight visible lines (folders and titles marked by symbol), `selectLine` acts like OK on the remote, page/back/root buttons, a `rows` JSON for widgets and a `path` datapoint that walks e.g. `Bookmarks>Radio Paradise` on one write. Beside it, `remote.cursor` (and `remote.menu` where the protocol has it) is the on-screen remote itself — `up`, `down`, `left`, `right`, `select`, `return`, `home` mean the same on every receiver, whichever protocol it speaks.
66
66
  - **`tuner`** — one band, one frequency (kHz on every generation) and one preset for AM, FM and DAB, plus RDS texts and reception flags; only genuinely DAB-specific detail (service, ensemble, DLS, …) sits under `tuner.dab`.
67
67
  - **`multiroom`** — zones 2–4 (each with its own player and scene block), Zone B, the all-zones switches (master power, party mode) and the MusicCast device group in its own `multiroom.group` folder.
68
68
  - **`hdmi`** — the HDMI outputs and the two lip-sync offsets.
@@ -103,6 +103,21 @@ On the very first contact the adapter asks the receiver which functions it suppo
103
103
  Placeholder for the next version (at the beginning of the line):
104
104
  ### **WORK IN PROGRESS**
105
105
  -->
106
+ ### 2.5.0 (2026-09-07)
107
+
108
+ - (krobipd) Fixed: switching off a datapoint group now clears it in every zone — turning off "Sound" used to leave the zone 2/3/4 sound datapoints standing, and "Playback" left 304 of them
109
+ - (krobipd) Fixed: folders explain themselves on all three protocols now — on MusicCast and older XML receivers the explanation was missing, so a speaker or soundbar got almost none
110
+ - (krobipd) Improved: numeric datapoints carry the limits the device itself declares, so a slider offers exactly the range the receiver accepts instead of an open number field
111
+ - (krobipd) New: 61 setup datapoints of the 2010 receiver generation — speaker configuration, HDMI and lip-sync settings, trigger assignment, subwoofer trim, YPAO volume and the RDS clock
112
+ - (krobipd) New: the device-wide MusicCast settings are readable and writable — automatic standby, display brightness and the two HDMI outputs, created only where the device really offers them
113
+ - (krobipd) Fixed: bass, treble and subwoofer trim showed doubled values on MusicCast receivers — that scale counts in half decibels and was labelled as decibels
114
+ - (krobipd) Fixed: a receiver that was in standby when the adapter started could end up with an empty media menu until the next restart
115
+
116
+ ### 2.4.0 (2026-09-03)
117
+
118
+ - (krobipd) New: the on-screen remote reaches every protocol now — the cursor pad and the menu keys work on YNCA and pre-2010 XML receivers, not just on MusicCast
119
+ - (krobipd) Changed: stepping one menu level back no longer switches to a substitute key on a receiver that rejects it — on those models the new cursor pad does it
120
+
106
121
  ### 2.3.3 (2026-09-03)
107
122
 
108
123
  - (krobipd) New: the menu browser, the MusicCast group, the clock alarm and the disc drive now explain their datapoints too, in eleven languages
@@ -115,25 +130,6 @@ On the very first contact the adapter asks the receiver which functions it suppo
115
130
 
116
131
  - (krobipd) Fixed: the new datapoint explanations were missing on MusicCast and older XML devices, so those users saw an empty description where the receiver has one
117
132
 
118
- ### 2.3.0 (2026-09-03)
119
-
120
- - (krobipd) New: every datapoint and every folder now carries a short explanation in eleven languages, so the object tree tells you what a value actually means
121
- - (krobipd) Improved: a text that has no translation yet falls back to readable English instead of showing an internal key
122
-
123
- ### 2.2.0 (2026-09-03)
124
-
125
- - (krobipd) Changed: the playback times are now a number in seconds, so the media player, Alexa and Google can show them on every receiver
126
- - (krobipd) New: the readable playback times ("1:23") moved to their own datapoints, next to the seconds — bind whichever form your visualization needs
127
- - (krobipd) Fixed: after a restart the adapter asks the receiver again instead of trusting what it remembered, so the menu, the tuner band and each zone's source are the current ones
128
- - (krobipd) Fixed: setting a tuner frequency on a MusicCast device never reached it — the command was incomplete
129
- - (krobipd) Fixed: commands to a receiver from before 2010 are now sent the way every comparable program sends them; older models can reject the previous form outright
130
- - (krobipd) Fixed: a scene you renamed at the receiver now appears while the adapter runs, and recalling a scene by an unknown name says so in the log instead of doing nothing
131
- - (krobipd) Fixed: after a restart the tuner of an older receiver no longer shows the station of the previous session until the next poll
132
- - (krobipd) Fixed: an incomplete answer from a MusicCast device is no longer kept as that device's capabilities, and a device that answers nothing is no longer shown as connected
133
- - (krobipd) Fixed: going one menu level back on an older receiver no longer jumps two levels when the reply gets lost
134
- - (krobipd) Fixed: a play or pause sent from a script or a visualization now reaches the receiver in every case
135
- - (krobipd) Improved: each of the 23 input-name datapoints now carries the input it names, instead of all reading the same
136
-
137
133
  [Older changelogs can be found there](CHANGELOG_OLD.md)
138
134
 
139
135
  ## History
@@ -415,5 +415,73 @@
415
415
  "descFadeType": "Wie der Weckruf beim Start lauter wird.",
416
416
  "descFadeInTime": "Wie lange der Weckruf braucht, bis er die volle Lautstärke erreicht.",
417
417
  "descDriveStatus": "Was das Laufwerk gerade tut.",
418
- "descToggleTray": "Öffnet oder schließt die Laufwerksschublade."
418
+ "descToggleTray": "Öffnet oder schließt die Laufwerksschublade.",
419
+ "hdmiAudioToAmplifier": "HDMI-Ton an den Verstärker",
420
+ "descHdmiAudioToAmplifier": "Ob der Receiver den Ton einer HDMI-Quelle selbst wiedergibt, statt ihn an den Fernseher durchzureichen.",
421
+ "hdmiAudioToOutput1": "HDMI-Ton an Ausgang 1",
422
+ "descHdmiAudioToOutput1": "Ob der Ton an das Gerät am HDMI-Ausgang 1 weitergereicht wird.",
423
+ "hdmiAudioToOutput2": "HDMI-Ton an Ausgang 2",
424
+ "descHdmiAudioToOutput2": "Ob der Ton an das Gerät am HDMI-Ausgang 2 weitergereicht wird.",
425
+ "hdmiVideoResolution": "HDMI-Videoauflösung",
426
+ "descHdmiVideoResolution": "Die Auflösung, auf die der Receiver das Bild bringt, bevor er es weitergibt.",
427
+ "hdmiVideoAspect": "HDMI-Bildformat",
428
+ "descHdmiVideoAspect": "Ob ein 4:3-Bild unverändert durchgereicht oder auf das Breitbild gezogen wird.",
429
+ "hdmiVideoProcessing": "HDMI-Bildbearbeitung",
430
+ "descHdmiVideoProcessing": "Ob der Receiver das Bild überhaupt bearbeitet oder unangetastet durchreicht.",
431
+ "lipSyncMode": "Lippensynchronisation",
432
+ "descLipSyncMode": "Ob der Versatz zwischen Bild und Ton automatisch ausgeglichen wird oder mit dem hier gesetzten Wert.",
433
+ "lipSyncAnalogOutput": "Tonverzögerung, analoges Bild",
434
+ "descLipSyncAnalogOutput": "Wie lange der Ton zurückgehalten wird, während das Bild über den analogen Ausgang läuft.",
435
+ "lipSyncHdmiOutput1Manual": "Tonverzögerung, HDMI-Ausgang 1",
436
+ "descLipSyncHdmiOutput1Manual": "Die Verzögerung für HDMI-Ausgang 1, wenn das Anzeigegerät selbst keine meldet.",
437
+ "lipSyncHdmiOutput2Manual": "Tonverzögerung, HDMI-Ausgang 2",
438
+ "descLipSyncHdmiOutput2Manual": "Die Verzögerung für HDMI-Ausgang 2, wenn das Anzeigegerät selbst keine meldet.",
439
+ "lipSyncActiveOutput": "Genutzter Bildausgang",
440
+ "descLipSyncActiveOutput": "Über welchen Ausgang das Bild gerade läuft und ob dessen Verzögerung automatisch oder von Hand kommt.",
441
+ "lipSyncOffsetReportedByDisplay": "Vom Anzeigegerät gemeldete Verzögerung",
442
+ "descLipSyncOffsetReportedByDisplay": "Wie viel Verzögerung das angeschlossene Anzeigegerät meldet — der Wert, mit dem die Automatik rechnet.",
443
+ "decoderSelect": "Decoder-Auswahl",
444
+ "descDecoderSelect": "Erzwingt einen bestimmten Ton-Decoder, statt den Receiver anhand des Signals wählen zu lassen.",
445
+ "extendedSurround": "Erweitertes Surround",
446
+ "descExtendedSurround": "Wie ein 5.1-Signal auf die zusätzlichen hinteren Lautsprecher verteilt wird.",
447
+ "tvAudioReturnInput": "Eingang für den Ton-Rückkanal des Fernsehers",
448
+ "descTvAudioReturnInput": "Auf welchem Eingang der Receiver hört, wenn der Fernseher seinen Ton über HDMI zurückschickt.",
449
+ "rdsClockTime": "RDS-Uhrzeit",
450
+ "descRdsClockTime": "Die Uhrzeit, die der UKW-Sender neben seinem Programm ausstrahlt.",
451
+ "memoryGuard": "Speicherschutz",
452
+ "descMemoryGuard": "Sperrt die gespeicherten Einstellungen des Receivers gegen versehentliche Änderung.",
453
+ "analogVideoConversion": "Analoge Bildwandlung",
454
+ "descAnalogVideoConversion": "Ob ein analoges Bild für den HDMI-Ausgang gewandelt wird, statt nur analog auszugehen.",
455
+ "dmcControl": "Steuerung durch Medienserver",
456
+ "descDmcControl": "Ob ein Medienserver im Netz von sich aus die Wiedergabe auf diesem Receiver starten darf.",
457
+ "triggerOut1Type": "Betriebsart des Schaltausgangs 1",
458
+ "descTriggerOut1Type": "Was die Schaltbuchse auslöst: der Betriebszustand, eine gewählte Zone samt Eingang oder der Handbetrieb.",
459
+ "triggerOut1Zone": "Zone des Schaltausgangs 1",
460
+ "descTriggerOut1Zone": "Welcher Zone die Schaltbuchse folgt, wenn sie auf Zone und Eingang eingestellt ist.",
461
+ "triggerOut1ForInput": "Schaltausgang 1 bei %s",
462
+ "descTriggerOut1ForInput": "Der Pegel, den die Schaltbuchse führt, solange dieser Eingang gewählt ist.",
463
+ "ipodControlMode": "iPod-Bedienmodus",
464
+ "descIpodControlMode": "Ob der iPod am Gerät selbst bedient wird oder über das Bildschirmmenü des Receivers.",
465
+ "speakerPattern1Front": "Frontlautsprecher",
466
+ "descSpeakerPattern1Front": "Ob die Frontlautsprecher den Tiefbass selbst tragen können, sodass weniger davon zum Subwoofer geht.",
467
+ "speakerPattern1Center": "Centerlautsprecher",
468
+ "descSpeakerPattern1Center": "Ob ein Centerlautsprecher angeschlossen ist und ob er den Tiefbass selbst tragen kann.",
469
+ "speakerPattern1Surround": "Surroundlautsprecher",
470
+ "descSpeakerPattern1Surround": "Ob Surroundlautsprecher angeschlossen sind und ob sie den Tiefbass selbst tragen können.",
471
+ "speakerPattern1SurroundBack": "Hintere Surroundlautsprecher",
472
+ "descSpeakerPattern1SurroundBack": "Wie viele hintere Surroundlautsprecher angeschlossen sind und ob sie den Tiefbass tragen können.",
473
+ "speakerPattern1FrontPresence": "Front-Presence-Lautsprecher",
474
+ "descSpeakerPattern1FrontPresence": "Ob die zusätzlichen Höhenlautsprecher über dem Frontpaar genutzt werden.",
475
+ "speakerPattern1ExtraBass": "Extra-Bass (Lautsprecher-Einmessung)",
476
+ "descSpeakerPattern1ExtraBass": "Gibt den Tiefbass zusätzlich auf die Frontlautsprecher, nicht nur auf den Subwoofer.",
477
+ "speakerPattern1Subwoofer1Phase": "Subwoofer-Phase",
478
+ "descSpeakerPattern1Subwoofer1Phase": "Kehrt die Bewegungsrichtung des Subwoofers um — hilft, wenn sein Bass den der Frontlautsprecher auslöscht.",
479
+ "speakerPattern1SubwooferCrossover": "Subwoofer-Übergangsfrequenz",
480
+ "descSpeakerPattern1SubwooferCrossover": "Unterhalb dieser Frequenz geht der Bass an den Subwoofer statt an die übrigen Lautsprecher.",
481
+ "trigger1Inputs": "Schaltausgang 1 je Eingang",
482
+ "descChannelTrigger1Inputs": "Was die Schaltbuchse bei welchem Eingang tut, damit angeschlossene Geräte mit der richtigen Quelle mitschalten.",
483
+ "automaticStandby": "Automatische Abschaltung",
484
+ "descAutomaticStandby": "Ob sich der Receiver nach längerer Zeit ohne Ton und Bedienung selbst abschaltet.",
485
+ "displayBrightness": "Display-Helligkeit",
486
+ "descDisplayBrightness": "Wie hell die Anzeige an der Gerätefront leuchtet."
419
487
  }
@@ -415,5 +415,73 @@
415
415
  "descFadeType": "How the alarm gets louder when it starts.",
416
416
  "descFadeInTime": "How long the alarm takes to reach its full volume.",
417
417
  "descDriveStatus": "What the disc drive is doing right now.",
418
- "descToggleTray": "Opens or closes the disc tray."
418
+ "descToggleTray": "Opens or closes the disc tray.",
419
+ "hdmiAudioToAmplifier": "HDMI audio to the amplifier",
420
+ "descHdmiAudioToAmplifier": "Whether the receiver plays the sound of an HDMI source itself instead of passing it on to the TV.",
421
+ "hdmiAudioToOutput1": "HDMI audio to output 1",
422
+ "descHdmiAudioToOutput1": "Whether the sound is passed on to the display connected to HDMI output 1.",
423
+ "hdmiAudioToOutput2": "HDMI audio to output 2",
424
+ "descHdmiAudioToOutput2": "Whether the sound is passed on to the display connected to HDMI output 2.",
425
+ "hdmiVideoResolution": "HDMI video resolution",
426
+ "descHdmiVideoResolution": "The resolution the receiver scales the picture to before sending it on.",
427
+ "hdmiVideoAspect": "HDMI picture aspect",
428
+ "descHdmiVideoAspect": "Whether a 4:3 picture is passed through unchanged or stretched to the wide screen.",
429
+ "hdmiVideoProcessing": "HDMI video processing",
430
+ "descHdmiVideoProcessing": "Whether the receiver processes the picture at all, or hands it through untouched.",
431
+ "lipSyncMode": "Lip sync mode",
432
+ "descLipSyncMode": "Whether the delay between picture and sound is corrected automatically or by the value set here.",
433
+ "lipSyncAnalogOutput": "Audio delay, analogue video",
434
+ "descLipSyncAnalogOutput": "How long the sound is held back while the picture leaves over the analogue output.",
435
+ "lipSyncHdmiOutput1Manual": "Audio delay, HDMI output 1",
436
+ "descLipSyncHdmiOutput1Manual": "The delay used on HDMI output 1 when the display cannot report one itself.",
437
+ "lipSyncHdmiOutput2Manual": "Audio delay, HDMI output 2",
438
+ "descLipSyncHdmiOutput2Manual": "The delay used on HDMI output 2 when the display cannot report one itself.",
439
+ "lipSyncActiveOutput": "Video output in use",
440
+ "descLipSyncActiveOutput": "Which output carries the picture right now, and whether its delay is automatic or set by hand.",
441
+ "lipSyncOffsetReportedByDisplay": "Delay reported by the display",
442
+ "descLipSyncOffsetReportedByDisplay": "How much delay the connected screen says it needs — the value the automatic correction uses.",
443
+ "decoderSelect": "Decoder selection",
444
+ "descDecoderSelect": "Forces a particular audio decoder instead of letting the receiver pick one from the signal.",
445
+ "extendedSurround": "Extended surround",
446
+ "descExtendedSurround": "How a 5.1 signal is spread over the additional rear speakers.",
447
+ "tvAudioReturnInput": "Input for the TV's audio return",
448
+ "descTvAudioReturnInput": "Which input the receiver listens on when the TV sends its own sound back over HDMI.",
449
+ "rdsClockTime": "RDS clock time",
450
+ "descRdsClockTime": "The time the FM station broadcasts alongside its programme.",
451
+ "memoryGuard": "Memory guard",
452
+ "descMemoryGuard": "Locks the receiver's stored settings so they cannot be changed by accident.",
453
+ "analogVideoConversion": "Analogue video conversion",
454
+ "descAnalogVideoConversion": "Whether an analogue picture is converted for the HDMI output instead of only leaving analogue.",
455
+ "dmcControl": "Control by media servers",
456
+ "descDmcControl": "Whether a media server on the network may start playback on this receiver by itself.",
457
+ "triggerOut1Type": "Trigger output 1 mode",
458
+ "descTriggerOut1Type": "What switches the trigger socket: the power state, a chosen zone and input, or the manual level.",
459
+ "triggerOut1Zone": "Trigger output 1 zone",
460
+ "descTriggerOut1Zone": "Which zone the trigger socket follows when it is set to follow a zone and input.",
461
+ "triggerOut1ForInput": "Trigger output 1 on %s",
462
+ "descTriggerOut1ForInput": "The level the trigger socket takes while this input is selected.",
463
+ "ipodControlMode": "iPod control mode",
464
+ "descIpodControlMode": "Whether the iPod is operated at the device itself or through the receiver's on-screen menu.",
465
+ "speakerPattern1Front": "Front speakers",
466
+ "descSpeakerPattern1Front": "Whether the front speakers can carry the deep bass themselves, so less of it goes to the subwoofer.",
467
+ "speakerPattern1Center": "Centre speaker",
468
+ "descSpeakerPattern1Center": "Whether a centre speaker is connected, and whether it can carry the deep bass itself.",
469
+ "speakerPattern1Surround": "Surround speakers",
470
+ "descSpeakerPattern1Surround": "Whether surround speakers are connected, and whether they can carry the deep bass themselves.",
471
+ "speakerPattern1SurroundBack": "Rear surround speakers",
472
+ "descSpeakerPattern1SurroundBack": "How many rear surround speakers are connected, and whether they can carry the deep bass.",
473
+ "speakerPattern1FrontPresence": "Front presence speakers",
474
+ "descSpeakerPattern1FrontPresence": "Whether the extra height speakers above the front pair are in use.",
475
+ "speakerPattern1ExtraBass": "Extra bass (speaker setup)",
476
+ "descSpeakerPattern1ExtraBass": "Sends the deep bass to the front speakers as well, not only to the subwoofer.",
477
+ "speakerPattern1Subwoofer1Phase": "Subwoofer phase",
478
+ "descSpeakerPattern1Subwoofer1Phase": "Reverses the subwoofer's direction of travel — helps when its bass cancels the front speakers'.",
479
+ "speakerPattern1SubwooferCrossover": "Subwoofer crossover",
480
+ "descSpeakerPattern1SubwooferCrossover": "Below this frequency the bass goes to the subwoofer instead of the other speakers.",
481
+ "trigger1Inputs": "Trigger output 1 per input",
482
+ "descChannelTrigger1Inputs": "What the trigger socket does for each input, so connected equipment switches with the right source.",
483
+ "automaticStandby": "Automatic standby",
484
+ "descAutomaticStandby": "Whether the receiver powers itself down after a long spell without sound or operation.",
485
+ "displayBrightness": "Display brightness",
486
+ "descDisplayBrightness": "How brightly the receiver's front panel is lit."
419
487
  }
@@ -415,5 +415,73 @@
415
415
  "descFadeType": "Cómo sube el volumen la alarma al empezar.",
416
416
  "descFadeInTime": "Cuánto tarda la alarma en alcanzar el volumen completo.",
417
417
  "descDriveStatus": "Qué está haciendo ahora la unidad de disco.",
418
- "descToggleTray": "Abre o cierra la bandeja del disco."
418
+ "descToggleTray": "Abre o cierra la bandeja del disco.",
419
+ "hdmiAudioToAmplifier": "Audio HDMI al amplificador",
420
+ "descHdmiAudioToAmplifier": "Si el receptor reproduce él mismo el sonido de una fuente HDMI en lugar de pasarlo al televisor.",
421
+ "hdmiAudioToOutput1": "Audio HDMI a la salida 1",
422
+ "descHdmiAudioToOutput1": "Si el sonido se pasa a la pantalla conectada a la salida HDMI 1.",
423
+ "hdmiAudioToOutput2": "Audio HDMI a la salida 2",
424
+ "descHdmiAudioToOutput2": "Si el sonido se pasa a la pantalla conectada a la salida HDMI 2.",
425
+ "hdmiVideoResolution": "Resolución de vídeo HDMI",
426
+ "descHdmiVideoResolution": "La resolución a la que el receptor escala la imagen antes de enviarla.",
427
+ "hdmiVideoAspect": "Formato de imagen HDMI",
428
+ "descHdmiVideoAspect": "Si una imagen 4:3 se pasa sin cambios o se estira a pantalla ancha.",
429
+ "hdmiVideoProcessing": "Procesamiento de vídeo HDMI",
430
+ "descHdmiVideoProcessing": "Si el receptor procesa la imagen o la deja pasar intacta.",
431
+ "lipSyncMode": "Modo de sincronía labial",
432
+ "descLipSyncMode": "Si el desfase entre imagen y sonido se corrige automáticamente o con el valor ajustado aquí.",
433
+ "lipSyncAnalogOutput": "Retardo de audio, vídeo analógico",
434
+ "descLipSyncAnalogOutput": "Cuánto se retiene el sonido mientras la imagen sale por la salida analógica.",
435
+ "lipSyncHdmiOutput1Manual": "Retardo de audio, salida HDMI 1",
436
+ "descLipSyncHdmiOutput1Manual": "El retardo usado en la salida HDMI 1 cuando la pantalla no informa de ninguno.",
437
+ "lipSyncHdmiOutput2Manual": "Retardo de audio, salida HDMI 2",
438
+ "descLipSyncHdmiOutput2Manual": "El retardo usado en la salida HDMI 2 cuando la pantalla no informa de ninguno.",
439
+ "lipSyncActiveOutput": "Salida de vídeo en uso",
440
+ "descLipSyncActiveOutput": "Por qué salida sale la imagen ahora y si su retardo es automático o manual.",
441
+ "lipSyncOffsetReportedByDisplay": "Retardo informado por la pantalla",
442
+ "descLipSyncOffsetReportedByDisplay": "Cuánto retardo indica la pantalla conectada: el valor que usa la corrección automática.",
443
+ "decoderSelect": "Selección de decodificador",
444
+ "descDecoderSelect": "Fuerza un decodificador de audio concreto en vez de dejar que el receptor lo elija por la señal.",
445
+ "extendedSurround": "Surround ampliado",
446
+ "descExtendedSurround": "Cómo se reparte una señal 5.1 entre los altavoces traseros adicionales.",
447
+ "tvAudioReturnInput": "Entrada para el retorno de audio del televisor",
448
+ "descTvAudioReturnInput": "En qué entrada escucha el receptor cuando el televisor devuelve su sonido por HDMI.",
449
+ "rdsClockTime": "Hora RDS",
450
+ "descRdsClockTime": "La hora que la emisora de FM emite junto a su programa.",
451
+ "memoryGuard": "Protección de memoria",
452
+ "descMemoryGuard": "Bloquea los ajustes guardados del receptor para que no se cambien por accidente.",
453
+ "analogVideoConversion": "Conversión de vídeo analógico",
454
+ "descAnalogVideoConversion": "Si una imagen analógica se convierte para la salida HDMI en vez de salir solo en analógico.",
455
+ "dmcControl": "Control por servidores multimedia",
456
+ "descDmcControl": "Si un servidor multimedia de la red puede iniciar por sí mismo la reproducción en este receptor.",
457
+ "triggerOut1Type": "Modo de la salida de disparo 1",
458
+ "descTriggerOut1Type": "Qué acciona la toma de disparo: el estado de encendido, una zona y entrada elegidas, o el nivel manual.",
459
+ "triggerOut1Zone": "Zona de la salida de disparo 1",
460
+ "descTriggerOut1Zone": "A qué zona sigue la toma de disparo cuando se ajusta a zona y entrada.",
461
+ "triggerOut1ForInput": "Salida de disparo 1 en %s",
462
+ "descTriggerOut1ForInput": "El nivel que toma la toma de disparo mientras esta entrada está seleccionada.",
463
+ "ipodControlMode": "Modo de control del iPod",
464
+ "descIpodControlMode": "Si el iPod se maneja en el propio aparato o a través del menú en pantalla del receptor.",
465
+ "speakerPattern1Front": "Altavoces frontales",
466
+ "descSpeakerPattern1Front": "Si los altavoces frontales pueden dar los graves profundos, para que vayan menos al subwoofer.",
467
+ "speakerPattern1Center": "Altavoz central",
468
+ "descSpeakerPattern1Center": "Si hay un altavoz central conectado y si puede dar los graves profundos.",
469
+ "speakerPattern1Surround": "Altavoces surround",
470
+ "descSpeakerPattern1Surround": "Si hay altavoces surround conectados y si pueden dar los graves profundos.",
471
+ "speakerPattern1SurroundBack": "Altavoces traseros surround",
472
+ "descSpeakerPattern1SurroundBack": "Cuántos altavoces traseros surround hay y si pueden dar los graves profundos.",
473
+ "speakerPattern1FrontPresence": "Altavoces de presencia frontal",
474
+ "descSpeakerPattern1FrontPresence": "Si se usan los altavoces de altura adicionales sobre el par frontal.",
475
+ "speakerPattern1ExtraBass": "Graves extra (configuración de altavoces)",
476
+ "descSpeakerPattern1ExtraBass": "Envía los graves profundos también a los altavoces frontales, no solo al subwoofer.",
477
+ "speakerPattern1Subwoofer1Phase": "Fase del subwoofer",
478
+ "descSpeakerPattern1Subwoofer1Phase": "Invierte el sentido de marcha del subwoofer: ayuda si sus graves cancelan los de los frontales.",
479
+ "speakerPattern1SubwooferCrossover": "Frecuencia de corte del subwoofer",
480
+ "descSpeakerPattern1SubwooferCrossover": "Por debajo de esta frecuencia los graves van al subwoofer en vez de a los demás altavoces.",
481
+ "trigger1Inputs": "Salida de disparo 1 por entrada",
482
+ "descChannelTrigger1Inputs": "Qué hace la toma de disparo con cada entrada, para que los equipos conectados conmuten con la fuente correcta.",
483
+ "automaticStandby": "Apagado automático",
484
+ "descAutomaticStandby": "Si el receptor se apaga solo tras un largo rato sin sonido ni manejo.",
485
+ "displayBrightness": "Brillo de la pantalla",
486
+ "descDisplayBrightness": "Con qué intensidad se ilumina el panel frontal del receptor."
419
487
  }
@@ -415,5 +415,73 @@
415
415
  "descFadeType": "Comment le réveil monte en volume au démarrage.",
416
416
  "descFadeInTime": "Le temps que met le réveil pour atteindre son volume maximal.",
417
417
  "descDriveStatus": "Ce que fait le lecteur de disque en ce moment.",
418
- "descToggleTray": "Ouvre ou ferme le tiroir de disque."
418
+ "descToggleTray": "Ouvre ou ferme le tiroir de disque.",
419
+ "hdmiAudioToAmplifier": "Audio HDMI vers l'amplificateur",
420
+ "descHdmiAudioToAmplifier": "Si l'ampli lit lui-même le son d'une source HDMI au lieu de le transmettre au téléviseur.",
421
+ "hdmiAudioToOutput1": "Audio HDMI vers la sortie 1",
422
+ "descHdmiAudioToOutput1": "Si le son est transmis à l'écran raccordé à la sortie HDMI 1.",
423
+ "hdmiAudioToOutput2": "Audio HDMI vers la sortie 2",
424
+ "descHdmiAudioToOutput2": "Si le son est transmis à l'écran raccordé à la sortie HDMI 2.",
425
+ "hdmiVideoResolution": "Résolution vidéo HDMI",
426
+ "descHdmiVideoResolution": "La résolution à laquelle l'ampli met l'image avant de la transmettre.",
427
+ "hdmiVideoAspect": "Format d'image HDMI",
428
+ "descHdmiVideoAspect": "Si une image 4:3 est transmise telle quelle ou étirée en écran large.",
429
+ "hdmiVideoProcessing": "Traitement vidéo HDMI",
430
+ "descHdmiVideoProcessing": "Si l'ampli traite l'image ou la laisse passer telle quelle.",
431
+ "lipSyncMode": "Mode de synchronisation labiale",
432
+ "descLipSyncMode": "Si le décalage entre l'image et le son est corrigé automatiquement ou par la valeur réglée ici.",
433
+ "lipSyncAnalogOutput": "Retard audio, vidéo analogique",
434
+ "descLipSyncAnalogOutput": "Durée pendant laquelle le son est retenu tandis que l'image sort par la sortie analogique.",
435
+ "lipSyncHdmiOutput1Manual": "Retard audio, sortie HDMI 1",
436
+ "descLipSyncHdmiOutput1Manual": "Le retard utilisé sur la sortie HDMI 1 quand l'écran n'en signale aucun.",
437
+ "lipSyncHdmiOutput2Manual": "Retard audio, sortie HDMI 2",
438
+ "descLipSyncHdmiOutput2Manual": "Le retard utilisé sur la sortie HDMI 2 quand l'écran n'en signale aucun.",
439
+ "lipSyncActiveOutput": "Sortie vidéo utilisée",
440
+ "descLipSyncActiveOutput": "Par quelle sortie passe l'image et si son retard est automatique ou manuel.",
441
+ "lipSyncOffsetReportedByDisplay": "Retard signalé par l'écran",
442
+ "descLipSyncOffsetReportedByDisplay": "Le retard annoncé par l'écran raccordé — la valeur utilisée par la correction automatique.",
443
+ "decoderSelect": "Sélection du décodeur",
444
+ "descDecoderSelect": "Impose un décodeur audio précis au lieu de laisser l'ampli le choisir d'après le signal.",
445
+ "extendedSurround": "Surround étendu",
446
+ "descExtendedSurround": "Comment un signal 5.1 est réparti sur les enceintes arrière supplémentaires.",
447
+ "tvAudioReturnInput": "Entrée pour le retour audio du téléviseur",
448
+ "descTvAudioReturnInput": "Sur quelle entrée l'ampli écoute quand le téléviseur renvoie son son par HDMI.",
449
+ "rdsClockTime": "Heure RDS",
450
+ "descRdsClockTime": "L'heure diffusée par la station FM en plus de son programme.",
451
+ "memoryGuard": "Protection mémoire",
452
+ "descMemoryGuard": "Verrouille les réglages enregistrés de l'ampli contre toute modification accidentelle.",
453
+ "analogVideoConversion": "Conversion vidéo analogique",
454
+ "descAnalogVideoConversion": "Si une image analogique est convertie pour la sortie HDMI au lieu de ne sortir qu'en analogique.",
455
+ "dmcControl": "Commande par les serveurs multimédias",
456
+ "descDmcControl": "Si un serveur multimédia du réseau peut lancer lui-même la lecture sur cet ampli.",
457
+ "triggerOut1Type": "Mode de la sortie de déclenchement 1",
458
+ "descTriggerOut1Type": "Ce qui commande la prise de déclenchement : l'état de marche, une zone et une entrée choisies, ou le niveau manuel.",
459
+ "triggerOut1Zone": "Zone de la sortie de déclenchement 1",
460
+ "descTriggerOut1Zone": "Quelle zone suit la prise de déclenchement lorsqu'elle est réglée sur zone et entrée.",
461
+ "triggerOut1ForInput": "Sortie de déclenchement 1 sur %s",
462
+ "descTriggerOut1ForInput": "Le niveau que prend la prise de déclenchement tant que cette entrée est sélectionnée.",
463
+ "ipodControlMode": "Mode de commande de l'iPod",
464
+ "descIpodControlMode": "Si l'iPod se commande sur l'appareil même ou via le menu à l'écran de l'ampli.",
465
+ "speakerPattern1Front": "Enceintes avant",
466
+ "descSpeakerPattern1Front": "Si les enceintes avant peuvent restituer les graves profonds, ce qui en envoie moins au caisson.",
467
+ "speakerPattern1Center": "Enceinte centrale",
468
+ "descSpeakerPattern1Center": "Si une enceinte centrale est raccordée et si elle peut restituer les graves profonds.",
469
+ "speakerPattern1Surround": "Enceintes surround",
470
+ "descSpeakerPattern1Surround": "Si des enceintes surround sont raccordées et si elles peuvent restituer les graves profonds.",
471
+ "speakerPattern1SurroundBack": "Enceintes surround arrière",
472
+ "descSpeakerPattern1SurroundBack": "Combien d'enceintes surround arrière sont raccordées et si elles peuvent restituer les graves profonds.",
473
+ "speakerPattern1FrontPresence": "Enceintes de présence avant",
474
+ "descSpeakerPattern1FrontPresence": "Si les enceintes de hauteur supplémentaires au-dessus de la paire avant sont utilisées.",
475
+ "speakerPattern1ExtraBass": "Basses supplémentaires (configuration enceintes)",
476
+ "descSpeakerPattern1ExtraBass": "Envoie aussi les graves profonds vers les enceintes avant, pas seulement vers le caisson.",
477
+ "speakerPattern1Subwoofer1Phase": "Phase du caisson de basses",
478
+ "descSpeakerPattern1Subwoofer1Phase": "Inverse le sens de déplacement du caisson — utile si ses graves annulent ceux des enceintes avant.",
479
+ "speakerPattern1SubwooferCrossover": "Fréquence de coupure du caisson",
480
+ "descSpeakerPattern1SubwooferCrossover": "En dessous de cette fréquence, les graves vont au caisson plutôt qu'aux autres enceintes.",
481
+ "trigger1Inputs": "Sortie de déclenchement 1 par entrée",
482
+ "descChannelTrigger1Inputs": "Ce que fait la prise de déclenchement pour chaque entrée, afin que les appareils raccordés suivent la bonne source.",
483
+ "automaticStandby": "Veille automatique",
484
+ "descAutomaticStandby": "Si l'ampli s'éteint de lui-même après une longue période sans son ni manipulation.",
485
+ "displayBrightness": "Luminosité de l'afficheur",
486
+ "descDisplayBrightness": "Intensité de l'éclairage de la façade de l'ampli."
419
487
  }
@@ -415,5 +415,73 @@
415
415
  "descFadeType": "Come la sveglia aumenta di volume all'avvio.",
416
416
  "descFadeInTime": "Quanto impiega la sveglia a raggiungere il volume pieno.",
417
417
  "descDriveStatus": "Cosa sta facendo ora il lettore dischi.",
418
- "descToggleTray": "Apre o chiude il cassetto del disco."
418
+ "descToggleTray": "Apre o chiude il cassetto del disco.",
419
+ "hdmiAudioToAmplifier": "Audio HDMI all'amplificatore",
420
+ "descHdmiAudioToAmplifier": "Se il ricevitore riproduce da sé l'audio di una sorgente HDMI invece di inoltrarlo al televisore.",
421
+ "hdmiAudioToOutput1": "Audio HDMI all'uscita 1",
422
+ "descHdmiAudioToOutput1": "Se l'audio viene inoltrato allo schermo collegato all'uscita HDMI 1.",
423
+ "hdmiAudioToOutput2": "Audio HDMI all'uscita 2",
424
+ "descHdmiAudioToOutput2": "Se l'audio viene inoltrato allo schermo collegato all'uscita HDMI 2.",
425
+ "hdmiVideoResolution": "Risoluzione video HDMI",
426
+ "descHdmiVideoResolution": "La risoluzione a cui il ricevitore porta l'immagine prima di inoltrarla.",
427
+ "hdmiVideoAspect": "Formato immagine HDMI",
428
+ "descHdmiVideoAspect": "Se un'immagine 4:3 viene inoltrata invariata o allargata al formato panoramico.",
429
+ "hdmiVideoProcessing": "Elaborazione video HDMI",
430
+ "descHdmiVideoProcessing": "Se il ricevitore elabora l'immagine oppure la lascia passare intatta.",
431
+ "lipSyncMode": "Modalità sincronia labiale",
432
+ "descLipSyncMode": "Se lo sfasamento tra immagine e audio viene corretto automaticamente o con il valore impostato qui.",
433
+ "lipSyncAnalogOutput": "Ritardo audio, video analogico",
434
+ "descLipSyncAnalogOutput": "Per quanto l'audio viene trattenuto mentre l'immagine esce dall'uscita analogica.",
435
+ "lipSyncHdmiOutput1Manual": "Ritardo audio, uscita HDMI 1",
436
+ "descLipSyncHdmiOutput1Manual": "Il ritardo usato sull'uscita HDMI 1 quando lo schermo non ne comunica uno.",
437
+ "lipSyncHdmiOutput2Manual": "Ritardo audio, uscita HDMI 2",
438
+ "descLipSyncHdmiOutput2Manual": "Il ritardo usato sull'uscita HDMI 2 quando lo schermo non ne comunica uno.",
439
+ "lipSyncActiveOutput": "Uscita video in uso",
440
+ "descLipSyncActiveOutput": "Da quale uscita passa l'immagine e se il suo ritardo è automatico o manuale.",
441
+ "lipSyncOffsetReportedByDisplay": "Ritardo comunicato dallo schermo",
442
+ "descLipSyncOffsetReportedByDisplay": "Quanto ritardo dichiara lo schermo collegato — il valore usato dalla correzione automatica.",
443
+ "decoderSelect": "Selezione decoder",
444
+ "descDecoderSelect": "Impone un decoder audio preciso invece di lasciarlo scegliere al ricevitore in base al segnale.",
445
+ "extendedSurround": "Surround esteso",
446
+ "descExtendedSurround": "Come un segnale 5.1 viene distribuito sui diffusori posteriori aggiuntivi.",
447
+ "tvAudioReturnInput": "Ingresso per il ritorno audio del televisore",
448
+ "descTvAudioReturnInput": "Su quale ingresso ascolta il ricevitore quando il televisore rimanda il suo audio via HDMI.",
449
+ "rdsClockTime": "Ora RDS",
450
+ "descRdsClockTime": "L'ora che la stazione FM trasmette insieme al programma.",
451
+ "memoryGuard": "Protezione memoria",
452
+ "descMemoryGuard": "Blocca le impostazioni salvate del ricevitore contro modifiche accidentali.",
453
+ "analogVideoConversion": "Conversione video analogica",
454
+ "descAnalogVideoConversion": "Se un'immagine analogica viene convertita per l'uscita HDMI invece di uscire solo in analogico.",
455
+ "dmcControl": "Controllo da server multimediali",
456
+ "descDmcControl": "Se un server multimediale in rete può avviare da sé la riproduzione su questo ricevitore.",
457
+ "triggerOut1Type": "Modalità dell'uscita trigger 1",
458
+ "descTriggerOut1Type": "Cosa comanda la presa trigger: lo stato di accensione, una zona e un ingresso scelti o il livello manuale.",
459
+ "triggerOut1Zone": "Zona dell'uscita trigger 1",
460
+ "descTriggerOut1Zone": "Quale zona segue la presa trigger quando è impostata su zona e ingresso.",
461
+ "triggerOut1ForInput": "Uscita trigger 1 su %s",
462
+ "descTriggerOut1ForInput": "Il livello che assume la presa trigger mentre questo ingresso è selezionato.",
463
+ "ipodControlMode": "Modalità di comando dell'iPod",
464
+ "descIpodControlMode": "Se l'iPod si comanda sull'apparecchio stesso o dal menu a schermo del ricevitore.",
465
+ "speakerPattern1Front": "Diffusori frontali",
466
+ "descSpeakerPattern1Front": "Se i diffusori frontali possono riprodurre i bassi profondi, così ne va meno al subwoofer.",
467
+ "speakerPattern1Center": "Diffusore centrale",
468
+ "descSpeakerPattern1Center": "Se è collegato un diffusore centrale e se può riprodurre i bassi profondi.",
469
+ "speakerPattern1Surround": "Diffusori surround",
470
+ "descSpeakerPattern1Surround": "Se sono collegati diffusori surround e se possono riprodurre i bassi profondi.",
471
+ "speakerPattern1SurroundBack": "Diffusori surround posteriori",
472
+ "descSpeakerPattern1SurroundBack": "Quanti diffusori surround posteriori sono collegati e se possono riprodurre i bassi profondi.",
473
+ "speakerPattern1FrontPresence": "Diffusori presence anteriori",
474
+ "descSpeakerPattern1FrontPresence": "Se si usano i diffusori in altezza sopra la coppia frontale.",
475
+ "speakerPattern1ExtraBass": "Bassi extra (configurazione diffusori)",
476
+ "descSpeakerPattern1ExtraBass": "Invia i bassi profondi anche ai diffusori frontali, non solo al subwoofer.",
477
+ "speakerPattern1Subwoofer1Phase": "Fase del subwoofer",
478
+ "descSpeakerPattern1Subwoofer1Phase": "Inverte il verso di movimento del subwoofer — utile se i suoi bassi annullano quelli dei frontali.",
479
+ "speakerPattern1SubwooferCrossover": "Frequenza di taglio del subwoofer",
480
+ "descSpeakerPattern1SubwooferCrossover": "Sotto questa frequenza i bassi vanno al subwoofer invece che agli altri diffusori.",
481
+ "trigger1Inputs": "Uscita trigger 1 per ingresso",
482
+ "descChannelTrigger1Inputs": "Cosa fa la presa trigger per ciascun ingresso, così gli apparecchi collegati si accendono con la sorgente giusta.",
483
+ "automaticStandby": "Spegnimento automatico",
484
+ "descAutomaticStandby": "Se il ricevitore si spegne da sé dopo un lungo periodo senza audio né comandi.",
485
+ "displayBrightness": "Luminosità del display",
486
+ "descDisplayBrightness": "Quanto è luminoso il pannello frontale del ricevitore."
419
487
  }
@@ -415,5 +415,73 @@
415
415
  "descFadeType": "Hoe het alarm bij de start luider wordt.",
416
416
  "descFadeInTime": "Hoe lang het alarm doet over het bereiken van vol volume.",
417
417
  "descDriveStatus": "Wat de discspeler nu doet.",
418
- "descToggleTray": "Opent of sluit de disclade."
418
+ "descToggleTray": "Opent of sluit de disclade.",
419
+ "hdmiAudioToAmplifier": "HDMI-audio naar de versterker",
420
+ "descHdmiAudioToAmplifier": "Of de receiver het geluid van een HDMI-bron zelf weergeeft in plaats van het door te geven aan de tv.",
421
+ "hdmiAudioToOutput1": "HDMI-audio naar uitgang 1",
422
+ "descHdmiAudioToOutput1": "Of het geluid wordt doorgegeven aan het scherm op HDMI-uitgang 1.",
423
+ "hdmiAudioToOutput2": "HDMI-audio naar uitgang 2",
424
+ "descHdmiAudioToOutput2": "Of het geluid wordt doorgegeven aan het scherm op HDMI-uitgang 2.",
425
+ "hdmiVideoResolution": "HDMI-videoresolutie",
426
+ "descHdmiVideoResolution": "De resolutie waarnaar de receiver het beeld schaalt voordat het wordt doorgegeven.",
427
+ "hdmiVideoAspect": "HDMI-beeldverhouding",
428
+ "descHdmiVideoAspect": "Of een 4:3-beeld ongewijzigd wordt doorgegeven of wordt uitgerekt naar breedbeeld.",
429
+ "hdmiVideoProcessing": "HDMI-videobewerking",
430
+ "descHdmiVideoProcessing": "Of de receiver het beeld bewerkt of ongemoeid doorlaat.",
431
+ "lipSyncMode": "Lipsynchronisatiemodus",
432
+ "descLipSyncMode": "Of het verschil tussen beeld en geluid automatisch wordt gecorrigeerd of met de hier ingestelde waarde.",
433
+ "lipSyncAnalogOutput": "Geluidsvertraging, analoog beeld",
434
+ "descLipSyncAnalogOutput": "Hoe lang het geluid wordt vastgehouden terwijl het beeld via de analoge uitgang gaat.",
435
+ "lipSyncHdmiOutput1Manual": "Geluidsvertraging, HDMI-uitgang 1",
436
+ "descLipSyncHdmiOutput1Manual": "De vertraging voor HDMI-uitgang 1 als het scherm er zelf geen meldt.",
437
+ "lipSyncHdmiOutput2Manual": "Geluidsvertraging, HDMI-uitgang 2",
438
+ "descLipSyncHdmiOutput2Manual": "De vertraging voor HDMI-uitgang 2 als het scherm er zelf geen meldt.",
439
+ "lipSyncActiveOutput": "Gebruikte beelduitgang",
440
+ "descLipSyncActiveOutput": "Via welke uitgang het beeld nu loopt en of de vertraging automatisch of handmatig is.",
441
+ "lipSyncOffsetReportedByDisplay": "Door het scherm gemelde vertraging",
442
+ "descLipSyncOffsetReportedByDisplay": "Hoeveel vertraging het aangesloten scherm meldt — de waarde waarmee de automaat rekent.",
443
+ "decoderSelect": "Decoderkeuze",
444
+ "descDecoderSelect": "Dwingt een bepaalde audiodecoder af in plaats van de receiver te laten kiezen op basis van het signaal.",
445
+ "extendedSurround": "Uitgebreid surround",
446
+ "descExtendedSurround": "Hoe een 5.1-signaal over de extra achterluidsprekers wordt verdeeld.",
447
+ "tvAudioReturnInput": "Ingang voor de audioretour van de tv",
448
+ "descTvAudioReturnInput": "Op welke ingang de receiver luistert als de tv zijn geluid via HDMI terugstuurt.",
449
+ "rdsClockTime": "RDS-tijd",
450
+ "descRdsClockTime": "De tijd die de FM-zender naast zijn programma uitzendt.",
451
+ "memoryGuard": "Geheugenbeveiliging",
452
+ "descMemoryGuard": "Vergrendelt de opgeslagen instellingen van de receiver tegen onbedoeld wijzigen.",
453
+ "analogVideoConversion": "Analoge beeldconversie",
454
+ "descAnalogVideoConversion": "Of een analoog beeld voor de HDMI-uitgang wordt omgezet in plaats van alleen analoog uit te gaan.",
455
+ "dmcControl": "Bediening door mediaservers",
456
+ "descDmcControl": "Of een mediaserver in het netwerk zelf het afspelen op deze receiver mag starten.",
457
+ "triggerOut1Type": "Modus van schakeluitgang 1",
458
+ "descTriggerOut1Type": "Wat de schakeluitgang stuurt: de aan/uit-status, een gekozen zone met ingang, of het handmatige niveau.",
459
+ "triggerOut1Zone": "Zone van schakeluitgang 1",
460
+ "descTriggerOut1Zone": "Welke zone de schakeluitgang volgt als hij op zone en ingang staat.",
461
+ "triggerOut1ForInput": "Schakeluitgang 1 bij %s",
462
+ "descTriggerOut1ForInput": "Het niveau van de schakeluitgang zolang deze ingang gekozen is.",
463
+ "ipodControlMode": "iPod-bedieningsmodus",
464
+ "descIpodControlMode": "Of de iPod op het apparaat zelf wordt bediend of via het schermmenu van de receiver.",
465
+ "speakerPattern1Front": "Voorluidsprekers",
466
+ "descSpeakerPattern1Front": "Of de voorluidsprekers de diepe bas zelf aankunnen, zodat er minder naar de subwoofer gaat.",
467
+ "speakerPattern1Center": "Middenluidspreker",
468
+ "descSpeakerPattern1Center": "Of er een middenluidspreker is aangesloten en of die de diepe bas aankan.",
469
+ "speakerPattern1Surround": "Surroundluidsprekers",
470
+ "descSpeakerPattern1Surround": "Of er surroundluidsprekers zijn aangesloten en of die de diepe bas aankunnen.",
471
+ "speakerPattern1SurroundBack": "Achterste surroundluidsprekers",
472
+ "descSpeakerPattern1SurroundBack": "Hoeveel achterste surroundluidsprekers zijn aangesloten en of die de diepe bas aankunnen.",
473
+ "speakerPattern1FrontPresence": "Front-presence-luidsprekers",
474
+ "descSpeakerPattern1FrontPresence": "Of de extra hoogteluidsprekers boven het voorpaar in gebruik zijn.",
475
+ "speakerPattern1ExtraBass": "Extra bas (luidsprekerinstelling)",
476
+ "descSpeakerPattern1ExtraBass": "Stuurt de diepe bas ook naar de voorluidsprekers, niet alleen naar de subwoofer.",
477
+ "speakerPattern1Subwoofer1Phase": "Subwooferfase",
478
+ "descSpeakerPattern1Subwoofer1Phase": "Keert de bewegingsrichting van de subwoofer om — helpt als zijn bas die van de voorluidsprekers opheft.",
479
+ "speakerPattern1SubwooferCrossover": "Subwoofer-kantelfrequentie",
480
+ "descSpeakerPattern1SubwooferCrossover": "Onder deze frequentie gaat de bas naar de subwoofer in plaats van naar de andere luidsprekers.",
481
+ "trigger1Inputs": "Schakeluitgang 1 per ingang",
482
+ "descChannelTrigger1Inputs": "Wat de schakeluitgang per ingang doet, zodat aangesloten apparatuur met de juiste bron meeschakelt.",
483
+ "automaticStandby": "Automatische stand-by",
484
+ "descAutomaticStandby": "Of de receiver zichzelf uitschakelt na lange tijd zonder geluid of bediening.",
485
+ "displayBrightness": "Helderheid van het display",
486
+ "descDisplayBrightness": "Hoe fel het frontpaneel van de receiver verlicht is."
419
487
  }