Update he.rs (#12601)

This commit is contained in:
DeDuplicate
2025-08-15 10:00:30 +03:00
committed by GitHub
parent 0b9d7925b5
commit 870c8cb158

View File

@@ -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();
} }