Reorder translations and add missing prefixes
- files should be prefixed with code_ocean/ - the markdown editor is part of the application (helper)
This commit is contained in:

committed by
Sebastian Serth

parent
1589c9472b
commit
e551c8a699
22
config/locales/de/exercise_collection.yml
Normal file
22
config/locales/de/exercise_collection.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
de:
|
||||
activerecord:
|
||||
attributes:
|
||||
exercise_collections:
|
||||
exercises: Aufgaben
|
||||
id: ID
|
||||
name: Name
|
||||
solutions: Gesamtanzahl Lösungsversuche
|
||||
submissions: Gesamtanzahl Submissions
|
||||
updated_at: Letzte Änderung
|
||||
use_anomaly_detection: Abweichungen in der Arbeitszeit erkennen
|
||||
user: Verantwortlicher
|
||||
users_and_programming_groups: Teilnehmer und Programmiergruppen
|
||||
models:
|
||||
exercise_collection:
|
||||
one: Aufgabesammlung
|
||||
other: Aufgabensammlungen
|
||||
exercise_collections:
|
||||
form:
|
||||
add_exercises: Aufgaben hinzufügen
|
||||
sort_by_title: Nach Titel sortieren
|
Reference in New Issue
Block a user