1
mirror of https://github.com/home-assistant/frontend synced 2024-08-19 13:25:07 +02:00
ha-frontend/translations/sr-Latn.json
2018-05-17 17:53:21 -04:00

97 lines
2.9 KiB
JSON

{
"panel": {
"config": "Konfiguracija",
"states": "Pregled",
"map": "Mapa",
"logbook": "Dnevnik",
"history": "Istorija",
"mailbox": "Poštansko sanduče",
"shopping_list": "Lista za kupovinu",
"dev-mqtt": "MQTT"
},
"ui": {
"sidebar": {
"log_out": "Odjaviti se"
},
"panel": {
"config": {
"zwave": {
"caption": "Z-Wave"
},
"automation": {
"editor": {
"triggers": {
"type": {
"numeric_state": {
"label": "Numeričko stanje",
"above": "Iznad",
"below": "Ispod"
},
"sun": {
"label": "Sunce"
}
}
}
}
}
}
},
"card": {
"scene": {
"activate": "Aktiviraj"
},
"script": {
"execute": "Izvrši"
},
"weather": {
"attributes": {
"air_pressure": "Vazdušni pritisak",
"humidity": "Vlažnost",
"temperature": "Temperatura",
"visibility": "Vidljivost",
"wind_speed": "Brzina vetra"
},
"cardinal_direction": {
"e": "I",
"ene": "ISI",
"ese": "IJI",
"n": "S",
"ne": "SI",
"nne": "SSI",
"nw": "SZ",
"nnw": "SSZ",
"s": "J",
"se": "JI",
"sse": "JJI",
"ssw": "JJZ",
"sw": "JZ",
"w": "Z",
"wnw": "ZSZ",
"wsw": "ZJZ"
},
"forecast": "Vremenska prognoza"
}
}
},
"domain": {
"zwave": "Z-Wave"
},
"state": {
"weather": {
"clear_night": "Vedra noć",
"cloudy": "Oblačno",
"fog": "Magla",
"hail": "Grad",
"lightning": "Grmljavina",
"lightning_rainy": "Grmljavina sa kišom",
"partlycloudy": "Delimično oblačno",
"pouring": "Pljusak",
"rainy": "Kiša",
"snowy": "Sneg",
"snowy_rainy": "Sneg i kiša",
"sunny": "Sunčano",
"windy": "Vetrovito",
"windy_variant": "Vetrovito"
}
}
}