mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Use common string for items unit in Bring (#131834)
This commit is contained in:
parent
474544abd8
commit
3071aa2da1
@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"common": {
|
||||||
|
"shopping_list_items": "items"
|
||||||
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
@ -30,15 +33,15 @@
|
|||||||
"sensor": {
|
"sensor": {
|
||||||
"urgent": {
|
"urgent": {
|
||||||
"name": "Urgent",
|
"name": "Urgent",
|
||||||
"unit_of_measurement": "items"
|
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
|
||||||
},
|
},
|
||||||
"convenient": {
|
"convenient": {
|
||||||
"name": "On occasion",
|
"name": "On occasion",
|
||||||
"unit_of_measurement": "items"
|
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
|
||||||
},
|
},
|
||||||
"discounted": {
|
"discounted": {
|
||||||
"name": "Discount only",
|
"name": "Discount only",
|
||||||
"unit_of_measurement": "items"
|
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
|
||||||
},
|
},
|
||||||
"list_language": {
|
"list_language": {
|
||||||
"name": "Region & language",
|
"name": "Region & language",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user