- Collection is a smart folder where you can manually add pages or
- automatically add pages through rules.
+ {t['com.affine.editCollectionName.createTips']()}
- "Include" refers to manually adding pages rather
- than automatically adding them through rule matching. You can
- manually add pages through the "Add pages" option or
- by dragging and dropping (coming soon).
+ {t['com.affine.editCollection.rules.include.tipsTitle']()}
- After searching, there are currently{' '}
-
- {allowListPages.length + rulesPages.length}
- {' '}
- pages.
+
+ After searching, there are currently
+ count
+ pages.
+
{
textAlign: 'center',
}}
>
- Collection is a smart folder where you can manually add pages or
- automatically add pages through rules.
+ {t['com.affine.collection.emptyCollectionDescription']()}
- Add pages: You can
- freely select pages and add them to the collection.
+
+ Add pages: You can
+ freely select pages and add them to the collection.
+
- Add rules: Rules are
- based on filtering. After adding rules, pages that meet the
- requirements will be automatically added to the current
- collection.
+
+ Add rules: Rules are
+ based on filtering. After adding rules, pages that meet the
+ requirements will be automatically added to the current
+ collection.
+
diff --git a/packages/frontend/i18n/src/resources/en.json b/packages/frontend/i18n/src/resources/en.json
index 7783794f9..954a070cf 100644
--- a/packages/frontend/i18n/src/resources/en.json
+++ b/packages/frontend/i18n/src/resources/en.json
@@ -396,6 +396,31 @@
"com.affine.page.group-header.select-all": "Select All",
"com.affine.page.toolbar.selected_one": "<0>{{count}}0> page selected",
"com.affine.page.toolbar.selected_others": "<0>{{count}}0> page(s) selected",
+ "com.affine.collection.allCollections": "All Collections",
+ "com.affine.collection.emptyCollection": "Empty Collection",
+ "com.affine.collection.emptyCollectionDescription": "Collection is a smart folder where you can manually add pages or automatically add pages through rules.",
+ "com.affine.collection.addPages": "Add Pages",
+ "com.affine.collection.addPages.tips": "<0>Add pages:0> You can freely select pages and add them to the collection.",
+ "com.affine.collection.addRules": "Add Rules",
+ "com.affine.collection.addRules.tips": "<0>Add rules:0> Rules are based on filtering. After adding rules, pages that meet the requirements will be automatically added to the current collection.",
+ "com.affine.collection.helpInfo": "HELP INFO",
+ "com.affine.editCollectionName.name": "Name",
+ "com.affine.editCollectionName.name.placeholder": "Collection Name",
+ "com.affine.editCollectionName.createTips": "Collection is a smart folder where you can manually add pages or automatically add pages through rules.",
+ "com.affine.editCollection.rules.include.page": "Page",
+ "com.affine.editCollection.rules.include.is": "is",
+ "com.affine.editCollection.rules.include.add": "Add include page",
+ "com.affine.editCollection.rules.include.tipsTitle": "What is \"Include\"?",
+ "com.affine.editCollection.rules.include.tips": "\"Include\" refers to manually adding pages rather than automatically adding them through rule matching. You can manually add pages through the \"Add pages\" option or by dragging and dropping (coming soon).",
+ "com.affine.editCollection.rules.preview": "Preview",
+ "com.affine.editCollection.rules.reset": "Reset",
+ "com.affine.editCollection.rules.countTips.zero": "Showing <1>{{count}}1> pages.",
+ "com.affine.editCollection.rules.countTips.one": "Showing <1>{{count}}1> page.",
+ "com.affine.editCollection.rules.countTips.more": "Showing <1>{{count}}1> pages.",
+ "com.affine.selectPage.title": "Add include page",
+ "com.affine.selectPage.selected": "Selected",
+ "com.affine.selectPage.empty": "Empty",
+ "com.affine.selectPage.empty.tips": "No page titles contain <1>{{search}}1>",
"Confirm": "Confirm",
"Connector": "Connector",
"Continue with Google": "Continue with Google",