mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 20:12:32 -06:00
feat: Migrations, new saved views interface
This commit is contained in:
@@ -861,8 +861,20 @@
|
||||
"@loginRequiredPermissionsHint": {
|
||||
"description": "Hint shown on the login page informing the user of the required permissions to use the app."
|
||||
},
|
||||
"missingPermissions": "You do not have the necessary permissions to perform this action.",
|
||||
"missingPermissions": "No tens els permisos necessaris per a completar l'acció.",
|
||||
"@missingPermissions": {
|
||||
"description": "Message shown in a snackbar when a user without the reequired permissions performs an action."
|
||||
},
|
||||
"editView": "Edit View",
|
||||
"@editView": {
|
||||
"description": "Title of the edit saved view page"
|
||||
},
|
||||
"donate": "Donate",
|
||||
"@donate": {
|
||||
"description": "Label of the in-app donate button"
|
||||
},
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user