mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Use common translation strings for Habitica (#129498)
This commit is contained in:
parent
3bf2946d13
commit
2303521778
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"common": {
|
||||||
|
"todos": "To-Do's",
|
||||||
|
"dailies": "Dailies"
|
||||||
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
||||||
@ -86,10 +90,10 @@
|
|||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"todos": {
|
"todos": {
|
||||||
"name": "To-Do's"
|
"name": "[%key:component::habitica::common::todos%]"
|
||||||
},
|
},
|
||||||
"dailys": {
|
"dailys": {
|
||||||
"name": "Dailies",
|
"name": "[%key:component::habitica::common::dailies%]",
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"yesterdaily": {
|
"yesterdaily": {
|
||||||
"name": "Yester-Daily",
|
"name": "Yester-Daily",
|
||||||
@ -145,10 +149,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"todos": {
|
"todos": {
|
||||||
"name": "To-Do's"
|
"name": "[%key:component::habitica::common::todos%]"
|
||||||
},
|
},
|
||||||
"dailys": {
|
"dailys": {
|
||||||
"name": "Dailies"
|
"name": "[%key:component::habitica::common::dailies%]"
|
||||||
},
|
},
|
||||||
"habits": {
|
"habits": {
|
||||||
"name": "Habits"
|
"name": "Habits"
|
||||||
@ -164,10 +168,10 @@
|
|||||||
},
|
},
|
||||||
"todo": {
|
"todo": {
|
||||||
"todos": {
|
"todos": {
|
||||||
"name": "To-Do's"
|
"name": "[%key:component::habitica::common::todos%]"
|
||||||
},
|
},
|
||||||
"dailys": {
|
"dailys": {
|
||||||
"name": "Dailies"
|
"name": "[%key:component::habitica::common::dailies%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user