mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: add feedback module
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
"abort": "abbrechen",
|
||||
"app": {
|
||||
"ui": {
|
||||
"CLOSE": "Schließen"
|
||||
"CLOSE": "Schließen",
|
||||
"ERROR": "Fehler"
|
||||
},
|
||||
"errors": {
|
||||
"UNKNOWN": "Unbekannter Fehler"
|
||||
"UNKNOWN": "Unbekannter Fehler."
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
@@ -84,6 +85,41 @@
|
||||
"TITLE": "Favoriten"
|
||||
}
|
||||
},
|
||||
"feedback": {
|
||||
"page": {
|
||||
"TITLE": "Feedback"
|
||||
},
|
||||
"form": {
|
||||
"name": {
|
||||
"label": "Name",
|
||||
"placeholder": "Dein Name"
|
||||
},
|
||||
"type": {
|
||||
"label": "Feedback-Art",
|
||||
"values": {
|
||||
"bug": "Fehler",
|
||||
"comment": "Kommentar"
|
||||
}
|
||||
},
|
||||
"email": {
|
||||
"label": "E-Mail",
|
||||
"placeholder": "deine@mailadresse.de"
|
||||
},
|
||||
"message": {
|
||||
"label": "Nachricht",
|
||||
"placeholder": "Deine Nachricht an uns..."
|
||||
},
|
||||
"termsAgree": "Ich bin damit einverstanden, dass Protokolldaten zur Nachverfolgbarkeit von Fehlern mitversandt werden. Es erfolgt keine Weitergabe dieser Daten an Dritte.",
|
||||
"submit": "Absenden",
|
||||
"protocolData": {
|
||||
"show": "Protokolldaten einblenden",
|
||||
"hide": "Protokolldaten ausblenden"
|
||||
}
|
||||
},
|
||||
"system_messages": {
|
||||
"success": "Danke für Dein Feedback."
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"page": {
|
||||
"TITLE": "Karte",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user