fix: corrected the preposition in "Save As New Collection" (#4070)

This commit is contained in:
Pranay Prajapati 2023-09-01 00:05:10 +05:30 committed by GitHub
parent 0fa1bdf7d2
commit 4091ff8e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ export const AddCollectionButton = ({
onConfirm={setting.saveCollection}
open={show}
onClose={() => showUpdateCollection(false)}
title={t['Save As New Collection']()}
title={t['Save as New Collection']()}
init={defaultCollection}
/>
</>

View File

@ -297,10 +297,10 @@ export const SaveCollectionButton = ({
size="large"
style={{ padding: '7px 8px' }}
>
{t['Save As New Collection']()}
{t['Save as New Collection']()}
</Button>
<EditCollectionModel
title={t['Save As New Collection']()}
title={t['Save as New Collection']()}
propertiesMeta={propertiesMeta}
init={init}
onConfirm={onConfirm}

View File

@ -244,7 +244,7 @@
"Retain cached cloud data": "Retain cached cloud data",
"Retain local cached data": "Retain local cached data",
"Save": "Save",
"Save As New Collection": "Save As New Collection",
"Save as New Collection": "Save as New Collection",
"Saved then enable AFFiNE Cloud": "All changes are saved locally, click to enable AFFiNE Cloud.",
"Select": "Select",
"Select All": "Select All",

View File

@ -237,7 +237,7 @@
"Retain cached cloud data": "Conserver les données mises en cache dans le cloud",
"Retain local cached data": "Conserver les données du cache local",
"Save": "Enregistrer",
"Save As New Collection": "Enregistrer en tant que nouvelle collection",
"Save as New Collection": "Enregistrer en tant que nouvelle collection",
"Saved then enable AFFiNE Cloud": "Toutes les modifications sont sauvegardées localement, cliquez ici pour activer la sauvegarde AFFiNE Cloud",
"Select": "Sélectionner ",
"Select All": "Sélectionner l'ensemble",

View File

@ -237,7 +237,7 @@
"Retain cached cloud data": "保留緩衝的雲數據",
"Retain local cached data": "保留本機緩衝數據",
"Save": "保存",
"Save As New Collection": "另存為新收藏集",
"Save as New Collection": "另存為新收藏集",
"Saved then enable AFFiNE Cloud": "所有修訂已儲存在本機,點按以啟用 AFFiNE Cloud。",
"Select": "選擇",
"Select All": "全選",