Skip to content

Commit

Permalink
Showing 65 changed files with 703 additions and 61 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/climate/translations/it.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"device_automation": {
"action_type": {
"set_hvac_mode": "Cambia modalit\u00e0 HVAC su {entity_name}",
"set_preset_mode": "Modifica preimpostazione su {entity_name}"
"set_preset_mode": "Modifica modalit\u00e0 su {entity_name}"
},
"condition_type": {
"is_hvac_mode": "{entity_name} \u00e8 impostato su una modalit\u00e0 HVAC specifica",
@@ -97,7 +97,7 @@
}
},
"preset_modes": {
"name": "Preimpostazioni"
"name": "Modalit\u00e0"
},
"swing_mode": {
"name": "Modalit\u00e0 di oscillazione",
@@ -122,7 +122,7 @@
"name": "passo di temperatura obiettivo"
},
"temperature": {
"name": "Temperatura obiettivo"
"name": "Temperatura desiderata"
}
}
},
12 changes: 12 additions & 0 deletions homeassistant/components/energyzero/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"step": {
"user": {
"description": "Voulez-vous commencer la configuration\u00a0?"
}
}
}
}
33 changes: 33 additions & 0 deletions homeassistant/components/google_mail/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"application_credentials": {
"description": "Befolge die [Anweisungen]({more_info_url}) f\u00fcr den [OAuth-Zustimmungsbildschirm]({oauth_consent_url}), um Home Assistant Zugriff auf dein Google Mail zu gew\u00e4hren. Du musst auch mit deinem Konto verkn\u00fcpfte Anwendungsanmeldeinformationen erstellen:\n1. Gehe zu [Credentials]({oauth_creds_url}) und klicke auf **Create Credentials**.\n2. W\u00e4hle aus der Dropdown-Liste **OAuth-Client-ID** aus.\n3. W\u00e4hle **Webanwendung** als Anwendungstyp aus."
},
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_access_token": "Ung\u00fcltiger Zugriffs-Token",
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",
"oauth_error": "Ung\u00fcltige Token-Daten empfangen.",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich",
"timeout_connect": "Zeit\u00fcberschreitung beim Verbindungsaufbau",
"unknown": "Unerwarteter Fehler"
},
"create_entry": {
"default": "Erfolgreich authentifiziert"
},
"step": {
"auth": {
"title": "Google-Konto verkn\u00fcpfen"
},
"pick_implementation": {
"title": "W\u00e4hle die Authentifizierungsmethode"
},
"reauth_confirm": {
"description": "Die Google Mail-Integration muss dein Konto erneut authentifizieren",
"title": "Integration erneut authentifizieren"
}
}
}
}
33 changes: 33 additions & 0 deletions homeassistant/components/google_mail/translations/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"application_credentials": {
"description": "Sigue las [instrucciones]({more_info_url}) para la [pantalla de consentimiento de OAuth]( {oauth_consent_url} ) para dar acceso a Home Assistant a tu correo de Google. Tambi\u00e9n debes crear Credenciales de aplicaci\u00f3n vinculadas a tu cuenta:\n1. Ve a [Credenciales]( {oauth_creds_url} ) y haz clic en **Crear credenciales**.\n1. En la lista desplegable, selecciona **ID de cliente de OAuth**.\n1. Selecciona **Aplicaci\u00f3n web** para el Tipo de aplicaci\u00f3n. \n\n"
},
"config": {
"abort": {
"already_configured": "La cuenta ya est\u00e1 configurada",
"already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en curso",
"cannot_connect": "No se pudo conectar",
"invalid_access_token": "Token de acceso no v\u00e1lido",
"missing_configuration": "El componente no est\u00e1 configurado. Por favor, sigue la documentaci\u00f3n.",
"oauth_error": "Se han recibido datos de token no v\u00e1lidos.",
"reauth_successful": "La autenticaci\u00f3n se volvi\u00f3 a realizar correctamente",
"timeout_connect": "Tiempo de espera agotado para establecer la conexi\u00f3n",
"unknown": "Error inesperado"
},
"create_entry": {
"default": "Autenticado correctamente"
},
"step": {
"auth": {
"title": "Vincular cuenta de Google"
},
"pick_implementation": {
"title": "Selecciona el m\u00e9todo de autenticaci\u00f3n"
},
"reauth_confirm": {
"description": "La integraci\u00f3n de Google Mail necesita volver a autenticar tu cuenta",
"title": "Volver a autenticar la integraci\u00f3n"
}
}
}
}
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/ca.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Actualitza totes les automatitzacions o 'scripts' que utilitzin aquest servei perqu\u00e8 passin a utilitzar el servei `{alternate_service}` amb un ID d'entitat objectiu o 'target' `{alternate_target}`.",
"title": "El servei {deprecated_service} s'eliminar\u00e0"
}
}
},
"title": "El servei {deprecated_service} s'eliminar\u00e0"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/de.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Aktualisiere alle Automatisierungen oder Skripte, die diesen Dienst verwenden, um stattdessen den Dienst `{alternate_service}` mit einer Zielentit\u00e4ts-ID von `{alternate_target}` zu verwenden.",
"title": "Der Dienst {deprecated_service} wird entfernt"
}
}
},
"title": "Der Dienst {deprecated_service} wird entfernt"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/el.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03c5\u03c7\u03cc\u03bd \u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03ae \u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 `{alternate_service}` \u03bc\u03b5 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2-\u03c3\u03c4\u03cc\u03c7\u03bf\u03c5 `{alternate_target}`.",
"title": "\u0397 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 {deprecated_service} \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af"
}
}
},
"title": "\u0397 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 {deprecated_service} \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af"
}
},
"options": {
"step": {
"init": {
28 changes: 14 additions & 14 deletions homeassistant/components/isy994/translations/en.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`.",
"title": "The {deprecated_service} service will be removed"
}
}
},
"title": "The {deprecated_service} service will be removed"
}
},
"options": {
"step": {
"init": {
@@ -53,18 +66,5 @@
"last_heartbeat": "Last Heartbeat Time",
"websocket_status": "Event Socket Status"
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`.",
"title": "The {deprecated_service} service will be removed"
}
}
},
"title": "The {deprecated_service} service will be removed"
}
}
}
}
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/es.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Actualiza cualquier automatizaci\u00f3n o script que use este servicio para usar en su lugar el servicio `{alternate_service}` con una ID de entidad de destino de `{alternate_target}`.",
"title": "Se eliminar\u00e1 el servicio {deprecated_service}"
}
}
},
"title": "Se eliminar\u00e1 el servicio {deprecated_service}"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/et.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "V\u00e4rskenda k\u00f5iki automaatikaid v\u00f5i skripte, mis seda teenust kasutavad, et kasutada selle asemel teenust '{alternate_service}', mille sihtolemi ID on '{alternate_target}'.",
"title": "Teenus {deprecated_service} eemaldatakse"
}
}
},
"title": "Teenus {deprecated_service} eemaldatakse"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/pl.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Zaktualizuj wszystkie automatyzacje lub skrypty tak, aby u\u017cywa\u0142y `{alternate_service}`z ID encji `{alternate_target}`.",
"title": "Proces {deprecated_service} zostanie usuni\u0119ty"
}
}
},
"title": "Proces {deprecated_service} zostanie usuni\u0119ty"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/ru.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "\u0412 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u044f\u0445 \u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u0445, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0445 \u044d\u0442\u0443 \u0441\u043b\u0443\u0436\u0431\u0443, \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u0443\u0436\u0431\u0443 `{alternate_service}` \u0441 \u0446\u0435\u043b\u0435\u0432\u044b\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c `{alternate_target}`.",
"title": "\u0421\u043b\u0443\u0436\u0431\u0430 {deprecated_service} \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u0430"
}
}
},
"title": "\u0421\u043b\u0443\u0436\u0431\u0430 {deprecated_service} \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u0430"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/sk.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Aktualizujte v\u0161etky automatiz\u00e1cie alebo skripty, ktor\u00e9 pou\u017e\u00edvaj\u00fa t\u00fato slu\u017ebu, aby namiesto nej pou\u017e\u00edvali slu\u017ebu `{alternate_service}` s ID cie\u013eovej entity `{alternate_target}`.",
"title": "Slu\u017eba {deprecated_service} bude odstr\u00e1nen\u00e1"
}
}
},
"title": "Slu\u017eba {deprecated_service} bude odstr\u00e1nen\u00e1"
}
},
"options": {
"step": {
"init": {
13 changes: 13 additions & 0 deletions homeassistant/components/isy994/translations/zh-Hant.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "\u4f7f\u7528\u6b64\u670d\u52d9\u4ee5\u66f4\u65b0\u4efb\u4f55\u81ea\u52d5\u5316\u6216\u8173\u672c\u3001\u4ee5\u53d6\u4ee3\u4f7f\u7528\u76ee\u6a19\u5be6\u9ad4 ID \u70ba `{alternate_target}` \u4e4b `{alternate_service}` \u670d\u52d9\u3002",
"title": "{deprecated_service} \u670d\u52d9\u5c07\u79fb\u9664"
}
}
},
"title": "{deprecated_service} \u670d\u52d9\u5c07\u79fb\u9664"
}
},
"options": {
"step": {
"init": {
23 changes: 23 additions & 0 deletions homeassistant/components/ld2410_ble/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"already_in_progress": "La configuration est d\u00e9j\u00e0 en cours",
"no_devices_found": "Aucun appareil trouv\u00e9 sur le r\u00e9seau",
"no_unconfigured_devices": "Aucun appareil non configur\u00e9 n'a \u00e9t\u00e9 trouv\u00e9.",
"not_supported": "Appareil non pris en charge"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"unknown": "Erreur inattendue"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"address": "Adresse Bluetooth"
}
}
}
}
}
23 changes: 23 additions & 0 deletions homeassistant/components/ld2410_ble/translations/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"config": {
"abort": {
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.",
"already_in_progress": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.",
"no_devices_found": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0435\u0442\u0438.",
"no_unconfigured_devices": "\u041d\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e.",
"not_supported": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f."
},
"error": {
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"address": "\u0410\u0434\u0440\u0435\u0441 Bluetooth"
}
}
}
}
}
Loading

0 comments on commit 0b163aa

Please sign in to comment.