mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: add library account screens
This commit is contained in:
@@ -169,6 +169,61 @@
|
||||
"EMPTY_SEMESTER": "Keine Verzeichnisdaten für das ausgewählte Semester vorhanden"
|
||||
}
|
||||
},
|
||||
"library": {
|
||||
"account": {
|
||||
"title": "Bibliothekskonto",
|
||||
"greeting": "hallo",
|
||||
"login": {
|
||||
"success": "Du bist eingeloggt und kannst Dein Konto nutzen.",
|
||||
"error": "Du bist nicht eingeloggt oder deine Sitzung ist abgelaufen."
|
||||
},
|
||||
"pages": {
|
||||
"profile": {
|
||||
"title": "Deine persönlichen Daten",
|
||||
"labels": {
|
||||
"id": "Nutzer-ID",
|
||||
"name": "Name",
|
||||
"email": "E-Mail",
|
||||
"address": "Adresse",
|
||||
"expires": "Nutzungsberechtigung endet am",
|
||||
"status": "Status",
|
||||
"type": "Typ",
|
||||
"note": "Nachricht"
|
||||
}
|
||||
},
|
||||
"holds": {
|
||||
"title": "Bestellungen und Vormerkungen",
|
||||
"labels": {
|
||||
"title": "Titel",
|
||||
"about": "mehr Informationen",
|
||||
"label": "Label",
|
||||
"endtime": "voraussichtliche Verfügbarkeit"
|
||||
}
|
||||
},
|
||||
"checked_out": {
|
||||
"title": "checked out items",
|
||||
"labels": {
|
||||
"title": "Titel",
|
||||
"about": "mehr Informationen",
|
||||
"label": "Label",
|
||||
"endtime": "Leihfrist"
|
||||
}
|
||||
},
|
||||
"fines": {
|
||||
"title": "Gebühren",
|
||||
"labels": {
|
||||
"amount": "Betrag",
|
||||
"about": "Information",
|
||||
"date": "Datum",
|
||||
"item": "Artikel",
|
||||
"edition": "Ausgabe",
|
||||
"feetype": "Gebührenart",
|
||||
"feeid": "Gebühren ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"context": {
|
||||
"title": "Kontext Menü",
|
||||
|
||||
@@ -169,6 +169,61 @@
|
||||
"EMPTY_SEMESTER": "No catalog data available for selected semester"
|
||||
}
|
||||
},
|
||||
"library": {
|
||||
"account": {
|
||||
"title": "library account",
|
||||
"greeting": "hello",
|
||||
"login": {
|
||||
"success": "You are logged-in and ready to access your account.",
|
||||
"error": "Not logged in or login expired."
|
||||
},
|
||||
"pages": {
|
||||
"profile": {
|
||||
"title": "library profile",
|
||||
"labels": {
|
||||
"id": "user ID",
|
||||
"name": "name",
|
||||
"email": "email",
|
||||
"address": "Address",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"checked_out": {
|
||||
"title": "checked out items",
|
||||
"labels": {
|
||||
"title": "title",
|
||||
"about": "more information",
|
||||
"label": "label",
|
||||
"endtime": "Loan period ends"
|
||||
}
|
||||
},
|
||||
"fines": {
|
||||
"title": "fines",
|
||||
"labels": {
|
||||
"amount": "amount",
|
||||
"about": "about",
|
||||
"date": "date",
|
||||
"item": "item",
|
||||
"edition": "edition",
|
||||
"feetype": "fee type",
|
||||
"feeid": "fee ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"context": {
|
||||
"title": "context menu",
|
||||
|
||||
Reference in New Issue
Block a user