-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from briis/0.3.1-branch
0.3.1 branch
- Loading branch information
Showing
7 changed files
with
340 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
custom_components/weatherflow_forecast/translations/cs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"unique_id": "Stanice WeatherFlow už je nakonfigurovaná." | ||
}, | ||
"error": { | ||
"wrong_station_id": "Zadané Station Id je chybné.", | ||
"server_error": "WeatherFlow servers encountered an unexpected error", | ||
"wrong_token": "Zadaný Api Token je chybný.", | ||
"bad_request": "Nastala neznámá chyba při přenosu dat." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Nastavit Stanici WeatherFlow Forecast", | ||
"title": "WeatherFlow Forecast", | ||
"data": { | ||
"station_id": "Station Id", | ||
"api_token": "Osobní Api Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"api_token": "Osobní Api Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"pressure_trend": { | ||
"state": { | ||
"falling": "Klesající", | ||
"rising": "Rostoucí", | ||
"steady": "Stabilní" | ||
} | ||
}, | ||
"wind_cardinal": { | ||
"state": { | ||
"n": "S", | ||
"nne": "SSV", | ||
"ne": "SV", | ||
"ene": "VSV", | ||
"e": "V", | ||
"ese": "VJV", | ||
"se": "JV", | ||
"sse": "JJV", | ||
"s": "J", | ||
"ssw": "JJZ", | ||
"sw": "JZ", | ||
"wsw": "ZJZ", | ||
"w": "Z", | ||
"wnw": "ZSZ", | ||
"nw": "SZ", | ||
"nnw": "SSZ" | ||
} | ||
} | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
custom_components/weatherflow_forecast/translations/de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"unique_id": "WeatherFlow-Station wurde bereits konfiguriert." | ||
}, | ||
"error": { | ||
"wrong_station_id": "Die Station-Id ist falsch.", | ||
"server_error": "WeatherFlow servers encountered an unexpected error", | ||
"wrong_token": "Der eingegebene Api-Token ist nicht korrekt.", | ||
"bad_request": "Ein unbekannter Fehler ist beim Empfang von Daten aufgetreten." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Einrichten einer WeatherFlow Forecast-Station", | ||
"title": "WeatherFlow Forecast", | ||
"data": { | ||
"station_id": "Station-Id", | ||
"api_token": "Persönlicher Api-Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"api_token": "Persönlicher Api-Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"pressure_trend": { | ||
"state": { | ||
"falling": "fallend", | ||
"rising": "steigend", | ||
"steady": "stetig" | ||
} | ||
}, | ||
"wind_cardinal": { | ||
"state": { | ||
"n": "N", | ||
"nne": "NNO", | ||
"ne": "NO", | ||
"ene": "ONO", | ||
"e": "O", | ||
"ese": "OSO", | ||
"se": "SO", | ||
"sse": "SSO", | ||
"s": "S", | ||
"ssw": "SSW", | ||
"sw": "SW", | ||
"wsw": "WSW", | ||
"w": "W", | ||
"wnw": "WNW", | ||
"nw": "NW", | ||
"nnw": "NNW" | ||
} | ||
} | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
custom_components/weatherflow_forecast/translations/it.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"unique_id": "La stazione WeatherFlow è già stata configurata." | ||
}, | ||
"error": { | ||
"wrong_station_id": "L'ID della stazione non è corretto.", | ||
"server_error": "WeatherFlow servers encountered an unexpected error", | ||
"wrong_token": "Il Token API inserito non è corretto.", | ||
"bad_request": "Errore sconosciuto in fase di accesso ai dati." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Configurazione della stazione WeatherFlow Forecast", | ||
"title": "WeatherFlow Forecast", | ||
"data": { | ||
"station_id": "ID stazione", | ||
"api_token": "Token API personale", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"api_token": "Token API personale", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"pressure_trend": { | ||
"state": { | ||
"falling": "Discendente", | ||
"rising": "Ascendente", | ||
"steady": "Stabile" | ||
} | ||
}, | ||
"wind_cardinal": { | ||
"state": { | ||
"n": "N", | ||
"nne": "NNE", | ||
"ne": "NE", | ||
"ene": "ENE", | ||
"e": "E", | ||
"ese": "ESE", | ||
"se": "SE", | ||
"sse": "SSE", | ||
"s": "S", | ||
"ssw": "SSO", | ||
"sw": "SO", | ||
"wsw": "OSO", | ||
"w": "O", | ||
"wnw": "ONO", | ||
"nw": "NO", | ||
"nnw": "NNO" | ||
} | ||
} | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
custom_components/weatherflow_forecast/translations/nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"unique_id": "WeatherFlow station is reeds geconfigured." | ||
}, | ||
"error": { | ||
"wrong_station_id": "De Station Id is niet juist.", | ||
"server_error": "WeatherFlow servers encountered an unexpected error", | ||
"wrong_token": "Het Api Token is niet juist.", | ||
"bad_request": "Een onbekende fout in opgetreden tijdens het ophalen van de gegevens." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Configuratie van een WeatherFlow Forecast station", | ||
"title": "WeatherFlow Forecast", | ||
"data": { | ||
"station_id": "Station Id", | ||
"api_token": "Personal Api Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"api_token": "Personal Api Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"pressure_trend": { | ||
"state": { | ||
"falling": "Dalend", | ||
"rising": "Stijgend", | ||
"steady": "Constant" | ||
} | ||
}, | ||
"wind_cardinal": { | ||
"state": { | ||
"n": "N", | ||
"nne": "NNO", | ||
"ne": "NO", | ||
"ene": "ONO", | ||
"e": "O", | ||
"ese": "OZO", | ||
"se": "ZO", | ||
"sse": "ZZO", | ||
"s": "Z", | ||
"ssw": "ZZW", | ||
"sw": "ZW", | ||
"wsw": "WZW", | ||
"w": "W", | ||
"wnw": "WNW", | ||
"nw": "NW", | ||
"nnw": "NNW" | ||
} | ||
} | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
custom_components/weatherflow_forecast/translations/sv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"unique_id": "Denna WeatherFlow Station är redan konfigurerad." | ||
}, | ||
"error": { | ||
"wrong_station_id": "Angivet Stations-ID är inte korrekt.", | ||
"server_error": "WeatherFlow servers encountered an unexpected error", | ||
"wrong_token": "Angiven API-token är inte korrekt.", | ||
"bad_request": "Ett okänt fel uppstod under inhämtning av data." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Konfigurera en WeatherFlow Forecast Station", | ||
"title": "WeatherFlow Forecast", | ||
"data": { | ||
"station_id": "Station-Id", | ||
"api_token": "Personlig API-Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"api_token": "Personlig API-Token", | ||
"add_sensors": "Add sensors from the Weather Station" | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"pressure_trend": { | ||
"state": { | ||
"falling": "Fallande", | ||
"rising": "Stigande", | ||
"steady": "Stabil" | ||
} | ||
}, | ||
"wind_cardinal": { | ||
"state": { | ||
"n": "N", | ||
"nne": "NNO", | ||
"ne": "NO", | ||
"ene": "ONO", | ||
"e": "Ö", | ||
"ese": "OSO", | ||
"se": "SO", | ||
"sse": "SSO", | ||
"s": "S", | ||
"ssw": "SSV", | ||
"sw": "SV", | ||
"wsw": "VSV", | ||
"w": "V", | ||
"wnw": "VNV", | ||
"nw": "NV", | ||
"nnw": "NNV" | ||
} | ||
} | ||
} | ||
} | ||
} |