🌐 Added strings to translate
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
"title": "Home",
|
||||
"description": "ClassQuiz ist eine Quiz-App wie KAHOOT! für Schüler*innen, welche open-source und kostenlos ist"
|
||||
},
|
||||
"stats": "Statistiken",
|
||||
"features": "Features",
|
||||
"features_description": {
|
||||
"1": "ClassQuiz ist eine Quiz-Platform, welche das erstellen und managen von Quizzes erlaubt.",
|
||||
"2": "Das Hauptfeature ist die KAHOOT!-Importfunktion, mit der man Quizzes von KAHOOT! importieren kann."
|
||||
@@ -13,41 +11,24 @@
|
||||
"slogan": "Die open-source Quiz-Platform!"
|
||||
},
|
||||
"overview_page": {
|
||||
"create": "Erstellen",
|
||||
"import": "Importieren",
|
||||
"logout": "Ausloggen",
|
||||
"title": "Titel",
|
||||
"created_at": "Erstellt am",
|
||||
"question_count": "Fragenanzahl",
|
||||
"play": "Spielen",
|
||||
"edit": "Bearbeiten",
|
||||
"delete": "Löschen",
|
||||
"public": "Öffentlich",
|
||||
"start": "Starten"
|
||||
"question_count": "Fragenanzahl"
|
||||
},
|
||||
"edit_page": {
|
||||
"save": "Speichern",
|
||||
"success_update_title": "Quiz erfolgreich aktualisiert!",
|
||||
"success_update_body": "Das Quiz wurde erfolgreich aktualisiert!",
|
||||
"close": "Schließen"
|
||||
"success_update_body": "Das Quiz wurde erfolgreich aktualisiert!"
|
||||
},
|
||||
"create_page": {
|
||||
"success": {
|
||||
"title": "Quiz erfolgreich erstellt!",
|
||||
"body": "Das Quiz wurde erfolgreich erstellt!"
|
||||
},
|
||||
"close": "Schließen"
|
||||
}
|
||||
},
|
||||
"register_page": {
|
||||
"greeting": "Schön, dich zu sehen!",
|
||||
"create_account": "Account erstellen",
|
||||
"email": "Email",
|
||||
"username": "Nutzername",
|
||||
"password": "Passwort",
|
||||
"forgot_password?": "Passwort vergessen?",
|
||||
"register": "Registrieren",
|
||||
"already_have_account?": "Hast du schon einen Account?",
|
||||
"login": "Login"
|
||||
"already_have_account?": "Hast du schon einen Account?"
|
||||
},
|
||||
"login_page": {
|
||||
"welcome_back": "Willkommen zurück!",
|
||||
@@ -71,5 +52,53 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"words": {
|
||||
"question": "",
|
||||
"answer": "",
|
||||
"stats": "",
|
||||
"features": "",
|
||||
"import": "",
|
||||
"url": "",
|
||||
"submit": "",
|
||||
"create": "",
|
||||
"logout": "",
|
||||
"title": "",
|
||||
"play": "",
|
||||
"edit": "",
|
||||
"delete": "",
|
||||
"public": "",
|
||||
"start": "",
|
||||
"connect": "",
|
||||
"pin": "",
|
||||
"kick": "",
|
||||
"register": "",
|
||||
"login": "",
|
||||
"docs": "",
|
||||
"close": "",
|
||||
"save": ""
|
||||
},
|
||||
"editor": {
|
||||
"time_in_seconds": "",
|
||||
"right_or_true?": "",
|
||||
"add_new_answer": "",
|
||||
"add_new_question": ""
|
||||
},
|
||||
"import": {
|
||||
"need_help": "",
|
||||
"visit_docs": ""
|
||||
},
|
||||
"admin": {
|
||||
"already_registered_as_admin": ""
|
||||
},
|
||||
"admin_page": {
|
||||
"already_registered_as_admin": "",
|
||||
"start_game": "",
|
||||
"time_left": "",
|
||||
"get_results": ""
|
||||
},
|
||||
"import_page": {
|
||||
"need_help": "",
|
||||
"visit_docs": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,49 +5,30 @@
|
||||
"description": "ClassQuiz is a quiz app like KAHOOT! for students, which is open source and free to use",
|
||||
"title": "Home"
|
||||
},
|
||||
"stats": "Stats",
|
||||
"features": "Features",
|
||||
"features_description": {
|
||||
"1": "ClassQuiz is a quiz-platform that allows you to create and manage quizzes.",
|
||||
"2": "The main feature is a KAHOOT!-import function that allows you to import quizzes from KAHOOT!-quizzes."
|
||||
}
|
||||
},
|
||||
"overview_page": {
|
||||
"create": "Create",
|
||||
"import": "Import",
|
||||
"logout": "Logout",
|
||||
"title": "Title",
|
||||
"created_at": "Created at",
|
||||
"question_count": "Question count",
|
||||
"play": "Play",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"public": "Public",
|
||||
"start": "Start"
|
||||
"question_count": "Question count"
|
||||
},
|
||||
"edit_page": {
|
||||
"save": "Save",
|
||||
"success_update_title": "Successfully updated quiz!",
|
||||
"success_update_body": "Updated the quiz successfully!",
|
||||
"close": "Close"
|
||||
"success_update_body": "Updated the quiz successfully!"
|
||||
},
|
||||
"create_page": {
|
||||
"success": {
|
||||
"title": "Successfully created quiz!",
|
||||
"body": "Created the quiz successfully!"
|
||||
},
|
||||
"close": "Close"
|
||||
}
|
||||
},
|
||||
"register_page": {
|
||||
"greeting": "Nice to meet you!",
|
||||
"create_account": "Create account",
|
||||
"email": "Email",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"forgot_password?": "Forgot password?",
|
||||
"register": "Register",
|
||||
"already_have_account?": "Already have an account?",
|
||||
"login": "Login"
|
||||
"already_have_account?": "Already have an account?"
|
||||
},
|
||||
"login_page": {
|
||||
"welcome_back": "Welcome back!",
|
||||
@@ -71,5 +52,49 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"words": {
|
||||
"question": "Question",
|
||||
"answer": "Answer",
|
||||
"stats": "Stats",
|
||||
"features": "Features",
|
||||
"login": "Login",
|
||||
"email": "Email",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"play": "Play",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"public": "Public",
|
||||
"start": "Start",
|
||||
"create": "Create",
|
||||
"import": "Import",
|
||||
"logout": "Logout",
|
||||
"title": "Title",
|
||||
"url": "URL",
|
||||
"submit": "Submit",
|
||||
"connect": "Connect",
|
||||
"pin": "PIN",
|
||||
"kick": "Kick",
|
||||
"register": "Register",
|
||||
"docs": "Docs",
|
||||
"close": "Close",
|
||||
"save": "Save"
|
||||
},
|
||||
"editor": {
|
||||
"time_in_seconds": "Time in seconds",
|
||||
"right_or_true?": "Right?",
|
||||
"add_new_answer": "Add new answer",
|
||||
"add_new_question": "Add new question"
|
||||
},
|
||||
"import_page": {
|
||||
"need_help": "Need help?",
|
||||
"visit_docs": "Visit the documentation"
|
||||
},
|
||||
"admin_page": {
|
||||
"already_registered_as_admin": "There is already an admin registered for this game.",
|
||||
"start_game": "Start game",
|
||||
"time_left": "Time left",
|
||||
"get_results": "Get results"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user