Skip to content

Commit 9037406

Browse files
chore: pull transifex translations (#2483)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5eb446c commit 9037406

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

public/locales/zh-CN/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"edit": "编辑",
1616
"import": "导入",
1717
"inspect": "检查",
18-
"inspectResolving": "",
18+
"inspectResolving": "解析中...",
1919
"more": "更多",
2020
"rename": "重命名",
2121
"reset": "重置",

public/locales/zh-CN/files.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"copy": "复制已选择的项目",
6767
"paste": "粘贴已选择的项目",
6868
"cut": "剪贴已选择的项目",
69-
"toggleSearch": "",
69+
"toggleSearch": "切换搜索筛选器",
7070
"showShortcuts": "显示快捷键"
7171
},
7272
"pinningModal": {
@@ -78,9 +78,9 @@
7878
},
7979
"addByPathModal": {
8080
"title": "从IPFS导入",
81-
"description": "",
81+
"description": "输入一个IPFS/IPNS路径,CID,协议URL来导入",
8282
"preloadNote": "注意:默认情况下,导入的路径是延迟加载的,在您浏览时将按需检索。要主动将导入的路径预取到本地数据存储,请从上下文菜单中选择“下载”。",
83-
"importPathPlaceholder": "",
83+
"importPathPlaceholder": "IPFS/IPNS路径, CID 或 URL (必要)",
8484
"namePlaceholder": "名称 (可选)",
8585
"examples": "示例:"
8686
},
@@ -111,7 +111,7 @@
111111
"filesImportStatus": {
112112
"imported": "{count, plural, other {已导入{count}项目}}",
113113
"importing": "{count, plural, other {已导入{count}项目}}",
114-
"failed": "{count, plural, other {}}",
114+
"failed": "{count, plural, other {导入{count}个项目失败}}",
115115
"toggleDropdown": "切换下拉框",
116116
"closeDropdown": "关闭下拉框",
117117
"count": "{count}个 / 共{count}个"
@@ -193,20 +193,20 @@
193193
"noPinsInProgress": "全部已完成,没有正在进行的远程固定操作",
194194
"remotePinningInProgress": "远程固定中:",
195195
"selectAllEntries": "全选",
196-
"searchFiles": "",
197-
"clearSearch": "",
198-
"noFilesMatchFilter": "",
196+
"searchFiles": "通过名称或CID来筛选",
197+
"clearSearch": "清空搜索",
198+
"noFilesMatchFilter": "没有匹配的文件符合您的搜索条件",
199199
"previewNotFound": {
200-
"title": "",
201-
"errorPrefix": "",
202-
"helpTitle": "",
200+
"title": "无法读取此路径",
201+
"errorPrefix": "错误:",
202+
"helpTitle": "您如何继续:",
203203
"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": "点击隐藏搜索筛选器"
212212
}

0 commit comments

Comments
 (0)