working 2.0 clone
This commit is contained in:
84
custom_components/remote_homeassistant/translations/de.json
Normal file
84
custom_components/remote_homeassistant/translations/de.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "Remote: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Installationstyp wählen",
|
||||
"description": "Der Remote Node ist die Instanz, von der die Daten gesammelt werden"
|
||||
},
|
||||
"connection_details": {
|
||||
"title": "Verbindungsdetails",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"secure": "Sicher",
|
||||
"verify_ssl": "SSL verifizieren",
|
||||
"access_token": "Verbindungstoken",
|
||||
"max_message_size": "Maximale Nachrichtengröße"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"api_problem": "Unbekannte Antwort vom Server",
|
||||
"cannot_connect": "Verbindung zum Server fehlgeschlagen",
|
||||
"invalid_auth": "Ungültige Anmeldeinformationen",
|
||||
"unsupported_version": "Version nicht unterstützt. Mindestens Version 0.111 benötigt.",
|
||||
"unknown": "Ein unbekannter Fehler trat auf",
|
||||
"missing_endpoint": "Sie müssen Remote Home Assistant auf diesem Host installieren und remote_homeassistant: zu seiner Konfiguration hinzufügen."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Bereits konfiguriert"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"disconnected": "Getrennt",
|
||||
"connecting": "Verbindet",
|
||||
"connected": "Verbunden",
|
||||
"reconnecting": "Wiederverbinden",
|
||||
"auth_invalid": "Ungültiger Zugangstoken",
|
||||
"auth_required": "Authentifizierung erforderlich"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Basis-Einstellungen (Schritt 1/4)",
|
||||
"data": {
|
||||
"entity_prefix": "Entitätspräfix (optional)",
|
||||
"load_components": "Komponente laden (wenn nicht geladen)",
|
||||
"service_prefix": "Servicepräfix",
|
||||
"services": "Remote Services"
|
||||
}
|
||||
},
|
||||
"domain_entity_filters": {
|
||||
"title": "Domain- und Entitätsfilter (Schritt 2/4)",
|
||||
"data": {
|
||||
"include_domains": "Domains einbeziehen",
|
||||
"include_entities": "Entitäten einbeziehen",
|
||||
"exclude_domains": "Domains ausschließen",
|
||||
"exclude_entities": "Entitäten ausschließen"
|
||||
}
|
||||
},
|
||||
"general_filters": {
|
||||
"title": "Filter (Schritt 3/4)",
|
||||
"description": "Fügen Sie einen neuen Filter hinzu, indem Sie die „Entitäts-ID“, ein oder mehrere Filterattribute angeben und auf „Absenden“ klicken. Entfernen Sie vorhandene Filter, indem Sie sie unter „Filter“ deaktivieren.\n\nLassen Sie „Entitäts-ID“ leer und klicken Sie auf „Absenden“, um keine weiteren Änderungen vorzunehmen.",
|
||||
"data": {
|
||||
"filter": "Filter",
|
||||
"entity_id": "Entitäts-ID",
|
||||
"unit_of_measurement": "Maßeinheit",
|
||||
"above": "Über",
|
||||
"below": "Unter"
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"title": "Abonnierte Events (Schritt 4/4)",
|
||||
"description": "Fügen Sie neue abonnierte Events hinzu, indem Sie ihren Namen in „Neue Events hinzufügen“ eingeben und auf „Absenden“ klicken. Deaktivieren Sie vorhandene Events, indem Sie sie unter „Events“ entfernen.\n\nLassen Sie „Neue Events hinzufügen“ leer und klicken Sie auf „Absenden“, um keine weiteren Änderungen vorzunehmen.",
|
||||
"data": {
|
||||
"subscribe_events": "Events",
|
||||
"add_new_event": "Neue Events hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
87
custom_components/remote_homeassistant/translations/en.json
Normal file
87
custom_components/remote_homeassistant/translations/en.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "Remote: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Select installation type",
|
||||
"description": "The remote node is the instance on which the states are gathered from"
|
||||
},
|
||||
"connection_details": {
|
||||
"title": "Connection details",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"secure": "Secure",
|
||||
"verify_ssl": "Verify SSL",
|
||||
"access_token": "Access token",
|
||||
"max_message_size": "Maximum Message Size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"api_problem": "Bad response from server",
|
||||
"cannot_connect": "Failed to connect to server",
|
||||
"invalid_auth": "Invalid credentials",
|
||||
"unsupported_version": "Unsupported version. At least version 0.111 is required.",
|
||||
"unknown": "An unknown error occurred",
|
||||
"missing_endpoint": "You need to install Remote Home Assistant on this host and add remote_homeassistant: to its configuration."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Already configured"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"disconnected": "Disconnected",
|
||||
"connecting": "Connecting",
|
||||
"connected": "Connected",
|
||||
"reconnecting": "Re-connecting",
|
||||
"auth_invalid": "Invalid access token",
|
||||
"auth_required": "Authentication Required"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Basic Options (step 1/4)",
|
||||
"data": {
|
||||
"entity_prefix": "Entity prefix (optional)",
|
||||
"load_components": "Load component (if not loaded)",
|
||||
"service_prefix": "Service prefix",
|
||||
"services": "Remote Services"
|
||||
}
|
||||
},
|
||||
"domain_entity_filters": {
|
||||
"title": "Domain and entity filters (step 2/4)",
|
||||
"data": {
|
||||
"include_domains": "Include domains",
|
||||
"include_entities": "Include entities",
|
||||
"exclude_domains": "Exclude domains",
|
||||
"exclude_entities": "Exclude entities"
|
||||
}
|
||||
},
|
||||
"general_filters": {
|
||||
"title": "Filters (step 3/4)",
|
||||
"description": "Add a new filter by specifying `Entity ID`, one or more filter attributes and press `Submit`. Remove existing filters by unticking them in `Filters`.\n\nLeave `Entity ID` empty and press `Submit` to make no further changes.",
|
||||
"data": {
|
||||
"filter": "Filters",
|
||||
"entity_id": "Entity ID",
|
||||
"unit_of_measurement": "Unit of measurement",
|
||||
"above": "Above",
|
||||
"below": "Below"
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"title": "Subscribed events (step 4/4)",
|
||||
"description": "Add a new subscribed event by entering its name in `Add new event` and press `Submit`. Remove existing events by unticking them in `Events`.\n\nLeave `Add new event` and press `Submit` to make no further changes.",
|
||||
"data": {
|
||||
"subscribe_events": "Events",
|
||||
"add_new_event": "Add new event"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"not_supported": "No configuration options supported for a remote node"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "Remote: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Selecione o tipo de instalação",
|
||||
"description": "O nó remoto é a instância na qual os estados são coletados de"
|
||||
},
|
||||
"connection_details": {
|
||||
"title": "Detalhes da conexão",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Porta",
|
||||
"secure": "Protegido",
|
||||
"verify_ssl": "Verificar SSL",
|
||||
"access_token": "Token de acesso",
|
||||
"max_message_size": "Tamanho máximo da mensagem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"api_problem": "Resposta ruim do servidor",
|
||||
"cannot_connect": "Falha ao conectar ao servidor",
|
||||
"invalid_auth": "Credenciais inválidas",
|
||||
"unsupported_version": "Versão não suportada. Pelo menos a versão 0.111 é necessária.",
|
||||
"unknown": "Ocorreu um erro desconhecido",
|
||||
"missing_endpoint": "Você precisa instalar o Remote Home Assistant neste host e adicionar remote_homeassistant: à sua configuração."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Já configurado"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"disconnected": "Desconectado",
|
||||
"connecting": "Conectando",
|
||||
"connected": "Conectado",
|
||||
"reconnecting": "Reconectando",
|
||||
"auth_invalid": "Token de acesso inválido",
|
||||
"auth_required": "Autentificação requerida"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Opções básicas (passo 1/4)",
|
||||
"data": {
|
||||
"entity_prefix": "Prefixo da entidade (opcional)",
|
||||
"load_components": "Carregar componente (se não estiver carregado)",
|
||||
"service_prefix": "Prefixo do serviço",
|
||||
"services": "Serviços remotos"
|
||||
}
|
||||
},
|
||||
"domain_entity_filters": {
|
||||
"title": "Filtros de domínio e entidade (etapa 2/4)",
|
||||
"data": {
|
||||
"include_domains": "Incluir domínios",
|
||||
"include_entities": "Incluir entidades",
|
||||
"exclude_domains": "Excluir domínios",
|
||||
"exclude_entities": "Excluir entidades"
|
||||
}
|
||||
},
|
||||
"general_filters": {
|
||||
"title": "Filtros (etapa 3/4)",
|
||||
"description": "Adicione um novo filtro especificando `ID da entidade`, um ou mais atributos de filtro e pressione `Enviar`. Remova os filtros existentes desmarcando-os em `Filtros`.\n\nDeixe `ID da entidade` vazio e pressione `Enviar` para não fazer mais alterações.",
|
||||
"data": {
|
||||
"filter": "Filtros",
|
||||
"entity_id": "ID da entidade",
|
||||
"unit_of_measurement": "Unidade de medida",
|
||||
"above": "Acima de",
|
||||
"below": "Abaixo de"
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"title": "Eventos inscritos (passo 4/4)",
|
||||
"description": "Adicione um novo evento inscrito digitando seu nome em `Adicionar novo evento` e pressione `Enviar`. Remova os eventos existentes desmarcando-os em `Eventos`.\n\nDeixe `Adicionar novo evento` e pressione `Enviar` para não fazer mais alterações.",
|
||||
"data": {
|
||||
"subscribe_events": "Eventos",
|
||||
"add_new_event": "Adicionar novo evento"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user