aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/assets/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/assets/i18n/en.json')
-rw-r--r--webapp/src/assets/i18n/en.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/webapp/src/assets/i18n/en.json b/webapp/src/assets/i18n/en.json
new file mode 100644
index 0000000..c5f242c
--- /dev/null
+++ b/webapp/src/assets/i18n/en.json
@@ -0,0 +1,33 @@
+{
+ "LOGIN": {
+ "EMAIL": "Email",
+ "PASSWORD": "Password",
+ "SUBMIT_LOGIN": "Login"
+ },
+ "HOME": {
+ "TITLE": "Welcome"
+ },
+ "MENUBAR": {
+ "HOME": "Home",
+ "BUILD": "Build"
+ },
+ "SETTINGS": {
+ "HOME": {
+ "TITLE": "Settings"
+ }
+ },
+ "EVENT_EMMITER": {
+ "SEL_LANG": "Select Language"
+ },
+ "POPUP": {
+ "CONFIRM": "Confirm switching user",
+ "CANCEL": "Cancel",
+ "TIME-LEFT": "Time left",
+ "SECONDS": "seconds"
+ },
+ "TOOLTIP": {
+ "PROJECTS": {
+ "NEW": "new project successfully created"
+ }
+ }
+}