Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Exlibris
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Onboarding
AlekSIS-App-Exlibris
Commits
e43e4878
Unverified
Commit
e43e4878
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Update translations.
parent
e93dcf8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Migrate BiscuIT-App-Exlibris to django-menu-generator. Advances Teckids/BiscuIT/BiscuIT-ng#15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
biscuit/apps/exlibris/locale/de_DE/LC_MESSAGES/django.po
+31
-29
31 additions, 29 deletions
biscuit/apps/exlibris/locale/de_DE/LC_MESSAGES/django.po
biscuit/apps/exlibris/menus.py
+5
-3
5 additions, 3 deletions
biscuit/apps/exlibris/menus.py
with
36 additions
and
32 deletions
biscuit/apps/exlibris/locale/de_DE/LC_MESSAGES/django.po
+
31
−
29
View file @
e43e4878
...
...
@@ -7,101 +7,101 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-03 22:30+0200\n"
"PO-Revision-Date: 2019-08-04 01:16+0200\n"
"POT-Creation-Date: 2019-08-18 21:38+0200\n"
"PO-Revision-Date: 2019-08-18 21:39+0200\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: \n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: \n"
"X-Generator: Poedit 2.2.3\n"
#: apps.py:7
msgid "BiscuIT - Exlibris (School books)"
msgstr "BiscuIT - Exlibris (Schulbücher)"
#: forms.py:
28
#: forms.py:
34
msgid "Number of copies"
msgstr "Anzahl der Exemplare"
#: menus.py:8
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr "Bücher"
#: menus.py:11
msgid "List of books"
msgstr "Liste der Bücher"
#: menus.py:1
1
#: menus.py:1
6
msgid "Add book"
msgstr "Buch hinzufügen"
#: menus.py:16 templates/exlibris/books.html:5
msgid "Books"
msgstr "Bücher"
#: models.py:10
#: models.py:12
msgid "Book title"
msgstr "Buchtitel"
#: models.py:1
2
#: models.py:1
4
msgid "Author name"
msgstr "Name des Autors"
#: models.py:1
4
#: models.py:1
6
msgid "Publishing company"
msgstr "Verlag"
#: models.py:1
7
#: models.py:1
9
msgid "Number of edition"
msgstr "Nummer der Ausgabe"
#: models.py:1
9
#: models.py:
2
1
msgid "Publishing year"
msgstr "Erscheinungsjahr"
#: models.py:2
1
#: models.py:2
3
msgid "ISBN number"
msgstr "ISBN-Nummer"
#: models.py:2
4
#: models.py:2
6
msgid "Photo of cover"
msgstr "Foto des Bucheinbandes"
#: models.py:2
7
#: models.py:2
9
msgid "edition"
msgstr "Ausgabe"
#: models.py:4
2
#: models.py:4
8
msgid "New, unused"
msgstr "Neu, unbenutzt"
#: models.py:4
3
#: models.py:4
9
msgid "New, used"
msgstr "Neu, benutzt"
#: models.py:
44
#: models.py:
50
msgid "Slightly worn"
msgstr "Leicht abgenutzt"
#: models.py:
4
5
#: models.py:5
1
msgid "Heavily worn"
msgstr "Sehr abgenutzt"
#: models.py:
54
#: models.py:
60
msgid "Current number of copy"
msgstr "Lfd. Nummer des Exemplars"
#: models.py:
57
#: models.py:
63
msgid "Number of borrowings"
msgstr "Anzahl der Ausleihen"
#: models.py:5
9
#: models.py:
6
5
msgid "Condition"
msgstr "Zustand"
#: models.py:6
1
#: models.py:6
7
msgid "Remarks"
msgstr "Anmerkung"
#: models.py:
64
#: models.py:
70
msgid "Barcode"
msgstr "Strichcode"
...
...
@@ -135,7 +135,9 @@ msgstr "von"
#: views.py:75
msgid "Information found for this ISBN was pre-filled."
msgstr "Informationen, die über diese ISBN gefunden wurden, wurden bereits ausgefüllt."
msgstr ""
"Informationen, die über diese ISBN gefunden wurden, wurden bereits "
"ausgefüllt."
#: views.py:77
msgid "No information found for this ISBN."
...
...
This diff is collapsed.
Click to expand it.
biscuit/apps/exlibris/menus.py
+
5
−
3
View file @
e43e4878
from
django.utils.translation
import
gettext
as
_
MENUS
=
{
'
NAV_MENU_CORE
'
:
[
{
'
name
'
:
'
Books
'
,
'
name
'
:
_
(
'
Books
'
)
,
'
url
'
:
'
#
'
,
'
root
'
:
True
,
'
submenu
'
:
[
{
'
name
'
:
'
List of books
'
,
'
name
'
:
_
(
'
List of books
'
)
,
'
url
'
:
'
books
'
,
'
validators
'
:
[
'
menu_generator.validators.is_authenticated
'
]
},
{
'
name
'
:
'
Add book
s
'
,
'
name
'
:
_
(
'
Add book
'
)
,
'
url
'
:
'
add_book
'
,
'
validators
'
:
[
'
menu_generator.validators.is_authenticated
'
]
}
...
...
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