mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 20:12:32 -06:00
feat: Update translations
This commit is contained in:
@@ -1027,5 +1027,19 @@
|
||||
"version": "Version {versionCode}",
|
||||
"notes": "{count, plural, zero{Notizen} one{Notiz} other{Notizen}}",
|
||||
"addNote": "Notiz hinzufügen",
|
||||
"newerVersionAvailable": "Neuere Version verfügbar:"
|
||||
"newerVersionAvailable": "Neuere Version verfügbar:",
|
||||
"dateOutOfRange": "Das Datum muss zwischen {firstDate} und {lastDate} liegen.",
|
||||
"@dateOutOfRange": {
|
||||
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||
"placeholders": {
|
||||
"firstDate": {
|
||||
"type": "DateTime",
|
||||
"format": "yMd"
|
||||
},
|
||||
"lastDate": {
|
||||
"type": "DateTime",
|
||||
"format": "yMd"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user