new: pick from file to add key #9

This commit is contained in:
lollipopkit
2023-02-16 12:55:23 +08:00
parent 28a6067033
commit 1aac166c43
9 changed files with 143 additions and 79 deletions

View File

@@ -51,6 +51,7 @@
"feedback": "Feedback",
"feedbackOnGithub": "If you have any questions, please feedback on Github.",
"fieldMustNotEmpty": "These fields must not be empty.",
"fileNotExist": "{file} not exist",
"files": "Files",
"foundNUpdate": "Found {count} update",
"go": "Go",
@@ -93,6 +94,7 @@
"onServerDetailPage": "On server detail page",
"open": "Open",
"path": "Path",
"pickFile": "Pick file",
"ping": "Ping",
"pingAvg": "Avg:",
"pingInputIP": "Please input a target IP/domain.",

View File

@@ -51,6 +51,7 @@
"feedback": "反馈",
"feedbackOnGithub": "如果你有任何问题请在GitHub反馈",
"fieldMustNotEmpty": "这些输入框不能为空。",
"fileNotExist": "{file} 不存在",
"files": "文件",
"foundNUpdate": "找到 {count} 个更新",
"go": "开始",
@@ -93,6 +94,7 @@
"onServerDetailPage": "在服务器详情页",
"open": "打开",
"path": "路径",
"pickFile": "选择文件",
"ping": "Ping",
"pingAvg": "平均:",
"pingInputIP": "请输入目标IP或域名",