From f1987c234f7b16e637ddc5d8732b904efdc78118 Mon Sep 17 00:00:00 2001 From: cialloo Date: Sun, 21 Jul 2024 15:27:03 +0800 Subject: [PATCH] chore: complete arb --- lib/l10n/app_en.arb | 18 +++++++++++++++++- lib/l10n/app_zh.arb | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) 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