diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 3c04d89..6ff0ad7 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -17,5 +17,6 @@ "delete": "Delete", "notImplement": "Work in progress", "disconnect": "Disconnect", - "use": "Use It" + "use": "Use It", + "configNameComment": "Write a name for this config" } \ No newline at end of file diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index dd83796..1c38e76 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -17,5 +17,6 @@ "delete": "删除", "notImplement": "功能尚未开发, 敬请期待~", "disconnect": "断开连接", - "use": "使用" + "use": "使用", + "configNameComment": "给这个配置备注一个名字" } \ No newline at end of file