mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Add comma (#25547)
This commit is contained in:
parent
32b3c83337
commit
87bd039239
@ -2091,7 +2091,7 @@
|
||||
},
|
||||
"system": {
|
||||
"main": "System",
|
||||
"secondary": "Create backups, check logs or reboot your system"
|
||||
"secondary": "Create backups, check logs, or reboot your system"
|
||||
},
|
||||
"about": {
|
||||
"main": "About",
|
||||
@ -2221,10 +2221,10 @@
|
||||
"add_label": "Create label",
|
||||
"manage_labels": "Manage labels",
|
||||
"no_labels": "You don't have any labels",
|
||||
"introduction": "Labels can help you organize your areas, devices and entities. They can be used to filter in the UI, or use them as a target in automations.",
|
||||
"introduction2": "Go to the area, device or entity you want to add a label to, and press the edit button to assign labels to them.",
|
||||
"introduction": "Labels can help you organize your areas, devices, and entities. They can be used to filter in the UI, or use them as a target in automations.",
|
||||
"introduction2": "Go to the area, device, or entity you want to add a label to, and press the edit button to assign labels to them.",
|
||||
"confirm_remove_title": "Remove label?",
|
||||
"confirm_remove": "Are you sure you want to remove label {label}? It will be removed from all areas, devices and entities.",
|
||||
"confirm_remove": "Are you sure you want to remove label {label}? It will be removed from all areas, devices, and entities.",
|
||||
"detail": {
|
||||
"new_label": "New label",
|
||||
"name": "Name",
|
||||
|
Loading…
x
Reference in New Issue
Block a user