@hoardodile/i18n 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,17 @@
105
105
  "noMatches": "暂无匹配时区。"
106
106
  }
107
107
  },
108
+ "appError": {
109
+ "title": "页面出错了",
110
+ "description": "页面无法正常显示。刷新应用即可恢复——数据是安全的;也可以复制错误详情用于反馈。",
111
+ "details": "错误详情",
112
+ "tryAgain": "重试",
113
+ "reload": "重新加载",
114
+ "copyDetails": "复制错误详情",
115
+ "copied": "错误详情已复制到剪贴板。",
116
+ "copyFailed": "无法复制到剪贴板。",
117
+ "reportIssue": "提交 Issue"
118
+ },
108
119
  "appShell": {
109
120
  "primaryNav": "主导航",
110
121
  "secondaryNav": "辅助导航",
@@ -118,6 +129,8 @@
118
129
  "documents": "文档",
119
130
  "messages": "留言",
120
131
  "me": "设置",
132
+ "marketplace": "插件市场",
133
+ "marketplaceUpdatesBadge": "插件有可用更新",
121
134
  "feedbackAbout": "反馈与关于",
122
135
  "help": "帮助"
123
136
  },
@@ -285,11 +298,19 @@
285
298
  "repository": "GitHub 仓库",
286
299
  "website": "官网",
287
300
  "bugTitle": "报告 Bug",
288
- "bugDescription": "遇到了问题?提交 issue,帮我们修复。",
289
- "bugAction": "提交 Issue",
301
+ "bugDescription": "出问题了?先下载日志包(最近的前后端日志,打包为一个 zip),随报告一起附上。发送前请去掉本地路径等个人信息。",
302
+ "bugAction": "报告问题",
303
+ "downloadLogs": "下载日志包",
304
+ "logsArchiveConfirmTitle": "下载日志包?",
305
+ "logsArchiveConfirmNote": "日志包包含本设备最近的应用活动——本地路径、文件名等信息。只应发送给可信任的维护者,附件前请先检查内容。",
306
+ "logsArchiveDownloaded": "日志包已下载,把它附到 Issue 里即可。",
307
+ "logsArchiveFailed": "无法生成日志包。",
308
+ "logsArchiving": "打包中…",
309
+ "openLogsFolder": "打开服务器日志文件夹",
310
+ "openLogsFailed": "无法打开日志文件夹。",
290
311
  "featureTitle": "功能建议",
291
- "featureDescription": "缺少什么功能?告诉我们。",
292
- "featureAction": "告诉我们",
312
+ "featureDescription": "缺少什么功能?告诉我。",
313
+ "featureAction": "告诉我",
293
314
  "developerTitle": "开发者",
294
315
  "checkUpdate": "检查更新",
295
316
  "checking": "正在检查…",
@@ -309,8 +330,29 @@
309
330
  "title": "最近连接",
310
331
  "description": "每次登录的设备、IP 与时间。数据只保存在本机,超过 90 天自动清除。",
311
332
  "empty": "暂无登录记录。",
333
+ "totalLabel_one": "共 {{count}} 条登录记录",
334
+ "totalLabel_other": "共 {{count}} 条登录记录",
312
335
  "loopback": "本机"
313
336
  },
