feat: add feedback module

This commit is contained in:
Jovan Krunić
2021-10-21 06:47:40 +00:00
parent 18ab8d592e
commit 867f9e9b83
13 changed files with 509 additions and 80 deletions

View File

@@ -3,10 +3,11 @@
"abort": "abort",
"app": {
"ui": {
"CLOSE": "Close"
"CLOSE": "Close",
"ERROR": "Error"
},
"errors": {
"UNKNOWN": "Unknown problem"
"UNKNOWN": "Unknown problem."
}
},
"common": {
@@ -84,6 +85,41 @@
"TITLE": "Favorites"
}
},
"feedback": {
"page": {
"TITLE": "Feedback"
},
"form": {
"name": {
"label": "Name",
"placeholder": "Your name"
},
"type": {
"label": "Type of feedback",
"values": {
"bug": "Bug",
"comment": "Comment"
}
},
"email": {
"label": "Mail",
"placeholder": "your@mailaddress.com"
},
"message": {
"label": "Message",
"placeholder": "Your message for us..."
},
"termsAgree": "I agree to provide the protocol data for easier traceability of errors. The data will not be forwarded to any third parties.",
"submit": "Submit",
"protocolData": {
"show": "Show protocol data",
"hide": "Hide protocol data"
}
},
"system_messages": {
"success": "Thank you for your feedback."
}
},
"map": {
"page": {
"TITLE": "Map",