Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Blanke
AKPlanning
Commits
3b9b9412
Commit
3b9b9412
authored
2 months ago
by
Felix Blanke
Browse files
Options
Downloads
Patches
Plain Diff
Update lines
parent
475c086c
No related branches found
No related tags found
1 merge request
!24
Feature: JSON import file upload button and schema input validation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AKModel/locale/de_DE/LC_MESSAGES/django.po
+27
-25
27 additions, 25 deletions
AKModel/locale/de_DE/LC_MESSAGES/django.po
with
27 additions
and
25 deletions
AKModel/locale/de_DE/LC_MESSAGES/django.po
+
27
−
25
View file @
3b9b9412
...
...
@@ -180,60 +180,60 @@ msgstr "AK-Kategorie, deren Verfügbarkeit hier abgebildet wird"
msgid "Availabilities"
msgstr "Verfügbarkeiten"
#: AKModel/forms.py:
7
8
#: AKModel/forms.py:8
0
msgid "Copy ak requirements and ak categories of existing event"
msgstr "AK-Anforderungen und AK-Kategorien eines existierenden Events kopieren"
#: AKModel/forms.py:
79
#: AKModel/forms.py:
81
msgid "You can choose what to copy in the next step"
msgstr ""
"Im nächsten Schritt kann ausgewählt werden, was genau kopiert werden soll"
#: AKModel/forms.py:9
3
#: AKModel/forms.py:9
5
msgid "Copy ak categories"
msgstr "AK-Kategorien kopieren"
#: AKModel/forms.py:10
0
#: AKModel/forms.py:10
2
msgid "Copy ak requirements"
msgstr "AK-Anforderungen kopieren"
#: AKModel/forms.py:10
7
#: AKModel/forms.py:10
9
msgid "Copy types"
msgstr "Typen kopieren"
#: AKModel/forms.py:13
3
#: AKModel/forms.py:13
5
msgid "Copy dashboard buttons"
msgstr "Dashboard-Buttons kopieren"
#: AKModel/forms.py:17
4
#: AKModel/forms.py:17
6
msgid "# next AKs"
msgstr "# nächste AKs"
#: AKModel/forms.py:17
5
#: AKModel/forms.py:17
7
msgid "How many next AKs should be shown on a slide?"
msgstr "Wie viele nächste AKs sollen auf einer Folie angezeigt werden?"
#: AKModel/forms.py:1
7
8
#: AKModel/forms.py:18
0
msgid "Presentation only?"
msgstr "Nur Vorstellung?"
#: AKModel/forms.py:18
0
AKModel/forms.py:18
7
#: AKModel/forms.py:18
2
AKModel/forms.py:18
9
msgid "Yes"
msgstr "Ja"
#: AKModel/forms.py:18
0
AKModel/forms.py:18
7
#: AKModel/forms.py:18
2
AKModel/forms.py:18
9
msgid "No"
msgstr "Nein"
#: AKModel/forms.py:18
2
#: AKModel/forms.py:18
4
msgid "Restrict AKs to those that asked for chance to be presented?"
msgstr "AKs auf solche, die um eine Vorstellung gebeten haben, einschränken?"
#: AKModel/forms.py:18
5
#: AKModel/forms.py:18
7
msgid "Space for notes in wishes?"
msgstr "Platz für Notizen bei den Wünschen?"
#: AKModel/forms.py:1
8
9
#: AKModel/forms.py:19
1
msgid ""
"Create symbols indicating space to note down owners and timeslots for "
"wishes, e.g., to be filled out on a touch screen while presenting?"
...
...
@@ -246,7 +246,7 @@ msgstr ""
msgid "Default Slots"
msgstr "Standardslots"
#: AKModel/forms.py:20
0
#: AKModel/forms.py:20
2
msgid ""
"Click and drag to add default slots, double-click to delete. Or use the "
"start and end inputs to add entries to the calendar view."
...
...
@@ -255,11 +255,11 @@ msgstr ""
"Einträge zu löschen. Oder Start- und End-Eingabe verwenden, um der "
"Kalenderansicht neue Einträge hinzuzufügen."
#: AKModel/forms.py:21
6
#: AKModel/forms.py:21
8
msgid "New rooms"
msgstr "Neue Räume"
#: AKModel/forms.py:21
7
#: AKModel/forms.py:21
9
msgid ""
"Enter room details in CSV format. Required colum is \"name\", optional "
"colums are \"location\", \"capacity\", and \"url\" for online/hybrid rooms. "
...
...
@@ -269,23 +269,23 @@ msgstr ""
"Spalten sind \"location\", \"capacity\", und \"url\" for Online-/"
"HybridräumeTrennzeichen: Semikolon"
#: AKModel/forms.py:22
3
#: AKModel/forms.py:22
5
msgid "Default availabilities?"
msgstr "Standardverfügbarkeiten?"
#: AKModel/forms.py:22
4
#: AKModel/forms.py:22
6
msgid "Create default availabilities for all rooms?"
msgstr "Standardverfügbarkeiten für alle Räume anlegen?"
#: AKModel/forms.py:24
0
#: AKModel/forms.py:24
2
msgid "CSV must contain a name column"
msgstr "CSV muss eine name-Spalte enthalten"
#: AKModel/forms.py:29
1
#: AKModel/forms.py:29
3
msgid "JSON data"
msgstr "JSON-Daten"
#: AKModel/forms.py:29
2
#: AKModel/forms.py:29
4
msgid "JSON data from the scheduling solver"
msgstr "JSON-Daten, die der scheduling-solver produziert hat"
...
...
@@ -1056,6 +1056,7 @@ msgid "Logout"
msgstr "Ausloggen"
#: AKModel/templates/admin/AKModel/action_intermediate.html:23
#: AKModel/templates/admin/AKModel/import_json.html:23
msgid "Confirm"
msgstr "Bestätigen"
...
...
@@ -1063,6 +1064,7 @@ msgstr "Bestätigen"
#: AKModel/templates/admin/AKModel/event_wizard/import.html:27
#: AKModel/templates/admin/AKModel/event_wizard/settings.html:32
#: AKModel/templates/admin/AKModel/event_wizard/start.html:28
#: AKModel/templates/admin/AKModel/import_json.html:27
#: AKModel/templates/admin/AKModel/room_create.html:30
msgid "Cancel"
msgstr "Abbrechen"
...
...
@@ -1375,16 +1377,16 @@ msgid "Updated {u} slot(s). created {c} new slot(s) and deleted {d} slot(s)"
msgstr ""
"{u} Slot(s) aktualisiert, {c} Slot(s) hinzugefügt und {d} Slot(s) gelöscht"
#: AKModel/views/manage.py:25
7
#: AKModel/views/manage.py:25
8
msgid "AK Schedule JSON Import"
msgstr "AK-Plan JSON-Import"
#: AKModel/views/manage.py:2
65
#: AKModel/views/manage.py:2
74
#, python-brace-format
msgid "Successfully imported {n} slot(s)"
msgstr "Erfolgreich {n} Slot(s) importiert"
#: AKModel/views/manage.py:2
71
#: AKModel/views/manage.py:2
80
msgid "Importing an AK schedule failed! Reason: "
msgstr "AK-Plan importieren fehlgeschlagen! Grund: "
...
...
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
register
or
sign in
to comment