337
+ "network": {
338
+ "title": "出站网络",
339
+ "description": "插件下载与插件市场使用的出站代理。自动识别代理环境变量或系统代理,HOARDODILE_PROXY 可覆盖。",
340
+ "proxyLabel": "出站代理",
341
+ "sourceNone": "直连(未使用代理)",
342
+ "sourceEnv": "用户代理(环境变量)",
343
+ "sourceSystem": "用户代理(系统设置)",
344
+ "sourceExplicit": "用户代理(显式配置)",
345
+ "bypassCount_one": "{{count}} 个主机绕过代理",
346
+ "bypassCount_other": "{{count}} 个主机绕过代理",
347
+ "test": "测试 GitHub 连接",
348
+ "testing": "正在测试 GitHub 连接…",
349
+ "testSuccess": "GitHub 可访问(HTTP {{status}})",
350
+ "testFailed": "GitHub 不可访问:{{message}}",
351
+ "testHint": "请检查代理设置(HOARDODILE_PROXY / 系统代理 / 代理环境变量)。",
352
+ "connectionLabel": "GitHub 连接",
353
+ "notTested": "尚未测试",
354
+ "proxyConfigHint": "可通过系统代理或代理环境变量(HOARDODILE_PROXY)启用。"
355
+ },
314
356
  "desktop": {
315
357
  "library": {
316
358
  "title": "内容库文件夹",
@@ -386,16 +428,16 @@
386
428
  "updatePhaseSwapping": "正在替换服务文件…",
387
429
  "updatePhaseStarting": "正在启动本地服务…",
388
430
  "shellCache": {
389
- "title": "Shell 缓存",
390
- "description": "应用窗口自身的磁盘缓存——HTTP 响应、编译代码与 GPU 着色器——以及已下载的更新包。清理不会影响 cookies、你的偏好或离线数据,应用会立即从本地服务器重新获取。已就绪待安装的更新包会保留。",
431
+ "title": "应用临时文件",
432
+ "description": "应用运行时在设备上自动保存的临时文件,例如界面用到的图片和代码,以及已下载的更新包。清除后应用会自动重新获取所需文件;登录状态、界面外观和离线数据不受影响。已下载、等待安装的更新包会保留。",
391
433
  "currentSize": "{{size}}",
392
434
  "unavailable": "无法获取",
393
- "clear": "清除缓存",
435
+ "clear": "清除临时文件",
394
436
  "clearing": "正在清除…",
395
- "confirmTitle": "清除 Shell 缓存?",
396
- "confirmDescription": "应用窗口将在下次访问时从本地服务器重新获取文件。cookies、偏好与离线数据不受影响。已就绪待安装的更新包会保留。",
397
- "toastCleared": "Shell 缓存已清除,释放 {{bytes}}。",
398
- "clearFailed": "清除 Shell 缓存失败。"
437
+ "confirmTitle": "清除应用临时文件?",
438
+ "confirmDescription": "应用会在下次使用时自动重新获取所需文件。登录状态、界面外观和离线数据不受影响。已下载、等待安装的更新包会保留。",
439
+ "toastCleared": "应用临时文件已清除,释放 {{bytes}}。",
440
+ "clearFailed": "清除应用临时文件失败。"
399
441
  }
400
442
  },
401
443
  "usage": {
@@ -438,13 +480,13 @@
438
480
  "confirmDescription": "这将删除所有系统偏好,包括主题、语言、字体和日期格式。页面将使用默认值重新加载。此操作无法撤销。"
439
481
  },
440
482
  "systemCache": {
441
- "title": "浏览器缓存",
442
- "description": "浏览器侧的本地数据——Service Worker 缓存、localStorage 与 IndexedDB(离线使用队列、文档草稿)。不会触碰服务器,随后页面将重新加载。",
483
+ "title": "浏览器本地数据",
484
+ "description": "应用保存在浏览器中的界面偏好(主题、语言)、离线使用记录和文档草稿。清空后页面会重新加载、界面恢复默认外观;服务器上的资源和收藏不受影响。",
443
485
  "clear": "全部清空",
444
486
  "clearing": "清空中…",
445
- "resetting": "浏览器缓存已清空,正在重新加载…",
446
- "confirmTitle": "清空浏览器缓存?",
447
- "confirmDescription": "这将删除所有浏览器侧本地数据,包括主题与语言偏好、离线使用记录和已保存的文档草稿,然后重新加载页面。此操作无法撤销。"
487
+ "resetting": "浏览器本地数据已清空,正在重新加载…",
488
+ "confirmTitle": "清空浏览器本地数据?",
489
+ "confirmDescription": "这将删除应用保存在浏览器中的全部数据,包括主题与语言等界面偏好、离线使用记录和文档草稿,然后重新加载页面、恢复默认外观。服务器上的资源和收藏不受影响。此操作无法撤销。"
448
490
  }
449
491
  },
