mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 20:41:50 +08:00
feat(core): set doc mode and primary doc mode separately (#8359)
https://github.com/user-attachments/assets/98c282f2-4c53-475f-bf10-936a626c2630
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
"Successfully deleted": "成功删除。",
|
||||
"Successfully joined!": "加入成功!",
|
||||
"Switch": "切换",
|
||||
"switchView": "切换视图",
|
||||
"Sync": "同步",
|
||||
"Synced with AFFiNE Cloud": "AFFiNE Cloud 同步完成",
|
||||
"Tags": "标签",
|
||||
@@ -438,6 +439,9 @@
|
||||
"com.affine.empty.docs.trash-description": "已删除的文档将显示在此处。",
|
||||
"com.affine.empty.tags.description": "为您的文档创建一个新标签。",
|
||||
"com.affine.empty.tags.title": "标签管理",
|
||||
"com.affine.editorDefaultMode.edgeless": "默认为无界模式",
|
||||
"com.affine.editorDefaultMode.page": "默认为文档模式",
|
||||
"com.affine.editor.reference-not-found": "未找到已链接的文档",
|
||||
"com.affine.emptyDesc": "这里还没有文档",
|
||||
"com.affine.enableAffineCloudModal.button.cancel": "取消",
|
||||
"com.affine.error.hide-error": "隐藏错误详情",
|
||||
@@ -551,7 +555,7 @@
|
||||
"com.affine.keyboardShortcuts.straightConnector": "直线连接器快捷键",
|
||||
"com.affine.keyboardShortcuts.strikethrough": "删除线",
|
||||
"com.affine.keyboardShortcuts.subtitle": "快速查看快捷键",
|
||||
"com.affine.keyboardShortcuts.switch": "切换快捷键",
|
||||
"com.affine.keyboardShortcuts.switch": "切换视图快捷键",
|
||||
"com.affine.keyboardShortcuts.text": "文本",
|
||||
"com.affine.keyboardShortcuts.title": "键盘快捷键",
|
||||
"com.affine.keyboardShortcuts.unGroup": "取消分组",
|
||||
@@ -642,6 +646,7 @@
|
||||
"com.affine.page-properties.property.required": "必选",
|
||||
"com.affine.page-properties.property.show-in-view": "在视图中显示",
|
||||
"com.affine.page-properties.property.tags": "标签",
|
||||
"com.affine.page-properties.property.docPrimaryMode": "文档模式",
|
||||
"com.affine.page-properties.property.text": "文本",
|
||||
"com.affine.page-properties.property.updatedBy": "最后编辑者",
|
||||
"com.affine.page-properties.settings.title": "自定义属性",
|
||||
@@ -1206,6 +1211,10 @@
|
||||
"com.affine.toastMessage.rename": "更名成功",
|
||||
"com.affine.toastMessage.restored": "{{title}} 已恢复",
|
||||
"com.affine.toastMessage.successfullyDeleted": "删除成功",
|
||||
"com.affine.toastMessage.defaultMode.page.title": "默认模式已更改",
|
||||
"com.affine.toastMessage.defaultMode.page.message": "该文档的默认模式已更改为页面模式",
|
||||
"com.affine.toastMessage.defaultMode.edgeless.title": "默认模式已更改",
|
||||
"com.affine.toastMessage.defaultMode.edgeless.message": "该文档的默认模式已更改为无界模式",
|
||||
"com.affine.today": "今天",
|
||||
"com.affine.tomorrow": "明日",
|
||||
"com.affine.top-tip.mobile": "在移动设备上仅限于查看。",
|
||||
|
||||
Reference in New Issue
Block a user