diff --git a/src/lang/he.rs b/src/lang/he.rs index 54d44f6c5..8d54091c5 100644 --- a/src/lang/he.rs +++ b/src/lang/he.rs @@ -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(); }