Skip to content

Commit

Permalink
Create sk.json
Browse files Browse the repository at this point in the history
  • Loading branch information
misa1515 authored Oct 16, 2023
1 parent 9a36268 commit 545117b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions custom_components/nodered/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"config": {
"abort": {
"single_instance_allowed": "Už je nakonfigurovaný. Možná len jedna konfigurácia."
},
"step": {
"user": {
"description": "Chcete pridať Node-RED Companion do aplikácie Home Assistant?"
}
}
},
"services": {
"trigger": {
"description": "Odoslanie správy do toku Node-RED, ktorý bol vystavený aplikácii Home Assistant.",
"fields": {
"message": {
"description": "Objekt správy, ktorý bude odoslaný ďalšiemu uzlu.",
"name": "Správa"
},
"output_path": {
"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.",
"name": "Výstupná cesta"
}
},
"name": "Spustenie priebehu Node-RED"
}
}
}

0 comments on commit 545117b

Please sign in to comment.