Home Assistant Git Exporter
This commit is contained in:
38
config/custom_components/pyscript/translations/de.json
Normal file
38
config/custom_components/pyscript/translations/de.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "pyscript",
|
||||
"description": "Wenn Sie einen Eintrag angelegt haben, können Sie sich die [Doku (Englisch)](https://hacs-pyscript.readthedocs.io/en/latest/) ansehen, um zu lernen wie Sie Scripts und Funktionen erstellen können.",
|
||||
"data": {
|
||||
"allow_all_imports": "Alle Importe erlauben?",
|
||||
"hass_is_global": "Home Assistant als globale Variable verwenden?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Bereits konfiguriert.",
|
||||
"single_instance_allowed": "Bereits konfiguriert. Es ist nur eine Konfiguration gleichzeitig möglich",
|
||||
"updated_entry": "Der Eintrag wurde bereits erstellt, aber die Konfiguration wurde aktualisiert."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Pyscript configuration aktualisieren",
|
||||
"data": {
|
||||
"allow_all_imports": "Alle Importe erlauben??",
|
||||
"hass_is_global": "Home Assistant als globale Variable verwenden?"
|
||||
}
|
||||
},
|
||||
"no_ui_configuration_allowed": {
|
||||
"title": "Die Konfiguartion der graphischen Nutzeroberfläche ist deaktiviert",
|
||||
"description": "Der Eintrag wurde über die Datei `configuration.yaml` erstellt. Alle Konfigurationsparameter müssen desshalb dort eingestellt werden. Der [`pyscript.reload`](developer-tools/service) Service übernimmt alle Änderungen aus `configuration.yaml`, ohne dass Home Assistant neu gestartet werden muss."
|
||||
},
|
||||
"no_update": {
|
||||
"title": "Keine Aktualisierung notwendig",
|
||||
"description": "Es gibt nichts zu aktualisieren."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
38
config/custom_components/pyscript/translations/en.json
Normal file
38
config/custom_components/pyscript/translations/en.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "pyscript",
|
||||
"description": "Once you have created an entry, refer to the [docs](https://hacs-pyscript.readthedocs.io/en/latest/) to learn how to create scripts and functions.",
|
||||
"data": {
|
||||
"allow_all_imports": "Allow All Imports?",
|
||||
"hass_is_global": "Access hass as a global variable?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Already configured.",
|
||||
"single_instance_allowed": "Already configured. Only a single configuration possible.",
|
||||
"updated_entry": "This entry has already been setup but the configuration has been updated."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Update pyscript configuration",
|
||||
"data": {
|
||||
"allow_all_imports": "Allow All Imports?",
|
||||
"hass_is_global": "Access hass as a global variable?"
|
||||
}
|
||||
},
|
||||
"no_ui_configuration_allowed": {
|
||||
"title": "No UI configuration allowed",
|
||||
"description": "This entry was created via `configuration.yaml`, so all configuration parameters must be updated there. The [`pyscript.reload`](developer-tools/service) service will allow you to apply the changes you make to `configuration.yaml` without restarting your Home Assistant instance."
|
||||
},
|
||||
"no_update": {
|
||||
"title": "No update needed",
|
||||
"description": "There is nothing to update."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
38
config/custom_components/pyscript/translations/sk.json
Normal file
38
config/custom_components/pyscript/translations/sk.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "pyscript",
|
||||
"description": "Akonáhle ste vytvorili položku, pozrite si [docs](https://hacs-pyscript.readthedocs.io/en/latest/) naučiť sa, ako vytvárať skripty a funkcie.",
|
||||
"data": {
|
||||
"allow_all_imports": "Povoliť všetky importy?",
|
||||
"hass_is_global": "Prístup k globálnej premennej?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Už konfigurované.",
|
||||
"single_instance_allowed": "Už nakonfigurované. Iba jedna možná konfigurácia.",
|
||||
"updated_entry": "Táto položka už bola nastavená, ale konfigurácia bola aktualizovaná."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Aktualizovať pyscript konfiguráciu",
|
||||
"data": {
|
||||
"allow_all_imports": "povoliť všetky importy?",
|
||||
"hass_is_global": "Prístup k globálnej premennej?"
|
||||
}
|
||||
},
|
||||
"no_ui_configuration_allowed": {
|
||||
"title": "Nie je povolená konfigurácia používateľského rozhrania",
|
||||
"description": "Tento záznam bol vytvorený cez `configuration.yaml`, Takže všetky konfiguračné parametre sa musia aktualizovať. [`pyscript.reload`](developer-tools/service) Služba vám umožní uplatniť zmeny, ktoré vykonáte `configuration.yaml` bez reštartovania inštancie Home Assistant."
|
||||
},
|
||||
"no_update": {
|
||||
"title": "Nie je potrebná aktualizácia",
|
||||
"description": "Nie je nič na aktualizáciu."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user