Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EvaP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CourseEval
EvaP
Commits
1c09f211
Commit
1c09f211
authored
Oct 26, 2020
by
Johannes Wolf
Browse files
Options
Downloads
Patches
Plain Diff
translation
parent
7e83b70d
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
evap/evaluation/templates/log/changed_fields_entry.html
+1
-2
1 addition, 2 deletions
evap/evaluation/templates/log/changed_fields_entry.html
evap/locale/de/LC_MESSAGES/django.po
+677
-558
677 additions, 558 deletions
evap/locale/de/LC_MESSAGES/django.po
with
678 additions
and
560 deletions
evap/evaluation/templates/log/changed_fields_entry.html
+
1
−
2
View file @
1c09f211
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
{% elif action.type == "clear" %}
{% elif action.type == "clear" %}
{{ action.label }} {% trans "cleared" %}
{{ action.label }} {% trans "cleared" %}
{% elif action.type == "delete" %}
{% elif action.type == "delete" %}
{% blocktrans with label=action.label count count=action.items|length %}
{% blocktrans with label=action.label count count=action.items|length %}{{ label }} was{% plural %}{{ label }} were{% endblocktrans %}:
{{ label }} was{% plural %}{{ label }} were{% endblocktrans %}:
{{ action.items|join:", " }}
{{ action.items|join:", " }}
{% elif action.type == "change" %}
{% elif action.type == "change" %}
{{ action.label }}: {{ action.items.0 }}
→
{{ action.items.1 }}
{{ action.label }}: {{ action.items.0 }}
→
{{ action.items.1 }}
...
...
...
...
This diff is collapsed.
Click to expand it.
evap/locale/de/LC_MESSAGES/django.po
+
677
−
558
View file @
1c09f211
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment