Welcome to mirror list, hosted at ThFree Co, Russian Federation.

he.js « l10n - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 787b5bd6d3fdc04cfd9c0fd3987a6951eb781120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "impersonate",
    {
    "Could not impersonate user" : "לא ניתן להתחזות למשתמש",
    "Are you sure you want to impersonate \"{userId}\"?" : "להתחזות למשתמש „{userId}”?",
    "Impersonate user" : "התחזות למשתמש",
    "Impersonate" : "התחזות",
    "Logged in as {uid}" : "נכנסת בתור {uid}",
    "User not found" : "משתמש לא נמצא",
    "Insufficient permissions to impersonate user" : "השראות לא מספקות להתחזות משתמש.",
    "Impersonate other users" : "התחזות למשתמשים אחרים",
    "These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "הקבוצות האלו יכולות להתחזות למשתמשים שבניהולם. אם יוסרו כל הקבוצות, כל מנהל קבוצה יוכל להתחזות.",
    "Cannot impersonate the user because it was never logged in." : "אין אפשרות להתחזות למשתמש כיוון שמעולם לא נכנס למערכת.",
    "Cannot impersonate yourself." : "אין אפשרות להתחזות לעצמך.",
    "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud\n2. Open the user administration interface\n3. Select the impersonate button on the affected user\n4. Confirm the impersonation\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating an user is only possible after their first login." : "בהתקנת תוסף ההתחזות ל Nextcloud שלך תאופשר התחזות למשתמשים אחרים בשרת ה Nextcloud שלך ע\"י מנהלי המערכת. זה שימושי בעיקר לצרכי ניפוי שגיאות המדווחות ע\"י המשתמשים.\nעל מנת להתחזות על מנהל המערכת לבצע את ארבעת הצעדים הבאים:\n\n1. להכנס לשרת ה Nextckoud כמנהל מערכ\n2. לפתוח את ממשק ניהול המערכת.\n3. ללחוץ על כפתור ה התחזה לצד המשתמש המתאים\n4. לאשר את ההתחזות\n\nמנהל המערכת יהיה מחובר כ-משתמש שנבחר, על מנת לחזור למשתמש הרגיל שלך יש ללחוץ על כפתור ההתנתקות.\n\n**הערה:**\n\n- אפליקציה זו אינה תואמת שרתים בהם אופשרה הצפנת קבצים.\n- בעוד המעבר להתחזות נרשם ביומן המערכת, יש לציין כי פעולות המתבצעות במצב ההתחזות ירשמו ביומן כאילו המשתמש שהתחזו לו ביצע.\n- ניתן להתחזות למשתמש רק לאחר שהמשץמש הזה ביצע כניסה ראשונית."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");