mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Use ICU string for proper countdown via "1 minute" (#23636)
This commit is contained in:
parent
fc20716ff2
commit
50fa8dd269
@ -4862,7 +4862,7 @@
|
||||
"operational_dataset": "Operational dataset",
|
||||
"change_channel": "Change channel",
|
||||
"change_channel_initiated_title": "Channel change in progress",
|
||||
"change_channel_initiated_text": "The channel change has been initiated and will complete in {delay} minutes.",
|
||||
"change_channel_initiated_text": "The channel change has been initiated and will complete in {delay} {delay, plural,\n one {minute}\n other {minutes}\n}.",
|
||||
"change_channel_invalid": "Invalid channel",
|
||||
"change_channel_label": "Channel",
|
||||
"change_channel_multiprotocol_enabled_title": "The Thread radio has multiprotocol enabled",
|
||||
|
Loading…
x
Reference in New Issue
Block a user