ssh: more tip

This commit is contained in:
lollipopkit
2023-01-29 22:23:18 +08:00
parent 19e0b283ae
commit 5ebb4e6b3e
8 changed files with 20 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ class MessageLookup extends MessageLookupByLibrary {
static String m11(time) => "Spent time: ${time}";
static String m12(url) =>
"This function is now in the experimental stage. \nPlease report bugs on ${url} or join our development.";
"This function is now in the experimental stage.\n\nSuch as Backspace on IME not working on iOS. Please use virtual keys above IME.\n\nPlease report bugs on ${url} or join our development.";
static String m13(name) => "Are you sure to delete [${name}]?";

View File

@@ -46,7 +46,8 @@ class MessageLookup extends MessageLookupByLibrary {
static String m11(time) => "耗时: ${time}";
static String m12(url) => "该功能目前处于测试阶段,请在 ${url} 反馈问题,或者加入我们开发。";
static String m12(url) =>
"该功能目前处于测试阶段。\n\n例如iOS上输入法无法退格。请使用输入法上方的虚拟键。\n\n请在 ${url} 反馈问题,或者加入我们开发。";
static String m13(name) => "确定删除[${name}]";