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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+37
-1
@@ -49,6 +49,7 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"400": "Wrong data",
|
||||
"401": "Please login!",
|
||||
"404": "Not found",
|
||||
"default": "Unknown error",
|
||||
@@ -190,6 +191,41 @@
|
||||
"upload_title": "Uploading answer...",
|
||||
"your_answer": "Your answer"
|
||||
},
|
||||
"quest_admin": {
|
||||
"add_quest": "Add Quest",
|
||||
"answers": "{n} answers",
|
||||
"create_title": "Create Quest",
|
||||
"delete_confirm": "Do you really want to delete this quest? All answers will be lost!",
|
||||
"delete_picture": "Delete picture",
|
||||
"delete_title": "Delete Quest",
|
||||
"description_de": "Description (German)",
|
||||
"description_en": "Description (English)",
|
||||
"edit_title": "Edit Quest",
|
||||
"extra_points": "Extra points",
|
||||
"extra_text_de": "Extra text (German)",
|
||||
"extra_text_en": "Extra text (English)",
|
||||
"location": "Location",
|
||||
"location_link": "Location link (URL)",
|
||||
"move_down": "Move down",
|
||||
"move_up": "Move up",
|
||||
"no_picture": "No picture uploaded",
|
||||
"no_quests": "No quests yet. Add your first quest!",
|
||||
"optional": "Optional quest",
|
||||
"picture": "Quest picture",
|
||||
"picture_required": "Picture required",
|
||||
"points": "Points",
|
||||
"question_de": "Question (German)",
|
||||
"question_en": "Question (English)",
|
||||
"quests_title": "Quests",
|
||||
"save": "Save",
|
||||
"text_required": "Text answer required",
|
||||
"text_solution": "Text solution",
|
||||
"text_type": "Text type",
|
||||
"text_unit": "Text unit",
|
||||
"title_de": "Title (German)",
|
||||
"title_en": "Title (English)",
|
||||
"upload_picture": "Upload picture"
|
||||
},
|
||||
"showcase": {
|
||||
"answers": "Answers",
|
||||
"crew": "Crew",
|
||||
@@ -295,4 +331,4 @@
|
||||
"uploadFile": "Upload file",
|
||||
"voteRating": "vote rating {value} of {max}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user