Skip to content

Commit

Permalink
Merge pull request #107 from Magickbase/status_support_i18n
Browse files Browse the repository at this point in the history
feat: status website support i18n
  • Loading branch information
PainterPuppets authored Jul 1, 2024
2 parents a608cd1 + 090e55a commit 89783f1
Show file tree
Hide file tree
Showing 24 changed files with 983 additions and 451 deletions.
23 changes: 20 additions & 3 deletions packages/status/public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
{
"due_to": "{{service}} is down due to {{cause}}",
"downtime": "Downtime",
"home": "Home",
"index": "Index",
"history_events": "History Events",
"service_monitor": "Service Monitor",
"normal": "Normal",
"days_ago": "days ago",
"today": "Today",
"copied": "Copied",
"Explorer": "Explorer",
"Tip Block Time": "Tip Block Time",
"Block Height": "Block Height",
"RPC&API Status": "RPC&API Status",
"About Neuron": "About Neuron",
"Advanced Features": "Advanced Features",
"All services are online": "All services are online",
"Announcement": "Announcement",
"Assets": "Assets",
"Axon Explorer": "Axon Explorer",
"Backup wallet": "Backup wallet",
"Beginner's Guide": "Beginner's Guide",
"Change log": "Change log",
"Changelog": "Changelog",
"CKB Explorer": "CKB Explorer",
"Copyright © 2023 Magickbase All Rights Reserved.": "Copyright © 2023 Magickbase All Rights Reserved.",
"Create wallet": "Create wallet",
"Develop guide": "Develop guide",
"Download Neuron": "Download Neuron",
"Foundation": "Foundation",
Expand All @@ -20,14 +34,17 @@
"Kuai": "Kuai",
"Language": "Language",
"Nervos": "Nervos",
"Neuron": "Neuron",
"Neuron Wallet": "Neuron Wallet",
"Public Node": "Public Node",
"Report": "Report",
"Safety": "Safety",
"Service Monitor": "Service Monitor",
"Services": "Services",
"Services status loading...": "Services status loading...",
"Some services are offline": "Some services are offline",
"Status": "Status",
"Sync": "Sync",
"Transaction": "Transaction",
"Transfer and receive": "Transfer and receive"
"Usage Tutorial": "Usage Tutorial"
}
33 changes: 25 additions & 8 deletions packages/status/public/locales/zh/common.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
{
"due_to": "{{service}} 由于 {{cause}} 而停机",
"downtime": "停机",
"home": "主页",
"index": "指标",
"history_events": "历史事件",
"service_monitor": "服务监控",
"normal": "正常",
"days_ago": "天前",
"today": "今天",
"copied": "已复制",
"Explorer": "浏览器",
"Tip Block Time": "提示区块时间",
"Block Height": "区块高度",
"RPC&API Status": "RPC&API 状态",
"About Neuron": "关于 Neuron",
"Advanced Features": "高级功能",
"All services are online": "所有服务均可用",
"Announcement": "公告",
"Assets": "Assets",
"Assets": "资产",
"Axon Explorer": "Axon 区块浏览器",
"Backup wallet": "备份钱包",
"Beginner's Guide": "新手指南",
"Change log": "更新日志",
"Changelog": "更新日志",
"CKB Explorer": "CKB 区块浏览器",
"Copyright © 2023 Magickbase All Rights Reserved.": "Copyright © 2023 Magickbase 版权所有",
"Create wallet": "创建钱包",
"Develop guide": "开发指南",
"Download Neuron": "下载 Neuron",
"Foundation": "基金会",
Expand All @@ -20,14 +34,17 @@
"Kuai": "Kuai",
"Language": "语言",
"Nervos": "Nervos",
"Neuron": "Neuron",
"Neuron Wallet": "Neuron 钱包",
"Public Node": "公共节点",
"Report": "Report",
"Safety": "Safety",
"Report": "报告",
"Safety": "安全",
"Service Monitor": "服务监控",
"Services": "服务",
"Services status loading...": "Services status loading...",
"Some services are offline": "Some services are offline",
"Services status loading...": "服务状态加载中...",
"Some services are offline": "部分服务不可用",
"Status": "状态",
"Sync": "同步",
"Transaction": "交易",
"Transfer and receive": "转账和接收"
"Usage Tutorial": "使用教程"
}
Loading

0 comments on commit 89783f1

Please sign in to comment.