Skip to content

Commit 5179512

Browse files
authored
feat: Slovak translation
1 parent 9a36268 commit 5179512

File tree

1 file changed

+28
-0
lines changed
  • custom_components/nodered/translations

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"config": {
3+
"abort": {
4+
"single_instance_allowed": "Už je nakonfigurovaný. Možná len jedna konfigurácia."
5+
},
6+
"step": {
7+
"user": {
8+
"description": "Chcete pridať Node-RED Companion do aplikácie Home Assistant?"
9+
}
10+
}
11+
},
12+
"services": {
13+
"trigger": {
14+
"description": "Odoslanie správy do toku Node-RED, ktorý bol vystavený aplikácii Home Assistant.",
15+
"fields": {
16+
"message": {
17+
"description": "Objekt správy, ktorý bude odoslaný ďalšiemu uzlu.",
18+
"name": "Správa"
19+
},
20+
"output_path": {
21+
"description": "Zoznam ciest oddelených čiarkou, na ktoré sa má správa odoslať. Nula sa používa na odoslanie správy na všetky cesty.",
22+
"name": "Výstupná cesta"
23+
}
24+
},
25+
"name": "Spustenie priebehu Node-RED"
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)