Commit bff47a45 authored by Sven Franck's avatar Sven Franck

updated texts blocks for i18n

parent 6c952441
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
"status_dict": { "status_dict": {
"uploading": "Uploading", "uploading": "Uploading",
"fetching": "Fetching Data", "fetching": "Fetching Data",
"storing": "Storing Data" "storing": "Storing Data",
"saving": "Saving",
"saved": "Saved"
}, },
"common_dict": { "common_dict": {
"sign_in": "Sign in using:", "sign_in": "Sign in using:",
...@@ -27,7 +29,8 @@ ...@@ -27,7 +29,8 @@
"logout": "Logout", "logout": "Logout",
"save": "Save", "save": "Save",
"submit": "Submit", "submit": "Submit",
"cancel": "Cancel" "cancel": "Cancel",
"register": "Register"
}, },
"export_dict": { "export_dict": {
"download": "Download" "download": "Download"
...@@ -54,6 +57,10 @@ ...@@ -54,6 +57,10 @@
} }
}, },
"page_dict": { "page_dict": {
"thanks": {
"title": "Thanks",
"description": "Thanks for registering. You may now use the application."
},
"home": { "home": {
"title": "Dashboard" "title": "Dashboard"
}, },
...@@ -110,6 +117,7 @@ ...@@ -110,6 +117,7 @@
} }
}, },
"validation_dict": { "validation_dict": {
"requires_auth": "Requires authorization.",
"external": "The input failed the external validator.", "external": "The input failed the external validator.",
"required": "Field is required but not found.", "required": "Field is required but not found.",
"too_much_input": "Too much input given.", "too_much_input": "Too much input given.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment