Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 17, 2024
1 parent 503b455 commit 0d3f5cd
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion custom_components/gismeteo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# Base component constants
NAME: Final = "Gismeteo"
DOMAIN: Final = "gismeteo"
VERSION: Final = "3.0.0-beta1"
VERSION: Final = "3.0.0-beta2"
ATTRIBUTION: Final = "Data provided by Gismeteo"
ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues"
#
Expand Down
2 changes: 1 addition & 1 deletion custom_components/gismeteo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requirements": [
"beautifulsoup4~=4.12"
],
"version": "3.0.0-beta1"
"version": "3.0.0-beta2"
}
32 changes: 16 additions & 16 deletions custom_components/gismeteo/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"wind_bearing_label": {
"name": "Wind Bearing",
"state": {
"n": "N",
"ne": "NE",
"e": "E",
"se": "SE",
"s": "S",
"sw": "SW",
"w": "W",
"nw": "NW"
"n": "North",
"ne": "NorthEast",
"e": "East",
"se": "SouthEast",
"s": "South",
"sw": "SouthWest",
"w": "West",
"nw": "NorthWest"
}
},
"cloud_coverage": {
Expand Down Expand Up @@ -141,14 +141,14 @@
"wind_bearing_label_forecast": {
"name": "Wind Bearing Forecast {day}d",
"state": {
"n": "N",
"ne": "NE",
"e": "E",
"se": "SE",
"s": "S",
"sw": "SW",
"w": "W",
"nw": "NW"
"n": "North",
"ne": "NorthEast",
"e": "East",
"se": "SouthEast",
"s": "South",
"sw": "SouthWest",
"w": "West",
"nw": "NorthWest"
}
},
"cloud_coverage_forecast": {
Expand Down
32 changes: 16 additions & 16 deletions custom_components/gismeteo/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"wind_bearing_label": {
"name": "Направление Ветра",
"state": {
"n": "С",
"ne": "СВ",
"e": "В",
"se": "ЮВ",
"s": "Ю",
"sw": "ЮЗ",
"w": "З",
"nw": "СЗ"
"n": "Северный",
"ne": "Северо-Восточный",
"e": "Восточный",
"se": "Юго-Восточный",
"s": "Южный",
"sw": "Юго-Западный",
"w": "Западный",
"nw": "Северо-Западный"
}
},
"cloud_coverage": {
Expand Down Expand Up @@ -141,14 +141,14 @@
"wind_bearing_label_forecast": {
"name": "Прогноз Направления Ветра {day}д",
"state": {
"n": "С",
"ne": "СВ",
"e": "В",
"se": "ЮВ",
"s": "Ю",
"sw": "ЮЗ",
"w": "З",
"nw": "СЗ"
"n": "Северный",
"ne": "Северо-Восточный",
"e": "Восточный",
"se": "Юго-Восточный",
"s": "Южный",
"sw": "Юго-Западный",
"w": "Западный",
"nw": "Северо-Западный"
}
},
"cloud_coverage_forecast": {
Expand Down

0 comments on commit 0d3f5cd

Please sign in to comment.