diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index b75550f..bc24aff 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -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" } \ No newline at end of file diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 4466899..cffdcff 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1,3 +1,19 @@ { - "helloWorld": "你好世界!" + "mainPage": "主页", + "aboutPage": "关于", + "logPage": "日志", + "settingsPage": "设置", + "n2nSuperNode": "主服务器", + "n2nCommunity": "网络社区", + "n2nCommunityKey": "社区密码", + "n2nSelfAddress": "我的地址", + "saveConfig": "保存配置", + "connect": "开始连接", + "useConfig": "使用配置", + "autoFirewall": "自动设置防火墙", + "checkUpdate": "检查更新", + "save": "保存", + "cancel": "取消", + "delete": "删除", + "notImplement": "功能尚未开发, 敬请期待~" } \ No newline at end of file