mirror of https://github.com/usememos/memos.git
Move language key to storage related section
This commit is contained in:
parent
08eecd56c2
commit
db23ee52dc
|
|
@ -241,7 +241,7 @@ const StorageSection = observer(() => {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div className="w-full flex flex-row justify-between items-center">
|
<div className="w-full flex flex-row justify-between items-center">
|
||||||
<span>{t("setting.memo-related-settings.use-thumbnails-for-s3-images")}</span>
|
<span>{t("setting.storage-section.use-thumbnails-for-s3-images")}</span>
|
||||||
<Switch
|
<Switch
|
||||||
checked={workspaceStorageSetting.useThumbnailsForS3Images}
|
checked={workspaceStorageSetting.useThumbnailsForS3Images}
|
||||||
onCheckedChange={(checked) =>
|
onCheckedChange={(checked) =>
|
||||||
|
|
|
||||||
|
|
@ -316,8 +316,7 @@
|
||||||
"enable-memo-comments": "Enable memo comments",
|
"enable-memo-comments": "Enable memo comments",
|
||||||
"enable-memo-location": "Enable memo location",
|
"enable-memo-location": "Enable memo location",
|
||||||
"reactions": "Reactions",
|
"reactions": "Reactions",
|
||||||
"title": "Memo related settings",
|
"title": "Memo related settings"
|
||||||
"use-thumbnails-for-s3-images": "Generate and serve thumbnails for images stored in S3"
|
|
||||||
},
|
},
|
||||||
"my-account": "My Account",
|
"my-account": "My Account",
|
||||||
"preference": "Preferences",
|
"preference": "Preferences",
|
||||||
|
|
@ -388,6 +387,7 @@
|
||||||
"url-prefix-placeholder": "Custom URL prefix, optional",
|
"url-prefix-placeholder": "Custom URL prefix, optional",
|
||||||
"url-suffix": "URL suffix",
|
"url-suffix": "URL suffix",
|
||||||
"url-suffix-placeholder": "Custom URL suffix, optional",
|
"url-suffix-placeholder": "Custom URL suffix, optional",
|
||||||
|
"use-thumbnails-for-s3-images": "Generate and serve thumbnails for images stored in S3",
|
||||||
"warning-text": "Are you sure you want to delete storage service `{{name}}`? THIS ACTION IS IRREVERSIBLE"
|
"warning-text": "Are you sure you want to delete storage service `{{name}}`? THIS ACTION IS IRREVERSIBLE"
|
||||||
},
|
},
|
||||||
"system": "System",
|
"system": "System",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue