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/en/exercise_collection.yml
Normal file
22
config/locales/en/exercise_collection.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
exercise_collections:
|
||||
exercises: Exercises
|
||||
id: ID
|
||||
name: Name
|
||||
solutions: Solution Attempts (accumulated)
|
||||
submissions: Submissions (accumulated)
|
||||
updated_at: Last Update
|
||||
use_anomaly_detection: Enable Worktime Anomaly Detection
|
||||
user: Associated User
|
||||
users_and_programming_groups: Users and Programming Groups
|
||||
models:
|
||||
exercise_collection:
|
||||
one: Exercise Collection
|
||||
other: Exercise Collections
|
||||
exercise_collections:
|
||||
form:
|
||||
add_exercises: Add exercises
|
||||
sort_by_title: Sort by title
|
Reference in New Issue
Block a user