feat: Improve notifications, add donation button, improved asn form field

This commit is contained in:
Anton Stubenbord
2023-03-06 22:21:14 +01:00
parent bd891a8658
commit 1172e54199
37 changed files with 985 additions and 305 deletions

View File

@@ -677,5 +677,21 @@
"dynamicColorScheme": "Dynamisch",
"@dynamicColorScheme": {},
"classicColorScheme": "Klassisch",
"@classicColorScheme": {}
"@classicColorScheme": {},
"notificationDownloadComplete": "Download abgeschlossen",
"@notificationDownloadComplete": {
"description": "Notification title when a download has been completed."
},
"notificationDownloadingDocument": "Dokument wird heruntergeladen",
"@notificationDownloadingDocument": {
"description": "Notification title shown when a document download is pending"
},
"archiveSerialNumberUpdated": "Archiv-Seriennummer aktualisiert.",
"@archiveSerialNumberUpdated": {
"description": "Message shown when the ASN has been updated."
},
"donateCoffee": "Spendiere mir einen Kaffee",
"@donateCoffee": {
"description": "Label displayed in the app drawer"
}
}