mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-08 21:41:02 +03:00
fix: remove dup translations (#15967)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -134,7 +134,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del داخل کریں"),
|
||||
("Insert Lock", "لاک داخل کریں"),
|
||||
("Refresh", "ریفریش کریں"),
|
||||
("ID", ""),
|
||||
("ID does not exist", "ID موجود نہیں ہے"),
|
||||
("Failed to connect to rendezvous server", "رینڈوز سرور سے کنکشن کرنے میں ناکام"),
|
||||
("Please try later", "براہِ مہربانی بعد میں کوشش کریں"),
|
||||
@@ -189,7 +188,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enter Remote ID", "ریموٹ آئی ڈی درج کریں"),
|
||||
("Enter your password", "اپنا پاس ورڈ درج کریں"),
|
||||
("Logging in...", "لاگ ان ہو رہا ہے..."),
|
||||
("Login", "لاگ ان کریں"),
|
||||
("Enable RDP session sharing", "RDP سیشن شیئرنگ کو فعال کریں"),
|
||||
("Auto Login", "خودکار لاگ ان"),
|
||||
("Enable direct IP access", "براہِ راست IP رسائی کو فعال کریں"),
|
||||
@@ -215,7 +213,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Connect via relay", "ریلے کے ذریعے کنیکٹ کریں"),
|
||||
("Always connect via relay", "ہمیشہ ریلے کے ذریعے کنیکٹ کریں"),
|
||||
("whitelist_tip", ""),
|
||||
("Login", "لاگ ان"),
|
||||
("Login", "لاگ ان کریں"),
|
||||
("Verify", "تصدیق کریں"),
|
||||
("Remember me", "یاد رکھیں"),
|
||||
("Trust this device", "اس ڈیوائس پر اعتماد کریں"),
|
||||
@@ -563,7 +561,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Plug out all", "تمام پلگ آؤٹ کریں"),
|
||||
("True color (4:4:4)", "اصل رنگ (4:4:4)"),
|
||||
("Enable blocking user input", "صارف ان پٹ کو روکنے کی اجازت دیں"),
|
||||
("Enable blocking user input", "کاربر ان پٹ کو روکنے کی اجازت دیں"),
|
||||
("id_input_tip", ""),
|
||||
("privacy_mode_impl_mag_tip", ""),
|
||||
("privacy_mode_impl_virtual_display_tip", ""),
|
||||
|
||||
Reference in New Issue
Block a user