Skip to content
Snippets Groups Projects
Verified Commit 24fe53a2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update translations.

parent 97ca661b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"POT-Creation-Date: 2019-09-02 13:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -16,17 +16,24 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: apps.py:7
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
#: forms.py:51
msgid "Number of copies"
msgstr ""
#: forms.py:55
msgid "Person"
msgstr ""
#: forms.py:56
msgid "Barcodes"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
......@@ -43,6 +50,10 @@ msgstr ""
msgid "Open copy"
msgstr ""
#: menus.py:27
msgid "Person borrowing"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
......@@ -75,39 +86,39 @@ msgstr ""
msgid "edition"
msgstr ""
#: models.py:48
#: models.py:49
msgid "New, unused"
msgstr ""
#: models.py:49
#: models.py:50
msgid "New, used"
msgstr ""
#: models.py:50
#: models.py:51
msgid "Slightly worn"
msgstr ""
#: models.py:51
#: models.py:52
msgid "Heavily worn"
msgstr ""
#: models.py:60
#: models.py:61
msgid "Current number of copy"
msgstr ""
#: models.py:63
#: models.py:64
msgid "Number of borrowings"
msgstr ""
#: models.py:65
#: models.py:66
msgid "Condition"
msgstr ""
#: models.py:67
#: models.py:68
msgid "Remarks"
msgstr ""
#: models.py:70
#: models.py:71
msgid "Barcode"
msgstr ""
......@@ -143,6 +154,10 @@ msgstr ""
msgid "of"
msgstr ""
#: templates/exlibris/person_borrow.html:5
msgid "Person batch borrowing"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
......@@ -186,3 +201,13 @@ msgstr ""
#, python-format
msgid "Copy number: %d"
msgstr ""
#: views.py:273
#, python-format
msgid "Barcode %(barcode)s is invalid."
msgstr ""
#: views.py:280
#, python-format
msgid "Book %(title)s borrowed to %(person)s."
msgstr ""
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"POT-Creation-Date: 2019-09-02 13:14+0000\n"
"PO-Revision-Date: 2019-08-26 00:28+0200\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: \n"
......@@ -21,10 +21,20 @@ msgstr ""
msgid "BiscuIT - Exlibris (School books)"
msgstr "BiscuIT - Exlibris (Schulbücher)"
#: forms.py:50
#: forms.py:51
msgid "Number of copies"
msgstr "Anzahl der Exemplare"
#: forms.py:55
msgid "Person"
msgstr ""
#: forms.py:56
#, fuzzy
#| msgid "Barcode"
msgid "Barcodes"
msgstr "Strichcode"
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr "Bücher"
......@@ -41,6 +51,12 @@ msgstr "Buch hinzufügen"
msgid "Open copy"
msgstr "Exemplar öffnen"
#: menus.py:27
#, fuzzy
#| msgid "Number of borrowings"
msgid "Person borrowing"
msgstr "Anzahl der Ausleihen"
#: models.py:12
msgid "Book title"
msgstr "Buchtitel"
......@@ -73,39 +89,39 @@ msgstr "Foto des Bucheinbandes"
msgid "edition"
msgstr "Ausgabe"
#: models.py:48
#: models.py:49
msgid "New, unused"
msgstr "Neu, unbenutzt"
#: models.py:49
#: models.py:50
msgid "New, used"
msgstr "Neu, benutzt"
#: models.py:50
#: models.py:51
msgid "Slightly worn"
msgstr "Leicht abgenutzt"
#: models.py:51
#: models.py:52
msgid "Heavily worn"
msgstr "Sehr abgenutzt"
#: models.py:60
#: models.py:61
msgid "Current number of copy"
msgstr "Lfd. Nummer des Exemplars"
#: models.py:63
#: models.py:64
msgid "Number of borrowings"
msgstr "Anzahl der Ausleihen"
#: models.py:65
#: models.py:66
msgid "Condition"
msgstr "Zustand"
#: models.py:67
#: models.py:68
msgid "Remarks"
msgstr "Anmerkung"
#: models.py:70
#: models.py:71
msgid "Barcode"
msgstr "Strichcode"
......@@ -141,11 +157,15 @@ msgstr "Bearbeite Exemplar"
msgid "of"
msgstr "von"
#: templates/exlibris/person_borrow.html:5
#, fuzzy
#| msgid "Number of borrowings"
msgid "Person batch borrowing"
msgstr "Anzahl der Ausleihen"
#: views.py:76
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:78
msgid "No information found for this ISBN."
......@@ -186,3 +206,13 @@ msgstr "Exemplare, die ausgeliehen wurden, können nicht gelöscht werden."
#, python-format
msgid "Copy number: %d"
msgstr "Exemplarnummer: %d"
#: views.py:273
#, python-format
msgid "Barcode %(barcode)s is invalid."
msgstr ""
#: views.py:280
#, python-format
msgid "Book %(title)s borrowed to %(person)s."
msgstr ""
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"POT-Creation-Date: 2019-09-02 13:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -22,10 +22,18 @@ msgstr ""
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
#: forms.py:51
msgid "Number of copies"
msgstr ""
#: forms.py:55
msgid "Person"
msgstr ""
#: forms.py:56
msgid "Barcodes"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
......@@ -42,6 +50,10 @@ msgstr ""
msgid "Open copy"
msgstr ""
#: menus.py:27
msgid "Person borrowing"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
......@@ -74,39 +86,39 @@ msgstr ""
msgid "edition"
msgstr ""
#: models.py:48
#: models.py:49
msgid "New, unused"
msgstr ""
#: models.py:49
#: models.py:50
msgid "New, used"
msgstr ""
#: models.py:50
#: models.py:51
msgid "Slightly worn"
msgstr ""
#: models.py:51
#: models.py:52
msgid "Heavily worn"
msgstr ""
#: models.py:60
#: models.py:61
msgid "Current number of copy"
msgstr ""
#: models.py:63
#: models.py:64
msgid "Number of borrowings"
msgstr ""
#: models.py:65
#: models.py:66
msgid "Condition"
msgstr ""
#: models.py:67
#: models.py:68
msgid "Remarks"
msgstr ""
#: models.py:70
#: models.py:71
msgid "Barcode"
msgstr ""
......@@ -142,6 +154,10 @@ msgstr ""
msgid "of"
msgstr ""
#: templates/exlibris/person_borrow.html:5
msgid "Person batch borrowing"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
......@@ -185,3 +201,13 @@ msgstr ""
#, python-format
msgid "Copy number: %d"
msgstr ""
#: views.py:273
#, python-format
msgid "Barcode %(barcode)s is invalid."
msgstr ""
#: views.py:280
#, python-format
msgid "Book %(title)s borrowed to %(person)s."
msgstr ""
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"POT-Creation-Date: 2019-09-02 13:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -21,10 +21,18 @@ msgstr ""
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
#: forms.py:51
msgid "Number of copies"
msgstr ""
#: forms.py:55
msgid "Person"
msgstr ""
#: forms.py:56
msgid "Barcodes"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
......@@ -41,6 +49,10 @@ msgstr ""
msgid "Open copy"
msgstr ""
#: menus.py:27
msgid "Person borrowing"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
......@@ -73,39 +85,39 @@ msgstr ""
msgid "edition"
msgstr ""
#: models.py:48
#: models.py:49
msgid "New, unused"
msgstr ""
#: models.py:49
#: models.py:50
msgid "New, used"
msgstr ""
#: models.py:50
#: models.py:51
msgid "Slightly worn"
msgstr ""
#: models.py:51
#: models.py:52
msgid "Heavily worn"
msgstr ""
#: models.py:60
#: models.py:61
msgid "Current number of copy"
msgstr ""
#: models.py:63
#: models.py:64
msgid "Number of borrowings"
msgstr ""
#: models.py:65
#: models.py:66
msgid "Condition"
msgstr ""
#: models.py:67
#: models.py:68
msgid "Remarks"
msgstr ""
#: models.py:70
#: models.py:71
msgid "Barcode"
msgstr ""
......@@ -141,6 +153,10 @@ msgstr ""
msgid "of"
msgstr ""
#: templates/exlibris/person_borrow.html:5
msgid "Person batch borrowing"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
......@@ -184,3 +200,13 @@ msgstr ""
#, python-format
msgid "Copy number: %d"
msgstr ""
#: views.py:273
#, python-format
msgid "Barcode %(barcode)s is invalid."
msgstr ""
#: views.py:280
#, python-format
msgid "Book %(title)s borrowed to %(person)s."
msgstr ""
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"POT-Creation-Date: 2019-09-02 13:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -21,10 +21,18 @@ msgstr ""
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
#: forms.py:51
msgid "Number of copies"
msgstr ""
#: forms.py:55
msgid "Person"
msgstr ""
#: forms.py:56
msgid "Barcodes"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
......@@ -41,6 +49,10 @@ msgstr ""
msgid "Open copy"
msgstr ""
#: menus.py:27
msgid "Person borrowing"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
......@@ -73,39 +85,39 @@ msgstr ""
msgid "edition"
msgstr ""
#: models.py:48
#: models.py:49
msgid "New, unused"
msgstr ""
#: models.py:49
#: models.py:50
msgid "New, used"
msgstr ""
#: models.py:50
#: models.py:51
msgid "Slightly worn"
msgstr ""
#: models.py:51
#: models.py:52
msgid "Heavily worn"
msgstr ""
#: models.py:60
#: models.py:61
msgid "Current number of copy"
msgstr ""
#: models.py:63
#: models.py:64
msgid "Number of borrowings"
msgstr ""
#: models.py:65
#: models.py:66
msgid "Condition"
msgstr ""
#: models.py:67
#: models.py:68
msgid "Remarks"
msgstr ""
#: models.py:70
#: models.py:71
msgid "Barcode"
msgstr ""
......@@ -141,6 +153,10 @@ msgstr ""
msgid "of"
msgstr ""
#: templates/exlibris/person_borrow.html:5
msgid "Person batch borrowing"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
......@@ -184,3 +200,13 @@ msgstr ""
#, python-format
msgid "Copy number: %d"
msgstr ""
#: views.py:273
#, python-format
msgid "Barcode %(barcode)s is invalid."
msgstr ""
#: views.py:280
#, python-format
msgid "Book %(title)s borrowed to %(person)s."
msgstr ""
......@@ -270,14 +270,14 @@ def person_borrow(request: HttpRequest) -> HttpResponse:
try:
book_copy = BookCopy.objects.get(barcode=barcode)
except BookCopy.DoesNotExist:
messages.error(request, _('Barcode %s is invalid.') % barcode)
messages.error(request, _('Barcode %(barcode)s is invalid.') % {'barcode': barcode})
continue
book_copy.borrower = person
book_copy.borrow_count = book_copy.borrow_count + 1
book_copy.save()
messages.success(request, _('Book %s borrowed to %s.') % (book_copy.book.title, person))
messages.success(request, _('Book %(title)s borrowed to %(person)s.') % {'title': book_copy.book.title, 'person': person})
person_borrow_form = PersonBorrowForm()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment