From fa2cc68139a967437d6bd7bcc9ef181cf26e54ba Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sun, 10 Dec 2017 13:47:33 -0500 Subject: [PATCH] Sidebar translations (#722) --- src/components/ha-sidebar.html | 16 ++++++++-------- src/translations/en.json | 13 +++++++++++-- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/components/ha-sidebar.html b/src/components/ha-sidebar.html index 6537df4642..48c1af5180 100644 --- a/src/components/ha-sidebar.html +++ b/src/components/ha-sidebar.html @@ -116,41 +116,41 @@ - [[haLocalize('panel', 'log_out')]] + [[haLocalize('ui.sidebar', 'log_out')]]
-
Developer Tools
+
[[haLocalize('ui.sidebar', 'developer_tools')]]
diff --git a/src/translations/en.json b/src/translations/en.json index 7db7e06935..49d4be1993 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5,9 +5,14 @@ "map": "Map", "logbook": "Logbook", "history": "History", - "log_out": "Log out", "mailbox": "Mailbox", - "shopping_list": "Shopping list" + "shopping_list": "Shopping list", + "dev-services": "Services", + "dev-states": "States", + "dev-events": "Events", + "dev-templates": "Templates", + "dev-mqtt": "MQTT", + "dev-info": "Info" }, "state": { "default": { @@ -224,6 +229,10 @@ } }, "ui": { + "sidebar": { + "developer_tools": "Developer tools", + "log_out": "Log out" + }, "panel": { "shopping-list": { "clear_completed": "Clear completed",