add version update translation (#10225)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-12-08 18:27:45 +08:00
committed by GitHub
parent d4a712bb32
commit ec466d459f
45 changed files with 45 additions and 1 deletions

View File

@@ -236,5 +236,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-trusted-devices-tip", "Skip 2FA verification on trusted devices"),
("one-way-file-transfer-tip", "One-way file transfer is enabled on the controlled side."),
("web_id_input_tip", "You can input an ID in the same server, direct IP access is not supported in web client.\nIf you want to access a device on another server, please append the server address (<id>@<server_address>?key=<key_value>), for example,\n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nIf you want to access a device on a public server, please input \"<id>@public\", the key is not needed for public server."),
("newer-version-of-{}-tip", "There is a newer version of {} available"),
].iter().cloned().collect();
}