mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: display availability and item data for library items
This commit is contained in:
committed by
Thea Schöbl
parent
605aa1b782
commit
d571b1dbe5
@@ -349,16 +349,26 @@
|
||||
},
|
||||
"daia": {
|
||||
"availability": "Verfügbarkeit",
|
||||
"available": "ausleihbar",
|
||||
"status": "Status",
|
||||
"status_states": {
|
||||
"checked_out": "ausgeliehen",
|
||||
"not_yet_available": "noch nicht verfügbar",
|
||||
"not_available": "nicht verfügbar",
|
||||
"library_only": "nur vor Ort benutzbar",
|
||||
"available": "ausleihbar",
|
||||
"unknown": "unbekannt"
|
||||
},
|
||||
"dueDate": "Leihfristende",
|
||||
"location": "Standort",
|
||||
"signature": "Signatur",
|
||||
"comment": "Kommentar",
|
||||
"order": "Bestellen",
|
||||
"order": "bestellen",
|
||||
"reserve": "vormerken",
|
||||
"issn": "ISSN",
|
||||
"ejournal": "ejournal",
|
||||
"unknownAvailability": "Keine Information vorhanden",
|
||||
"unavailableAvailability": "System nicht erreichbar"
|
||||
"unavailableAvailability": "System nicht erreichbar",
|
||||
"fulltext": "Zum Volltext"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
|
||||
@@ -349,16 +349,26 @@
|
||||
},
|
||||
"daia": {
|
||||
"availability": "Availability",
|
||||
"available": "available",
|
||||
"status": "Status",
|
||||
"status_states": {
|
||||
"checked_out": "checked out",
|
||||
"not_yet_available": "not yet available",
|
||||
"not_available": "not available",
|
||||
"library_only": "for use in library only",
|
||||
"available": "available",
|
||||
"unknown": "not available"
|
||||
},
|
||||
"dueDate": "Due date",
|
||||
"location": "Location",
|
||||
"signature": "Shelfmark",
|
||||
"comment": "Remark",
|
||||
"order": "Request",
|
||||
"order": "request",
|
||||
"reserve": "reserve",
|
||||
"issn": "ISSN",
|
||||
"ejournal": "ejournal",
|
||||
"unknownAvailability": "No information available",
|
||||
"unavailableAvailability": "System unreachable"
|
||||
"unavailableAvailability": "System unreachable",
|
||||
"fulltext": "Full text"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
|
||||
Reference in New Issue
Block a user