diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
commit | bdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch) | |
tree | c30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/weather_status/l10n/cs.js | |
parent | ed9f3ee990a4f31da34e44abd35bab903e125cfa (diff) | |
download | nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.tar.gz nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n/cs.js')
-rw-r--r-- | apps/weather_status/l10n/cs.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/cs.js b/apps/weather_status/l10n/cs.js new file mode 100644 index 00000000000..1415e563175 --- /dev/null +++ b/apps/weather_status/l10n/cs.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "weather_status", + { + "Unknown address" : "Neznámá adresa", + "No result." : "Bez výsledku.", + "Malformed JSON data." : "Nesprávně formátovaná JSON data.", + "Error" : "Chyba", + "Weather status" : "Stav počasí", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasné nebe v {time}", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Polojasno v {time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mlhavo v {time}", + "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Drobný déšť v {time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Désť v {time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Vydatné deště v {time}", + "More weather for {adr}" : "Více o počasí pro {adr}", + "Loading weather" : "Načítá se počasí", + "Set location for weather" : "Nastavit polohu pro předpovídání počasí", + "No weather information found" : "Nenalezeny žádné informace o počasí", + "Location not found" : "Umístění nenalezeno", + "There was an error setting the location address." : "Došlo k chybě při nastavování adresy umístění.", + "There was an error setting the location." : "Došlo k chybě při nastavování umístění.", + "There was an error saving the mode." : "Při ukládání režimu došlo k chybě.", + "There was an error using personal address." : "Došlo k chybě při použití osobní adresy." +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |