Skip to content

Commit

Permalink
Fix translation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jul 23, 2024
1 parent a783870 commit 9eab75d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 12 additions & 4 deletions custom_components/yasno_outages/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
"step": {
"user": {
"title": "Yasno Outages Settings",
"description": "Please select your city:"
"data": {
"city": "Please select your city:"
}
},
"group": {
"title": "Yasno Outages Settings",
"description": "Please select your group:",
"data": {
"group": "Please select your group:"
},
"data_description": {
"group": "You can find your group at: https://yasno.com.ua"
}
Expand All @@ -19,11 +23,15 @@
"step": {
"init": {
"title": "Yasno Outages Settings",
"description": "Please select your city:"
"data": {
"city": "Please select your city:"
}
},
"group": {
"title": "Yasno Outages Settings",
"description": "Please select your group:",
"data": {
"group": "Please select your group:"
},
"data_description": {
"group": "You can find your group at: https://yasno.com.ua"
}
Expand Down
16 changes: 12 additions & 4 deletions custom_components/yasno_outages/translations/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
"step": {
"user": {
"title": "Налаштування Yasno Відключення",
"description": "Оберіть своє місто:"
"data": {
"city": "Оберіть своє місто:"
}
},
"group": {
"title": "Налаштування Yasno Відключення",
"description": "Оберіть свою групу:",
"data": {
"group": "Оберіть свою групу:"
},
"data_description": {
"group": "Знайдіть свою групу на: https://yasno.com.ua"
}
Expand All @@ -19,11 +23,15 @@
"step": {
"init": {
"title": "Налаштування Yasno Відключення",
"description": "Оберіть своє місто:"
"data": {
"city": "Оберіть своє місто:"
}
},
"group": {
"title": "Налаштування Yasno Відключення",
"description": "Оберіть свою групу:",
"data": {
"group": "Оберіть свою групу:"
},
"data_description": {
"group": "Знайдіть свою групу на: https://yasno.com.ua"
}
Expand Down

0 comments on commit 9eab75d

Please sign in to comment.