feat: Migrations, new saved views interface

This commit is contained in:
Anton Stubenbord
2023-09-19 01:50:02 +02:00
parent 2e8144700f
commit f3560f00ea
31 changed files with 1745 additions and 376 deletions

View File

@@ -67,7 +67,7 @@
"@startTyping": {},
"doYouReallyWantToDeleteThisView": "Czy na pewno chcesz usunąć ten widok?",
"@doYouReallyWantToDeleteThisView": {},
"deleteView": "Usuń widok ",
"deleteView": "Usuń widok {name}?",
"@deleteView": {},
"addedAt": "Dodano",
"@addedAt": {},
@@ -864,5 +864,17 @@
"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."
},
"editView": "Edit View",
"@editView": {
"description": "Title of the edit saved view page"
},
"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"
}
}