Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sk.json #54

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions custom_components/pollenprognos/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"config": {
"step": {
"user": {
"description": "Zadajte adresu URL rozhrania API, ktorú chcete použiť (spýtajte sa v okolí, aby ste zistili, akú adresu URL použiť)",
"data": {
"conf_url": "API URL"
}
},
"fetch_cities": {
"title": "Pollenprognos - Načítanie...",
"description": "Získava predpovede peľu"
},
"select_city": {
"title": "Pollenprognos - Mesto",
"description": "Vyberte mesto, ktoré chcete monitorovať",
"data": {
"conf_city": "Vyberte mesto"
}
},
"select_pollen": {
"title": "Pollenprognos - Peľ",
"description": "Vyberte peľ, ktorý chcete monitorovať",
"data": {
"conf_pollen": "Vyberte peľ"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"fetch_data_failed": "Načítanie údajov zlyhalo"
},
"progress": {
"fetch_cities": "Získava predpovede peľu"
},
"error": {
"bad_host": "Neplatná adresa URL hostiteľa rozhrania API"
}
}
}