Commit bff47a45 authored by Sven Franck's avatar Sven Franck

updated texts blocks for i18n

parent 6c952441
......@@ -11,7 +11,9 @@
"status_dict": {
"uploading": "Uploading",
"fetching": "Fetching Data",
"storing": "Storing Data"
"storing": "Storing Data",
"saving": "Saving",
"saved": "Saved"
},
"common_dict": {
"sign_in": "Sign in using:",
......@@ -27,7 +29,8 @@
"logout": "Logout",
"save": "Save",
"submit": "Submit",
"cancel": "Cancel"
"cancel": "Cancel",
"register": "Register"
},
"export_dict": {
"download": "Download"
......@@ -54,6 +57,10 @@
}
},
"page_dict": {
"thanks": {
"title": "Thanks",
"description": "Thanks for registering. You may now use the application."
},
"home": {
"title": "Dashboard"
},
......@@ -110,6 +117,7 @@
}
},
"validation_dict": {
"requires_auth": "Requires authorization.",
"external": "The input failed the external validator.",
"required": "Field is required but not found.",
"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