nc-weather/l10n/cs.js

25 lines
733 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

OC.L10N.register(
"weather",
{
"Weather" : "Počasí",
"OpenWeatherMap API Key" : " API klíč OpenWeatherMap",
"Save" : "Uložit",
"Add a city" : "Přidat město",
"Add city" : "Přidat město",
"City name" : "Jméno města",
"Add" : "Přidat",
"Cancel" : "Storno",
"Settings" : "Nastavení",
"Metric" : "Metrický",
"Click here to get an API key" : "Kliknutím sem získáte API klíč",
"Pressure" : "Tlak",
"Humidity" : "Vlhkost",
"Cloudiness" : "Oblačnost",
"Wind" : "Vítr",
"Sunrise" : "Východ slunce",
"Sunset" : "Západ slunce",
"Hour" : "Hodina",
"Temperature" : "Teplota"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");