mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 12:08:02 -06:00
feat: Update translations
This commit is contained in:
@@ -1027,5 +1027,19 @@
|
||||
"version": "Version {versionCode}",
|
||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||
"addNote": "Add note",
|
||||
"newerVersionAvailable": "Newer version available:"
|
||||
"newerVersionAvailable": "Newer version available:",
|
||||
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||
"@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