450
492
  "plugin": {
@@ -469,6 +511,10 @@
469
511
  "missingSource": "来源缺失",
470
512
  "installed": "已安装",
471
513
  "installedDescription": "顺序决定谁优先认领内容——拖拽可调整优先级。",
514
+ "bundledTitle": "捆绑插件",
515
+ "bundledDescription": "随应用分发的官方插件。卸载不会删除打包原件——可随时在此处离线还原。",
516
+ "bundledRestore": "还原",
517
+ "bundledRestoreSuccess": "已还原 {{name}}",
472
518
  "filterPlaceholder": "筛选插件",
473
519
  "countInstalled": "已安装 {{count}} 个",
474
520
  "listView": "列表视图",
@@ -534,14 +580,14 @@
534
580
  "disable": "停用",
535
581
  "saved": "插件市场已使用 {{repo}}",
536
582
  "notConfiguredHint": "尚未配置注册单仓库——填入上方地址即可陈列以 GitHub Release 发布的插件。",
537
- "loading": "正在加载目录…",
538
583
  "loadFailed": "插件市场刷新失败:{{message}}",
539
584
  "refreshedAt": "上次刷新 {{time}}",
540
585
  "refresh": "刷新",
586
+ "refreshConfirmTitle": "刷新整个插件市场?",
587
+ "refreshConfirmDescription": "该操作会通过 GitHub API 重新查询每个插件的最新发布(未认证限额为每小时 60 次)。频繁刷新可能触发限流;限流期间将回退展示缓存的发布信息,直至配额恢复。",
541
588
  "refreshed": "插件市场已刷新",
542
589
  "refreshFailed": "插件市场刷新失败",
543
590
  "emptyHint": "注册单还没有收录任何插件。在 registry.json 中添加仓库地址后刷新即可。",
544
- "registryErrorsTitle": "无法加载的注册单条目",
545
591
  "install": "安装",
546
592
  "update": "更新",
547
593
  "updateTo": "更新到 v{{version}}",
@@ -553,7 +599,38 @@
553
599
  "installing": "正在安装…",
554
600
  "installConfirmNote": "该操作会从上述 GitHub 仓库安装服务端代码,并与所有插件一样运行在受限沙箱中。上方展示了声明的权限。请只安装你信任的仓库。",
555
601
  "installSuccess": "已安装 {{name}}",
556
- "updateSuccess": "已将 {{name}} 更新到 v{{version}}"
602
+ "updateSuccess": "已将 {{name}} 更新到 v{{version}}",
603
+ "view": "查看",
604
+ "details": "详情",
605
+ "moreActions": "更多操作",
606
+ "releaseNotes": "发布说明",
607
+ "pluginInfo": "插件信息",
608
+ "pluginId": "插件 ID",
609
+ "repository": "仓库",
610
+ "latestRelease": "最新发布",
611
+ "manifestVersion": "清单版本",
612
+ "packageAsset": "安装包",
613
+ "checksum": "SHA-256",
614
+ "notInstalled": "未安装",
615
+ "reportIssue": "报告问题",
616
+ "reportSecurity": "报告安全漏洞",
617
+ "requestFeature": "申请新功能",
618
+ "intro": "介绍",
619
+ "languages": "语言",
620
+ "noIntro": "该版本未随发布提供介绍",
621
+ "noReleaseNotes": "该版本未提供发布说明",
622
+ "errorRateLimitedShort": "最新发布信息暂时无法获取,稍后自动重试。",
623
+ "configureRegistry": "配置注册表",
624
+ "pageHint": "插件以 GitHub Release 发布,通过你持有的注册单仓库发现。在上方配置注册表——目录将直接从各插件仓库及其 Release 读取名称、版本、权限与发布说明。",
625
+ "registryDialogTitle": "插件市场注册表",
626
+ "installedBadge": "已安装",
627
+ "filterAll": "全部",
628
+ "filterInstalled": "已安装",
629
+ "filterUpdates": "可更新",
630
+ "emptyFilterHint": "当前筛选下没有插件。",
631
+ "requiresAppVersion": "需要 hoardodile ≥ v{{version}}",
632
+ "incompatibleAppVersion": "该插件需要 hoardodile ≥ v{{require}},当前为 v{{current}}",
633
+ "registryActive": "当前 registry:{{url}}"
557
634
  },
