mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-01 03:20:54 +00:00
48b57e8c99
deleted: blocks.js new file: img/blocks/acknowledgements.html new file: img/blocks/button_pressed.svg new file: img/blocks/button_released.svg new file: img/blocks/controller_center_pressed.svg new file: img/blocks/controller_center_released.svg new file: img/blocks/controller_down_pressed.svg new file: img/blocks/controller_down_released.svg new file: img/blocks/controller_left_pressed.svg new file: img/blocks/controller_left_released.svg new file: img/blocks/controller_right_pressed.svg new file: img/blocks/controller_right_released.svg new file: img/blocks/controller_up_pressed.svg new file: img/blocks/controller_up_released.svg new file: img/blocks/switch_off.svg new file: img/blocks/switch_on.svg new file: lang/ESPUI.json
27 lines
810 B
JSON
27 lines
810 B
JSON
{
|
|
"langs":
|
|
{
|
|
"en-GB":
|
|
{
|
|
"keys":
|
|
{
|
|
"LANG_SUBCATERGORY_ESPUI": "User Interface",
|
|
"LANG_ESPUI_ESPUI_TITLE": "Title",
|
|
"LANG_ESPUI_ESPUI_HOTSPOT": "Enable Wifi Hotspot Code",
|
|
"LANG_ESPUI_ESPUI_TOOLTIP": "Creates a webinterface on the ESP32/ESP8266",
|
|
"LANG_ESPUI_BUTTON_BUTTON": "UI Button",
|
|
"LANG_ESPUI_NAME": "name",
|
|
"LANG_ESPUI_COLOR": "Color",
|
|
"LANG_ESPUI_TEXT": "Text",
|
|
"LANG_ESPUI_BUTTON_TOOLTIP": "A web interface button",
|
|
"LANG_ESPUI_LABEL_LABEL": "UI Label",
|
|
"LANG_ESPUI_LABEL": "Label",
|
|
"LANG_ESPUI_LABEL_TOOLTIP": "A web interface label you can update from your code",
|
|
"LANG_ESPUI_STATE": "State",
|
|
"LANG_ESPUI_SWITCH_SWITCH": "UI Switch",
|
|
"LANG_ESPUI_PAD_PAD": "UI Pad",
|
|
"LANG_ESPUI_PAD_CENTER": "Center button?"
|
|
}
|
|
}
|
|
}
|
|
} |