|
66 | 66 | "copy": "复制已选择的项目", |
67 | 67 | "paste": "粘贴已选择的项目", |
68 | 68 | "cut": "剪贴已选择的项目", |
69 | | - "toggleSearch": "", |
| 69 | + "toggleSearch": "切换搜索筛选器", |
70 | 70 | "showShortcuts": "显示快捷键" |
71 | 71 | }, |
72 | 72 | "pinningModal": { |
|
78 | 78 | }, |
79 | 79 | "addByPathModal": { |
80 | 80 | "title": "从IPFS导入", |
81 | | - "description": "", |
| 81 | + "description": "输入一个IPFS/IPNS路径,CID,协议URL来导入", |
82 | 82 | "preloadNote": "注意:默认情况下,导入的路径是延迟加载的,在您浏览时将按需检索。要主动将导入的路径预取到本地数据存储,请从上下文菜单中选择“下载”。", |
83 | | - "importPathPlaceholder": "", |
| 83 | + "importPathPlaceholder": "IPFS/IPNS路径, CID 或 URL (必要)", |
84 | 84 | "namePlaceholder": "名称 (可选)", |
85 | 85 | "examples": "示例:" |
86 | 86 | }, |
|
111 | 111 | "filesImportStatus": { |
112 | 112 | "imported": "{count, plural, other {已导入{count}项目}}", |
113 | 113 | "importing": "{count, plural, other {已导入{count}项目}}", |
114 | | - "failed": "{count, plural, other {}}", |
| 114 | + "failed": "{count, plural, other {导入{count}个项目失败}}", |
115 | 115 | "toggleDropdown": "切换下拉框", |
116 | 116 | "closeDropdown": "关闭下拉框", |
117 | 117 | "count": "{count}个 / 共{count}个" |
|
193 | 193 | "noPinsInProgress": "全部已完成,没有正在进行的远程固定操作", |
194 | 194 | "remotePinningInProgress": "远程固定中:", |
195 | 195 | "selectAllEntries": "全选", |
196 | | - "searchFiles": "", |
197 | | - "clearSearch": "", |
198 | | - "noFilesMatchFilter": "", |
| 196 | + "searchFiles": "通过名称或CID来筛选", |
| 197 | + "clearSearch": "清空搜索", |
| 198 | + "noFilesMatchFilter": "没有匹配的文件符合您的搜索条件", |
199 | 199 | "previewNotFound": { |
200 | | - "title": "", |
201 | | - "errorPrefix": "", |
202 | | - "helpTitle": "", |
| 200 | + "title": "无法读取此路径", |
| 201 | + "errorPrefix": "错误:", |
| 202 | + "helpTitle": "您如何继续:", |
203 | 203 | "helpListItemSearchError": "请复制上面的错误消息,并在网上搜索可能的解决方案。", |
204 | | - "helpListItemInspect": "", |
205 | | - "helpListItemRetrieval": "", |
206 | | - "helpListItemForums": "", |
207 | | - "backButton": "" |
208 | | - }, |
209 | | - "inspectResolveFailed": "", |
210 | | - "showSearch": "", |
211 | | - "hideSearch": "" |
| 204 | + "helpListItemInspect": "尝试在DAG Explorer 中<1>检查此路径</1>(或它的上层路径)来调试这个问题", |
| 205 | + "helpListItemRetrieval": "如果您有一个您认为应该可用的CID,请<1>运行检索诊断</1>。", |
| 206 | + "helpListItemForums": "访问<1>论坛</1>寻求帮助。", |
| 207 | + "backButton": "前往文件" |
| 208 | + }, |
| 209 | + "inspectResolveFailed": "无法解析路径:{{path}}", |
| 210 | + "showSearch": "点击显示搜索筛选器", |
| 211 | + "hideSearch": "点击隐藏搜索筛选器" |
212 | 212 | } |
0 commit comments