From 9fbec01a8141c8d89087b8a265b78140742b02da Mon Sep 17 00:00:00 2001 From: cTn Date: Thu, 8 May 2014 11:15:35 +0200 Subject: [PATCH] cli i18n support --- _locales/en/messages.json | 7 +++++++ tabs/cli.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a211d280..ff9412d7 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -423,5 +423,12 @@ }, "sensorsScale": { "message": "Scale:" + }, + + "cliInfo": { + "message": "Note: Leaving CLI tab or pressing Disconnect will automatically send \"exit\" to the board, which will make the controller save all the changes and restart." + }, + "cliInputPlaceholder": { + "message": "Write your command here" } } \ No newline at end of file diff --git a/tabs/cli.html b/tabs/cli.html index cb0ec8ca..5b1f4235 100644 --- a/tabs/cli.html +++ b/tabs/cli.html @@ -1,5 +1,5 @@
-

+

Note: Leaving CLI tab or pressing Disconnect will automatically send "exit" to the board, which will make the controller save all the changes and restart.

@@ -7,5 +7,5 @@
- + \ No newline at end of file