feat(quest): add full CRUD and image handling for hunt quests
This commit is contained in:
+37
-1
@@ -49,6 +49,7 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"400": "Falsche Daten",
|
||||
"401": "Bitte melde dich vorher an!",
|
||||
"404": "Nicht gefunden",
|
||||
"default": "Unbekannter Fehler",
|
||||
@@ -190,6 +191,41 @@
|
||||
"upload_title": "Antwort wird hochgeladen...",
|
||||
"your_answer": "Deine Antwort"
|
||||
},
|
||||
"quest_admin": {
|
||||
"add_quest": "Quest hinzufügen",
|
||||
"answers": "{n} Antworten",
|
||||
"create_title": "Quest erstellen",
|
||||
"delete_confirm": "Möchtest du diese Quest wirklich löschen? Alle Antworten gehen verloren!",
|
||||
"delete_picture": "Bild löschen",
|
||||
"delete_title": "Quest löschen",
|
||||
"description_de": "Beschreibung (Deutsch)",
|
||||
"description_en": "Beschreibung (Englisch)",
|
||||
"edit_title": "Quest bearbeiten",
|
||||
"extra_points": "Extrapunkte",
|
||||
"extra_text_de": "Extra-Text (Deutsch)",
|
||||
"extra_text_en": "Extra-Text (Englisch)",
|
||||
"location": "Ort",
|
||||
"location_link": "Orts-Link (URL)",
|
||||
"move_down": "Nach unten",
|
||||
"move_up": "Nach oben",
|
||||
"no_picture": "Kein Bild hochgeladen",
|
||||
"no_quests": "Noch keine Quests. Füge deine erste Quest hinzu!",
|
||||
"optional": "Optionale Quest",
|
||||
"picture": "Quest-Bild",
|
||||
"picture_required": "Bild erforderlich",
|
||||
"points": "Punkte",
|
||||
"question_de": "Frage (Deutsch)",
|
||||
"question_en": "Frage (Englisch)",
|
||||
"quests_title": "Quests",
|
||||
"save": "Speichern",
|
||||
"text_required": "Textantwort erforderlich",
|
||||
"text_solution": "Text-Lösung",
|
||||
"text_type": "Text-Typ",
|
||||
"text_unit": "Text-Einheit",
|
||||
"title_de": "Titel (Deutsch)",
|
||||
"title_en": "Titel (Englisch)",
|
||||
"upload_picture": "Bild hochladen"
|
||||
},
|
||||
"showcase": {
|
||||
"answers": "Antworten",
|
||||
"crew": "Crew",
|
||||
@@ -295,4 +331,4 @@
|
||||
"uploadFile": "Datei hochladen",
|
||||
"voteRating": "vote rating {value} of {max}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user