feat: Implement updated receive share logic

This commit is contained in:
Anton Stubenbord
2023-10-02 23:59:42 +02:00
parent 653344c9ee
commit 37ed8bbb04
47 changed files with 1695 additions and 730 deletions

View File

@@ -973,5 +973,12 @@
"userAlreadyExists": "This user already exists.",
"@userAlreadyExists": {
"description": "Error message shown when the user tries to add an already existing account."
}
},
"youDidNotSaveAnyViewsYet": "You did not save any views yet, create one and it will be shown here.",
"@youDidNotSaveAnyViewsYet": {
"description": "Message shown when there are no saved views yet."
},
"tryAgain": "Try again",
"discardFile": "Discard file?",
"discard": "Discard"
}