Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pull new translations #2028

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions public/locales/zh-CN/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"submit": "提交",
"unpin": "撤销固定",
"unselectAll": "全部取消选择",
"generate": "Generate",
"publish": "Publish",
"generate": "生成",
"publish": "发布",
"downloadCar": "下载CAR文件",
"done": "Done"
"done": "完成"
},
"cliModal": {
"description": "将以下内容粘贴到您的IPFS终端使用命令行来完成任务。请谨记您需要使用您自己的参数来替换掉占位符"
Expand Down Expand Up @@ -92,7 +92,7 @@
"unknown": "未知",
"ui": "UI 版本",
"upSpeed": "发送",
"revision": "修订"
"revision": "修订版本"
},
"tour": {
"back": "返回",
Expand Down
16 changes: 8 additions & 8 deletions public/locales/zh-CN/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"actions": {
"copyHash": "复制 CID",
"share": "分享链接",
"publishWithIpns": "Publish to IPNS"
"publishWithIpns": "发布至IPNS"
},
"cliModal": {
"extraNotesPinning": "这条命令只适用于本地固定/取消固定。如果您想要使用远程固定服务,请参阅该服务的文档以了解如何从命令行执行远程固定/取消固定。"
Expand Down Expand Up @@ -117,13 +117,13 @@
"cidNotFileNorDir": "当前的连接不是一个文件或目录,请使用<1>检查</1> 功能替代。",
"sortBy": "按照{name}排序项目",
"publishModal": {
"title": "Publish to IPNS",
"title": "发布至IPNS",
"cidToPublish": "CID:",
"publishUnderKey": "Select key for publishing:",
"help": "Go to Settings to learn about IPNS and create more keys.",
"publishedUnderKey": "Successfully published under the key:",
"linkCopied": "Link copied!",
"sharingPrompt": "Copy the link below and share it with others. The IPNS address will resolve as long as your node remains available on the network once a day to refresh the IPNS record.",
"pleaseWait": "Please wait while the initial 20 copies of the updated IPNS record are stored with the help of DHT peers…"
"publishUnderKey": "选择发布密钥",
"help": "跳转至设置页面了解IPNS以及创建更多密钥",
"publishedUnderKey": "已基于以下密钥成功发布:",
"linkCopied": "链接已复制!",
"sharingPrompt": "复制以下链接分享给其他人。只要您的节点保持可用,此IPNS地址将会以每天更新一次的频率更新解析记录",
"pleaseWait": "请等待片刻以使得初始的20份IPNS更新记录副本储存至DHT节点"
}
}
20 changes: 10 additions & 10 deletions public/locales/zh-CN/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"saving": "保存中 …",
"reset": "重置",
"learnMoreLink": "了解更多。",
"showOptions": "Show options",
"showOptions": "显示选项",
"pinningServices": {
"title": "固定服务",
"description": "当您希望确保您节点上的项目永远不会被执行垃圾回收时,请使用本地固定,这样即便您将项目从文件中删除,项目依旧会保存在您的节点内。您还可以将您的帐户与其他远程固定服务连接,以自动或有选择地将文件同步至其他固定服务商,这样即便您自己的本地节点失效时,您依旧可以获得文件的副本/或者将这些文件分享给其他人。",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"actions": {
"addService": "增加服务",
"generateKey": "Generate Key",
"generateKey": "生成密钥",
"edit": "修改",
"close": "关闭",
"save": "保存",
Expand Down Expand Up @@ -166,19 +166,19 @@
"readMoreUrl": "查看更多"
},
"ipnsPublishingKeys": {
"title": "IPNS Publishing Keys",
"description": "The InterPlanetary Name System (IPNS) provides cryptographic addresses for publishing updates to content that is expected to change over time. This feature requires your node to be online at least once a day to ensure IPNS records are kept alive on the public DHT."
"title": "IPNS发布密钥",
"description": "星际名称系统(IPNS)提供加密的地址,可用于发布随时间变化的内容更新。这项功能要求您的节点每天至少连接至IPFS网络一次,以确保IPNS的解析记录在公共DHT上保持有效。"
},
"generateKeyModal": {
"title": "Generate New IPNS Key",
"description": "Enter a nickname for this key to generate:"
"title": "生成新的IPNS密钥",
"description": "请输入一个名称以生成密钥:"
},
"renameKeyModal": {
"title": "Rename Key",
"description": "Enter a new nickname for the IPNS key <1>{name}</1>."
"title": "重命名密钥",
"description": "为此IPNS密钥<1>{name}</1>输入一个新的名称。"
},
"removeKeyModal": {
"title": "Confirm IPNS Key Removal",
"description": "Are you sure you want to delete the IPNS key <1>{name}</1>? This operation can't be undone, and the IPNS address managed by this key will be lost FOREVER. Consider backing it up first: ipfs key export --help"
"title": "确认移除此IPNS密钥",
"description": "你确认你想要删除此IPNS密钥<1>{name}</1>吗?此操作不可逆,以及此密钥管理的IPNS地址将永远丢失。考虑备份?: 请使用IPFS密钥导出功能"
}
}