mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 02:21:27 +03:00
Update he.rs (#12601)
This commit is contained in:
@@ -696,18 +696,18 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Enable camera", "הפעל מצלמה"),
|
("Enable camera", "הפעל מצלמה"),
|
||||||
("No cameras", "אין מצלמות"),
|
("No cameras", "אין מצלמות"),
|
||||||
("view_camera_unsupported_tip", "הצגת מצלמה אינה נתמכת במכשיר המרוחק"),
|
("view_camera_unsupported_tip", "הצגת מצלמה אינה נתמכת במכשיר המרוחק"),
|
||||||
("Terminal", ""),
|
("Terminal", "מסוף"),
|
||||||
("Enable terminal", ""),
|
("Enable terminal", "אפשר מסוף"),
|
||||||
("New tab", ""),
|
("New tab", "טאב חדש"),
|
||||||
("Keep terminal sessions on disconnect", ""),
|
("Keep terminal sessions on disconnect", "שמור על הטרמינל סשן בניתוק"),
|
||||||
("Terminal (Run as administrator)", ""),
|
("Terminal (Run as administrator)", "מסוף (הרץ כמנהל)"),
|
||||||
("terminal-admin-login-tip", ""),
|
("terminal-admin-login-tip", "מסוף-טיפ-כניסת-אדמין"),
|
||||||
("Failed to get user token.", ""),
|
("Failed to get user token.", "נכשל בקבלת הטוקן של המשתמש"),
|
||||||
("Incorrect username or password.", ""),
|
("Incorrect username or password.", "שם משתמש או סיסמא אינם נכונים"),
|
||||||
("The user is not an administrator.", ""),
|
("The user is not an administrator.", "המשתמש אינו מנהל"),
|
||||||
("Failed to check if the user is an administrator.", ""),
|
("Failed to check if the user is an administrator.", "נכשל בבדיקה אם המשתמש הוא מנהל"),
|
||||||
("Supported only in the installed version.", ""),
|
("Supported only in the installed version.", "נתמך רק בגרסה המותקנת"),
|
||||||
("elevation_username_tip", ""),
|
("elevation_username_tip", "רמז_ליוזר_להעלאת_הרשאה"),
|
||||||
("Preparing for installation ...", ""),
|
("Preparing for installation ...", "הכנה להתקנה..."),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user