Skip to content

Commit 89783f1

Browse files
Merge pull request #107 from Magickbase/status_support_i18n
feat: status website support i18n
2 parents a608cd1 + 090e55a commit 89783f1

24 files changed

+983
-451
lines changed
Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
{
2+
"due_to": "{{service}} is down due to {{cause}}",
3+
"downtime": "Downtime",
4+
"home": "Home",
5+
"index": "Index",
6+
"history_events": "History Events",
7+
"service_monitor": "Service Monitor",
8+
"normal": "Normal",
9+
"days_ago": "days ago",
10+
"today": "Today",
11+
"copied": "Copied",
12+
"Explorer": "Explorer",
13+
"Tip Block Time": "Tip Block Time",
14+
"Block Height": "Block Height",
15+
"RPC&API Status": "RPC&API Status",
16+
"About Neuron": "About Neuron",
17+
"Advanced Features": "Advanced Features",
218
"All services are online": "All services are online",
319
"Announcement": "Announcement",
420
"Assets": "Assets",
521
"Axon Explorer": "Axon Explorer",
6-
"Backup wallet": "Backup wallet",
722
"Beginner's Guide": "Beginner's Guide",
823
"Change log": "Change log",
924
"Changelog": "Changelog",
1025
"CKB Explorer": "CKB Explorer",
1126
"Copyright © 2023 Magickbase All Rights Reserved.": "Copyright © 2023 Magickbase All Rights Reserved.",
12-
"Create wallet": "Create wallet",
1327
"Develop guide": "Develop guide",
1428
"Download Neuron": "Download Neuron",
1529
"Foundation": "Foundation",
@@ -20,14 +34,17 @@
2034
"Kuai": "Kuai",
2135
"Language": "Language",
2236
"Nervos": "Nervos",
37+
"Neuron": "Neuron",
2338
"Neuron Wallet": "Neuron Wallet",
2439
"Public Node": "Public Node",
2540
"Report": "Report",
2641
"Safety": "Safety",
42+
"Service Monitor": "Service Monitor",
2743
"Services": "Services",
2844
"Services status loading...": "Services status loading...",
2945
"Some services are offline": "Some services are offline",
46+
"Status": "Status",
3047
"Sync": "Sync",
3148
"Transaction": "Transaction",
32-
"Transfer and receive": "Transfer and receive"
49+
"Usage Tutorial": "Usage Tutorial"
3350
}
Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
{
2+
"due_to": "{{service}} 由于 {{cause}} 而停机",
3+
"downtime": "停机",
4+
"home": "主页",
5+
"index": "指标",
6+
"history_events": "历史事件",
7+
"service_monitor": "服务监控",
8+
"normal": "正常",
9+
"days_ago": "天前",
10+
"today": "今天",
11+
"copied": "已复制",
12+
"Explorer": "浏览器",
13+
"Tip Block Time": "提示区块时间",
14+
"Block Height": "区块高度",
15+
"RPC&API Status": "RPC&API 状态",
16+
"About Neuron": "关于 Neuron",
17+
"Advanced Features": "高级功能",
218
"All services are online": "所有服务均可用",
319
"Announcement": "公告",
4-
"Assets": "Assets",
20+
"Assets": "资产",
521
"Axon Explorer": "Axon 区块浏览器",
6-
"Backup wallet": "备份钱包",
722
"Beginner's Guide": "新手指南",
823
"Change log": "更新日志",
924
"Changelog": "更新日志",
1025
"CKB Explorer": "CKB 区块浏览器",
1126
"Copyright © 2023 Magickbase All Rights Reserved.": "Copyright © 2023 Magickbase 版权所有",
12-
"Create wallet": "创建钱包",
1327
"Develop guide": "开发指南",
1428
"Download Neuron": "下载 Neuron",
1529
"Foundation": "基金会",
@@ -20,14 +34,17 @@
2034
"Kuai": "Kuai",
2135
"Language": "语言",
2236
"Nervos": "Nervos",
37+
"Neuron": "Neuron",
2338
"Neuron Wallet": "Neuron 钱包",
2439
"Public Node": "公共节点",
25-
"Report": "Report",
26-
"Safety": "Safety",
40+
"Report": "报告",
41+
"Safety": "安全",
42+
"Service Monitor": "服务监控",
2743
"Services": "服务",
28-
"Services status loading...": "Services status loading...",
29-
"Some services are offline": "Some services are offline",
44+
"Services status loading...": "服务状态加载中...",
45+
"Some services are offline": "部分服务不可用",
46+
"Status": "状态",
3047
"Sync": "同步",
3148
"Transaction": "交易",
32-
"Transfer and receive": "转账和接收"
49+
"Usage Tutorial": "使用教程"
3350
}

0 commit comments

Comments
 (0)