mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat(editor): add i18n support for block meta display (#10831)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user