mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: improve library account views
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"ERROR": "Fehler"
|
||||
},
|
||||
"errors": {
|
||||
"SERVICE": "Fehler bei Dienstausführung.",
|
||||
"UNKNOWN": "Unbekannter Fehler."
|
||||
}
|
||||
},
|
||||
@@ -181,7 +182,7 @@
|
||||
"library": {
|
||||
"account": {
|
||||
"title": "Bibliothekskonto",
|
||||
"greeting": "hallo",
|
||||
"greeting": "Hallo",
|
||||
"login": {
|
||||
"success": "Du bist eingeloggt und kannst Dein Konto nutzen.",
|
||||
"error": "Du bist nicht eingeloggt oder deine Sitzung ist abgelaufen."
|
||||
@@ -204,18 +205,20 @@
|
||||
"title": "Bestellungen und Vormerkungen",
|
||||
"labels": {
|
||||
"title": "Titel",
|
||||
"about": "mehr Informationen",
|
||||
"label": "Label",
|
||||
"endtime": "voraussichtliche Verfügbarkeit"
|
||||
}
|
||||
"about": "Mehr Informationen",
|
||||
"label": "Signatur",
|
||||
"endtime": "Zum Abholen bis"
|
||||
},
|
||||
"holds": "Bestellungen",
|
||||
"reservations": "Vormerkungen"
|
||||
},
|
||||
"checked_out": {
|
||||
"title": "Deine Ausleihen",
|
||||
"labels": {
|
||||
"title": "Titel",
|
||||
"about": "mehr Informationen",
|
||||
"label": "Label",
|
||||
"endtime": "Leihfrist"
|
||||
"about": "Mehr Informationen",
|
||||
"label": "Signatur",
|
||||
"endtime": "Rückgabedatum"
|
||||
}
|
||||
},
|
||||
"fines": {
|
||||
@@ -223,13 +226,26 @@
|
||||
"labels": {
|
||||
"amount": "Betrag",
|
||||
"about": "Information",
|
||||
"date": "Datum",
|
||||
"date": "Rückgabedatum",
|
||||
"item": "Artikel",
|
||||
"edition": "Ausgabe",
|
||||
"feetype": "Gebührenart",
|
||||
"feeid": "Gebühren ID"
|
||||
"feeid": "Gebühren ID",
|
||||
"total_amount": "Gesamtbetrag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"cancel": {
|
||||
"header": "Vormerkung löschen",
|
||||
"text": "Bist Du dir sicher, die Vormerkung von \"{{value}}\" zu löschen?",
|
||||
"unknown_book": "unbekanntem Titel"
|
||||
},
|
||||
"renew": {
|
||||
"header": "Ausleihfrist verlängern",
|
||||
"text": "Bist Du dir sicher, die Ausleihfrist von \"{{value}}\" zu verlängern?",
|
||||
"unknown_book": "unbekanntem Titel"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"ERROR": "Error"
|
||||
},
|
||||
"errors": {
|
||||
"SERVICE": "Service error.",
|
||||
"UNKNOWN": "Unknown problem."
|
||||
}
|
||||
},
|
||||
@@ -181,7 +182,7 @@
|
||||
"library": {
|
||||
"account": {
|
||||
"title": "library account",
|
||||
"greeting": "hello",
|
||||
"greeting": "Hello",
|
||||
"login": {
|
||||
"success": "You are logged-in and ready to access your account.",
|
||||
"error": "Not logged in or login expired."
|
||||
@@ -190,46 +191,61 @@
|
||||
"profile": {
|
||||
"title": "library profile",
|
||||
"labels": {
|
||||
"id": "user ID",
|
||||
"name": "name",
|
||||
"email": "email",
|
||||
"id": "User ID",
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"address": "Address",
|
||||
"expires": "membership expires",
|
||||
"status": "status",
|
||||
"type": "type",
|
||||
"note": "note"
|
||||
"expires": "Membership expires",
|
||||
"status": "Status",
|
||||
"type": "Type",
|
||||
"note": "Note"
|
||||
}
|
||||
},
|
||||
"holds": {
|
||||
"title": "holds and reservations",
|
||||
"labels": {
|
||||
"title": "title",
|
||||
"about": "more information",
|
||||
"label": "label",
|
||||
"endtime": "Expected to be available"
|
||||
}
|
||||
"title": "Title",
|
||||
"about": "More information",
|
||||
"label": "Label",
|
||||
"endtime": "Available for pickup until"
|
||||
},
|
||||
"holds": "holds",
|
||||
"reservations": "reservations"
|
||||
},
|
||||
"checked_out": {
|
||||
"title": "checked out items",
|
||||
"labels": {
|
||||
"title": "title",
|
||||
"about": "more information",
|
||||
"label": "label",
|
||||
"endtime": "Loan period ends"
|
||||
"title": "Title",
|
||||
"about": "More information",
|
||||
"label": "Label",
|
||||
"endtime": "Return date"
|
||||
}
|
||||
},
|
||||
"fines": {
|
||||
"title": "fines",
|
||||
"labels": {
|
||||
"amount": "amount",
|
||||
"about": "about",
|
||||
"date": "date",
|
||||
"item": "item",
|
||||
"edition": "edition",
|
||||
"feetype": "fee type",
|
||||
"feeid": "fee ID"
|
||||
"amount": "Amount",
|
||||
"about": "About",
|
||||
"date": "Return date",
|
||||
"item": "Item",
|
||||
"edition": "Edition",
|
||||
"feetype": "Fee type",
|
||||
"feeid": "Fee ID",
|
||||
"total_amount": "Total amount"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"cancel": {
|
||||
"header": "Cancel reservation",
|
||||
"text": "Are you sure you want to extend the landing period of \"{{value}}\"?",
|
||||
"unknown_book": "unknown title"
|
||||
},
|
||||
"renew": {
|
||||
"header": "Extend landing period",
|
||||
"text": "Are you sure you want to extend the landing period of \"{{value}}\"?",
|
||||
"unknown_book": "unknown title"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user