Skip to content

Commit e096411

Browse files
fix: update i18n EN translations
1 parent 09d3d92 commit e096411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i18n/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
"advanced-log_syslog-type": "The type of the syslog protocol to use (Default: BSD, also valid: 5424).",
510510
"advanced-log_syslog-app_name": "The name of the application (Default: Zigbee2MQTT).",
511511
"advanced-log_syslog-eol": "The end of line character to be added to the end of the message (Default: Message without modifications).",
512-
"advanced-pan_id": "Zigbee pan ID, changing requires re-pairing all devices!",
512+
"advanced-pan_id": "ZigBee pan ID, changing requires re-pairing all devices!",
513513
"advanced-ext_pan_id": "Zigbee extended pan ID, changing requires re-pairing all devices!",
514514
"advanced-channel": "Zigbee channel, changing might require re-pairing some devices! (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid problems)",
515515
"advanced-adapter_concurrent": "Adapter concurrency (e.g. 2 for CC2531 or 16 for CC26X2R1) (default: null, uses recommended value)",
@@ -520,7 +520,7 @@
520520
"advanced-last_seen": "Add a last_seen attribute to MQTT messages, contains date/time of last Zigbee message",
521521
"advanced-elapsed": "Add an elapsed attribute to MQTT messages, contains milliseconds since the previous msg",
522522
"advanced-network_key": "Network encryption key, changing requires re-pairing all devices!",
523-
"advanced-timestamp_format": "Log timestamp format",
523+
"advanced-timestamp_format": "Log timestamp format (see https://github.com/taylorhakes/fecha?tab=readme-ov-file#formatting-tokens for all supported tokens)",
524524
"advanced-transmit_power": "Transmit power of adapter, only available for Z-Stack (CC253*/CC2652/CC1352) adapters, CC2652 = 5dbm, CC1352 max is = 20dbm (5dbm default)",
525525
"advanced-output": "Examples when 'state' of a device is published json: topic: 'zigbee2mqtt/my_bulb' payload '{\"state\": \"ON\"}' attribute: topic 'zigbee2mqtt/my_bulb/state' payload 'ON' attribute_and_json: both json and attribute (see above)",
526526
"health": "Periodically check the health of Zigbee2MQTT",

0 commit comments

Comments
 (0)