mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-16 04:45:02 +03:00
translate all
This commit is contained in:
@@ -654,7 +654,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accessible devices", "सुलभ डिवाइस"),
|
||||
("upgrade_remote_rustdesk_client_to_{}_tip", "रिमोट RustDesk क्लाइंट को संस्करण {} में अपग्रेड करें"),
|
||||
("d3d_render_tip", "D3D रेंडरिंग का उपयोग करें"),
|
||||
("Use D3D rendering", ""),
|
||||
("Use D3D rendering", "D3D रेंडरिंग का उपयोग करें"),
|
||||
("Printer", "प्रिंटर"),
|
||||
("printer-os-requirement-tip", "प्रिंटिंग के लिए Windows आवश्यक है।"),
|
||||
("printer-requires-installed-{}-client-tip", "इसके लिए क्लाइंट साइड पर {} इंस्टॉल होना चाहिए।"),
|
||||
@@ -743,20 +743,20 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Display Name", "प्रदर्शित नाम"),
|
||||
("password-hidden-tip", "पासवर्ड सुरक्षा के लिए छिपा हुआ है।"),
|
||||
("preset-password-in-use-tip", "पूर्व-निर्धारित पासवर्ड उपयोग में है।"),
|
||||
("Enable privacy mode", ""),
|
||||
("allow-remote-toolbar-docking-any-edge", ""),
|
||||
("API Token", ""),
|
||||
("Deploy", ""),
|
||||
("Custom ID (optional)", ""),
|
||||
("server_requires_deployment_tip", ""),
|
||||
("The server does not require explicit deployment.", ""),
|
||||
("Unknown response.", ""),
|
||||
("wayland-keyboard-input-disabled-tip", ""),
|
||||
("wayland-keyboard-input-consent-tip", ""),
|
||||
("wayland-keyboard-input-applies-to-tip", ""),
|
||||
("wayland-soft-keyboard-input-label", ""),
|
||||
("wayland-keyboard-input-reset-choice-tip", ""),
|
||||
("remember-wayland-keyboard-choice-tip", ""),
|
||||
("Why this happens", ""),
|
||||
("Enable privacy mode", "गोपनीयता मोड सक्षम करें"),
|
||||
("allow-remote-toolbar-docking-any-edge", "रिमोट टूलबार को विंडो के किसी भी किनारे पर डॉक करने की अनुमति दें"),
|
||||
("API Token", "API टोकन"),
|
||||
("Deploy", "तैनात करें"),
|
||||
("Custom ID (optional)", "कस्टम ID (वैकल्पिक)"),
|
||||
("server_requires_deployment_tip", "सर्वर के लिए इस डिवाइस को स्पष्ट रूप से तैनात करना आवश्यक है। अभी तैनात करें?"),
|
||||
("The server does not require explicit deployment.", "सर्वर के लिए स्पष्ट तैनाती आवश्यक नहीं है।"),
|
||||
("Unknown response.", "अज्ञात प्रतिक्रिया।"),
|
||||
("wayland-keyboard-input-disabled-tip", "कीबोर्ड इनपुट की अनुमति दें?"),
|
||||
("wayland-keyboard-input-consent-tip", "आप इस रिमोट कंप्यूटर पर जो टाइप करते हैं (पासवर्ड सहित) उसे उस पर मौजूद अन्य ऐप्स पढ़ सकते हैं।"),
|
||||
("wayland-keyboard-input-applies-to-tip", "यह चयन इस पर लागू होता है:"),
|
||||
("wayland-soft-keyboard-input-label", "सॉफ्ट कीबोर्ड इनपुट"),
|
||||
("wayland-keyboard-input-reset-choice-tip", "कीबोर्ड इनपुट चयन रीसेट करें"),
|
||||
("remember-wayland-keyboard-choice-tip", "इस रिमोट कंप्यूटर के लिए दोबारा न पूछें"),
|
||||
("Why this happens", "ऐसा क्यों होता है"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user