add translations to codeeditor

This commit is contained in:
Mario Pesch
2022-03-18 10:38:55 +01:00
parent 6097a56129
commit 669f0c2ade
3 changed files with 31 additions and 8 deletions
+13
View File
@@ -277,4 +277,17 @@ export const UI = {
*/
drawer_ideerror_head: "Oops something went wrong",
drawer_ideerror_text: "An error occurred while compiling, check your blocks",
/**
* Code Editor
* */
codeeditor_libraries_head: "Installed Arduino Libraries",
codeeditor_libraries_text:
"For documentation, view the installed libraries and their examples",
codeeditor_save_code: "Download code",
codeeditor_open_code: "Open code",
codeeditor_reset_code: "Reset code",
codeeditor_blockly_code: "Load blockly code",
codeeditor_compile_progress:
"Your code will now be compiled and then downloaded to your computer",
};