mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 00:07:59 -06:00
feat: Add statistics card on landing page
This commit is contained in:
@@ -837,7 +837,7 @@
|
||||
"@clearCache": {
|
||||
"description": "Title of the clear cache setting"
|
||||
},
|
||||
"freeBytes": "Free {bytes}",
|
||||
"freeBytes": "Free {byteString}",
|
||||
"@freeBytes": {
|
||||
"description": "Text shown for clear storage settings"
|
||||
},
|
||||
@@ -860,5 +860,9 @@
|
||||
"loginRequiredPermissionsHint": "Using Paperless Mobile requires a minimum set of user permissions since paperless-ngx 1.14.0 and higher. Therefore, please make sure that the user to be logged in has the permission to view other users (User → View) and the settings (UISettings → View). If you do not have these permissions, please contact an administrator of your paperless-ngx server.",
|
||||
"@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": {
|
||||
"description": "Message shown in a snackbar when a user without the reequired permissions performs an action."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user