mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
fix: lock page issues (#7380)
* fix: unable to click the swith to lock/unlock page * fix: add divider above delete button on mobile * fix: enable lock/unlock page by tapping the lock icon * chore: update translations * fix: hide cursor when the page is locked * fix: the inline databaes still can be edited if the document is locked * fix: disable auto update checker * chore: change my account to account & app
This commit is contained in:
parent
0e7ac85f90
commit
e028e45e93
8 changed files with 90 additions and 34 deletions
|
@ -556,7 +556,7 @@
|
|||
}
|
||||
},
|
||||
"accountPage": {
|
||||
"menuLabel": "My account",
|
||||
"menuLabel": "Account & App",
|
||||
"title": "My account",
|
||||
"general": {
|
||||
"title": "Account name & profile image",
|
||||
|
@ -2008,8 +2008,8 @@
|
|||
"searchForAnImage": "Search for an image",
|
||||
"pleaseInputYourOpenAIKey": "please input your AI key in Settings page",
|
||||
"saveImageToGallery": "Save image",
|
||||
"failedToAddImageToGallery": "Failed to add image to gallery",
|
||||
"successToAddImageToGallery": "Image added to gallery successfully",
|
||||
"failedToAddImageToGallery": "Failed to save image",
|
||||
"successToAddImageToGallery": "Saved image to Photos",
|
||||
"unableToLoadImage": "Unable to load image",
|
||||
"maximumImageSize": "Maximum supported upload image size is 10MB",
|
||||
"uploadImageErrorImageSizeTooBig": "Image size must be less than 10MB",
|
||||
|
@ -3097,13 +3097,13 @@
|
|||
"autoUpdate": {
|
||||
"criticalUpdateTitle": "Update required to continue",
|
||||
"criticalUpdateDescription": "We've made improvements to enhance your experience! Please update from {currentVersion} to {newVersion} to keep using the app.",
|
||||
"criticalUpdateButton": "Update now",
|
||||
"criticalUpdateButton": "Update",
|
||||
"bannerUpdateTitle": "New Version Available!",
|
||||
"bannerUpdateDescription": "Get the latest features and bug fixes. Click \"Update\" to install now",
|
||||
"bannerUpdateDescription": "Get the latest features and fixes. Click \"Update\" to install now",
|
||||
"bannerUpdateButton": "Update",
|
||||
"settingsUpdateTitle": "New Version ({newVersion}) Available!",
|
||||
"settingsUpdateDescription": "Current version: {currentVersion} (Official build) → {newVersion}",
|
||||
"settingsUpdateButton": "Update now",
|
||||
"settingsUpdateButton": "Update",
|
||||
"settingsUpdateWhatsNew": "What's new"
|
||||
},
|
||||
"lockPage": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue