Merge pull request #66 from mawoka-myblock/translation

This commit is contained in:
Mawoka
2022-07-10 22:29:41 +02:00
committed by GitHub
2 changed files with 13 additions and 6 deletions
+8 -1
View File
@@ -104,7 +104,10 @@
"correct": "Richtig", "correct": "Richtig",
"count": "Anzahl", "count": "Anzahl",
"result": "Ergebnis", "result": "Ergebnis",
"result_plural": "Ergebnisse" "result_plural": "Ergebnisse",
"range": "Zahlenbereich",
"multiple_choice": "Multiple-Choice",
"private": "Privat"
}, },
"editor": { "editor": {
"time_in_seconds": "Zeit in Sekunden", "time_in_seconds": "Zeit in Sekunden",
@@ -163,5 +166,9 @@
"1st_place": "1. Platz", "1st_place": "1. Platz",
"2nd_place": "2. Platz", "2nd_place": "2. Platz",
"with_out_of": "mit {{correct_questions}} von insgesamt {{total_question_count}}" "with_out_of": "mit {{correct_questions}} von insgesamt {{total_question_count}}"
},
"editor_page": {
"add_an_answer": "Antwort hinzufügen",
"right_click_to_delete": "Rechts-klicke eine Antwort, um diese zu löschen!"
} }
} }
+5 -5
View File
@@ -105,9 +105,9 @@
"result": "Result", "result": "Result",
"result_plural": "Results", "result_plural": "Results",
"count": "Count", "count": "Count",
"range": "", "range": "Range",
"multiple_choice": "", "multiple_choice": "Multiple-Choice",
"private": "" "private": "Private"
}, },
"editor": { "editor": {
"time_in_seconds": "Time in seconds", "time_in_seconds": "Time in seconds",
@@ -161,7 +161,7 @@
"with_out_of": "with {{correct_questions}} out of {{total_question_count}}" "with_out_of": "with {{correct_questions}} out of {{total_question_count}}"
}, },
"editor_page": { "editor_page": {
"add_an_answer": "", "add_an_answer": "Add an answer",
"right_click_to_delete": "" "right_click_to_delete": "Right-click on an answer to delete it!"
} }
} }