Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hr.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fb4024de5101824bbfd6000a883a59e2428006e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
OC.L10N.register(
    "weather",
    {
    "Weather" : "Vrijeme",
    "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Kritična pogreška: provjerite nextcloud.log i pošaljite izvješće o pogrešci ovdje: https://github.com/nextcloud/weather/issues",
    "Failed to set metric. Please contact your administrator" : "Nije uspjelo postavljanje metrike. Obratite se svom administratoru",
    "This metric is not known." : "Ta metrika nije poznata.",
    "North" : "Sjever",
    "North-East" : "Sjeveroistok",
    "East" : "Istok",
    "South-East" : "Jugoistok",
    "South" : "Jug",
    "South-West" : "Jugozapad",
    "West" : "Zapad",
    "North-West" : "Sjeverozapad",
    "Failed to get city weather informations. Please contact your administrator" : "Neuspješno dohvaćanje informacija o vremenu. Obratite se svom administratoru",
    "No city with this name found." : "Nije pronađen nijedan grad s ovim imenom.",
    "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Vaš ključ API-ja OpenWeatherMap nije važeći. Obratite se svom administratoru kako biste konfigurirali važeći ključ API-ja u Dodatnim postavkama administracije",
    "Empty city name!" : "Nema imena grada!",
    "Failed to add city. Please contact your administrator" : "Dodavanja grada nije uspjelo. Obratite se svom administratoru",
    "This city is already registered for your account." : "Ovaj je grad već registriran za vaš račun.",
    "Failed to remove city. Please contact your administrator" : "Uklanjanje grada nije uspjelo. Obratite se svom administratoru",
    "Failed to set home. Please contact your administrator" : "Postavljanje početne lokacije nije uspjelo. Obratite se svom administratoru",
    "Monday" : "Ponedjeljak",
    "Tuesday" : "Utorak",
    "Wednesday" : "Srijeda",
    "Thursday" : "Četvrtak",
    "Friday" : "Petak",
    "Saturday" : "Subota",
    "Sunday" : "Nedjelja",
    "Watch the weather directly on your Nextcloud." : "Pratite vremenske prilike izravno na Nextcloudu.",
    "Please make sure you select cities in the Weather app." : "Obavezno odaberite željene gradove u aplikaciji Weather.",
    "Please make sure you select a home city in the Weather app." : "Obavezno odaberite početni grad u aplikaciji Weather.",
    "OpenWeatherMap API Key" : "Ključ API-ja OpenWeatherMap",
    "Save" : "Spremi",
    "Add a city" : "Dodaj grad",
    "Add city" : "Dodaj grad",
    "City name" : "Naziv grada",
    "Add" : "Dodaj",
    "Cancel" : "Odustani",
    "Settings" : "Postavke",
    "Metric" : "Metrika",
    "Click here to get an API key" : "Kliknite ovdje kako biste dobili ključ API-ja",
    "Current Temperature" : "Trenutna temperatura",
    "Feelslike Temperature" : "Prilagođena temperatura",
    "Minimum Temperature" : "Najniža temperatura",
    "Maximum Temperature" : "Najviša temperatura",
    "Pressure" : "Tlak",
    "Humidity" : "Vlažnost",
    "Cloudiness" : "Oblačnost",
    "Wind" : "Vjetar",
    "Sunrise" : "Izlazak sunca",
    "Sunset" : "Zalazak sunca",
    "Date" : "Datum",
    "Perceptible Temperature" : "Osjetna temperatura",
    "Updating widget…" : "Ažuriranje widgeta…",
    "Temperature" : "Temperatura"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");