Skip to content

Commit

Permalink
feat: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Nov 12, 2019
1 parent a3923d5 commit 7203f19
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions public/locales/cs/peers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"address": "Adresa",
"location": "Umístění",
"unknownLocation": "Neznámé",
"localNetwork": "Local Network",
"nearby": "nearby",
"localNetwork": "Lokální síť",
"nearby": "poblíž",
"latency": "latence",
"bootstrapNode": "bootstrap uzel",
"viaRelay": "přes <0>{node}</0>",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/fr/peers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"address": "Adresse",
"location": "Emplacement",
"unknownLocation": "Iconnu",
"localNetwork": "Local Network",
"nearby": "nearby",
"localNetwork": "Réseau Local",
"nearby": "à proximité",
"latency": "latence",
"bootstrapNode": "pairs de démarrage",
"viaRelay": "via<0>{node}</0>",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/zh-CN/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
},
"exploreForm": {
"browse": "Browse",
"browse": "浏览",
"inspect": "检查"
},
"hashUnavailable": "哈希不可用",
Expand All @@ -110,5 +110,5 @@
"blocks": "",
"more": "更多",
"files": "文件",
"cidNotFileNorDir": "The current link isn't a file, nor a directory. Try to <0>inspect</0> it instead."
"cidNotFileNorDir": "当前的连接不是一个文件或目录,请检查 <0>并替换</0> "
}
4 changes: 2 additions & 2 deletions public/locales/zh-CN/peers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"address": "地址",
"location": "位置",
"unknownLocation": "未知",
"localNetwork": "Local Network",
"nearby": "nearby",
"localNetwork": "本地网络",
"nearby": "邻近",
"latency": "延时",
"bootstrapNode": "引导节点",
"viaRelay": "通过 <0>{node}</0>",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/zh-CN/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"changesSaved": "你修改的配置已经保存。",
"settingsWillBeUsedNextTime": "新的配置信息会在你下次重新启动 IPFS 守护进程后生效。",
"ipfsConfigDescription": "IPFS 配置文件是一个 JSON 文件。 IPFS 守护进程会在启动过程中读取一次。保存修改的配置,重启 IPFS 守护进程后使用你修改后的配置。",
"ipfsConfigHelp": "Check the documentation for further information.",
"ipfsConfigHelp": "检查文档查看更多信息",
"ipfsDesktop": "IPFS 桌面程序",
"takeScreenshot": "截屏",
"takeScreenshotDescription": "使用 <0>{key1}</0> + <2>{key2}</2> + <3>{key3}</3> 截屏并添加到你的文档库中。",
Expand Down Expand Up @@ -90,7 +90,7 @@
"Experiments": {
"description": "在这里,您可以通过下面的激活选项获得使用早期预览版 IPFS 功能的身份。 我们正在测试这些想法,但它们可能还不完美,所以我们很乐意听取您的反馈意见。",
"issueUrl": "提交 bug",
"feedbackUrl": "???供反馈",
"feedbackUrl": "💌提供反馈",
"readMoreUrl": "查看更多",
"npmOnIpfs": {
"title": "NPM on IPFS",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh-CN/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"stepExplore": {
"title": "浏览",
"paragraph": "Paste a CID and explore the files contained behind the CID or see how that data is structured and linked across protocols."
"paragraph": "粘贴一个CID并查看该CID包含的文件,检查数据是如何组织的以及协议的链接"
}
},
"bandwidthStats": "带宽状态",
Expand Down

0 comments on commit 7203f19

Please sign in to comment.