mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08: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", "הפעל מצלמה"),
|
||||
("No cameras", "אין מצלמות"),
|
||||
("view_camera_unsupported_tip", "הצגת מצלמה אינה נתמכת במכשיר המרוחק"),
|
||||
("Terminal", ""),
|
||||
("Enable terminal", ""),
|
||||
("New tab", ""),
|
||||
("Keep terminal sessions on disconnect", ""),
|
||||
("Terminal (Run as administrator)", ""),
|
||||
("terminal-admin-login-tip", ""),
|
||||
("Failed to get user token.", ""),
|
||||
("Incorrect username or password.", ""),
|
||||
("The user is not an administrator.", ""),
|
||||
("Failed to check if the user is an administrator.", ""),
|
||||
("Supported only in the installed version.", ""),
|
||||
("elevation_username_tip", ""),
|
||||
("Preparing for installation ...", ""),
|
||||
("Terminal", "מסוף"),
|
||||
("Enable terminal", "אפשר מסוף"),
|
||||
("New tab", "טאב חדש"),
|
||||
("Keep terminal sessions on disconnect", "שמור על הטרמינל סשן בניתוק"),
|
||||
("Terminal (Run as administrator)", "מסוף (הרץ כמנהל)"),
|
||||
("terminal-admin-login-tip", "מסוף-טיפ-כניסת-אדמין"),
|
||||
("Failed to get user token.", "נכשל בקבלת הטוקן של המשתמש"),
|
||||
("Incorrect username or password.", "שם משתמש או סיסמא אינם נכונים"),
|
||||
("The user is not an administrator.", "המשתמש אינו מנהל"),
|
||||
("Failed to check if the user is an administrator.", "נכשל בבדיקה אם המשתמש הוא מנהל"),
|
||||
("Supported only in the installed version.", "נתמך רק בגרסה המותקנת"),
|
||||
("elevation_username_tip", "רמז_ליוזר_להעלאת_הרשאה"),
|
||||
("Preparing for installation ...", "הכנה להתקנה..."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user