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", "הפעל מצלמה"),
("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();
}