Files
codeocean/config/locales/de/code_ocean/file.yml
Sebastian Serth e551c8a699 Reorder translations and add missing prefixes
- files should be prefixed with code_ocean/
- the markdown editor is part of the application (helper)
2024-05-21 19:42:26 +02:00

34 lines
1.0 KiB
YAML

---
de:
activerecord:
attributes:
code_ocean/file:
content: Inhalt
feedback_message: Feedback-Nachricht
file_template_id: Dateivorlage
file_type: Dateityp
file_type_id: Dateityp
hidden: Versteckt
hidden_feedback: Feedback ausblenden
name: Name
path: Pfad
read_only: Schreibgeschützt
role: Rolle
weight: Punktzahl
models:
code_ocean/file:
one: Datei
other: Dateien
code_ocean/files:
error:
filename: Die Datei konnte nicht gespeichert werden, da eine Datei mit dem Namen '%{name}' bereits existiert.
roles:
executable_file: Ausführbare Datei (analog zur Hauptdatei)
main_file: Hauptdatei
reference_implementation: Referenzimplementierung
regular_file: Normale Datei
teacher_defined_linter: Linter als Bewertungsgrundlage
teacher_defined_test: Test als Bewertungsgrundlage
user_defined_file: Benutzerdefinierte Datei
user_defined_test: Benutzerdefinierter Test