update lang

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole
2023-09-13 11:00:07 +05:30
parent 19e49a7de7
commit 1e548af987
37 changed files with 219 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ class _ScamWarningDialogState extends State<ScamWarningDialog> {
),
SizedBox(height: 18),
Text(
translate("You May Be Being SCAMMED!"),
translate("scam_title"),
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.white,
@@ -329,8 +329,8 @@ class _ScamWarningDialogState extends State<ScamWarningDialog> {
),
SizedBox(height: 18),
Text(
translate("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.")+"\n\n"
+translate("They are likely a scammer trying to steal your money or other private information.")+"\n",
translate("scam_text1")+"\n\n"
+translate("scam_text2")+"\n",
style: TextStyle(
color: Colors.white,
fontWeight: FontWeight.bold,