mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-09 00:35:07 +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", "റിമോട്ട് പതിപ്പ് {} ലേക്ക് മാറ്റുക"),
|
||||
("d3d_render_tip", "D3D റെൻഡറിംഗ് ഉപയോഗിക്കുക"),
|
||||
("Use D3D rendering", ""),
|
||||
("Use D3D rendering", "D3D റെൻഡറിംഗ് ഉപയോഗിക്കുക"),
|
||||
("Printer", "പ്രിന്റർ"),
|
||||
("printer-os-requirement-tip", "പ്രിന്റിംഗിന് വിൻഡോസ് വേണം."),
|
||||
("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)", "ഇഷ്ടാനുസൃത ഐഡി (ഓപ്ഷണൽ)"),
|
||||
("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