mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 08:31:27 +03:00
Update ja.rs and Add "About Rustdesk" (#8784)
* Update ja.rs Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> * Update ja.rs Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> * Add 'About RustDesk' Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> --------- Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
This commit is contained in:
@@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("enable-bot-desc", "1. Öffnen Sie einen Chat mit @BotFather.\n2. Senden Sie den Befehl \"/newbot\". Sie erhalten ein Token, nachdem Sie diesen Schritt abgeschlossen haben.\n3. Starten Sie einen Chat mit Ihrem neu erstellten Bot. Senden Sie eine Nachricht, die mit einem Schrägstrich (\"/\") beginnt, z. B. \"/hello\", um ihn zu aktivieren.\n"),
|
||||
("cancel-2fa-confirm-tip", "Sind Sie sicher, dass Sie 2FA abbrechen möchten?"),
|
||||
("cancel-bot-confirm-tip", "Sind Sie sicher, dass Sie Telegram-Bot abbrechen möchten?"),
|
||||
("About RustDesk", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user