feat(editor): add i18n support for block meta display (#10831)

This commit is contained in:
Saul-Mirone
2025-03-13 11:28:56 +00:00
parent 0c9591f08e
commit 05f3069efd
7 changed files with 59 additions and 30 deletions
@@ -133,6 +133,8 @@
"Workspace saved locally": "{{name}} is saved locally",
"Zoom in": "Zoom in",
"Zoom out": "Zoom out",
"Unknown User": "Unknown User",
"Deleted User": "Deleted User",
"all": "all",
"com.affine.aboutAFFiNE.autoCheckUpdate.description": "Automatically check for new updates periodically.",
"com.affine.aboutAFFiNE.autoCheckUpdate.title": "Check for updates automatically",
@@ -775,6 +777,7 @@
"com.affine.page.toolbar.selected_one": "<0>{{count}}</0> doc selected",
"com.affine.page.toolbar.selected_other": "<0>{{count}}</0> doc(s) selected",
"com.affine.page.toolbar.selected_others": "<0>{{count}}</0> doc(s) selected",
"com.affine.page.toolbar.created_by": "Created by {{name}}",
"com.affine.pageMode": "Doc mode",
"com.affine.pageMode.all": "all",
"com.affine.pageMode.edgeless": "Edgeless",