added new string "No transfers in progress"

This commit is contained in:
NicKoehler
2023-02-26 09:14:22 +01:00
parent ee893ce744
commit d8af4f2acb
34 changed files with 34 additions and 0 deletions

View File

@@ -454,5 +454,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop voice call", "停止语音通话"),
("relay_hint_tip", "可能无法直连,可以尝试中继连接。\n另外,如果想直接使用中继连接,可以在 ID 后面添加/r或者在卡片选项里选择强制走中继连接。"),
("Reconnect", "重连"),
("No transfers in progress", ""),
].iter().cloned().collect();
}