feat: add library action confirmations

Closes #334
This commit is contained in:
Jovan Krunić
2022-11-11 14:08:53 +00:00
committed by Rainer Killinger
parent 6b08af6a74
commit 42b860e417
7 changed files with 53 additions and 23 deletions

View File

@@ -284,7 +284,8 @@
"title": "Titel",
"about": "Mehr Informationen",
"label": "Signatur",
"endtime": "Rückgabedatum"
"endtime": "Leihfristende",
"renewals": "Verlängerungen"
}
},
"fines": {
@@ -292,7 +293,7 @@
"labels": {
"amount": "Betrag",
"about": "Information",
"date": "Rückgabedatum",
"date": "Leihfristende",
"item": "Artikel",
"edition": "Ausgabe",
"feetype": "Gebührenart",
@@ -304,13 +305,15 @@
"actions": {
"cancel": {
"header": "Vormerkung löschen",
"text": "Bist Du dir sicher, die Vormerkung von \"{{value}}\" zu löschen?",
"unknown_book": "unbekanntem Titel"
"text": "Soll die Vormerkung von \"{{value}}\" gelöscht werden?",
"unknown_book": "unbekannter Titel",
"success": "Vormerkung erfolgreich gelöscht."
},
"renew": {
"header": "Ausleihfrist verlängern",
"text": "Bist Du dir sicher, die Ausleihfrist von \"{{value}}\" zu verlängern?",
"unknown_book": "unbekanntem Titel"
"text": "Soll die Ausleihfrist von \"{{value}}\" verlängert werden?",
"unknown_book": "unbekannter Titel",
"success": "Ausleihfrist erfolgreich verlängert."
}
}
}

View File

@@ -284,7 +284,8 @@
"title": "Title",
"about": "More information",
"label": "Label",
"endtime": "Return date"
"endtime": "Due date",
"renewals": "Renewals"
}
},
"fines": {
@@ -292,7 +293,7 @@
"labels": {
"amount": "Amount",
"about": "About",
"date": "Return date",
"date": "Due date",
"item": "Item",
"edition": "Edition",
"feetype": "Fee type",
@@ -304,13 +305,15 @@
"actions": {
"cancel": {
"header": "Cancel reservation",
"text": "Are you sure you want to extend the landing period of \"{{value}}\"?",
"unknown_book": "unknown title"
"text": "Are you sure you want to extend the lending period of \"{{value}}\"?",
"unknown_book": "unknown title",
"success": "Reservation cancelled successfully."
},
"renew": {
"header": "Extend landing period",
"text": "Are you sure you want to extend the landing period of \"{{value}}\"?",
"unknown_book": "unknown title"
"header": "Extend lending period",
"text": "Are you sure you want to extend the lending period of \"{{value}}\"?",
"unknown_book": "unknown title",
"success": "Lending period extended successfully."
}
}
}