diff --git a/build-scripts/gulp/translations.js b/build-scripts/gulp/translations.js
index cda82a6c01..014df9f018 100755
--- a/build-scripts/gulp/translations.js
+++ b/build-scripts/gulp/translations.js
@@ -36,6 +36,7 @@ const TRANSLATION_FRAGMENTS = [
"page-authorize",
"page-demo",
"page-onboarding",
+ "developer-tools",
];
const tasks = [];
diff --git a/src/panels/developer-tools/ha-panel-developer-tools.ts b/src/panels/developer-tools/ha-panel-developer-tools.ts
index 98a1d74e23..f982cc1f1a 100644
--- a/src/panels/developer-tools/ha-panel-developer-tools.ts
+++ b/src/panels/developer-tools/ha-panel-developer-tools.ts
@@ -41,7 +41,7 @@ class PanelDeveloperTools extends LitElement {
.hass=${this.hass}
.narrow=${this.narrow}
>
-
Developer Tools
+ ${this.hass.localize("panel.developer_tools")}
- ${this.hass.localize("panel.dev-info")}
+ ${this.hass.localize("ui.panel.developer-tools.tabs.info.title")}
- ${this.hass.localize("panel.dev-events")}
+ ${this.hass.localize(
+ "ui.panel.developer-tools.tabs.events.title"
+ )}
${isComponentLoaded(this.hass, "mqtt")
? html`
- ${this.hass.localize("panel.dev-mqtt")}
+ ${this.hass.localize(
+ "ui.panel.developer-tools.tabs.mqtt.title"
+ )}
`
: ""}
- ${this.hass.localize("panel.dev-services")}
+ ${this.hass.localize(
+ "ui.panel.developer-tools.tabs.services.title"
+ )}
- ${this.hass.localize("panel.dev-states")}
+ ${this.hass.localize(
+ "ui.panel.developer-tools.tabs.states.title"
+ )}
- ${this.hass.localize("panel.dev-templates")}
+ ${this.hass.localize(
+ "ui.panel.developer-tools.tabs.templates.title"
+ )}
diff --git a/src/translations/en.json b/src/translations/en.json
index 9d537ab07f..76a38048e3 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -1247,6 +1247,28 @@
}
}
},
+ "developer-tools": {
+ "tabs": {
+ "info": {
+ "title": "Info"
+ },
+ "events": {
+ "title": "Events"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ },
+ "services": {
+ "title": "Services"
+ },
+ "states": {
+ "title": "States"
+ },
+ "templates": {
+ "title": "Template"
+ }
+ }
+ },
"page-onboarding": {
"intro": "Are you ready to awaken your home, reclaim your privacy and join a worldwide community of tinkerers?",
"user": {
diff --git a/translations/af.json b/translations/af.json
index acdb9cfc10..79372685fa 100644
--- a/translations/af.json
+++ b/translations/af.json
@@ -7,11 +7,6 @@
"history": "Geskiedenis",
"mailbox": "Posbus",
"shopping_list": "Inkopielys",
- "dev-services": "Dienste",
- "dev-states": "State",
- "dev-events": "Gebeure",
- "dev-templates": "Template",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Ontwikkelaar gereedskap",
"calendar": "Kalender",
@@ -312,6 +307,25 @@
"add_item": "Voeg item",
"microphone_tip": "Druk die mikrofoon regs bo en sê \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Dienste"
+ },
+ "states": {
+ "title": "State"
+ },
+ "events": {
+ "title": "Gebeure"
+ },
+ "templates": {
+ "title": "Template"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Wys inskrywings vir",
"period": "Tydperk"
diff --git a/translations/ar.json b/translations/ar.json
index bff8d2eabd..f9ad1621f0 100644
--- a/translations/ar.json
+++ b/translations/ar.json
@@ -7,11 +7,6 @@
"history": "التاريخ",
"mailbox": "البريد",
"shopping_list": "قائمة التسوق",
- "dev-services": "الخدمات",
- "dev-states": "الحالات",
- "dev-events": "أحداث",
- "dev-templates": "نماذج",
- "dev-mqtt": "MQTT",
"dev-info": "معلومات",
"developer_tools": "ادوات المطورين",
"calendar": "التقويم",
@@ -295,6 +290,25 @@
"add_item": "أضف عنصر",
"microphone_tip": "اضغط على الميكروفون في أعلى اليمين وقل \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "الخدمات"
+ },
+ "states": {
+ "title": "الحالات"
+ },
+ "events": {
+ "title": "أحداث"
+ },
+ "templates": {
+ "title": "نماذج"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "عرض الأحداث لـ",
"period": "المدة"
diff --git a/translations/bg.json b/translations/bg.json
index 7852458272..0d51fe6536 100644
--- a/translations/bg.json
+++ b/translations/bg.json
@@ -7,11 +7,6 @@
"history": "История",
"mailbox": "Пощенска кутия",
"shopping_list": "Списък за пазаруване",
- "dev-services": "Услуги",
- "dev-states": "Състояния",
- "dev-events": "Събития",
- "dev-templates": "Шаблони",
- "dev-mqtt": "MQTT",
"dev-info": "Информация",
"developer_tools": "Инструменти за разработчици",
"calendar": "Календар",
@@ -312,6 +307,25 @@
"add_item": "Добави артикул",
"microphone_tip": "Докоснете микрофона горе вдясно и кажете \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Услуги"
+ },
+ "states": {
+ "title": "Състояния"
+ },
+ "events": {
+ "title": "Събития"
+ },
+ "templates": {
+ "title": "Шаблони"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Показване на записите за",
"period": "Период"
diff --git a/translations/bs.json b/translations/bs.json
index 24e353834e..3e35cd6da1 100644
--- a/translations/bs.json
+++ b/translations/bs.json
@@ -7,11 +7,6 @@
"history": "Istorija",
"mailbox": "Poštansko sanduče",
"shopping_list": "Spisak za kupovinu",
- "dev-services": "Usluge",
- "dev-states": "Statusi",
- "dev-events": "Događanja",
- "dev-templates": "Predlošci",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Alatke za razvoj"
},
@@ -244,6 +239,25 @@
"add_item": "Dodajte objekat",
"microphone_tip": "Dodirnite mikrofon u gornjem desnom uglu i recite “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Usluge"
+ },
+ "states": {
+ "title": "Statusi"
+ },
+ "events": {
+ "title": "Događanja"
+ },
+ "templates": {
+ "title": "Predlošci"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Prikaži rezutate za",
"period": "Period"
diff --git a/translations/ca.json b/translations/ca.json
index 551d5a0445..d47ff67ab5 100644
--- a/translations/ca.json
+++ b/translations/ca.json
@@ -7,11 +7,6 @@
"history": "Historial",
"mailbox": "Bústia",
"shopping_list": "Llista de la compra",
- "dev-services": "Serveis",
- "dev-states": "Estats",
- "dev-events": "Esdeveniments",
- "dev-templates": "Plantilles",
- "dev-mqtt": "MQTT",
"dev-info": "Informació",
"developer_tools": "Eines per a desenvolupadors",
"calendar": "Calendari",
@@ -313,6 +308,25 @@
"add_item": "Afegir article",
"microphone_tip": "Clica el micròfon a la part superior dreta i digues \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Serveis"
+ },
+ "states": {
+ "title": "Estats"
+ },
+ "events": {
+ "title": "Esdeveniments"
+ },
+ "templates": {
+ "title": "Plantilles"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Mostrant entrades de",
"period": "Període"
diff --git a/translations/cs.json b/translations/cs.json
index 3daf029efd..e8643cd65b 100644
--- a/translations/cs.json
+++ b/translations/cs.json
@@ -7,11 +7,6 @@
"history": "Historie",
"mailbox": "Schránka",
"shopping_list": "Nákupní seznam",
- "dev-services": "Služby",
- "dev-states": "Stavy",
- "dev-events": "Události",
- "dev-templates": "Šablony",
- "dev-mqtt": "MQTT",
"dev-info": "Informace",
"developer_tools": "Vývojářské nástroje",
"calendar": "Kalendář",
@@ -312,6 +307,25 @@
"add_item": "Přidat položku",
"microphone_tip": "Klepněte na mikrofon vpravo nahoře a řekněte \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Služby"
+ },
+ "states": {
+ "title": "Stavy"
+ },
+ "events": {
+ "title": "Události"
+ },
+ "templates": {
+ "title": "Šablony"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Zobrazeny údaje pro",
"period": "Období"
diff --git a/translations/cy.json b/translations/cy.json
index 15d682e36c..a54c610ee9 100644
--- a/translations/cy.json
+++ b/translations/cy.json
@@ -7,11 +7,6 @@
"history": "Hanes",
"mailbox": "Blwch post",
"shopping_list": "Rhestr siopa",
- "dev-services": "Gwasanaethau",
- "dev-states": "Cyflerau",
- "dev-events": "Digwyddiadau",
- "dev-templates": "Templedi",
- "dev-mqtt": "MQTT",
"dev-info": "Gwybodaeth",
"developer_tools": "Offer datblygwr"
},
@@ -301,6 +296,25 @@
"add_item": "Ychwanegu eitem",
"microphone_tip": "Tarwch y meicroffon ar dde uchaf a dweud \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Gwasanaethau"
+ },
+ "states": {
+ "title": "Cyflerau"
+ },
+ "events": {
+ "title": "Digwyddiadau"
+ },
+ "templates": {
+ "title": "Templedi"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Dangos cofnodion ar gyfer",
"period": "Cyfnod"
diff --git a/translations/da.json b/translations/da.json
index fb8dc316f4..9b01ca308d 100644
--- a/translations/da.json
+++ b/translations/da.json
@@ -7,11 +7,6 @@
"history": "Historik",
"mailbox": "Postkasse",
"shopping_list": "Indkøbsliste",
- "dev-services": "Services",
- "dev-states": "Tilstand",
- "dev-events": "Begivenheder",
- "dev-templates": "Skabeloner",
- "dev-mqtt": "MQTT",
"dev-info": "Udvikler Information",
"developer_tools": "Udviklerværktøjer",
"calendar": "Kalender",
@@ -312,6 +307,25 @@
"add_item": "Tilføj element",
"microphone_tip": "Tryk på mikrofonen øverst til højre og sig “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Services"
+ },
+ "states": {
+ "title": "Tilstand"
+ },
+ "events": {
+ "title": "Begivenheder"
+ },
+ "templates": {
+ "title": "Skabeloner"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Viser emner for",
"period": "Periode"
diff --git a/translations/de.json b/translations/de.json
index 6c270db21d..1b2bfa0767 100644
--- a/translations/de.json
+++ b/translations/de.json
@@ -7,11 +7,6 @@
"history": "Verlauf",
"mailbox": "Posteingang",
"shopping_list": "Einkaufsliste",
- "dev-services": "Dienste",
- "dev-states": "Zustände",
- "dev-events": "Ereignisse",
- "dev-templates": "Templates",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Entwicklerwerkzeuge",
"calendar": "Kalender",
@@ -313,6 +308,25 @@
"add_item": "Artikel hinzufügen",
"microphone_tip": "Tippe oben rechts auf das Mikrofon und sage “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Dienste"
+ },
+ "states": {
+ "title": "Zustände"
+ },
+ "events": {
+ "title": "Ereignisse"
+ },
+ "templates": {
+ "title": "Templates"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Zeige Einträge für",
"period": "Zeitraum"
diff --git a/translations/el.json b/translations/el.json
index 62455cf532..a2b7b98c94 100644
--- a/translations/el.json
+++ b/translations/el.json
@@ -7,11 +7,6 @@
"history": "Ιστορικό",
"mailbox": "Γραμματοκιβώτιο",
"shopping_list": "Λίστα αγορών",
- "dev-services": "Υπηρεσίες",
- "dev-states": "Καταστάσεις",
- "dev-events": "Γεγονότα",
- "dev-templates": "Πρότυπα",
- "dev-mqtt": "MQTT",
"dev-info": "Πληροφορίες",
"developer_tools": "Εργαλεία προγραμματιστή",
"calendar": "Ημερολόγιο",
@@ -312,6 +307,25 @@
"add_item": "Προσθήκη στοιχείου",
"microphone_tip": "Πατήστε το μικρόφωνο στην επάνω δεξιά γωνία και πείτε \"Προσθήκη καραμελών στη λίστα αγορών μου\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Υπηρεσίες"
+ },
+ "states": {
+ "title": "Καταστάσεις"
+ },
+ "events": {
+ "title": "Γεγονότα"
+ },
+ "templates": {
+ "title": "Πρότυπα"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Εμφανίζονται καταχωρήσεις για",
"period": "Περίοδος"
diff --git a/translations/en.json b/translations/en.json
index ee0ffd6cc7..e566fbee18 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -7,13 +7,8 @@
"history": "History",
"mailbox": "Mailbox",
"shopping_list": "Shopping list",
- "dev-services": "Services",
- "dev-states": "States",
- "dev-events": "Events",
- "dev-templates": "Templates",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
- "developer_tools": "Developer tools",
+ "developer_tools": "Developer Tools",
"calendar": "Calendar",
"profile": "Profile"
},
@@ -313,6 +308,25 @@
"add_item": "Add item",
"microphone_tip": "Tap the microphone on the top right and say “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Services"
+ },
+ "states": {
+ "title": "States"
+ },
+ "events": {
+ "title": "Events"
+ },
+ "templates": {
+ "title": "Templates"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Showing entries for",
"period": "Period"
diff --git a/translations/es-419.json b/translations/es-419.json
index 207648c725..e947d0e886 100644
--- a/translations/es-419.json
+++ b/translations/es-419.json
@@ -7,11 +7,6 @@
"history": "",
"mailbox": "",
"shopping_list": "Lista de compras",
- "dev-services": "Servicios",
- "dev-states": "Estados",
- "dev-events": "Eventos",
- "dev-templates": "Plantillas",
- "dev-mqtt": "",
"dev-info": "Información",
"developer_tools": "Herramientas para desarrolladores",
"calendar": "Calendario",
@@ -313,6 +308,25 @@
"add_item": "Agregar elemento",
"microphone_tip": "Toque el micrófono en la esquina superior derecha y diga \"Agregar dulces a mi lista de compras\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Servicios"
+ },
+ "states": {
+ "title": "Estados"
+ },
+ "events": {
+ "title": "Eventos"
+ },
+ "templates": {
+ "title": "Plantillas"
+ },
+ "mqtt": {
+ "title": ""
+ }
+ }
+ },
"history": {
"showing_entries": "Mostrando registros del",
"period": "Período"
diff --git a/translations/es.json b/translations/es.json
index 927f562bbe..04a4ae8497 100644
--- a/translations/es.json
+++ b/translations/es.json
@@ -7,11 +7,6 @@
"history": "Historial",
"mailbox": "Buzón",
"shopping_list": "Lista de la compra",
- "dev-services": "Servicios",
- "dev-states": "Estados",
- "dev-events": "Eventos",
- "dev-templates": "Plantillas",
- "dev-mqtt": "MQTT",
"dev-info": "Información",
"developer_tools": "Herramientas para desarrolladores",
"calendar": "Calendario",
@@ -312,6 +307,25 @@
"add_item": "Añadir artículo",
"microphone_tip": "Pulsa el micrófono en la parte superior derecha y di \"Añadir caramelos a mi lista de la compra\"."
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Servicios"
+ },
+ "states": {
+ "title": "Estados"
+ },
+ "events": {
+ "title": "Eventos"
+ },
+ "templates": {
+ "title": "Plantillas"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Mostrando entradas del",
"period": "Periodo"
diff --git a/translations/et.json b/translations/et.json
index 2c32904445..5b286aaebb 100644
--- a/translations/et.json
+++ b/translations/et.json
@@ -7,11 +7,6 @@
"history": "Ajalugu",
"mailbox": "Postkast",
"shopping_list": "Ostunimekiri",
- "dev-services": "Teenused",
- "dev-states": "Olekud",
- "dev-events": "Sündmused",
- "dev-templates": "Mallid",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Arendaja tööriistad",
"calendar": "Kalender",
@@ -311,6 +306,25 @@
"add_item": "Lisa toode",
"microphone_tip": "Puudutage paremas ülanurgas asuvat mikrofoni ikooni ja öelge: \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Teenused"
+ },
+ "states": {
+ "title": "Olekud"
+ },
+ "events": {
+ "title": "Sündmused"
+ },
+ "templates": {
+ "title": "Mallid"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Näitan kuupäeva",
"period": "Periood"
diff --git a/translations/eu.json b/translations/eu.json
index 48bddcd407..834398a8a5 100644
--- a/translations/eu.json
+++ b/translations/eu.json
@@ -7,11 +7,6 @@
"history": "Historia",
"mailbox": "Postontzia",
"shopping_list": "Erosketa zerrenda",
- "dev-services": "Zerbitzuak",
- "dev-states": "Egoerak",
- "dev-events": "Gertaerak",
- "dev-templates": "Txantiloiak",
- "dev-mqtt": "MQTT",
"dev-info": "Informazioa",
"developer_tools": "Garatzaileentzako tresnak",
"calendar": "Egutegia",
@@ -240,6 +235,25 @@
"clear_completed": "Osatutakoak ezabatu",
"add_item": "Artikulua gehitu"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Zerbitzuak"
+ },
+ "states": {
+ "title": "Egoerak"
+ },
+ "events": {
+ "title": "Gertaerak"
+ },
+ "templates": {
+ "title": "Txantiloiak"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"mailbox": {
"empty": "Ez duzu mezurik",
"delete_prompt": "Mezu hau ezabatu?",
diff --git a/translations/fa.json b/translations/fa.json
index 76ca649b56..378a2b2384 100644
--- a/translations/fa.json
+++ b/translations/fa.json
@@ -7,11 +7,6 @@
"history": "تاریخچه",
"mailbox": "صندوق پستی",
"shopping_list": "لیست خرید",
- "dev-services": "خدمات",
- "dev-states": "ایالت ها",
- "dev-events": "رویدادها",
- "dev-templates": "قالب ها",
- "dev-mqtt": "MQTT",
"dev-info": "اطلاعات",
"calendar": "تقویم"
},
@@ -298,6 +293,25 @@
"shopping-list": {
"add_item": "اضافه کردن آیتم"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "خدمات"
+ },
+ "states": {
+ "title": "ایالت ها"
+ },
+ "events": {
+ "title": "رویدادها"
+ },
+ "templates": {
+ "title": "قالب ها"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "نمایش نوشته ها برای"
},
diff --git a/translations/fi.json b/translations/fi.json
index 9ce7e8f76e..1c5964f5f9 100644
--- a/translations/fi.json
+++ b/translations/fi.json
@@ -7,11 +7,6 @@
"history": "Historia",
"mailbox": "Postilaatikko",
"shopping_list": "Ostoslista",
- "dev-services": "Palvelut",
- "dev-states": "Tilat",
- "dev-events": "Tapahtumat",
- "dev-templates": "Mallit",
- "dev-mqtt": "MQTT",
"dev-info": "Tiedot",
"developer_tools": "Kehittäjän työkalut",
"calendar": "Kalenteri",
@@ -312,6 +307,25 @@
"add_item": "Lisää tavara",
"microphone_tip": "Paina mikrofonia oikeassa yläkulmassa ja sano \"Lisää karkkipussi ostoslistalleni\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Palvelut"
+ },
+ "states": {
+ "title": "Tilat"
+ },
+ "events": {
+ "title": "Tapahtumat"
+ },
+ "templates": {
+ "title": "Mallit"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Näytetään tapahtumat alkaen",
"period": "aikajakso"
diff --git a/translations/fr.json b/translations/fr.json
index ab54cf2764..8628c2f489 100644
--- a/translations/fr.json
+++ b/translations/fr.json
@@ -7,11 +7,6 @@
"history": "Historique",
"mailbox": "Boîtes aux lettres",
"shopping_list": "Liste de courses",
- "dev-services": "Services",
- "dev-states": "États",
- "dev-events": "Événements",
- "dev-templates": "Templates",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Outils de développement",
"calendar": "Calendrier",
@@ -313,6 +308,25 @@
"add_item": "Ajouter un élément",
"microphone_tip": "Cliquez sur le microphone en haut à droite et dites “Ajouter des bonbons à ma liste d'achat”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Services"
+ },
+ "states": {
+ "title": "États"
+ },
+ "events": {
+ "title": "Événements"
+ },
+ "templates": {
+ "title": "Templates"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Afficher les entrées pour",
"period": "Période"
diff --git a/translations/gsw.json b/translations/gsw.json
index bb44bd5fb2..59074d5669 100644
--- a/translations/gsw.json
+++ b/translations/gsw.json
@@ -7,7 +7,6 @@
"history": "Vrlouf",
"mailbox": "Postigang",
"shopping_list": "Ichoufsliste",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"calendar": "Kaländer",
"profile": "Profiu"
@@ -258,10 +257,14 @@
"sidebar": {
"log_out": "Uslogge"
},
- "common": {
- "loading": "Lade"
- },
"panel": {
+ "developer-tools": {
+ "tabs": {
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"period": "Periode"
},
@@ -419,6 +422,9 @@
}
}
},
+ "common": {
+ "loading": "Lade"
+ },
"login-form": {
"password": "Passwort"
},
diff --git a/translations/he.json b/translations/he.json
index 4e016f5ac5..5c3448361e 100644
--- a/translations/he.json
+++ b/translations/he.json
@@ -7,11 +7,6 @@
"history": "היסטוריה",
"mailbox": "תיבת דואר",
"shopping_list": "רשימת קניות",
- "dev-services": "שירותים",
- "dev-states": "מצבים",
- "dev-events": "אירועים",
- "dev-templates": "תבניות",
- "dev-mqtt": "MQTT",
"dev-info": "מידע",
"developer_tools": "כלים למפתחים",
"calendar": "לוח שנה",
@@ -312,6 +307,25 @@
"add_item": "הוסף פריט",
"microphone_tip": "לחץ על המיקרופון למעלה מצד ימין ותאמר \"הוסף סוכריה לרשימת הקניות שלי\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "שירותים"
+ },
+ "states": {
+ "title": "מצבים"
+ },
+ "events": {
+ "title": "אירועים"
+ },
+ "templates": {
+ "title": "תבניות"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "מציג רשומות עבור",
"period": "תקופה"
diff --git a/translations/hi.json b/translations/hi.json
index b5ed116b23..35182fea34 100644
--- a/translations/hi.json
+++ b/translations/hi.json
@@ -7,10 +7,6 @@
"history": "इतिहास",
"mailbox": "मेलबॉक्स",
"shopping_list": "खरीदारी की सूची",
- "dev-services": "सेवाएं",
- "dev-events": "घटनाओं",
- "dev-templates": "टेम्पलेट्स",
- "dev-mqtt": "MQTT",
"dev-info": "जानकारी",
"developer_tools": "डेवलपर उपकरण"
},
@@ -118,6 +114,22 @@
"add_item": "आइटम जोड़ें",
"microphone_tip": "ऊपर दाईं ओर माइक्रोफ़ोन टैप करें और \"मेरी खरीदारी सूची में कैंडी जोड़ें\" कहें"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "सेवाएं"
+ },
+ "events": {
+ "title": "घटनाओं"
+ },
+ "templates": {
+ "title": "टेम्पलेट्स"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"config": {
"zwave": {
"caption": "Z-Wave"
diff --git a/translations/hr.json b/translations/hr.json
index e4e7d63d99..d683367254 100644
--- a/translations/hr.json
+++ b/translations/hr.json
@@ -7,11 +7,6 @@
"history": "Povijest",
"mailbox": "Pošta",
"shopping_list": "Popis za kupovinu",
- "dev-services": "Usluge",
- "dev-states": "Status",
- "dev-events": "Događaji",
- "dev-templates": "Predlošci",
- "dev-mqtt": "MQTT",
"dev-info": "Informacije",
"developer_tools": "Razvojni alati",
"calendar": "Kalendar",
@@ -290,6 +285,25 @@
"add_item": "Dodaj stavku",
"microphone_tip": "Dodirnite mikrofon u gornjem desnom kutu i recite “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Usluge"
+ },
+ "states": {
+ "title": "Status"
+ },
+ "events": {
+ "title": "Događaji"
+ },
+ "templates": {
+ "title": "Predlošci"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Prikazivanje stavki za",
"period": "Razdoblje"
diff --git a/translations/hu.json b/translations/hu.json
index f4d0d9fc7f..c74f2bacc7 100644
--- a/translations/hu.json
+++ b/translations/hu.json
@@ -7,11 +7,6 @@
"history": "Előzmények",
"mailbox": "Postafiók",
"shopping_list": "Bevásárló lista",
- "dev-services": "Szolgáltatások",
- "dev-states": "Állapotok",
- "dev-events": "Események",
- "dev-templates": "Sablonok",
- "dev-mqtt": "MQTT",
"dev-info": "Infó",
"developer_tools": "Fejlesztői eszközök",
"calendar": "Naptár",
@@ -313,6 +308,25 @@
"add_item": "Tétel hozzáadása",
"microphone_tip": "Koppints a jobb felső sarokban található mikrofonra, és mondd ki: \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Szolgáltatások"
+ },
+ "states": {
+ "title": "Állapotok"
+ },
+ "events": {
+ "title": "Események"
+ },
+ "templates": {
+ "title": "Sablonok"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Bejegyzések megjelenítése",
"period": "Időtartam"
diff --git a/translations/id.json b/translations/id.json
index e4156af4e9..3428462df3 100644
--- a/translations/id.json
+++ b/translations/id.json
@@ -7,11 +7,6 @@
"history": "Riwayat",
"mailbox": "Kotak pesan",
"shopping_list": "Daftar belanja",
- "dev-services": "Layanan",
- "dev-states": "Status",
- "dev-events": "Event",
- "dev-templates": "Template",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Alat pengembang",
"calendar": "Kalender"
@@ -304,6 +299,25 @@
"add_item": "Tambah item",
"microphone_tip": "Sentuh mikrofon di kanan atas dan ucapkan \"Tambahkan permen ke daftar belanjaku\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Layanan"
+ },
+ "states": {
+ "title": "Status"
+ },
+ "events": {
+ "title": "Event"
+ },
+ "templates": {
+ "title": "Template"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Menampilkan daftar dari",
"period": "Periode"
diff --git a/translations/is.json b/translations/is.json
index 7dff987057..044c54dd73 100644
--- a/translations/is.json
+++ b/translations/is.json
@@ -7,11 +7,6 @@
"history": "Saga",
"mailbox": "Pósthólf",
"shopping_list": "Innkaupalisti",
- "dev-services": "Þjónustur",
- "dev-states": "Stöður",
- "dev-events": "Viðburðir",
- "dev-templates": "Skapalón",
- "dev-mqtt": "MQTT",
"dev-info": "Upplýsingar",
"developer_tools": "Þróunarverkfæri",
"calendar": "Dagatal",
@@ -266,6 +261,25 @@
"add_item": "Bæta við hlut",
"microphone_tip": "Ýttu á hljóðnemann efst til hægri og segðu \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Þjónustur"
+ },
+ "states": {
+ "title": "Stöður"
+ },
+ "events": {
+ "title": "Viðburðir"
+ },
+ "templates": {
+ "title": "Skapalón"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Sýni færslur fyrir",
"period": "Tímabil"
diff --git a/translations/it.json b/translations/it.json
index fff35ed5a1..4e4a3f6cd0 100644
--- a/translations/it.json
+++ b/translations/it.json
@@ -7,11 +7,6 @@
"history": "Storico",
"mailbox": "Posta",
"shopping_list": "Lista della spesa",
- "dev-services": "Servizi",
- "dev-states": "Stati",
- "dev-events": "Eventi",
- "dev-templates": "Modelli",
- "dev-mqtt": "MQTT",
"dev-info": "Informazioni",
"developer_tools": "Strumenti per gli sviluppatori",
"calendar": "Calendario",
@@ -313,6 +308,25 @@
"add_item": "Aggiungi articolo",
"microphone_tip": "Tocca il microfono in alto a destra e dì \"Aggiungi caramelle alla mia lista della spesa\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Servizi"
+ },
+ "states": {
+ "title": "Stati"
+ },
+ "events": {
+ "title": "Eventi"
+ },
+ "templates": {
+ "title": "Modelli"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Mostra registrazioni per",
"period": "Periodo"
diff --git a/translations/ja.json b/translations/ja.json
index 847c6ccbfe..adb041387f 100644
--- a/translations/ja.json
+++ b/translations/ja.json
@@ -7,10 +7,6 @@
"history": "履歴",
"mailbox": "メールボックス",
"shopping_list": "買い物リスト",
- "dev-services": "サービス",
- "dev-events": "イベント",
- "dev-templates": "テンプレート",
- "dev-mqtt": "MQTT",
"developer_tools": "開発者ツール",
"calendar": "カレンダー"
},
@@ -176,6 +172,22 @@
"clear_completed": "削除完了",
"add_item": "アイテムを追加"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "サービス"
+ },
+ "events": {
+ "title": "イベント"
+ },
+ "templates": {
+ "title": "テンプレート"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"period": "期間"
},
diff --git a/translations/ko.json b/translations/ko.json
index 0e0c2cac62..6f5bfdbcf1 100644
--- a/translations/ko.json
+++ b/translations/ko.json
@@ -7,11 +7,6 @@
"history": "히스토리",
"mailbox": "메일함",
"shopping_list": "장보기목록",
- "dev-services": "서비스",
- "dev-states": "상태",
- "dev-events": "이벤트",
- "dev-templates": "템플릿",
- "dev-mqtt": "MQTT",
"dev-info": "정보",
"developer_tools": "개발자도구",
"calendar": "캘린더",
@@ -313,6 +308,25 @@
"add_item": "항목추가",
"microphone_tip": "우상단 마이크를 탭하고 \"Add candy to my shopping list\"라고 말해보세요"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "서비스"
+ },
+ "states": {
+ "title": "상태"
+ },
+ "events": {
+ "title": "이벤트"
+ },
+ "templates": {
+ "title": "템플릿"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "다음 날짜의 항목을 표시",
"period": "기간"
diff --git a/translations/lb.json b/translations/lb.json
index 0d727e0122..9908471056 100644
--- a/translations/lb.json
+++ b/translations/lb.json
@@ -7,11 +7,6 @@
"history": "Verlaf",
"mailbox": "Bréifkëscht",
"shopping_list": "Akafslëscht",
- "dev-services": "Servicen",
- "dev-states": "Zoustänn",
- "dev-events": "Evenementer",
- "dev-templates": "Modeller",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Entwécklungsgeschir",
"calendar": "Kalenner",
@@ -312,6 +307,25 @@
"add_item": "Objet dobäisetze",
"microphone_tip": "Tipp uewe riets op de Mikro a so “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Servicen"
+ },
+ "states": {
+ "title": "Zoustänn"
+ },
+ "events": {
+ "title": "Evenementer"
+ },
+ "templates": {
+ "title": "Modeller"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Weist Beiträg fir",
"period": "Zäitraum"
diff --git a/translations/lt.json b/translations/lt.json
index 17933db622..5c31f66676 100644
--- a/translations/lt.json
+++ b/translations/lt.json
@@ -7,7 +7,6 @@
"history": "Istorija",
"mailbox": "Pašto dėžutė",
"shopping_list": "Pirkinių sąrašas",
- "dev-mqtt": "MQTT",
"profile": "Vartotojo profilis"
},
"state": {
@@ -159,12 +158,14 @@
"sidebar": {
"log_out": "Atsijungti"
},
- "duration": {
- "day": "{count} {count, plural,\n one {diena}\n other {dienos}\n}",
- "week": "count} {count, plural,\n one {savaitė}\n other {savaitės}\n}",
- "second": "{count} {count, plural,\n one {sekundė}\n other {sekundės}\n}"
- },
"panel": {
+ "developer-tools": {
+ "tabs": {
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"config": {
"zwave": {
"caption": "Z-Wave"
@@ -445,6 +446,11 @@
}
}
},
+ "duration": {
+ "day": "{count} {count, plural,\n one {diena}\n other {dienos}\n}",
+ "week": "count} {count, plural,\n one {savaitė}\n other {savaitės}\n}",
+ "second": "{count} {count, plural,\n one {sekundė}\n other {sekundės}\n}"
+ },
"common": {
"save": "Išsaugoti"
},
diff --git a/translations/lv.json b/translations/lv.json
index 8974de86ce..485feae605 100644
--- a/translations/lv.json
+++ b/translations/lv.json
@@ -7,11 +7,6 @@
"history": "Vēsture",
"mailbox": "Pastkaste",
"shopping_list": "Iepirkumu saraksts",
- "dev-services": "Pakalpojumi",
- "dev-states": "Stāvokļi",
- "dev-events": "Notikumi",
- "dev-templates": "Veidnes",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Izstrādātāju rīki",
"calendar": "Kalendārs",
@@ -297,6 +292,25 @@
"add_item": "Pievienot vienumu",
"microphone_tip": "Pieskarieties mikrofonam augšējā labajā stūrī un sakiet \"Pievienojiet konfektes manam iepirkumu sarakstam\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Pakalpojumi"
+ },
+ "states": {
+ "title": "Stāvokļi"
+ },
+ "events": {
+ "title": "Notikumi"
+ },
+ "templates": {
+ "title": "Veidnes"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Rāda ierakstus par",
"period": "Periods"
diff --git a/translations/nb.json b/translations/nb.json
index 5f3d33ba65..feaf474cae 100644
--- a/translations/nb.json
+++ b/translations/nb.json
@@ -7,11 +7,6 @@
"history": "Historie",
"mailbox": "Postkasse",
"shopping_list": "Handleliste",
- "dev-services": "Tjenester",
- "dev-states": "Statuser",
- "dev-events": "Hendelser",
- "dev-templates": "Maler",
- "dev-mqtt": "MQTT",
"dev-info": "Informasjon",
"developer_tools": "Utviklerverktøy",
"calendar": "Kalender",
@@ -313,6 +308,25 @@
"add_item": "Legg til",
"microphone_tip": "Aktiver mikrofonen øverst til høyre og si “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Tjenester"
+ },
+ "states": {
+ "title": "Statuser"
+ },
+ "events": {
+ "title": "Hendelser"
+ },
+ "templates": {
+ "title": "Maler"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Viser oppføringer for",
"period": "Periode"
diff --git a/translations/nl.json b/translations/nl.json
index ea1190939b..aadabecaf4 100644
--- a/translations/nl.json
+++ b/translations/nl.json
@@ -7,11 +7,6 @@
"history": "Geschiedenis",
"mailbox": "Postvak",
"shopping_list": "Boodschappenlijst",
- "dev-services": "Services",
- "dev-states": "Toestanden",
- "dev-events": "Gebeurtenissen",
- "dev-templates": "Sjablonen",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Ontwikkelaarstools",
"calendar": "Kalender",
@@ -313,6 +308,25 @@
"add_item": "Item toevoegen",
"microphone_tip": "Tik op de microfoon rechtsboven en zeg \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Services"
+ },
+ "states": {
+ "title": "Toestanden"
+ },
+ "events": {
+ "title": "Gebeurtenissen"
+ },
+ "templates": {
+ "title": "Sjablonen"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Toon items voor",
"period": "Periode"
diff --git a/translations/nn.json b/translations/nn.json
index 17b3aeaa4c..dcee8f2c1d 100644
--- a/translations/nn.json
+++ b/translations/nn.json
@@ -7,11 +7,6 @@
"history": "Historie",
"mailbox": "Postkasse",
"shopping_list": "Handleliste",
- "dev-services": "Tenester",
- "dev-states": "Statusar",
- "dev-events": "Hendingar",
- "dev-templates": "Malar",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Utviklarverkty",
"calendar": "Kalendrar",
@@ -312,6 +307,25 @@
"add_item": "Legg til",
"microphone_tip": "Trykk på mikorfonen øvst til høgre og sei \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Tenester"
+ },
+ "states": {
+ "title": "Statusar"
+ },
+ "events": {
+ "title": "Hendingar"
+ },
+ "templates": {
+ "title": "Malar"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Viser oppføringer for",
"period": "Periode"
diff --git a/translations/pl.json b/translations/pl.json
index 6001b6a8dc..323618fe8a 100644
--- a/translations/pl.json
+++ b/translations/pl.json
@@ -7,11 +7,6 @@
"history": "Historia",
"mailbox": "Poczta",
"shopping_list": "Lista zakupów",
- "dev-services": "Usługi",
- "dev-states": "Stany",
- "dev-events": "Zdarzenia",
- "dev-templates": "Szablony",
- "dev-mqtt": "MQTT",
"dev-info": "Informacje",
"developer_tools": "Narzędzia deweloperskie",
"calendar": "Kalendarz",
@@ -313,6 +308,25 @@
"add_item": "Dodaj element",
"microphone_tip": "Kliknij ikonę mikrofonu w prawym górnym rogu i powiedz “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Usługi"
+ },
+ "states": {
+ "title": "Stany"
+ },
+ "events": {
+ "title": "Zdarzenia"
+ },
+ "templates": {
+ "title": "Szablony"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Wyświetlanie rekordów dla",
"period": "Okres"
diff --git a/translations/pt-BR.json b/translations/pt-BR.json
index c88be5b110..680715460c 100644
--- a/translations/pt-BR.json
+++ b/translations/pt-BR.json
@@ -7,11 +7,6 @@
"history": "Histórico",
"mailbox": "Caixa de correio",
"shopping_list": "Lista de compras",
- "dev-services": "Serviços",
- "dev-states": "Estado",
- "dev-events": "Eventos",
- "dev-templates": "Modelos",
- "dev-mqtt": "",
"dev-info": "Informações",
"developer_tools": "Ferramentas do desenvolvedor",
"calendar": "Calendário",
@@ -312,6 +307,25 @@
"add_item": "Adicionar item",
"microphone_tip": "Clique no microfone no canto superior direito e diga \"Adicionar doces à minha lista de compras\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Serviços"
+ },
+ "states": {
+ "title": "Estado"
+ },
+ "events": {
+ "title": "Eventos"
+ },
+ "templates": {
+ "title": "Modelos"
+ },
+ "mqtt": {
+ "title": ""
+ }
+ }
+ },
"history": {
"showing_entries": "Exibindo entradas para",
"period": "Período"
diff --git a/translations/pt.json b/translations/pt.json
index c9e196dcf9..96ad42681f 100644
--- a/translations/pt.json
+++ b/translations/pt.json
@@ -7,11 +7,6 @@
"history": "Histórico",
"mailbox": "Caixa de correio",
"shopping_list": "Lista de compras",
- "dev-services": "Serviços",
- "dev-states": "Estados",
- "dev-events": "Eventos",
- "dev-templates": "Modelos",
- "dev-mqtt": "MQTT",
"dev-info": "Informações",
"developer_tools": "Ferramentas de programação",
"calendar": "Calendário",
@@ -312,6 +307,25 @@
"add_item": "Adicionar item",
"microphone_tip": "Clique no microfone do canto superior direito e diga “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Serviços"
+ },
+ "states": {
+ "title": "Estados"
+ },
+ "events": {
+ "title": "Eventos"
+ },
+ "templates": {
+ "title": "Modelos"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Mostrar valores para",
"period": "Período"
diff --git a/translations/ro.json b/translations/ro.json
index 372d1e342c..ca889f7b97 100644
--- a/translations/ro.json
+++ b/translations/ro.json
@@ -7,11 +7,6 @@
"history": "Istoric",
"mailbox": "Cutie poștală",
"shopping_list": "Listă de cumpărături",
- "dev-services": "Servicii",
- "dev-states": "Status",
- "dev-events": "Evenimente",
- "dev-templates": "Sabloane",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Instrumente de dezvoltare",
"calendar": "Calendar",
@@ -311,6 +306,25 @@
"add_item": "Adaugare element",
"microphone_tip": "Atingeți microfonul din partea dreaptă sus și spuneți \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Servicii"
+ },
+ "states": {
+ "title": "Status"
+ },
+ "events": {
+ "title": "Evenimente"
+ },
+ "templates": {
+ "title": "Sabloane"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Se afișează intrările pentru",
"period": "Perioadă"
diff --git a/translations/ru.json b/translations/ru.json
index 2515a80f54..062eb41bff 100644
--- a/translations/ru.json
+++ b/translations/ru.json
@@ -7,11 +7,6 @@
"history": "История",
"mailbox": "Почта",
"shopping_list": "Список покупок",
- "dev-services": "Службы",
- "dev-states": "Состояния",
- "dev-events": "События",
- "dev-templates": "Шаблоны",
- "dev-mqtt": "MQTT",
"dev-info": "Информация",
"developer_tools": "Инструменты разработчика",
"calendar": "Календарь",
@@ -313,6 +308,25 @@
"add_item": "Добавить элемент",
"microphone_tip": "Нажмите на микрофон в правом верхнем углу и скажите “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Службы"
+ },
+ "states": {
+ "title": "Состояния"
+ },
+ "events": {
+ "title": "События"
+ },
+ "templates": {
+ "title": "Шаблоны"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Отображение записей за",
"period": "Период"
diff --git a/translations/sk.json b/translations/sk.json
index bd3496997b..ed21bb4421 100644
--- a/translations/sk.json
+++ b/translations/sk.json
@@ -7,11 +7,6 @@
"history": "História",
"mailbox": "Poštová schránka",
"shopping_list": "Nákupný zoznam",
- "dev-services": "Služby",
- "dev-states": "Stavy",
- "dev-events": "Udalosti",
- "dev-templates": "Šablóny",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Vývojárske nástroje",
"calendar": "Kalendár",
@@ -313,6 +308,25 @@
"add_item": "Pridať položku",
"microphone_tip": "Kliknite na ikonu mikrofónu vpravo hore a povedzte “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Služby"
+ },
+ "states": {
+ "title": "Stavy"
+ },
+ "events": {
+ "title": "Udalosti"
+ },
+ "templates": {
+ "title": "Šablóny"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Zobrazujú sa záznamy pre",
"period": "Obdobie"
diff --git a/translations/sl.json b/translations/sl.json
index afd4806eea..61ed8df576 100644
--- a/translations/sl.json
+++ b/translations/sl.json
@@ -7,11 +7,6 @@
"history": "Zgodovina",
"mailbox": "Nabiralnik",
"shopping_list": "Nakupovalni seznam",
- "dev-services": "Storitve",
- "dev-states": "Stanja",
- "dev-events": "Dogodki",
- "dev-templates": "Predloge",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Orodja za razvijalce",
"calendar": "Koledar",
@@ -313,6 +308,25 @@
"add_item": "Dodaj potrebščino",
"microphone_tip": "Tapnite mikrofon zgoraj desno in recite (Le ANG) \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Storitve"
+ },
+ "states": {
+ "title": "Stanja"
+ },
+ "events": {
+ "title": "Dogodki"
+ },
+ "templates": {
+ "title": "Predloge"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Prikaz vnosov za",
"period": "Obdobje"
diff --git a/translations/sr-Latn.json b/translations/sr-Latn.json
index a17d3282d7..752344ee96 100644
--- a/translations/sr-Latn.json
+++ b/translations/sr-Latn.json
@@ -6,14 +6,20 @@
"logbook": "Dnevnik",
"history": "Istorija",
"mailbox": "Poštansko sanduče",
- "shopping_list": "Lista za kupovinu",
- "dev-mqtt": "MQTT"
+ "shopping_list": "Lista za kupovinu"
},
"ui": {
"sidebar": {
"log_out": "Odjaviti se"
},
"panel": {
+ "developer-tools": {
+ "tabs": {
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"config": {
"zwave": {
"caption": "Z-Wave"
diff --git a/translations/sr.json b/translations/sr.json
index 08263d5752..d56598be8a 100644
--- a/translations/sr.json
+++ b/translations/sr.json
@@ -7,7 +7,6 @@
"history": "Историја",
"mailbox": "Поштанско сандуче",
"shopping_list": "Листа за куповину",
- "dev-mqtt": "MQTT",
"calendar": "Kalendar"
},
"state": {
@@ -55,6 +54,13 @@
"log_out": "Одјавити се"
},
"panel": {
+ "developer-tools": {
+ "tabs": {
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"config": {
"zwave": {
"caption": "Z-Wave"
diff --git a/translations/sv.json b/translations/sv.json
index 2d9b0986e0..21ac2f24fb 100644
--- a/translations/sv.json
+++ b/translations/sv.json
@@ -7,11 +7,6 @@
"history": "Historik",
"mailbox": "Brevlåda",
"shopping_list": "Inköpslista",
- "dev-services": "Tjänster",
- "dev-states": "Tillstånd",
- "dev-events": "Händelser",
- "dev-templates": "Mallar",
- "dev-mqtt": "MQTT",
"dev-info": "Info",
"developer_tools": "Utvecklarverktyg",
"calendar": "Kalender",
@@ -312,6 +307,25 @@
"add_item": "Lägg till objekt",
"microphone_tip": "Tryck på mikrofonen längst upp till höger och säg \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Tjänster"
+ },
+ "states": {
+ "title": "Tillstånd"
+ },
+ "events": {
+ "title": "Händelser"
+ },
+ "templates": {
+ "title": "Mallar"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Visar poster för",
"period": "Period"
diff --git a/translations/ta.json b/translations/ta.json
index faada65fd4..bcc4c774b3 100644
--- a/translations/ta.json
+++ b/translations/ta.json
@@ -6,8 +6,7 @@
"logbook": "பதிவேடுகள்",
"history": "வரலாறு",
"mailbox": "அஞ்சல் பெட்டி",
- "shopping_list": "பொருட்கள் பட்டியல்",
- "dev-mqtt": "MQTT"
+ "shopping_list": "பொருட்கள் பட்டியல்"
},
"state": {
"default": {
@@ -236,17 +235,24 @@
"sidebar": {
"log_out": "வெளியேறு"
},
- "login-form": {
- "password": "கடவுச்சொல்",
- "remember": "நினைவில் கொள்",
- "log_in": "உள் நுழை"
- },
"panel": {
+ "developer-tools": {
+ "tabs": {
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"config": {
"zwave": {
"caption": "Z-Wave"
}
}
+ },
+ "login-form": {
+ "password": "கடவுச்சொல்",
+ "remember": "நினைவில் கொள்",
+ "log_in": "உள் நுழை"
}
},
"domain": {
diff --git a/translations/te.json b/translations/te.json
index a9c750d869..1a6fe5a872 100644
--- a/translations/te.json
+++ b/translations/te.json
@@ -7,11 +7,6 @@
"history": "చరిత్ర",
"mailbox": "మెయిల్ బాక్స్",
"shopping_list": "షాపింగ్ జాబితా",
- "dev-services": "సేవలు",
- "dev-states": "స్టేట్స్",
- "dev-events": "సంఘటనలు",
- "dev-templates": "టెంప్లేట్లు",
- "dev-mqtt": "MQTT",
"dev-info": "సమాచారం",
"developer_tools": "డెవలపర్ టూల్స్",
"calendar": "క్యాలెండర్"
@@ -287,6 +282,25 @@
"add_item": "క్రొత్తది జోడించు",
"microphone_tip": "కుడి వైపున మైక్రోఫోన్ను నొక్కి, “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "సేవలు"
+ },
+ "states": {
+ "title": "స్టేట్స్"
+ },
+ "events": {
+ "title": "సంఘటనలు"
+ },
+ "templates": {
+ "title": "టెంప్లేట్లు"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"period": "కాలం"
},
diff --git a/translations/th.json b/translations/th.json
index 50d72192c7..c23e3e6fef 100644
--- a/translations/th.json
+++ b/translations/th.json
@@ -7,11 +7,6 @@
"history": "ประวัติการทำงาน",
"mailbox": "กล่องจดหมาย",
"shopping_list": "รายการซื้อของ",
- "dev-services": "บริการ",
- "dev-states": "สถานะ",
- "dev-events": "เหตุการณ์",
- "dev-templates": "แม่แบบ",
- "dev-mqtt": "MQTT",
"dev-info": "ข้อมูล",
"developer_tools": "เครื่องมือสำหรับนักพัฒนา",
"calendar": "ปฏิทิน",
@@ -312,6 +307,25 @@
"add_item": "เพิ่มรายการใหม่",
"microphone_tip": "ลองแตะไมโครโฟนที่ด้านบนขวาและพูดว่า \"เพิ่มลูกอมลงในรายการช้อปปิ้งของฉัน\" ดูสิ!"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "บริการ"
+ },
+ "states": {
+ "title": "สถานะ"
+ },
+ "events": {
+ "title": "เหตุการณ์"
+ },
+ "templates": {
+ "title": "แม่แบบ"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "วันที่ต้องการแสดง",
"period": "ช่วงเวลา"
diff --git a/translations/tr.json b/translations/tr.json
index 6d10e633b0..aa649a80dc 100644
--- a/translations/tr.json
+++ b/translations/tr.json
@@ -7,11 +7,6 @@
"history": "Geçmiş",
"mailbox": "Posta kutusu",
"shopping_list": "Alışveriş listesi",
- "dev-services": "Servisler",
- "dev-states": "Durumlar",
- "dev-events": "Olaylar",
- "dev-templates": "Taslaklar",
- "dev-mqtt": "MQTT",
"dev-info": "Bilgi",
"developer_tools": "Geliştirici araçları",
"calendar": "Takvim",
@@ -291,6 +286,25 @@
"add_item": "Öge Ekle",
"microphone_tip": "Sağ üstteki mikrofona dokunun ve \"alışveriş listeme şeker ekle\" deyin"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Servisler"
+ },
+ "states": {
+ "title": "Durumlar"
+ },
+ "events": {
+ "title": "Olaylar"
+ },
+ "templates": {
+ "title": "Taslaklar"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Gösterilen girişler",
"period": "Dönem"
diff --git a/translations/uk.json b/translations/uk.json
index f4528c3b2d..48f2134b90 100644
--- a/translations/uk.json
+++ b/translations/uk.json
@@ -7,11 +7,6 @@
"history": "Історія",
"mailbox": "Поштова скринька",
"shopping_list": "Список покупок",
- "dev-services": "Послуги",
- "dev-states": "Стан",
- "dev-events": "Події",
- "dev-templates": "Шаблони",
- "dev-mqtt": "MQTT",
"dev-info": "Інформація",
"developer_tools": "Інструменти для розробників",
"calendar": "Календар",
@@ -311,6 +306,25 @@
"add_item": "Додати елемент",
"microphone_tip": "Торкніться мікрофона у верхньому правому куті та скажіть \"Add candy to my shopping list\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Послуги"
+ },
+ "states": {
+ "title": "Стан"
+ },
+ "events": {
+ "title": "Події"
+ },
+ "templates": {
+ "title": "Шаблони"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Показані записи для",
"period": "Період"
diff --git a/translations/vi.json b/translations/vi.json
index 3fa677041b..698050b0ec 100644
--- a/translations/vi.json
+++ b/translations/vi.json
@@ -7,11 +7,6 @@
"history": "Lịch sử",
"mailbox": "Hộp thư",
"shopping_list": "Danh sách mua sắm",
- "dev-services": "Dịch vụ",
- "dev-states": "Trạng thái",
- "dev-events": "Sự kiện",
- "dev-templates": "Mẫu sẵn",
- "dev-mqtt": "MQTT",
"dev-info": "Thông tin",
"developer_tools": "Công cụ Nhà phát triển",
"calendar": "Lịch",
@@ -310,6 +305,25 @@
"add_item": "Thêm mục",
"microphone_tip": "Chạm vào micrô ở trên cùng bên phải và nói \"Thêm kẹo vào danh sách mua sắm của tôi\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "Dịch vụ"
+ },
+ "states": {
+ "title": "Trạng thái"
+ },
+ "events": {
+ "title": "Sự kiện"
+ },
+ "templates": {
+ "title": "Mẫu sẵn"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "Hiển thị mục cho",
"period": "Giai đoạn"
diff --git a/translations/zh-Hans.json b/translations/zh-Hans.json
index 4935d67f16..e8048ab303 100644
--- a/translations/zh-Hans.json
+++ b/translations/zh-Hans.json
@@ -7,11 +7,6 @@
"history": "历史",
"mailbox": "邮箱",
"shopping_list": "购物清单",
- "dev-services": "服务",
- "dev-states": "状态",
- "dev-events": "事件",
- "dev-templates": "模板",
- "dev-mqtt": "MQTT",
"dev-info": "信息",
"developer_tools": "开发者工具",
"calendar": "日历",
@@ -313,6 +308,25 @@
"add_item": "添加项目",
"microphone_tip": "点击右上角麦克风图标并说 “Add candy to my shopping list”"
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "服务"
+ },
+ "states": {
+ "title": "状态"
+ },
+ "events": {
+ "title": "事件"
+ },
+ "templates": {
+ "title": "模板"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "显示自以下日期的图表",
"period": "日期范围"
diff --git a/translations/zh-Hant.json b/translations/zh-Hant.json
index 509ba6f560..67ac6b5ca7 100644
--- a/translations/zh-Hant.json
+++ b/translations/zh-Hant.json
@@ -7,11 +7,6 @@
"history": "歷史",
"mailbox": "郵箱",
"shopping_list": "購物清單",
- "dev-services": "服務",
- "dev-states": "狀態",
- "dev-events": "事件",
- "dev-templates": "模板",
- "dev-mqtt": "MQTT",
"dev-info": "資訊",
"developer_tools": "開發工具",
"calendar": "行事曆",
@@ -313,6 +308,25 @@
"add_item": "新加入清單",
"microphone_tip": "點擊右上角的麥克風圖示,並說\"加入糖果到我的購物清單內\""
},
+ "developer-tools": {
+ "tabs": {
+ "services": {
+ "title": "服務"
+ },
+ "states": {
+ "title": "狀態"
+ },
+ "events": {
+ "title": "事件"
+ },
+ "templates": {
+ "title": "模板"
+ },
+ "mqtt": {
+ "title": "MQTT"
+ }
+ }
+ },
"history": {
"showing_entries": "選擇要查看的時間",
"period": "期間長"