mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 21:12:22 +03:00
fix: corrected the preposition in "Save As New Collection" (#4070)
This commit is contained in:
parent
0fa1bdf7d2
commit
4091ff8e36
@ -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}
|
||||
/>
|
||||
</>
|
||||
|
@ -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}
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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": "全選",
|
||||
|
Loading…
Reference in New Issue
Block a user