chore: complete arb

This commit is contained in:
cialloo
2024-07-21 15:27:03 +08:00
committed by Cialloo
parent 4acaaf290e
commit f1987c234f
2 changed files with 34 additions and 2 deletions

View File

@@ -1,3 +1,19 @@
{ {
"helloWorld": "Hello World!" "mainPage": "Main",
"aboutPage": "About",
"logPage": "Log",
"settingsPage": "Settings",
"n2nSuperNode": "Super Node",
"n2nCommunity": "Community",
"n2nCommunityKey": "Community Key",
"n2nSelfAddress": "Self Address",
"saveConfig": "Save Config",
"connect": "Connect",
"useConfig": "Use Config",
"autoFirewall": "Automatically configure Windows firewall",
"checkUpdate": "Check Update",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"notImplement": "Work in progress"
} }

View File

@@ -1,3 +1,19 @@
{ {
"helloWorld": "你好世界!" "mainPage": "主页",
"aboutPage": "关于",
"logPage": "日志",
"settingsPage": "设置",
"n2nSuperNode": "主服务器",
"n2nCommunity": "网络社区",
"n2nCommunityKey": "社区密码",
"n2nSelfAddress": "我的地址",
"saveConfig": "保存配置",
"connect": "开始连接",
"useConfig": "使用配置",
"autoFirewall": "自动设置防火墙",
"checkUpdate": "检查更新",
"save": "保存",
"cancel": "取消",
"delete": "删除",
"notImplement": "功能尚未开发, 敬请期待~"
} }