Merge branch 'master' into feat/markdown-mirror

This commit is contained in:
Tienson Qin
2026-05-06 20:47:32 +08:00
committed by GitHub
21 changed files with 1076 additions and 263 deletions

View File

@@ -1724,7 +1724,9 @@
:storage.recycle/retention-desc "Deleted pages and blocks stay here until restored or automatically garbage collected after 30 days."
:storage.recycle/title "Recycle"
:sync/assets-downloading "downloading assets"
:sync/assets-downloading-count "Downloading assets ({1})"
:sync/assets-uploading "uploading assets"
:sync/assets-uploading-count "Uploading assets ({1})"
:sync/conflicts-description "These server versions conflicted with local edits. Copy the text you want and edit the block manually."
:sync/conflicts-title "Sync conflicts"
@@ -1738,6 +1740,7 @@
:sync/more-debug-info "More debug info"
:sync/offline "Offline"
:sync/online "Online"
:sync/pending-asset-uploads "pending asset uploads"
:sync/pending-local-changes "pending local changes"
:sync/pending-server-changes "pending server changes"
:sync/show-conflicts "Show sync conflicts"

View File

@@ -1707,7 +1707,9 @@
:storage.recycle/retention-desc "已删除的页面和块会保留在此处,直到被恢复或在 30 天后被自动垃圾回收。"
:storage.recycle/title "回收站"
:sync/assets-downloading "正在下载资源"
:sync/assets-downloading-count "正在下载资源({1}"
:sync/assets-uploading "正在上传资源"
:sync/assets-uploading-count "正在上传资源({1}"
:sync/conflicts-description "这些服务器版本与本地编辑冲突。复制你需要的文本,然后手动编辑该块。"
:sync/conflicts-title "同步冲突"
@@ -1721,6 +1723,7 @@
:sync/more-debug-info "更多调试信息"
:sync/offline "离线"
:sync/online "在线"
:sync/pending-asset-uploads "待上传的资源"
:sync/pending-local-changes "待同步的本地更改"
:sync/pending-server-changes "待同步的服务器更改"
:sync/show-conflicts "显示同步冲突"