Skip to content

Commit

Permalink
Update of Czech and Polish translations
Browse files Browse the repository at this point in the history
Refs: #58
  • Loading branch information
orontee committed Oct 15, 2023
1 parent 952f961 commit f3dc49c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/l10n/cs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const L10n::Translations L10n::cs_translations{
// about.cc.in
{"This program is provided without any warranty. For more details, "
"read GNU General Public License, version 3 or later",
"Tento program je bez jakékoliv záruky. Další podrobnosti jsou"
"Tento program je bez jakékoliv záruky. Další podrobnosti jsou "
"v GNU General Public License, verze 3 nebo novější."},
{"Credits", "Poděkování"},

Expand All @@ -26,12 +26,12 @@ const L10n::Translations L10n::cs_translations{
"této čtečky."},
{"Network error", "Chyba sítě"},
{"Failure while fetching weather data. Check your network connection.",
"Chyba při stahování dat o počasí. Zkontroluj "
"Chyba při stahování dat o počasí. Zkontrolujte "
"síťové připojení."},
{"Service unavailable", "Služba není dostupná"},
{"Invalid input", "Neplatné zadání"},
{"Make sure you enter a town then a country separated by a comma.",
"Zkontroluj, zda je správné jméno města a potom státu "
"Zkontrolujte, zda je správné jméno města a potom státu "
"oddělené čárkou."},

// config.h
Expand All @@ -51,27 +51,27 @@ const L10n::Translations L10n::cs_translations{
{"Location unknown to the service providing weather data. "
"Check spelling.",
"Lokalita není známá ve službě počasí. "
"Zkontroluj zápis."},
"Zkontrolujte zápis."},
{"Sorry, an unexpected error was encountered. Report this to "
"the application author.",
"Chyba aplikace. Informuj autora."},
"Chyba aplikace. Informujte autora."},
{"An API key is required to consume weather data. Contact the "
"application maintainer.",
"Pro odběr daných dat o počasí je vyžadován klíč API. "
"Kontaktuj autora aplikace."},
"Kontaktujte autora aplikace."},
{"Weather data can't be accessed with the provided API key.",
"Data o počasí nejsou dostupná s tímto klíčem API."},
{"The service providing weather data isn't working as "
"expected. Retry later.",
"Služba poskytující data o počasí nepracuje správně "
"Zkus později."},
"Zkuste později."},

// locationlist.cc
{"Longitude", "Zem. délka"},
{"Latitude", "Zem. šířka"},

// menu.h
{"Refresh", "Aktualizace"},
{"Refresh", "Aktualizovat"},
{"Locations", "Lokality"},
{"Parameters…", "Parametry…"},
{"About…", "O aplikaci…"},
Expand Down
2 changes: 1 addition & 1 deletion src/l10n/pl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const L10n::Translations L10n::pl_translations{
{"Hourly forecast", "Prognoza godzinowa"},
{"Daily forecast", "Prognoza dzienna"},
{"Start screen", "Ekran startowy"},
{"Custom API key", "Niestandardowy klucz API"},
{"Custom API key", "Własny klucz API"},
{"Parameters", "Parametry"},

// currentconditionbox.h
Expand Down

0 comments on commit f3dc49c

Please sign in to comment.