From 6a8d755b27a870218849ad2fa8b5799d19574758 Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Mon, 11 Sep 2023 21:53:57 +0530 Subject: [PATCH] add scam warning lang Signed-off-by: Sahil Yeole --- src/lang/ar.rs | 6 ++++++ src/lang/ca.rs | 6 ++++++ src/lang/cn.rs | 6 ++++++ src/lang/cs.rs | 6 ++++++ src/lang/da.rs | 6 ++++++ src/lang/de.rs | 6 ++++++ src/lang/el.rs | 6 ++++++ src/lang/eo.rs | 6 ++++++ src/lang/es.rs | 6 ++++++ src/lang/fa.rs | 6 ++++++ src/lang/fr.rs | 6 ++++++ src/lang/hu.rs | 6 ++++++ src/lang/id.rs | 6 ++++++ src/lang/it.rs | 6 ++++++ src/lang/ja.rs | 6 ++++++ src/lang/ko.rs | 6 ++++++ src/lang/kz.rs | 6 ++++++ src/lang/lt.rs | 6 ++++++ src/lang/nl.rs | 6 ++++++ src/lang/pl.rs | 6 ++++++ src/lang/pt_PT.rs | 6 ++++++ src/lang/ptbr.rs | 6 ++++++ src/lang/ro.rs | 6 ++++++ src/lang/ru.rs | 6 ++++++ src/lang/sk.rs | 6 ++++++ src/lang/sl.rs | 6 ++++++ src/lang/sq.rs | 6 ++++++ src/lang/sr.rs | 6 ++++++ src/lang/sv.rs | 6 ++++++ src/lang/template.rs | 6 ++++++ src/lang/th.rs | 6 ++++++ src/lang/tr.rs | 6 ++++++ src/lang/tw.rs | 6 ++++++ src/lang/ua.rs | 6 ++++++ src/lang/vn.rs | 6 ++++++ 35 files changed, 210 insertions(+) diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 4a1f8486c..69a0242f3 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ca.rs b/src/lang/ca.rs index 55e01fefa..ba8ef4b9c 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 5fdfa460e..03169c606 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", "安装成功!"), ("Installation failed!", "安装失败!"), ("Reverse mouse wheel", "鼠标滚轮反向"), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 37473e0b6..8ac9bc6a2 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/da.rs b/src/lang/da.rs index 9a9ecdfe1..1a5279f91 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/de.rs b/src/lang/de.rs index cc0ae6af9..5b35cf8b4 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", "Installation erfolgreich!"), ("Installation failed!", "Installation fehlgeschlagen!"), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/el.rs b/src/lang/el.rs index d2ae3eb5c..f82880014 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 90144c694..4f9930460 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/es.rs b/src/lang/es.rs index 4589844c2..17afe267f 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", "Instalación exitosa"), ("Installation failed!", "La instalación ha fallado"), ("Reverse mouse wheel", "Invertir rueda del ratón"), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fa.rs b/src/lang/fa.rs index ab1d7ab12..cdd23dc77 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 3ce8bca02..42b661544 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 50ca96792..169f302a5 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/id.rs b/src/lang/id.rs index 5f802e44b..2603ea922 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index 9b708ca39..fe0f416cf 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", "Installazione completata"), ("Installation failed!", "Installazione fallita"), ("Reverse mouse wheel", "Rotella mouse inversa"), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ja.rs b/src/lang/ja.rs index 015ee7af3..41a46e962 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 2897ed5f8..ecb0c0281 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/kz.rs b/src/lang/kz.rs index 5a0c14871..e36230c30 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lt.rs b/src/lang/lt.rs index 100e22955..38304ee64 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 7503831bf..5fda39918 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pl.rs b/src/lang/pl.rs index d488f681d..693925c70 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index 91a85a3b1..db35c810e 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 7ca81495d..aeb37fdd1 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ro.rs b/src/lang/ro.rs index bcc13a0df..017bc3bf3 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ru.rs b/src/lang/ru.rs index eb9f8161b..a7a4a5820 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", "Установка выполнена успешно!"), ("Installation failed!", "Установка не выполнена!"), ("Reverse mouse wheel", "Реверсировать колесо мыши"), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 003b2cabc..3f9d7ba79 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sl.rs b/src/lang/sl.rs index 80b9aed1d..c21793171 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sq.rs b/src/lang/sq.rs index fd2db0c83..490c8b0dd 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sr.rs b/src/lang/sr.rs index 9092d453d..31c461d9e 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sv.rs b/src/lang/sv.rs index ed8c3697a..804b61b51 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index 6b4d176d2..96ad0b0a8 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/th.rs b/src/lang/th.rs index a5e193a00..fdb60af9b 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tr.rs b/src/lang/tr.rs index 0fe1369df..1a91f30cb 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 5e533e9bc..6d644f0f7 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ua.rs b/src/lang/ua.rs index 7cc885f56..e03c4fbf0 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); } diff --git a/src/lang/vn.rs b/src/lang/vn.rs index e65fab66b..2171f6f67 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation Successful!", ""), ("Installation failed!", ""), ("Reverse mouse wheel", ""), + ("You May Be Being SCAMMED!", ""), + ("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""), + ("They are likely a scammer trying to steal your money or other private information.", ""), + ("Don't show again", ""), + ("I Agree", ""), + ("Decline", ""), ].iter().cloned().collect(); }