feat: add library account screens

This commit is contained in:
Jovan Krunić
2022-01-31 08:53:46 +00:00
parent 863a3ffd48
commit 080e6fa3e8
29 changed files with 770 additions and 1 deletions

View File

@@ -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ü",

View File

@@ -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",