Adds translation keys.

Updated cs.json, en.json, strings,json
feature/pocasi_cz
SchiZzA 2025-11-16 13:38:11 +01:00
parent 67d8acf9cc
commit 040f70c027
No known key found for this signature in database
3 changed files with 322 additions and 137 deletions

View File

@ -5,7 +5,6 @@
"valid_credentials_key": "Provide valid API KEY.", "valid_credentials_key": "Provide valid API KEY.",
"valid_credentials_match": "API ID and API KEY should not be the same." "valid_credentials_match": "API ID and API KEY should not be the same."
}, },
"step": { "step": {
"user": { "user": {
"description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant", "description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant",
@ -25,7 +24,6 @@
} }
} }
}, },
"options": { "options": {
"error": { "error": {
"valid_credentials_api": "Provide valid API ID.", "valid_credentials_api": "Provide valid API ID.",
@ -33,7 +31,6 @@
"valid_credentials_match": "API ID and API KEY should not be the same.", "valid_credentials_match": "API ID and API KEY should not be the same.",
"windy_key_required": "Windy API key is required if you want to enable this function." "windy_key_required": "Windy API key is required if you want to enable this function."
}, },
"step": { "step": {
"init": { "init": {
"title": "Configure SWS12500 Integration", "title": "Configure SWS12500 Integration",
@ -43,7 +40,6 @@
"windy": "Windy configuration" "windy": "Windy configuration"
} }
}, },
"basic": { "basic": {
"description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant", "description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant",
"title": "Configure credentials", "title": "Configure credentials",
@ -60,7 +56,6 @@
"WSLINK": "Enable WSLink API if the station is set to send data via WSLink." "WSLINK": "Enable WSLink API if the station is set to send data via WSLink."
} }
}, },
"windy": { "windy": {
"description": "Resend weather data to your Windy stations.", "description": "Resend weather data to your Windy stations.",
"title": "Configure Windy", "title": "Configure Windy",
@ -74,6 +69,23 @@
"windy_logger_checkbox": "Enable only if you want to send debuging data to the developer." "windy_logger_checkbox": "Enable only if you want to send debuging data to the developer."
} }
}, },
"pocasi": {
"description": "Resend data to Pocasi Meteo CZ",
"title": "Configure Pocasi Meteo CZ",
"data": {
"POCASI_API_ID": "ID from your Pocasi Meteo APP",
"POCASI_API_KEY": "Key from your Pocasi Meteo APP",
"POCASI_SEND_INTERVAL": "Resend interval in seconds",
"pocasi_enabled_checkbox": "Enable resending data to Pocasi Meteo",
"pocasi_logger_choeckbox": "Log data and responses"
},
"data_description": {
"POCASI_API_ID": "You can obtain your ID in Pocasi Meteo App",
"POCASI_API_KEY": "You can obtain your KEY in Pocasi Meteo App",
"POCASI_SEND_INTERVAL": "Resend interval in seconds (minimum 12s, default 30s)",
"pocasi_enabled_checkbox": "Enables resending data to Pocasi Meteo",
"pocasi_logger_checkbox": "Enable only if you want to send debbug data to the developer"
},
"migration": { "migration": {
"title": "Statistic migration.", "title": "Statistic migration.",
"description": "For the correct functioning of long-term statistics, it is necessary to migrate the sensor unit in the long-term statistics. The original unit of long-term statistics for daily precipitation was in mm/d, however, the station only sends data in mm without time differentiation.\n\n The sensor to be migrated is for daily precipitation. If the correct value is already in the list for the daily precipitation sensor (mm), then the migration is already complete.\n\n Migration result for the sensor: {migration_status}, a total of {migration_count} rows converted.", "description": "For the correct functioning of long-term statistics, it is necessary to migrate the sensor unit in the long-term statistics. The original unit of long-term statistics for daily precipitation was in mm/d, however, the station only sends data in mm without time differentiation.\n\n The sensor to be migrated is for daily precipitation. If the correct value is already in the list for the daily precipitation sensor (mm), then the migration is already complete.\n\n Migration result for the sensor: {migration_status}, a total of {migration_count} rows converted.",
@ -88,30 +100,71 @@
} }
} }
}, },
"entity": { "entity": {
"sensor": { "sensor": {
"indoor_temp": { "name": "Indoor temperature" }, "indoor_temp": {
"indoor_humidity": { "name": "Indoor humidity" }, "name": "Indoor temperature"
"outside_temp": { "name": "Outside Temperature" }, },
"outside_humidity": { "name": "Outside humidity" }, "indoor_humidity": {
"uv": { "name": "UV index" }, "name": "Indoor humidity"
"baro_pressure": { "name": "Barometric pressure" }, },
"dew_point": { "name": "Dew point" }, "outside_temp": {
"wind_speed": { "name": "Wind speed" }, "name": "Outside Temperature"
"wind_dir": { "name": "Wind direction" }, },
"wind_gust": { "name": "Wind gust" }, "outside_humidity": {
"rain": { "name": "Rain" }, "name": "Outside humidity"
"daily_rain": { "name": "Daily precipitation" }, },
"solar_radiation": { "name": "Solar irradiance" }, "uv": {
"ch2_temp": { "name": "Channel 2 temperature" }, "name": "UV index"
"ch2_humidity": { "name": "Channel 2 humidity" }, },
"ch3_temp": { "name": "Channel 3 temperature" }, "baro_pressure": {
"ch3_humidity": { "name": "Channel 3 humidity" }, "name": "Barometric pressure"
"ch4_temp": { "name": "Channel 4 temperature" }, },
"ch4_humidity": { "name": "Channel 4 humidity" }, "dew_point": {
"heat_index": { "name": "Apparent temperature" }, "name": "Dew point"
"chill_index": { "name": "Wind chill" }, },
"wind_speed": {
"name": "Wind speed"
},
"wind_dir": {
"name": "Wind direction"
},
"wind_gust": {
"name": "Wind gust"
},
"rain": {
"name": "Rain"
},
"daily_rain": {
"name": "Daily precipitation"
},
"solar_radiation": {
"name": "Solar irradiance"
},
"ch2_temp": {
"name": "Channel 2 temperature"
},
"ch2_humidity": {
"name": "Channel 2 humidity"
},
"ch3_temp": {
"name": "Channel 3 temperature"
},
"ch3_humidity": {
"name": "Channel 3 humidity"
},
"ch4_temp": {
"name": "Channel 4 temperature"
},
"ch4_humidity": {
"name": "Channel 4 humidity"
},
"heat_index": {
"name": "Apparent temperature"
},
"chill_index": {
"name": "Wind chill"
},
"wind_azimut": { "wind_azimut": {
"name": "Bearing", "name": "Bearing",
"state": { "state": {

View File

@ -24,15 +24,15 @@
} }
} }
}, },
"options": { "options": {
"error": { "error": {
"valid_credentials_api": "Vyplňte platné API ID", "valid_credentials_api": "Vyplňte platné API ID",
"valid_credentials_key": "Vyplňte platný API KEY", "valid_credentials_key": "Vyplňte platný API KEY",
"valid_credentials_match": "API ID a API KEY nesmějí být stejné!", "valid_credentials_match": "API ID a API KEY nesmějí být stejné!",
"windy_key_required": "Je vyžadován Windy API key, pokud chcete aktivovat přeposílání dat na Windy" "windy_key_required": "Je vyžadován Windy API key, pokud chcete aktivovat přeposílání dat na Windy",
"pocasi_id_required": "Je vyžadován Počasí ID, pokud chcete aktivovat přeposílání dat na Počasí Meteo CZ",
"pocasi_key_required": "Klíč k účtu Počasí Meteo je povinný."
}, },
"step": { "step": {
"init": { "init": {
"title": "Nastavení integrace SWS12500", "title": "Nastavení integrace SWS12500",
@ -40,10 +40,10 @@
"menu_options": { "menu_options": {
"basic": "Základní - přístupové údaje (přihlášení)", "basic": "Základní - přístupové údaje (přihlášení)",
"windy": "Nastavení pro přeposílání dat na Windy", "windy": "Nastavení pro přeposílání dat na Windy",
"pocasi": "Nastavení pro přeposlání dat na Pošasí Meteo CZ",
"migration": "Migrace statistiky senzoru" "migration": "Migrace statistiky senzoru"
} }
}, },
"basic": { "basic": {
"description": "Zadejte API ID a API KEY, aby meteostanice mohla komunikovat s HomeAssistantem", "description": "Zadejte API ID a API KEY, aby meteostanice mohla komunikovat s HomeAssistantem",
"title": "Nastavení přihlášení", "title": "Nastavení přihlášení",
@ -60,7 +60,6 @@
"wslink": "WSLink API zapněte, pokud je stanice nastavena na zasílání dat přes WSLink." "wslink": "WSLink API zapněte, pokud je stanice nastavena na zasílání dat přes WSLink."
} }
}, },
"windy": { "windy": {
"description": "Přeposílání dat z metostanice na Windy", "description": "Přeposílání dat z metostanice na Windy",
"title": "Konfigurace Windy", "title": "Konfigurace Windy",
@ -70,10 +69,28 @@
"windy_logger_checkbox": "Logovat data a odpovědi z Windy" "windy_logger_checkbox": "Logovat data a odpovědi z Windy"
}, },
"data_description": { "data_description": {
"WINDY_API_KEY": "Klíč API KEY získaný z https://https://api.windy.com/keys", "WINDY_API_KEY": "Klíč API KEY získaný z https://api.windy.com/keys",
"windy_logger_checkbox": "Zapnout pouze v případě, že chcete poslat ladící informace vývojáři." "windy_logger_checkbox": "Zapnout pouze v případě, že chcete poslat ladící informace vývojáři."
} }
}, },
"pocasi": {
"description": "Přeposílání dat do aplikace Počasí Meteo",
"title": "Konfigurace Počasí Meteo",
"data": {
"POCASI_API_ID": "ID účtu na Počasí Meteo",
"POCASI_API_KEY": "Klíč (Key) k účtu Počasí Meteo",
"POCASI_SEND_INTERVAL": "Interval v sekundách",
"pocasi_enabled_checkbox": "Povolit přeposílání dat na server Počasí Meteo",
"pocasi_logger_choeckbox": "Logovat data a odpovědi z Počasí Meteo"
},
"data_description": {
"POCASI_API_ID": "ID získáte ve své aplikaci Počasí Meteo",
"POCASI_API_KEY": "Klíč (Key) získáte ve své aplikaci Počasí Meteo",
"POCASI_SEND_INTERVAL": "Interval v jakém se mají data na server přeposílat (minimum 12s, defaultně 30s)",
"pocasi_enabled_checkbox": "Zapne přeposílání data na server Počasí Meteo",
"pocasi_logger_checkbox": "Zapnout pouze v případě, že chcete zaslat ladící informace vývojáři."
}
},
"migration": { "migration": {
"title": "Migrace statistiky senzoru.", "title": "Migrace statistiky senzoru.",
"description": "Pro správnou funkci dlouhodobé statistiky je nutné provést migraci jednotky senzoru v dlouhodobé statistice. Původní jednotka dlouhodobé statistiky pro denní úhrn srážek byla v mm/d, nicméně stanice zasílá pouze data v mm bez časového rozlišení.\n\n Senzor, který má být migrován je pro denní úhrn srážek. Pokud je v seznamu již správná hodnota u senzoru pro denní úhrn (mm), pak je již migrace hotová.\n\n Výsledek migrace pro senzor: {migration_status}, přepvedeno celkem {migration_count} řádků.", "description": "Pro správnou funkci dlouhodobé statistiky je nutné provést migraci jednotky senzoru v dlouhodobé statistice. Původní jednotka dlouhodobé statistiky pro denní úhrn srážek byla v mm/d, nicméně stanice zasílá pouze data v mm bez časového rozlišení.\n\n Senzor, který má být migrován je pro denní úhrn srážek. Pokud je v seznamu již správná hodnota u senzoru pro denní úhrn (mm), pak je již migrace hotová.\n\n Výsledek migrace pro senzor: {migration_status}, přepvedeno celkem {migration_count} řádků.",
@ -88,35 +105,86 @@
} }
} }
}, },
"entity": { "entity": {
"sensor": { "sensor": {
"indoor_temp": { "name": "Vnitřní teplota" }, "indoor_temp": {
"indoor_humidity": { "name": "Vnitřní vlhkost vzduchu" }, "name": "Vnitřní teplota"
"outside_temp": { "name": "Venkovní teplota" }, },
"outside_humidity": { "name": "Venkovní vlhkost vzduchu" }, "indoor_humidity": {
"uv": { "name": "UV index" }, "name": "Vnitřní vlhkost vzduchu"
"baro_pressure": { "name": "Tlak vzduchu" }, },
"dew_point": { "name": "Rosný bod" }, "outside_temp": {
"wind_speed": { "name": "Rychlost větru" }, "name": "Venkovní teplota"
"wind_dir": { "name": "Směr větru" }, },
"wind_gust": { "name": "Poryvy větru" }, "outside_humidity": {
"rain": { "name": "Srážky" }, "name": "Venkovní vlhkost vzduchu"
"daily_rain": { "name": "Denní úhrn srážek" }, },
"solar_radiation": { "name": "Sluneční osvit" }, "uv": {
"ch2_temp": { "name": "Teplota senzoru 2" }, "name": "UV index"
"ch2_humidity": { "name": "Vlhkost sensoru 2" }, },
"ch3_temp": { "name": "Teplota senzoru 3" }, "baro_pressure": {
"ch3_humidity": { "name": "Vlhkost sensoru 3" }, "name": "Tlak vzduchu"
"ch4_temp": { "name": "Teplota senzoru 4" }, },
"ch4_humidity": { "name": "Vlhkost sensoru 4" }, "dew_point": {
"heat_index": { "name": "Tepelný index" }, "name": "Rosný bod"
"chill_index": { "name": "Pocitová teplota" }, },
"hourly_rain": { "name": "Hodinový úhrn srážek" }, "wind_speed": {
"weekly_rain": { "name": "Týdenní úhrn srážek" }, "name": "Rychlost větru"
"monthly_rain": { "name": "Měsíční úhrn srážek" }, },
"yearly_rain": { "name": "Roční úhrn srážek" }, "wind_dir": {
"wbgt_temp": { "name": "WBGT index" }, "name": "Směr větru"
},
"wind_gust": {
"name": "Poryvy větru"
},
"rain": {
"name": "Srážky"
},
"daily_rain": {
"name": "Denní úhrn srážek"
},
"solar_radiation": {
"name": "Sluneční osvit"
},
"ch2_temp": {
"name": "Teplota senzoru 2"
},
"ch2_humidity": {
"name": "Vlhkost sensoru 2"
},
"ch3_temp": {
"name": "Teplota senzoru 3"
},
"ch3_humidity": {
"name": "Vlhkost sensoru 3"
},
"ch4_temp": {
"name": "Teplota senzoru 4"
},
"ch4_humidity": {
"name": "Vlhkost sensoru 4"
},
"heat_index": {
"name": "Tepelný index"
},
"chill_index": {
"name": "Pocitová teplota"
},
"hourly_rain": {
"name": "Hodinový úhrn srážek"
},
"weekly_rain": {
"name": "Týdenní úhrn srážek"
},
"monthly_rain": {
"name": "Měsíční úhrn srážek"
},
"yearly_rain": {
"name": "Roční úhrn srážek"
},
"wbgt_temp": {
"name": "WBGT index"
},
"wind_azimut": { "wind_azimut": {
"name": "Azimut", "name": "Azimut",
"state": { "state": {

View File

@ -5,7 +5,6 @@
"valid_credentials_key": "Provide valid API KEY.", "valid_credentials_key": "Provide valid API KEY.",
"valid_credentials_match": "API ID and API KEY should not be the same." "valid_credentials_match": "API ID and API KEY should not be the same."
}, },
"step": { "step": {
"user": { "user": {
"description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant", "description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant",
@ -25,7 +24,6 @@
} }
} }
}, },
"options": { "options": {
"error": { "error": {
"valid_credentials_api": "Provide valid API ID.", "valid_credentials_api": "Provide valid API ID.",
@ -33,7 +31,6 @@
"valid_credentials_match": "API ID and API KEY should not be the same.", "valid_credentials_match": "API ID and API KEY should not be the same.",
"windy_key_required": "Windy API key is required if you want to enable this function." "windy_key_required": "Windy API key is required if you want to enable this function."
}, },
"step": { "step": {
"init": { "init": {
"title": "Configure SWS12500 Integration", "title": "Configure SWS12500 Integration",
@ -43,7 +40,6 @@
"windy": "Windy configuration" "windy": "Windy configuration"
} }
}, },
"basic": { "basic": {
"description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant", "description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant",
"title": "Configure credentials", "title": "Configure credentials",
@ -60,7 +56,6 @@
"WSLINK": "Enable WSLink API if the station is set to send data via WSLink." "WSLINK": "Enable WSLink API if the station is set to send data via WSLink."
} }
}, },
"windy": { "windy": {
"description": "Resend weather data to your Windy stations.", "description": "Resend weather data to your Windy stations.",
"title": "Configure Windy", "title": "Configure Windy",
@ -74,6 +69,24 @@
"windy_logger_checkbox": "Enable only if you want to send debuging data to the developer." "windy_logger_checkbox": "Enable only if you want to send debuging data to the developer."
} }
}, },
"pocasi": {
"description": "Resend data to Pocasi Meteo CZ",
"title": "Configure Pocasi Meteo CZ",
"data": {
"POCASI_API_ID": "ID from your Pocasi Meteo APP",
"POCASI_API_KEY": "Key from your Pocasi Meteo APP",
"POCASI_SEND_INTERVAL": "Resend interval in seconds",
"pocasi_enabled_checkbox": "Enable resending data to Pocasi Meteo",
"pocasi_logger_choeckbox": "Log data and responses"
},
"data_description": {
"POCASI_API_ID": "You can obtain your ID in Pocasi Meteo App",
"POCASI_API_KEY": "You can obtain your KEY in Pocasi Meteo App",
"POCASI_SEND_INTERVAL": "Resend interval in seconds (minimum 12s, default 30s)",
"pocasi_enabled_checkbox": "Enables resending data to Pocasi Meteo",
"pocasi_logger_checkbox": "Enable only if you want to send debbug data to the developer"
}
},
"migration": { "migration": {
"title": "Statistic migration.", "title": "Statistic migration.",
"description": "For the correct functioning of long-term statistics, it is necessary to migrate the sensor unit in the long-term statistics. The original unit of long-term statistics for daily precipitation was in mm/d, however, the station only sends data in mm without time differentiation.\n\n The sensor to be migrated is for daily precipitation. If the correct value is already in the list for the daily precipitation sensor (mm), then the migration is already complete.\n\n Migration result for the sensor: {migration_status}, a total of {migration_count} rows converted.", "description": "For the correct functioning of long-term statistics, it is necessary to migrate the sensor unit in the long-term statistics. The original unit of long-term statistics for daily precipitation was in mm/d, however, the station only sends data in mm without time differentiation.\n\n The sensor to be migrated is for daily precipitation. If the correct value is already in the list for the daily precipitation sensor (mm), then the migration is already complete.\n\n Migration result for the sensor: {migration_status}, a total of {migration_count} rows converted.",
@ -88,35 +101,86 @@
} }
} }
}, },
"entity": { "entity": {
"sensor": { "sensor": {
"indoor_temp": { "name": "Indoor temperature" }, "indoor_temp": {
"indoor_humidity": { "name": "Indoor humidity" }, "name": "Indoor temperature"
"outside_temp": { "name": "Outside Temperature" }, },
"outside_humidity": { "name": "Outside humidity" }, "indoor_humidity": {
"uv": { "name": "UV index" }, "name": "Indoor humidity"
"baro_pressure": { "name": "Barometric pressure" }, },
"dew_point": { "name": "Dew point" }, "outside_temp": {
"wind_speed": { "name": "Wind speed" }, "name": "Outside Temperature"
"wind_dir": { "name": "Wind direction" }, },
"wind_gust": { "name": "Wind gust" }, "outside_humidity": {
"rain": { "name": "Rain" }, "name": "Outside humidity"
"daily_rain": { "name": "Daily precipitation" }, },
"solar_radiation": { "name": "Solar irradiance" }, "uv": {
"ch2_temp": { "name": "Channel 2 temperature" }, "name": "UV index"
"ch2_humidity": { "name": "Channel 2 humidity" }, },
"ch3_temp": { "name": "Channel 3 temperature" }, "baro_pressure": {
"ch3_humidity": { "name": "Channel 3 humidity" }, "name": "Barometric pressure"
"ch4_temp": { "name": "Channel 4 temperature" }, },
"ch4_humidity": { "name": "Channel 4 humidity" }, "dew_point": {
"heat_index": { "name": "Apparent temperature" }, "name": "Dew point"
"chill_index": { "name": "Wind chill" }, },
"hourly_rain": { "name": "Hourly precipitation" }, "wind_speed": {
"weekly_rain": { "name": "Weekly precipitation" }, "name": "Wind speed"
"monthly_rain": { "name": "Monthly precipitation" }, },
"yearly_rain": { "name": "Yearly precipitation" }, "wind_dir": {
"wbgt_index": { "name": "WBGT index" }, "name": "Wind direction"
},
"wind_gust": {
"name": "Wind gust"
},
"rain": {
"name": "Rain"
},
"daily_rain": {
"name": "Daily precipitation"
},
"solar_radiation": {
"name": "Solar irradiance"
},
"ch2_temp": {
"name": "Channel 2 temperature"
},
"ch2_humidity": {
"name": "Channel 2 humidity"
},
"ch3_temp": {
"name": "Channel 3 temperature"
},
"ch3_humidity": {
"name": "Channel 3 humidity"
},
"ch4_temp": {
"name": "Channel 4 temperature"
},
"ch4_humidity": {
"name": "Channel 4 humidity"
},
"heat_index": {
"name": "Apparent temperature"
},
"chill_index": {
"name": "Wind chill"
},
"hourly_rain": {
"name": "Hourly precipitation"
},
"weekly_rain": {
"name": "Weekly precipitation"
},
"monthly_rain": {
"name": "Monthly precipitation"
},
"yearly_rain": {
"name": "Yearly precipitation"
},
"wbgt_index": {
"name": "WBGT index"
},
"wind_azimut": { "wind_azimut": {
"name": "Bearing", "name": "Bearing",
"state": { "state": {