[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-04-24 00:32:51 +00:00
parent 8420f73919
commit 4f518cac2c
12 changed files with 347 additions and 50 deletions

View File

@ -654,6 +654,17 @@
"stop": "Atura"
}
},
"mqtt_device_debug_info": {
"deserialize": "Intenta analitzar els missatges MQTT com a format JSON",
"entities": "Entitats",
"no_entities": "No hi ha entitats",
"no_triggers": "No hi ha disparadors",
"payload_display": "Mostra les dades/payload",
"recent_messages": "{n} últim/s missatge/s rebut/s",
"show_as_yaml": "Mostra en YAML",
"title": "Informació de depuració de {device}",
"triggers": "Disparadors"
},
"options_flow": {
"form": {
"header": "Opcions"
@ -763,7 +774,7 @@
"add": "Afegir acció",
"delete": "Elimina",
"delete_confirm": "Segur que vols eliminar-ho?",
"duplicate": "Duplicar",
"duplicate": "Duplica",
"header": "Accions",
"introduction": "Les accions són allò que farà Home Assistant quan es dispari l'automatització i es compleixin totes les condicions (si n'hi ha).",
"learn_more": "Més informació sobre les accions",
@ -808,7 +819,7 @@
"add": "Afegir condició",
"delete": "Elimina",
"delete_confirm": "Segur que vols eliminar-ho?",
"duplicate": "Duplicar",
"duplicate": "Duplica",
"header": "Condicions",
"introduction": "Les condicions són part opcional d'una automatització i es poden utilitzar per permetre o evitar que es produeixi una acció quan es dispari l'automatització. Les condicions són similars als activadors però funcionen de forma diferent: un activador analitza els esdeveniments que ocorren en el sistema mentre que una condició només observa com està el sistema en un moment determinat, per exemple, un activador se n'adonarà de quan s'està activant un interruptor mentre que una condició només pot veure si un interruptor està activat o desactivat.",
"learn_more": "Més informació sobre les condicions",
@ -878,15 +889,15 @@
"load_error_unknown": "Error en carregar lautomatització ({err_no}).",
"save": "Desa",
"triggers": {
"add": "Afegir activador",
"add": "Afegeix disparador",
"delete": "Elimina",
"delete_confirm": "Segur que vols eliminar-ho?",
"duplicate": "Duplicar",
"header": "Activadors",
"duplicate": "Duplica",
"header": "Disparadors",
"introduction": "Els activadors són les regles que fan que es dispari una automatització. Pots definir més d'un activador per a cada automatització. Una vegada s'iniciï un activador, el Home Assistant validarà les condicions (si n'hi ha) i finalment cridarà l'acció.",
"learn_more": "Més informació sobre els activadors",
"name": "Disparador",
"type_select": "Tipus d'activador",
"type_select": "Tipus de disparador",
"type": {
"device": {
"extra_fields": {
@ -1046,7 +1057,7 @@
"link_learn_more": "Més informació sobre la creació d'automatizacions basats en webhook.",
"loading": "Carregant ...",
"manage": "Gestiona",
"no_hooks_yet": "Sembla que encara no tens cap webhook. Comença configurant una",
"no_hooks_yet": "Sembla que encara no tens cap webhook. Comença configurant una ",
"no_hooks_yet_link_automation": "automatització de webhook",
"no_hooks_yet_link_integration": "integració basada en webhook",
"no_hooks_yet2": "o bé creant una",
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "Esborra",
"filtering_by": "Filtratge per"
},
"header": "Configuració de Home Assistant",
"helpers": {
"caption": "Ajudants",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "Afegeix integració",
"caption": "Integracions",
"config_entry": {
"area": "A {area}",
"delete": "Elimina",
"delete_button": "Elimina {integration}",
"delete_confirm": "Estàs segur que vols eliminar aquesta integració?",
"device_unavailable": "dispositiu no disponible",
"devices": "{count} {count, plural,\n one {dispositiu}\n other {dispositius}\n}",
"entities": "{count} {count, plural,\n one {entitat}\n other {entitats}\n}",
"entity_unavailable": "entitat no disponible",
"firmware": "Firmware: {version}",
"hub": "Connectat a través de",
@ -1334,8 +1353,11 @@
"no_area": "Sense àrea",
"no_device": "Entitats sense dispositius",
"no_devices": "Aquesta integració no té dispositius.",
"options": "Opcions",
"rename": "Canvia el nom",
"restart_confirm": "Reinicia el Home Assistant per acabar d'eliminar aquesta integració",
"settings_button": "Edita la configuració de {integration}",
"system_options": "Opcions de sistema",
"system_options_button": "Opcions de sistema de {integration}"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "Mostra les integracions ignorades",
"stop_ignore": "Deixa d'ignorar"
},
"integration": "integració",
"integration_not_found": "No s'ha trobat la integració.",
"new": "Configura una nova integració",
"no_integrations": "Sembla que encara no tens cap integració configurada. Prem al botó de sota per afegir la teva primera integració!",
"none": "Encara no hi ha res configurat",
"note_about_integrations": "Encara no es poden configurar totes les integracions a través de la UI.",
"note_about_website_reference": "N'hi ha més disponibles al "
"note_about_website_reference": "N'hi ha més disponibles al ",
"rename_dialog": "Edita el nom de l'entrada de configuració",
"rename_input_label": "Nom de lentrada"
},
"introduction": "Aquí pots configurar Home Assistant i els seus components. Encara no és possible configurar-ho tot des de la interfície d'usuari, però hi estem treballant.",
"lovelace": {
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "L'atribut {attribute} de {entity} no és disponible.",
"entity_non_numeric": "Entitat no numèrica: {entity}",
"entity_not_found": "Entitat no disponible: {entity}"
"entity_not_found": "Entitat no disponible: {entity}",
"entity_unavailable": "{entity} no està disponible actualment"
}
},
"mailbox": {

View File

@ -654,6 +654,17 @@
"stop": "Detener"
}
},
"mqtt_device_debug_info": {
"deserialize": "Intentar analizar mensajes MQTT como JSON",
"entities": "Entidades",
"no_entities": "No hay entidades",
"no_triggers": "No hay desencadenantes",
"payload_display": "Mostrar payload",
"recent_messages": "{n} mensaje(s) recibidos más recientemente",
"show_as_yaml": "Mostrar como YAML",
"title": "{device} información de depuración",
"triggers": "Desencadenantes"
},
"options_flow": {
"form": {
"header": "Opciones"
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "Limpiar",
"filtering_by": "Filtrando por"
},
"header": "Configurar Home Assistant",
"helpers": {
"caption": "Ayudantes",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "Añadir integración",
"caption": "Integraciones",
"config_entry": {
"area": "En {area}",
"delete": "Eliminar",
"delete_button": "Eliminar {integration}",
"delete_confirm": "¿Estás seguro de que quieres eliminar esta integración?",
"device_unavailable": "dispositivo no disponible",
"devices": "{count} {count, plural,\n one {dispositivo}\n other {dispositivos}\n}",
"entities": "{count} {count, plural,\n one {entidad}\n other {entidades}\n}",
"entity_unavailable": "entidad no disponible",
"firmware": "Firmware: {version}",
"hub": "Conectado a través de",
@ -1334,8 +1353,11 @@
"no_area": "Ningún área",
"no_device": "Entidades sin dispositivos",
"no_devices": "Esta integración no tiene dispositivos.",
"options": "Opciones",
"rename": "Renombrar",
"restart_confirm": "Reinicia Home Assistant para terminar de eliminar esta integración.",
"settings_button": "Editar configuración para {integration}",
"system_options": "Opciones del sistema",
"system_options_button": "Opciones del sistema para {integration}"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "Mostrar integraciones ignoradas",
"stop_ignore": "Dejar de ignorar"
},
"integration": "integración",
"integration_not_found": "Integración no encontrada.",
"new": "Configurar una nueva integración.",
"no_integrations": "Parece que todavía no tienes ninguna integración configurada. ¡Pulsa en el botón de abajo para añadir tu primera integración!",
"none": "Todavía no hay nada configurado",
"note_about_integrations": "Todavía no se pueden configurar todas las integraciones a través de la interfaz de usuario.",
"note_about_website_reference": "Más están disponibles en el"
"note_about_website_reference": "Más están disponibles en el",
"rename_dialog": "Edita el nombre de esta entrada de configuración",
"rename_input_label": "Nombre de la entrada"
},
"introduction": "Aquí puedes configurar tus componentes y Home Assistant. Aún no es posible configurar todo desde la interfaz de usuario, pero estamos trabajando en ello.",
"lovelace": {
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "El atributo {attribute} no está disponible en: {entity}",
"entity_non_numeric": "La entidad no es numérica: {entity}",
"entity_not_found": "La entidad no está disponible: {entity}"
"entity_not_found": "La entidad no está disponible: {entity}",
"entity_unavailable": "{entity} no está disponible actualmente"
}
},
"mailbox": {

View File

@ -654,6 +654,10 @@
"stop": "Arrêter"
}
},
"mqtt_device_debug_info": {
"entities": "Entités",
"triggers": "Déclencheurs"
},
"options_flow": {
"form": {
"header": "Options"
@ -1294,6 +1298,10 @@
}
}
},
"filtering": {
"clear": "Effacer",
"filtering_by": "Filtrage par"
},
"header": "Configurer Home Assistant",
"helpers": {
"caption": "Entrées",
@ -1321,9 +1329,11 @@
}
},
"integrations": {
"add_integration": "Ajouter l'intégration",
"caption": "Intégrations",
"config_entry": {
"area": "Dans {area}",
"delete": "Supprimer",
"delete_button": "Supprimer {integration}",
"delete_confirm": "Êtes-vous sûr de vouloir supprimer cette intégration?",
"device_unavailable": "appareil indisponible",
@ -1334,8 +1344,11 @@
"no_area": "Pas de pièce",
"no_device": "Entités sans appareils",
"no_devices": "Cette intégration n'a pas d'appareils.",
"options": "Options",
"rename": "Renommer",
"restart_confirm": "Redémarrer Home Assistant pour terminer la suppression de cette intégration",
"settings_button": "Modifier les paramètres pour {integration}",
"system_options": "Options système",
"system_options_button": "Options système pour {integration}"
},
"config_flow": {
@ -1370,11 +1383,13 @@
"show_ignored": "Afficher les intégrations ignorées",
"stop_ignore": "Arrêter d'ignorer"
},
"integration": "intégration",
"integration_not_found": "Intégration introuvable.",
"new": "Configurer une nouvelle intégration",
"none": "Rien n'est encore configuré",
"note_about_integrations": "Toutes les intégrations ne peuvent pas encore être configurées via l'interface utilisateur.",
"note_about_website_reference": "D'autres sont disponibles sur le "
"note_about_website_reference": "D'autres sont disponibles sur le ",
"rename_input_label": "Nom de l'entrée"
},
"introduction": "Ici, il est possible de configurer vos composants et Home Assistant. Tout n'est pas encore possible de configurer à partir de l'interface utilisateur, mais nous y travaillons.",
"lovelace": {

View File

@ -654,6 +654,17 @@
"stop": "Stopp"
}
},
"mqtt_device_debug_info": {
"deserialize": "Forsøk å analysere MQTT-meldinger som JSON",
"entities": "Enheter",
"no_entities": "Ingen entiteter",
"no_triggers": "Ingen utløsere",
"payload_display": "Nyttelastvisning",
"recent_messages": "{n} sist mottatte melding(er)",
"show_as_yaml": "Vis som YAML",
"title": "{device} feilsøkingsinfo",
"triggers": "Utløsere"
},
"options_flow": {
"form": {
"header": "Alternativer"
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "Tøm",
"filtering_by": "Filtrering etter"
},
"header": "Konfigurer Home Assistant",
"helpers": {
"caption": "Hjelpere",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "Legg til integrasjon",
"caption": "Integrasjoner",
"config_entry": {
"area": "I {area}",
"delete": "Slett",
"delete_button": "Slett {integration}",
"delete_confirm": "Er du sikker på at du vil slette denne integrasjonen?",
"device_unavailable": "enheten er utilgjengelig",
"devices": "{antall} {antall, flertall,\n én {enhet}\n andre {enheter}\n}",
"entities": "{antall} {antall, flertall,\n én {enhet}\n andre {enheter}\n}",
"entity_unavailable": "entiteten er ikke tilgjengelig",
"firmware": "Fastvare: {version}",
"hub": "Tilkoblet via",
@ -1334,8 +1353,11 @@
"no_area": "Intet område",
"no_device": "Oppføringer uten enheter",
"no_devices": "Denne integrasjonen har ingen enheter.",
"options": "Alternativer",
"rename": "Gi nytt navn",
"restart_confirm": "Start Home Assistant på nytt for å fullføre fjerningen av denne integrasjonen",
"settings_button": "Rediger innstillinger for {integration}",
"system_options": "Systemalternativer",
"system_options_button": "Systemalternativer for {integration}"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "Vis ignorerte integrasjoner",
"stop_ignore": "Slutt å ignorere"
},
"integration": "integrering",
"integration_not_found": "Integrasjon ikke funnet.",
"new": "Sett opp en ny integrasjon",
"no_integrations": "Virker som om du ikke har konfigurert noen integrasjoner ennå. Klikk på knappen nedenfor for å legge til din første integrasjon!",
"none": "Ingenting er konfigurert enda",
"note_about_integrations": "Ikke alle integrasjoner kan konfigureres via brukergrensesnittet ennå.",
"note_about_website_reference": "Flere er tilgjengelige på"
"note_about_website_reference": "Flere er tilgjengelige på",
"rename_dialog": "Redigere navnet på denne config-oppføringen",
"rename_input_label": "Navn på oppføring"
},
"introduction": "Her er det mulig å konfigurere dine komponenter og Home Assistant. Ikke alt er mulig å konfigurere fra brukergrensesnittet enda, men vi jobber med det.",
"lovelace": {
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "Attributtet {attribute} er ikke tilgjengelig i: {entity}",
"entity_non_numeric": "Entiteten er ikke-numerisk: {entity}",
"entity_not_found": "Entitet ikke tilgjengelig: {entity}"
"entity_not_found": "Entitet ikke tilgjengelig: {entity}",
"entity_unavailable": "{entity} er for øyeblikket utilgjengelig"
}
},
"mailbox": {

View File

@ -654,6 +654,17 @@
"stop": "Stop"
}
},
"mqtt_device_debug_info": {
"deserialize": "Probeer MQTT-berichten als JSON te parseren",
"entities": "Entiteiten",
"no_entities": "Geen entiteiten",
"no_triggers": "Geen triggers",
"payload_display": "Payload-display",
"recent_messages": "{n} meest recent ontvangen bericht(en)",
"show_as_yaml": "Toon als YAML",
"title": "{device} foutopsporingsgegevens",
"triggers": "Triggers"
},
"options_flow": {
"form": {
"header": "Instellingen"
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "Wis",
"filtering_by": "Filteren op"
},
"header": "Configureer Home Assistant",
"helpers": {
"caption": "Helpers",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "Integratie toevoegen",
"caption": "Integraties",
"config_entry": {
"area": "In {area}",
"delete": "Verwijder",
"delete_button": "Verwijder {integration}.",
"delete_confirm": "Weet je zeker dat je deze integratie wilt verwijderen?",
"device_unavailable": "apparaat niet beschikbaar",
"devices": "{count} {count, plural,\n one {device}\n other {devices}\n}",
"entities": "{count} {count, plural,\n one {entity}\n other {entities}\n}",
"entity_unavailable": "entiteit niet beschikbaar",
"firmware": "Firmware: {version}",
"hub": "Verbonden via",
@ -1334,8 +1353,11 @@
"no_area": "Geen Gebied",
"no_device": "Entiteiten zonder apparaten",
"no_devices": "Deze integratie heeft geen apparaten.",
"options": "Opties",
"rename": "Naam wijzigen",
"restart_confirm": "Herstart Home Assistant om het verwijderen van deze integratie te voltooien",
"settings_button": "Instellingen bewerken voor {integration}",
"system_options": "Systeeminstellingen",
"system_options_button": "Systeeminstellingen voor {integration}"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "Toon genegeerde integraties",
"stop_ignore": "Stop met negeren"
},
"integration": "integratie",
"integration_not_found": "Integratie niet gevonden.",
"new": "Stel een nieuwe integratie in",
"no_integrations": "Het lijkt erop dat je nog geen integraties hebt geconfigureerd. Klik op de knop hieronder om uw eerste integratie toe te voegen!",
"none": "Er is nog niets geconfigureerd",
"note_about_integrations": "Nog niet alle integraties kunnen via de UI worden geconfigureerd.",
"note_about_website_reference": "Meer zijn beschikbaar op de "
"note_about_website_reference": "Meer zijn beschikbaar op de ",
"rename_dialog": "Bewerk de naam van configuratie item",
"rename_input_label": "Vermeldingsnaam"
},
"introduction": "Hier kun je je componenten en Home Assistant configureren. Het is nog niet mogelijk om alles te configureren vanuit de interface, maar we werken er aan.",
"lovelace": {
@ -1923,7 +1949,7 @@
"add_entities": {
"generated_unsupported": "Je kan deze functie alleen gebruiken als je de controle over de Lovelace gebruikersinterface hebt overgenomen",
"saving_failed": "Opslaan van de Lovelace gebruikersinterface is mislukt.",
"yaml_unsupported": "Je kan deze functie niet gebruiken wanneer je de Lovelace gebruikersinterface gebruikt in YAML modus."
"yaml_unsupported": "Je kunt deze functie niet gebruiken wanneer je de Lovelace gebruikersinterface gebruikt in YAML modus."
},
"cards": {
"confirm_delete": "Weet je zeker dat je deze kaart wilt verwijderen?",
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "Kenmerk {attribute} niet beschikbaar in: {entity}",
"entity_non_numeric": "Entiteit is niet-numeriek: {entity}",
"entity_not_found": "Entiteit niet beschikbaar: {entity}"
"entity_not_found": "Entiteit niet beschikbaar: {entity}",
"entity_unavailable": "{entity} is momenteel niet beschikbaar"
}
},
"mailbox": {

View File

@ -654,6 +654,17 @@
"stop": "Zatrzymaj"
}
},
"mqtt_device_debug_info": {
"deserialize": "Próba parsowania komunikatów MQTT jako JSON",
"entities": "Encje",
"no_entities": "Brak encji",
"no_triggers": "Brak wyzwalaczy",
"payload_display": "Wyświetl payload",
"recent_messages": "{n} ostatnio otrzymanych wiadomości",
"show_as_yaml": "Pokaż jako YAML",
"title": "Informacje o {device}",
"triggers": "Wyzwalacze"
},
"options_flow": {
"form": {
"header": "Opcje"
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "Wyczyść",
"filtering_by": "Filtrowanie przez"
},
"header": "Konfiguruj Home Assistant'a",
"helpers": {
"caption": "Pomocnicy",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "Dodaj integrację",
"caption": "Integracje",
"config_entry": {
"area": "obszar: {area}",
"delete": "Usuń",
"delete_button": "Usuń {integration}",
"delete_confirm": "Na pewno chcesz usunąć tę integrację?",
"device_unavailable": "urządzenie niedostępne",
"devices": "{count} {count, plural,\n one {urządzenie}\n other {urządze(nia/ń)}\n}",
"entities": "{count} {count, plural,\n one {encja}\n other {encj(e/i)}\n}",
"entity_unavailable": "encja niedostępna",
"firmware": "oprogramowanie: {version}",
"hub": "połączony poprzez:",
@ -1334,8 +1353,11 @@
"no_area": "brak",
"no_device": "Encje bez urządzeń",
"no_devices": "Ta integracja nie ma żadnych urządzeń.",
"options": "Opcje",
"rename": "Zmień nazwę",
"restart_confirm": "Zrestartuj Home Assistant'a, aby zakończyć usuwanie tej integracji",
"settings_button": "Edytuj ustawienia dla {integration}",
"system_options": "Opcje systemowe",
"system_options_button": "Opcje systemowe dla {integration}"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "Pokaż ignorowane integracje",
"stop_ignore": "Wyłączenie ignorowania"
},
"integration": "integracja",
"integration_not_found": "Nie znaleziono integracji.",
"new": "Konfiguruj nową integrację",
"no_integrations": "Wygląda na to, że nie masz jeszcze skonfigurowanych żadnych integracji. Kliknij przycisk poniżej, aby dodać pierwszą integrację!",
"none": "Nic jeszcze nie zostało skonfigurowane",
"note_about_integrations": "Jeszcze nie wszystkie integracje można skonfigurować za pomocą interfejsu użytkownika.",
"note_about_website_reference": "Więcej jest dostępnych na stronie integracji "
"note_about_website_reference": "Więcej jest dostępnych na stronie integracji ",
"rename_dialog": "Edytuj nazwę tego wpisu konfiguracji",
"rename_input_label": "Nazwa wpisu"
},
"introduction": "Tutaj możesz skonfigurować Home Assistant'a i jego komponenty. Nie wszystkie opcje można konfigurować z interfejsu użytkownika, ale pracujemy nad tym.",
"lovelace": {
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "Atrybut {attribute} jest niedostępny dla: {entity}",
"entity_non_numeric": "Encja nie jest numeryczna: {entity}",
"entity_not_found": "Encja niedostępna: {entity}"
"entity_not_found": "Encja niedostępna: {entity}",
"entity_unavailable": "{entity} jest obecnie niedostępna"
}
},
"mailbox": {

View File

@ -614,6 +614,12 @@
"stop": "Parar"
}
},
"mqtt_device_debug_info": {
"payload_display": "Exibição de carga",
"recent_messages": "{n} mensagem (s) recebida (s) mais recentemente",
"show_as_yaml": "Mostrar como YAML",
"triggers": "Gatilhos"
},
"options_flow": {
"form": {
"header": "Opções"
@ -1236,8 +1242,13 @@
}
}
},
"filtering": {
"clear": "Limpar",
"filtering_by": "Filtrando por"
},
"header": "Configurar o Home Assistant",
"integrations": {
"add_integration": "Adicionar integração",
"caption": "Integrações",
"config_entry": {
"area": "Em {area}",
@ -1287,6 +1298,7 @@
"show_ignored": "Mostrar integrações ignoradas",
"stop_ignore": "Deixar de ignorar"
},
"integration": "integração",
"integration_not_found": "Integração não encontrada.",
"new": "Configurar uma nova integração",
"none": "Nada configurado ainda",

View File

@ -517,7 +517,7 @@
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
},
"future": s {time}",
"future": {time}",
"never": "Nunca",
"past": "{time} atrás"
},
@ -580,7 +580,8 @@
"mode": "Modo de exibição",
"password": "Palavra-passe",
"text": "Texto"
}
},
"yaml_not_editable": "As configurações desta entidade não podem ser editadas a partir do IU. Apenas as entidades adiccionadas a partir da IU são configuráveis a partir da IU."
},
"more_info_control": {
"dismiss": "Descartar diálogo",
@ -611,6 +612,10 @@
"stop": "Parar"
}
},
"mqtt_device_debug_info": {
"entities": "Entidades",
"show_as_yaml": "Mostrar como YAML"
},
"options_flow": {
"form": {
"header": "Opções do sistema"
@ -1218,6 +1223,10 @@
}
}
},
"filtering": {
"clear": "Apagar",
"filtering_by": "A filtrar por"
},
"header": "Configurar o Home Assistant",
"helpers": {
"caption": "Auxiliares",
@ -1235,9 +1244,11 @@
}
},
"integrations": {
"add_integration": "Adicionar integração",
"caption": "Integrações",
"config_entry": {
"area": "Em {area}",
"delete": "Eliminar",
"delete_button": "Apagar {integration}",
"delete_confirm": "Tem a certeza que pretende apagar esta integração?",
"device_unavailable": "Dispositivo indisponível",
@ -1248,6 +1259,8 @@
"no_area": "Nenhuma Área",
"no_device": "Entidades sem dispositivos",
"no_devices": "Esta integração não possui dispositivos.",
"options": "Opções",
"rename": "Renomear",
"restart_confirm": "Reinicie o Home Assistant para concluir a remoção desta integração",
"settings_button": "Editar configurações para {integration}",
"system_options_button": "Opções do sistema para {integration}"
@ -1285,6 +1298,7 @@
},
"integration_not_found": "Integração não encontrada.",
"new": "Configurar uma nova integração",
"no_integrations": "Parece que você ainda não possui integrações configuradas. Clique no botão abaixo para adicionar sua primeira integração!",
"none": "Nada configurado ainda",
"note_about_integrations": "De momento nem todas as integrações podem ser configuradas via UI.",
"note_about_website_reference": "Existem mais disponíveis no"
@ -1306,31 +1320,42 @@
},
"picker": {
"headers": {
"default": "Predefinição"
"default": "Predefinição",
"title": "Título"
},
"open": "Abrir"
}
},
"resources": {
"cant_edit_yaml": "Você está a usar o Lovelace no modo YAML, portanto, não é possível gerir os seus recursos através do interface do utilizador. Configure-os em configuration.yaml.",
"caption": "Recursos",
"confirm_delete": "Tem certeza de que deseja apagar este recurso?",
"detail": {
"create": "Criar",
"delete": "Apagar",
"dismiss": "Fechar",
"new_resource": "Adicionar novo recurso",
"type": "Tipo de recurso",
"update": "Atualizar",
"url": "Url",
"url_error_msg": "URL é um campo obrigatório",
"warning_header": "Seja cauteloso!"
"warning_header": "Seja cauteloso!",
"warning_text": "Acrescentar recursos pode ser perigoso, certifique-se que conhece a fonte do recurso e que confia nela. Recursos malignos podem prejudicar seriamente o seu sistema."
},
"picker": {
"add_resource": "Adicionar recurso",
"headers": {
"type": "Tipo",
"url": "Url"
},
"no_resources": "Sem recursos"
},
"refresh_body": "Você tem que atualizar a página para completar a remoção, quer atualizar agora?",
"refresh_header": "Deseja atualizar?",
"types": {
"css": "Stylesheet"
"css": "Stylesheet",
"html": "HTML (descontinuado)",
"js": "Ficheiro JavaScript (descontinuado)"
}
}
},
@ -1574,9 +1599,12 @@
"longitude": "Longitude",
"name": "Nome",
"passive": "Passivo",
"passive_note": "As zonas passivas estão ocultas no frontend e não são usadas como local para rastreadores de dispositivos. Isto é útil se quiser usá-lo apenas para automações.",
"radius": "Raio",
"required_error_msg": "Este campo é obrigatório"
}
},
"edit_home_zone": "O raio da zona casa ainda não pode ser editado a partir do frontend. Arraste o marcador no mapa para mover a zona inicial.",
"edit_home_zone_narrow": "O raio da zona casa ainda não pode ser editado a partir do frontend. A localização pode ser modificada a partir da configuração geral."
},
"zwave": {
"caption": "Z-Wave",
@ -1679,7 +1707,7 @@
"details": "Detalhes do log ( {level} )",
"load_full_log": "Carregar log completo do Home Assistant",
"loading_log": "A carregar o log de erros...",
"multiple_messages": "mensagem ocorreu primeiro em {tempo} e repetiu-se {contador} vezes",
"multiple_messages": "mensagem ocorreu primeiro em {time} e repetiu-se {counter} vezes",
"no_errors": "Nenhum erro foi reportado.",
"no_issues": "Não há novos problemas!",
"refresh": "Atualizar",
@ -1788,6 +1816,8 @@
},
"conditional": {
"card": "Cartão",
"change_type": "Alterar tipo",
"condition_explanation": "O cartão será exibido quando TODAS as condições abaixo forem cumpridas.",
"conditions": "Condições",
"current_state": "atual",
"name": "Condicional",
@ -1831,6 +1861,7 @@
"icon_height": "Altura do ícone",
"image": "Endereço para imagem",
"manual": "Manual",
"manual_description": "Precisa de adicionar um cartão personalizado ou apenas deseja escrever manualmente o yaml?",
"maximum": "Máximo",
"minimum": "Mínimo",
"name": "Nome",
@ -1859,11 +1890,13 @@
"name": ""
},
"light": {
"description": "O cartão Luz permite alterar o brilho da luz.",
"name": "Luz"
},
"map": {
"dark_mode": "Modo escuro?",
"default_zoom": "Zoom padrão",
"description": "O cartão Mapa que lhe permite exibir entidades num mapa.",
"geo_location_sources": "Fontes de Geolocalização",
"hours_to_show": "Horas a mostrar",
"name": "Mapa",
@ -1871,7 +1904,8 @@
},
"markdown": {
"content": "Conteúdo",
"name": ""
"description": "O cartão Markdown é usado para processar Markdown.",
"name": "Markdown"
},
"media-control": {
"name": "Controlo multimédia"
@ -1908,6 +1942,7 @@
"name": "Agrupamento Vertical"
},
"weather-forecast": {
"description": "O cartão Previsão do tempo exibe o tempo. Muito útil para incluir nos interfaces que coloca-mos na parede.",
"name": "Previsão do tempo"
}
},
@ -1967,6 +2002,7 @@
"error_parse_yaml": "Não foi possível analisar o YAML: {error}",
"error_save_yaml": "Não é possível salvar o YAML: {error}",
"header": "Editar configuração",
"resources_moved": "Os recursos não devem mais ser adicionados ao editor de configuração do código fonte do Lovelace, mas podem ser adicionados no painel de configuração do Lovelace.",
"save": "Guardar",
"saved": "Guardada",
"unsaved_changes": "Alterações não guardadas"
@ -1978,12 +2014,14 @@
"header": "Assumir controle sobre a interface do Lovelace",
"para": "Por omissão o Home Assistant irá manter a sua interface de utilizador, atualizando-a sempre que uma nova entidade ou novos componentes Lovelace fiquem disponíveis. Se assumir o controlo, não faremos mais alterações automáticas por si.",
"para_sure": "Tem certeza que deseja assumir o controlo sobre a interface de utilizador?",
"save": "Assumir o controlo"
"save": "Assumir o controlo",
"yaml_control": "Para assumir o controle no modo YAML, crie um ficheiro YAML com o nome que especificou na sua configuração para este painel de controle, ou o padrão 'ui-lovelace.yaml'."
},
"view": {
"panel_mode": {
"description": "Isto faz com que o primeiro cartão ocupe toda a vista, os outros cartões ficaram ocultos.",
"title": "Modo Painel?"
"title": "Modo Painel?",
"warning_multiple_cards": "Esta vista contém mais do que um cartão, mas a vista de painel só pode mostrar 1 cartão."
}
}
},
@ -2015,7 +2053,8 @@
"warning": {
"attribute_not_found": "Atributo {attribute} não disponível em: {entity}",
"entity_non_numeric": "A entidade é não numérica: {entity}",
"entity_not_found": "Entidade não disponível: {entity}"
"entity_not_found": "Entidade não disponível: {entity}",
"entity_unavailable": "{entity} está indisponível no momento"
}
},
"mailbox": {

View File

@ -442,6 +442,7 @@
"attributes": {
"air_pressure": "Давление",
"humidity": "Влажность",
"precipitation": "Осадки",
"temperature": "Температура",
"visibility": "Видимость",
"wind_speed": "Ветер"
@ -464,7 +465,9 @@
"wnw": "ЗСЗ",
"wsw": "ЗЮЗ"
},
"forecast": "Прогноз"
"forecast": "Прогноз",
"high": "Высокий",
"low": "Низкий"
}
},
"common": {
@ -651,6 +654,17 @@
"stop": "Остановить"
}
},
"mqtt_device_debug_info": {
"deserialize": "Разбирать сообщения в формате JSON",
"entities": "Объекты",
"no_entities": "Нет объектов",
"no_triggers": "Нет триггеров",
"payload_display": "Содержание сообщений",
"recent_messages": "{n} последних полученных сообщений",
"show_as_yaml": "Показывать сообщения в формате YAML",
"title": "Отладочная информация устройства {device}",
"triggers": "Триггеры"
},
"options_flow": {
"form": {
"header": "Настройки"
@ -1291,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "Очистить",
"filtering_by": "Отфильтровано по принадлежности к"
},
"header": "Настройка Home Assistant",
"helpers": {
"caption": "Вспомогательное",
@ -1318,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "Добавить интеграцию",
"caption": "Интеграции",
"config_entry": {
"area": "Помещение: {area}",
"delete": "Удалить",
"delete_button": "Удалить интеграцию {integration}",
"delete_confirm": "Вы уверены, что хотите удалить эту интеграцию?",
"device_unavailable": "устройство недоступно",
"devices": "{count} {count, plural,\n one {device}\n other {devices}\n}",
"entities": "{count} {count, plural,\n one {entity}\n other {entities}\n}",
"entity_unavailable": "объект недоступен",
"firmware": "Прошивка: {version}",
"hub": "Подключено через",
@ -1331,8 +1353,11 @@
"no_area": "Не указано",
"no_device": "Объекты без устройств",
"no_devices": "Эта интеграция не имеет устройств",
"options": "Параметры",
"rename": "Переименовать",
"restart_confirm": "Перезапустите Home Assistant, чтобы завершить удаление этой интеграции",
"settings_button": "Настройки интеграции {integration}",
"system_options": "Настройки интеграции",
"system_options_button": "Системные параметры интеграции {integration}"
},
"config_flow": {
@ -1367,11 +1392,15 @@
"show_ignored": "Показать игнорируемые интеграции",
"stop_ignore": "Прекратить игнорировать"
},
"integration": "интеграции",
"integration_not_found": "Интеграция не найдена.",
"new": "Интеграции",
"no_integrations": "Похоже, у Вас ещё нет настроенных интеграций. Нажмите на кнопку в правом нижнем углу, чтобы добавить свою первую интеграцию!",
"none": "Пока ничего не настроено",
"note_about_integrations": "Пока что не все интеграции могут быть настроены через пользовательский интерфейс.",
"note_about_website_reference": "Все доступные интеграции Вы можете найти на "
"note_about_website_reference": "Все доступные интеграции Вы можете найти на ",
"rename_dialog": "Изменение названия интеграции",
"rename_input_label": "Название"
},
"introduction": "Здесь можно настроить Home Assistant. Пока что не все настройки доступны из интерфейса, но мы работаем над этим.",
"lovelace": {
@ -2238,7 +2267,8 @@
"warning": {
"attribute_not_found": "Атрибут {attribute} недоступен в {entity}",
"entity_non_numeric": "Объект не является числом: {entity}",
"entity_not_found": "Объект {entity} недоступен."
"entity_not_found": "Объект {entity} недоступен.",
"entity_unavailable": "Объект \"{entity}\" сейчас недоступен"
}
},
"mailbox": {

View File

@ -328,7 +328,7 @@
},
"ui": {
"auth_store": {
"ask": "Vill du spara den här inloggningen?",
"ask": "Vill du fortsätta vara inloggad?",
"confirm": "Spara inloggning",
"decline": "Nej tack"
},
@ -442,6 +442,7 @@
"attributes": {
"air_pressure": "Lufttryck",
"humidity": "Luftfuktighet",
"precipitation": "Prognos",
"temperature": "Temperatur",
"visibility": "Sikt",
"wind_speed": "Vindhastighet"
@ -464,7 +465,9 @@
"wnw": "VNV",
"wsw": "VSV"
},
"forecast": "Prognos"
"forecast": "Prognos",
"high": "Hög",
"low": "Låg"
}
},
"common": {
@ -602,7 +605,9 @@
"pattern": "Regex-mönster för validering på klientsidan",
"text": "Text"
},
"required_error_msg": "Det här fältet krävs"
"platform_not_loaded": "{platform} integrationen har ej lästs in. Lägg till integrationen genom att lägga till 'default_config:' eller '{platform}:'.",
"required_error_msg": "Det här fältet krävs",
"yaml_not_editable": "Inställningar för denna entitet kan inte ändras från användargränssnittet. Enbart entiteter uppsatta från användargränssnittet är konfigurerbara från användargränssnittet."
},
"more_info_control": {
"dismiss": "Avfärda",
@ -643,6 +648,9 @@
"stop": "Stoppa"
}
},
"mqtt_device_debug_info": {
"entities": "Entiteter"
},
"options_flow": {
"form": {
"header": "Inställningar"
@ -860,7 +868,7 @@
"delete": "Radera",
"delete_confirm": "Säker på att du vill radera?",
"duplicate": "Duplicera",
"header": "Triggers",
"header": "Händelse",
"introduction": "Triggers är det som startar en automation. Det är möjligt att ange flera triggers för samma regel. När en trigger inträffar kommer Home Assistant att validera eventuella villkor och sedan köra åtgärden.",
"learn_more": "Lär dig mer om utlösare",
"name": "Trigger",
@ -1292,6 +1300,7 @@
"caption": "Integrationer",
"config_entry": {
"area": "I {area}",
"delete": "Ta bort",
"delete_button": "Ta bort {integration}",
"delete_confirm": "Är du säker på att du vill radera denna integration?",
"device_unavailable": "enhet otillgänglig",
@ -1302,6 +1311,7 @@
"no_area": "Inget område (\"area\")",
"no_device": "Entitet utan enheter",
"no_devices": "Denna integration har inga enheter.",
"rename": "Döp om",
"restart_confirm": "Starta om Home Assistant för att slutföra borttagningen av denna integration",
"settings_button": "Redigera inställningar för {integration}",
"system_options_button": "Systeminställningar för {integration}"
@ -1347,7 +1357,7 @@
"lovelace": {
"caption": "Lovelace kontrollpaneler",
"dashboards": {
"cant_edit_yaml": "Instrumentpaneler som definieras i YAML kan inte bli redigerade från UI. Ändra dem i configuration.yaml.",
"cant_edit_yaml": "Instrumentpaneler som definieras i YAML kan inte bli redigerade från användargränssnittet. Ändra dem i configuration.yaml.",
"caption": "Kontrollpaneler",
"conf_mode": {
"storage": "UI-kontrollerad",
@ -1366,7 +1376,7 @@
"title": "Sidofältets titel",
"update": "Uppdatera",
"url": "URL",
"url_error_msg": "URL-adressen kan inte innehålla mellanslag eller specialtecken, med undantag för _ och -"
"url_error_msg": "URL adressen ska innehålla ett '-' och kan inte innehålla mellanslag eller specialtecken, med undantag för '_ ' och '-'"
},
"picker": {
"add_dashboard": "Lägg till instrumentpanel",
@ -1382,7 +1392,7 @@
},
"description": "Konfigurera dina Lovelace kontrollpaneler",
"resources": {
"cant_edit_yaml": "Du använder Lovelace i YAML-läge, därför kan du inte sköta dina resurser genom UI. Du får göra det i configuration.yaml istället.",
"cant_edit_yaml": "Du använder Lovelace i YAML-läge, därför kan du inte sköta dina resurser genom användargränssnittet. Du får göra det i configuration.yaml istället.",
"caption": "Resurser",
"confirm_delete": "Är du säker på att du vill ta bort denna resurs?",
"detail": {
@ -1472,8 +1482,8 @@
"delete_confirm": "Är du säker på att du vill radera detta scenario?",
"delete_scene": "Ta bort scenario",
"edit_scene": "Redigera scenario",
"header": "Scenario-redigerare",
"introduction": "Scenarioredigeraren låter dig skapa och redigera scenario. Följ länken nedan för att läsa instruktionerna för att se till att du har konfigurerat Home Assistant korrekt.",
"header": "Scenarieredigerare",
"introduction": "Scenarieredigeraren låter dig skapa och redigera scenario. Följ länken nedan för att läsa instruktionerna för att se till att du har konfigurerat Home Assistant korrekt.",
"learn_more": "Läs dig mer om scenarier",
"no_scenes": "Vi kunde inte hitta några redigerbara scenarier",
"only_editable": "Endast scenarier definierade i scenes.yaml kan redigeras.",
@ -1864,8 +1874,8 @@
"lovelace": {
"add_entities": {
"generated_unsupported": "Du kan bara använda den här funktionen när du har tagit kontroll över Lovelace UI.",
"saving_failed": "Det gick inte att spara Lovelace UI-konfigurationen.",
"yaml_unsupported": "Du kan inte använda den här funktionen när du använder Lovelace UI i YAML-läge."
"saving_failed": "Det gick inte att spara Lovelace användargränssnittskonfigurationen.",
"yaml_unsupported": "Du kan inte använda den här funktionen när du använder Lovelace användargränssnitt i YAML-läge."
},
"cards": {
"confirm_delete": "Är du säker på att du vill ta bort det här kortet?",
@ -1945,6 +1955,7 @@
"icon": "Ikon",
"icon_height": "Ikonhöjd",
"image": "Bildsökväg",
"manual": "Manuell",
"maximum": "",
"minimum": "",
"name": "Namn",
@ -2087,7 +2098,7 @@
"save": "Ta kontroll",
"yaml_config": "För att hjälpa dig igång, så är här nuvarande inställning för denna instrumentpanel:",
"yaml_control": "Om du vill ta kontroll i YAML-läge skapar du en YAML-fil med det namn du angav i konfigurationen för den här instrumentpanelen eller standard \"ui-lovelace.yaml\".",
"yaml_mode": "Du använder YAML-läge, vilket betyder att du inte kan ändra dina Lovelace-inställning från UI. Om du vill ändra Lovelace från UI, ta bort 'mode: yaml' från dina Lovelaceinställningar i 'configuration.yaml'"
"yaml_mode": "Du använder YAML-läge, vilket betyder att du inte kan ändra dina Lovelace-inställning från användargränssnittet. Om du vill ändra Lovelace från användargränssnittet, ta bort 'mode: yaml' från dina Lovelaceinställningar i 'configuration.yaml'"
},
"suggest_card": {
"add": "Lägg till i Lovelace-gränsnitt",
@ -2123,7 +2134,8 @@
},
"warning": {
"entity_non_numeric": "Enheten är icke-numerisk: {entity}",
"entity_not_found": "Enheten är ej tillgänglig: {entity}"
"entity_not_found": "Enheten är ej tillgänglig: {entity}",
"entity_unavailable": "{entity} är otillgänglig"
}
},
"mailbox": {

View File

@ -654,6 +654,17 @@
"stop": "停止"
}
},
"mqtt_device_debug_info": {
"deserialize": "尝试将 MQTT 消息解析为 JSON",
"entities": "实体",
"no_entities": "没有实体",
"no_triggers": "没有触发器",
"payload_display": "数据体显示",
"recent_messages": "最近 {n} 条收到的消息",
"show_as_yaml": "显示为 YAML",
"title": "{device} 调试信息",
"triggers": "触发器"
},
"options_flow": {
"form": {
"header": "选项"
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "清除",
"filtering_by": "筛选方式"
},
"header": "配置 Home Assistant",
"helpers": {
"caption": "辅助元素",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "添加集成",
"caption": "集成",
"config_entry": {
"area": "位于:{area}",
"delete": "删除",
"delete_button": "删除{integration}",
"delete_confirm": "您确定要删除此集成吗?",
"device_unavailable": "设备不可用",
"devices": "{count} {count, plural,\n one {个设备}\n other {个设备}\n}",
"entities": "{count} {count, plural,\n one {个实体}\n other {个实体}\n}",
"entity_unavailable": "实体不可用",
"firmware": "固件:{version}",
"hub": "连接于",
@ -1334,8 +1353,11 @@
"no_area": "没有区域",
"no_device": "无设备关联的实体",
"no_devices": "此集成没有设备。",
"options": "选项",
"rename": "重命名",
"restart_confirm": "重启 Home Assistant 以完成此集成的删除",
"settings_button": "编辑{integration}设置",
"system_options": "系统选项",
"system_options_button": "{integration}系统选项"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "显示忽略的集成",
"stop_ignore": "不再忽略"
},
"integration": "个集成",
"integration_not_found": "未找到集成。",
"new": "设置新集成",
"no_integrations": "您好像还没有配置任何集成。点击下面的按钮来添加第一个集成!",
"none": "尚未配置任何集成",
"note_about_integrations": "并非所有集成都可以通过 UI 进行配置。",
"note_about_website_reference": "更多可用信息,尽在 "
"note_about_website_reference": "更多可用信息,尽在 ",
"rename_dialog": "编辑此配置项的名称",
"rename_input_label": "条目名称"
},
"introduction": "您可以在此配置 Home Assistant 及组件。目前并非所有配置都能通过前端 UI 完成,但是我们在努力实现中。",
"lovelace": {
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "属性 {attribute} 对 {entity} 不可用",
"entity_non_numeric": "实体 {entity} 非数值",
"entity_not_found": "实体 {entity} 不可用"
"entity_not_found": "实体 {entity} 不可用",
"entity_unavailable": "{entity} 当前不可用"
}
},
"mailbox": {

View File

@ -654,6 +654,17 @@
"stop": "停止清掃"
}
},
"mqtt_device_debug_info": {
"deserialize": "嘗試將 MQTT 訊息解析為 JSON",
"entities": "物件",
"no_entities": "無物件",
"no_triggers": "無觸發",
"payload_display": "負載顯示",
"recent_messages": "{n} 個最近接收的訊息",
"show_as_yaml": "以 YAML 顯示",
"title": "{device} debug 訊息",
"triggers": "觸發"
},
"options_flow": {
"form": {
"header": "選項"
@ -1294,6 +1305,10 @@
}
}
},
"filtering": {
"clear": "清除",
"filtering_by": "篩選"
},
"header": "設定 Home Assistant",
"helpers": {
"caption": "助手",
@ -1321,12 +1336,16 @@
}
},
"integrations": {
"add_integration": "新增整合",
"caption": "整合",
"config_entry": {
"area": "於 {area}",
"delete": "刪除",
"delete_button": "刪除 {integration}",
"delete_confirm": "確定要刪除此整合?",
"device_unavailable": "設備不可用",
"devices": "{count} {count, plural,\n one {設備}\n other {設備}\n}",
"entities": "{count} {count, plural,\n one {物件}\n other {物件}\n}",
"entity_unavailable": "物件不可用",
"firmware": "韌體:{version}",
"hub": "連線:",
@ -1334,8 +1353,11 @@
"no_area": "無分區",
"no_device": "物件沒有設備",
"no_devices": "此整合沒有任何設備。",
"options": "選項",
"rename": "重新命名",
"restart_confirm": "重啟 Home Assistant 以完成此整合移動",
"settings_button": "編輯 {integration} 設定",
"system_options": "系統選項",
"system_options_button": "{integration} 系統選項"
},
"config_flow": {
@ -1370,11 +1392,15 @@
"show_ignored": "顯示已忽略整合",
"stop_ignore": "停止忽略中"
},
"integration": "整合",
"integration_not_found": "找不到整合。",
"new": "設定新整合",
"no_integrations": "目前似乎沒有設定任何整合。點選下方新增按鈕以新增第一個整合!",
"none": "尚未設定",
"note_about_integrations": "目前並非所有整合皆可以透過 UI 進行設定。",
"note_about_website_reference": "更多資訊請參閱"
"note_about_website_reference": "更多資訊請參閱",
"rename_dialog": "編輯設定物件名稱",
"rename_input_label": "物件名稱"
},
"introduction": "此處為 Home Assistant 和元件相關配置區,目前尚未支援透過 UI 進行所有設定,我們正在努力改進中。",
"lovelace": {
@ -2241,7 +2267,8 @@
"warning": {
"attribute_not_found": "無法使用屬性 {attribute} 之物件:{entity}",
"entity_non_numeric": "物件為非數字:{entity}",
"entity_not_found": "物件不可用:{entity}"
"entity_not_found": "物件不可用:{entity}",
"entity_unavailable": "{entity} 目前不可用"
}
},
"mailbox": {