558
635
  "overview": {
559
636
  "usageHistory": {
@@ -1844,6 +1921,18 @@
1844
1921
  }
1845
1922
  },
1846
1923
  "tags": {
1924
+ "edit": {
1925
+ "linkLabel": "网页链接",
1926
+ "linkPlaceholder": "https://…",
1927
+ "linkHint": "标签对应权威页面的可选链接——在悬停预览中展示。",
1928
+ "uploadImage": "上传图片…",
1929
+ "editImage": "编辑图片…",
1930
+ "imageDialogTitle": "标签图片"
1931
+ },
1932
+ "card": {
1933
+ "openLink": "打开链接",
1934
+ "aria": "标签预览:{{name}}"
1935
+ },
1847
1936
  "picker": {
1848
1937
  "noCategories": "暂无分类。",
1849
1938
  "selectedHeader": "选中:",
@@ -2072,7 +2161,7 @@
2072
2161
  }
2073
2162
  },
2074
2163
  "sync": {
2075
- "pageHint": "每台设备:记录实体数量、内容大小与存储体积 · 保留最近两次快照",
2164
+ "pageHint": "每台设备:记录实体数量、内容大小与存储体积 · 打开页面即可查看自上次同步以来的变化",
2076
2165
  "status": {
2077
2166
  "allUpToDate": "所有设备已是最新",
2078
2167
  "dueCount_one": "{{total}} 台中 {{count}} 台待同步",
@@ -2119,14 +2208,17 @@
2119
2208
  "editTitle": "编辑设备",
2120
2209
  "edit": "编辑",
2121
2210
  "save": "保存",
2122
- "editPending": "保存中…"
2211
+ "editPending": "保存中…",
2212
+ "liveHint": "当前状态 · 相比上次同步的变化"
2123
2213
  },
2124
2214
  "fields": {
2125
2215
  "resources": "资源",
2126
2216
  "characters": "角色",
2127
2217
  "documents": "文档",
2218
+ "folders": "文件夹",
2128
2219
  "messages": "留言",
2129
2220
  "tags": "标签",
2221
+ "collections": "收藏",
2130
2222
  "trash": "回收站",
2131
2223
  "contentSize": "内容大小",
2132
2224
  "storage": "存储体积",
@@ -2168,6 +2260,7 @@
2168
2260
  "copied": "局域网地址已复制到剪贴板。"
2169
2261
  },
2170
2262
  "errorPage": {
2263
+ "rendererCrashed": "应用窗口崩溃了。点击重试即可重新加载——数据和内置服务都是安全的。",
2171
2264
  "serverError": "无法连接服务器。服务器可能仍在启动,或已停止。稍候片刻后点击重试,或在托盘中使用「重启服务器」。",
2172
2265
  "devServerError": "开发服务器未运行。请在另一个终端运行 `pnpm dev`,然后点击重试。"
2173
2266
  },
@@ -2181,8 +2274,7 @@
2181
2274
  },
2182
2275
  "shell": {
2183
2276
  "serverUnreachable": "无法连接服务器",
2184
- "retry": "重试",
2185
- "loadingLabel": "加载中"
2277
+ "retry": "重试"
2186
2278
  },
2187
2279
  "wizard": {
2188
2280
  "title": "欢迎使用 hoardodile",