feat: Update translations

This commit is contained in:
Anton Stubenbord
2024-01-03 19:07:05 +01:00
parent 9adfefc0f5
commit c7d3d9207b
13 changed files with 191 additions and 12 deletions

View File

@@ -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"
}
}
}
}