owncloud/core

View on GitHub
core/l10n/he.js

Summary

Maintainability
B
4 hrs
Test Coverage
OC.L10N.register(
    "core",
    {
    "Please select a file." : "יש לבחור קובץ.",
    "File is too big" : "הקובץ גדול מדי",
    "Invalid file provided" : "סופק קובץ לא חוקי",
    "No image or file provided" : "לא סופקו תמונה או קובץ",
    "Unknown filetype" : "סוג קובץ לא מוכר",
    "Invalid image" : "תמונה לא חוקית",
    "An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.",
    "No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב",
    "No crop data provided" : "לא סופק מידע קיטום",
    "No valid crop data provided" : "לא סופק מידע קיטום חוקי",
    "Crop is not square" : "הקיטום אינו מרובע",
    "Could not reset password because the token is invalid" : "לא ניתן לאפס את הסיסמא שכן חתימת הייצוג אינה חוקית",
    "Could not reset password because the token expired" : "לא ניתן לאפס את הסיסמא שכן תוקף חתימת הייצוג עבר",
    "Could not reset password because the token does not match" : "לא ניתן לאפס את הסיסמא שכן חתימת הייצוג אינה מתאימה",
    "%s password changed successfully" : "סיסמא %s שונתה בהצלחה",
    "%s password reset" : "%s הסיסמא אופסה",
    "Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
    "Download / View" : "הורדה/הצגה",
    "Recipients can view or download contents." : "נמענים יכולים לצפות התוכן או להורידו.",
    "Download / View / Upload" : "הורדה / הצגה / העלאה",
    "Recipients can view, download and upload contents." : "נמענים יכולים לצפות, להוריד ולהעלות תכנים.",
    "Download / View / Edit" : "הורדה / הצגה / עריכה",
    "Recipients can view, download, edit, delete and upload contents." : "נמענים יכולים לצפות, להוריד, לערוך ולהעלות תכנים.",
    "Upload only" : "העלאה בלבד",
    "Receive files from multiple recipients without revealing the contents of the folder." : "קבלת קבצים ממספר נמענים מבלי לחשוף את תוכן התיקיה.",
    "Preparing update" : "מכין עדכון",
    "[%d / %d]: %s" : "[%d / %d]: %s",
    "Repair warning: " : "אזהרת תיקון:",
    "Repair error: " : "שגיאת תיקון:",
    "Please use the command line updater because automatic updating is disabled in the config.php." : "יש להשתמש בעדכון על בסיס שורת פקודה כיוון שעדכון אוטומטי מנוטרל בקובץ config.php.",
    "[%d / %d]: Checking table %s" : "[%d / %d]: בודק טבלה %s",
    "Turned on maintenance mode" : "הפעלת מצב אחזקה",
    "Turned off maintenance mode" : "כיבוי מצב אחזקה",
    "Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
    "Updating database schema" : "עדכון סכימת מסד נתונים",
    "Updated database" : "עדכון מסד נתונים",
    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
    "Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
    "Checking updates of apps" : "בדיקת עדכוני יישומים",
    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
    "Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
    "Updated \"%s\" to %s" : "מעדכן \"%s\" ל- %s",
    "Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
    "Reset log level" : "קביעה מחדש לרמת דיווח",
    "Starting code integrity check" : "התחלת בדיקת תקינות קוד",
    "Finished code integrity check" : "סיום בדיקת תקינות קוד",
    "%s (3rdparty)" : "%s (צד שלישי)",
    "%s (incompatible)" : "%s (לא תואם)",
    "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
    "Already up to date" : "כבר עדכני",
    "Sunday" : "יום ראשון",
    "Monday" : "יום שני",
    "Tuesday" : "יום שלישי",
    "Wednesday" : "יום רביעי",
    "Thursday" : "יום חמישי",
    "Friday" : "יום שישי",
    "Saturday" : "שבת",
    "Sun." : "ראשון",
    "Mon." : "שני",
    "Tue." : "שלישי",
    "Wed." : "רביעי",
    "Thu." : "חמישי",
    "Fri." : "שישי",
    "Sat." : "שבת",
    "Su" : "א",
    "Mo" : "ב",
    "Tu" : "ג",
    "We" : "ד",
    "Th" : "ה",
    "Fr" : "ו",
    "Sa" : "ש",
    "January" : "ינואר",
    "February" : "פברואר",
    "March" : "מרץ",
    "April" : "אפריל",
    "May" : "מאי",
    "June" : "יוני",
    "July" : "יולי",
    "August" : "אוגוסט",
    "September" : "ספטמבר",
    "October" : "אוקטובר",
    "November" : "נובמבר",
    "December" : "דצמבר",
    "Jan." : "ינו׳",
    "Feb." : "פבר׳",
    "Mar." : "מרץ",
    "Apr." : "אפר׳",
    "May." : "מאי",
    "Jun." : "יונ׳",
    "Jul." : "יול׳",
    "Aug." : "אוג׳",
    "Sep." : "ספט׳",
    "Oct." : "אוק׳",
    "Nov." : "נוב׳",
    "Dec." : "דצמ׳",
    "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">קיימות בעיות עם בדיקת תקינות קוד. למידע נוסף…</a>",
    "Settings" : "הגדרות",
    "Problem loading page, reloading in 5 seconds" : "בעיה בטעינת העמוד, טעינה מחדש בעוד 5 שניות.",
    "Saving..." : "שמירה…",
    "Dismiss" : "שחרור",
    "seconds ago" : "שניות",
    "You have enabled one or more ownCloud Enterprise apps but your installation does not have a valid license yet." : "הפעלת יישום במסגרת תכנית ארגונית של ownCloud אבל ההתקנה עדיין לא כוללת רישיון תקף.",
    "A grace period of 24 hours has started to allow you to get going right away. Once the grace period ends, all Enterprise apps will become disabled unless you supply a valid license key." : "תקופת חסד של 24 שעות החלה במטרה לאפשר לך להמשיך באופן מיידי. לאחר שתקופת החסד תסתיים, כל היישומים של התכנית הארגונית יושבתו אלא אם כן יסופק מפתח רישיון תקף.",
    "To try ownCloud Enterprise, just start a 30-day demo and enter the provided license key below." : "לניסיון של התכנית הארגונית של ownCloud, ניתן להתחיל תכנית ניסיון בת 30 יום ולהכניס את מפתח הרישיון שמסופק מטה.",
    "Upgrade to ownCloud Enterprise" : "שדרוג לתכנית עסקית של ownCloud",
    "Remaining time: {rtime}" : "זמן נשאר: {rtime}",
    "Get your demo key" : "קבלת מפתח רישיון לתכנית ניסיון",
    "Enter license key" : "הכנסת מפתח רישיון",
    "Set new key" : "הגדרת מפתח חדש",
    "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "הקישור לאיפוס הסיסמא שלך נשלח אליך בדואר אלקטרוני. אם לא קיבלת את הקישור תוך זמן סביר, מוטב לבדוק את תיבת דואר הזבל/ספאם שלך.<br>אם ההודעה אינה שם, יש לשאול את המנהל המקומי שלך .",
    "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "הקבצים שלך מוצפנים. אם לא הפעלת את מפתח השחזור, לא תהיה דרך לקבל את המידע מחדש אחרי שהסיסמא תאופס.<br />אם אין לך מושג מה לעשות what to do, מוטב לפנות למנהל שלך לפני ההמשך. <br />האם באמת ברצונך להמשיך?",
    "I know what I'm doing" : "אני יודע/ת מה אני עושה",
    "Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הסיסמא. יש לפנות למנהל שלך.",
    "Passwords do not match" : "סיסמאות לא מתאימות",
    "Error adding {addItem}: {addItem} already exists" : "שגיאה בהוספת {addItem}:‏ {addItem} כבר קיים",
    "No" : "לא",
    "Yes" : "כן",
    "Choose" : "בחירה",
    "Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
    "Ok" : "בסדר",
    "Error loading message template: {error}" : "שגיאה בטעינת תבנית ההודעות: {error}",
    "read-only" : "לקריאה בלבד",
    "_{count} file conflict_::_{count} file conflicts_" : ["{count} הנגשות קובץ","{count} התנגשויות קבצים","{count} התנגשויות קבצים"],
    "One file conflict" : "התנגשות קובץ אחת",
    "New Files" : "קבצים חדשים",
    "Already existing files" : "קבצים קיימים כבר",
    "Which files do you want to keep?" : "אילו קבצים ברצונך לשמור?",
    "If you select both versions, the copied file will have a number added to its name." : "אם תבחר האפשרות לשמור את שתי הגרסאות, לשם קובץ המועתק יתווסף מספר.",
    "Cancel" : "ביטול",
    "Continue" : "המשך",
    "(all selected)" : "(הכול נבחר)",
    "({count} selected)" : "({count} נבחרו)",
    "Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
    "Very weak password" : "סיסמא מאוד חלשה",
    "Weak password" : "סיסמא חלשה",
    "So-so password" : "סיסמא ככה-ככה",
    "Good password" : "סיסמא טובה",
    "Strong password" : "סיסמא חזקה",
    "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "שרת האינטרנט שלך אינו מוגדר כהלכה לאפשר סנכרון כיוון שממשק ה־WebDAV כנראה שבור.",
    "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך לא מוגדר כהלכה לפתור \"{url}\". מידע נוסף קיים <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">במסמכים</a> שלנו.",
    "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "לשרת זה אין חיבור אינטרנט פעיל. לפיכך חלק מהתכונות כגון עגינת אחסון חיצוני, הודעות על עדכונים או התקנת יישומי צד שלישי לא יעבדו. ייתכן ולא יעבדו גם כניסה לקבצים מבחוץ ושליחת הודעות דואר אלקטרוני. אנו ממליצים לאפשר חיבור אינטרנט לשרת זה אם ברצונך שיהיו לך את כל התכונות.",
    "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "לא הוגדר זיכרון מטמון. על מנת לשפר את הביצועים יש להגדיר memcache אם קיים. מידע נוסף ניתן לצפות ב- <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">מסמכי התיעוד</a>.",
    "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom אינו ניתן לקריאה על ידי PHP אשר אינו מומלץ בשל סיבות אבטחה. מידע נוסף ניתן לראות ב- <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">מסמכי התיעוד</a> שלנו.",
    "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "כרגע המערכת מריצה PHP {version}. מומלץ מאוד לשדרג את גרסת ה- PHP vשלך כדי לנצל את <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">עדכוני הביצועים והאבטחה המופקים על ידי קבוצת ה- PHP</a> ברגע שההפצה אליך תתמוך בזה.",
    "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "תצורת כותרות פרוקסי ההפוכה אינה נכונה, או שהגישה ל- ownCloud מתבצעת מ- proxy אמין. אם הגישה ל- ownCloud אינה מ- proxy אמין, מדובר בבעיית אבטחה שמאפשרת לתוקף לזייף את כתובת ה- IP כגלויה ל- ownCloud. מידע נוסף ניתן למצוא ב- <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">מסמכי התיעוד</a> שלנו.",
    "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached מוגדר כמטמון מופץ, אבל מותקן מודול PHP \"memcache\" מוטעה. רק \\OC\\Memcache\\Memcached תומך ב- \"memcached\" אבל לא ב- \"memcache\". ניתן לצפות ב- <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki בנושא שני המודולים</a>.",
    "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "חלק מהקבצים לא עברו את בדיקת השלמות. מידע נוסף איך לפתור את הבעיה ניתן למצוא ב- to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">מסמכי התיעוד</a> שלנו. (<a href=\"{codeIntegrityDownloadEndpoint}\">רשימה של קבצים לא תקינים…</a> / <a href=\"{rescanEndpoint}\">סריקה מחדש…</a>)",
    "You are running in DEBUG mode, this can cause unwanted side effects. Please remove the \"debug\" flag from \"config.php\"." : "מצב הפעולה של המערכת הוא ניפוי שגיאות (DEBUG), מצב זה יכול לגרור לתופעות לוואי בלתי רצויות. נא להסיר את הדגלון „debug” מ־„config.php”.",
    "Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
    "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "כנראה וניתן לגשת אל תיקיית data והקבצים שלך מהאינטרנט. קובץ .htaccess אינו עובד. אנו ממליצים בכל תוקף שתגדיר את השרת בצורה כזאת שלא ניתן יהיה לגשת לתיקיית ה- data או להעביר את תיקיית ה- dta מחוץ לנתיב המסמכים של שרת האינטרנט.",
    "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "כותרת ה- HTTP \"{header}\" אינה מוגדרת להיות שווה ל- \"{expected}\". הדבר מהווה פוטנציאל סיכון אבטחה או פגיעה בפרטיות ואנו ממליצים לתקן את הגדרה זו.",
    "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "כותרת HTTP \"Strict-Transport-Security\" אינה מוגדרת לפחות \"{seconds}\" שניות. להגברת האבטחה אנו ממליצים לאפשר HSTS כפי שמוסבר ב- <a href=\"{docUrl}\" rel=\"noreferrer\">טיפים לאבטחה</a> שלנו.",
    "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "הנך נכנס לאתר באמצעות פרוטוקול HTTP. אנו ממליצים מאוד להגדיר את השרת לעבוד עם פרוטוקול HTTPS במקום כפי שמוסבר ב- <a href=\"{docUrl}\">טיפים לאבטחה</a> שלנו.",
    "Shared" : "שותף",
    "Shared with {recipients}" : "שיתוף עם {recipients}",
    "Error" : "שגיאה",
    "Error while sharing" : "שגיאה במהלך השיתוף",
    "Error while unsharing" : "שגיאה במהלך ביטול השיתוף",
    "The public link will expire no later than {days} days after it is created" : "הקישור הציבורי יפוג עד {days} ימים לאחר שנוצר",
    "Expiration" : "תפוגה",
    "Choose an expiration date" : "נא לבחור תאריך תפוגה",
    "Expiration date is required" : "נדרש תאריך תפוגה",
    "Delete {link}" : "מחיקת {link}",
    "Remove link" : "הסרת קישור",
    "Link" : "קישור",
    "Create public link" : "יצירת קישור ציבורי",
    "Edit" : "עריכה",
    "Remove" : "הסרה",
    "Copy to clipboard" : "העתקה ללוח הגזירים",
    "Social share" : "שיתוף לרשת חברתית",
    "There are currently no link shares, you can create one" : "אין כרגע שיתופי קישורים, ניתן ליצור קישור",
    "Anyone with the link has access to the file/folder" : "כל מי שיש בידיו את הקישור יכול להיכנס לקובץ/תיקייה",
    "Copied!" : "הועתק!",
    "Not supported!" : "לא נתמך!",
    "Press ⌘-C to copy." : "יש ללחוץ ⌘-C להעתקה.",
    "Press Ctrl-C to copy." : "יש ללחוץ Ctrl-C להעתקה.",
    "Choose a password" : "בחירת סיסמא",
    "Password required" : "נדרשת סיסמא",
    "Link name" : "שם קישור",
    "Name" : "שם",
    "Filename" : "שם קובץ",
    "Password" : "סיסמא",
    "Recipients can view, download and edit contents." : "נמענים יכולים לצפות, להוריד ולערוך תכנים.",
    "Can not remove required password" : "לא ניתן להסיר סיסמא נדרשת",
    "Edit link share: {name}" : "עריכת שיתוף קישור: {name}",
    "Create link share: {name}" : "יצירת שיתוף קישור: {name}",
    "Share" : "שתף",
    "Save" : "שמירה",
    "Remove password" : "הסרת סיסמא",
    "Share to Twitter. Opens in a new window." : "שיתוף בטוויטר. פתיחה בחלון חדש.",
    "Share to Facebook. Opens in a new window." : "שיתוף בפייסבוק. פתיחה בחלון חדש.",
    "Share to Diaspora. Opens in a new window." : "שיתוף ב- Diaspora. פתיחה בחלון חדש.",
    "Share via email. Opens your mail client." : "שיתוף על בסיס דואר אלקטרוני. פותח את אפקליקציית הדואר האלקטרוני שלך.",
    "An error occurred while sending email" : "אירעה שגיאה בזמן שליחת הדואר האלקטרוני",
    "Email link to person" : "שליחת קישור בדוא״ל למשתמש",
    "Send copy to self" : "שליחת עותק אלי",
    "Send link via email" : "שליחת קישור באמצעות דואר אלקטרוני",
    "Add personal message" : "הוספת הודעה פרטית",
    "Sending" : "שולח",
    "E-Mail sent" : "דואר אלקטרוני נשלח",
    "Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
    "Shared with you by {owner}" : "שותף אתך על ידי {owner}",
    "group" : "קבוצה",
    "federated" : "מאוגד",
    "notify by email" : "קבלת הודעה בדואר אלקטרוני",
    "Unshare" : "הסר שיתוף",
    "can share" : "ניתן לשתף",
    "can edit" : "ניתן לערוך",
    "create" : "יצירה",
    "change" : "שינוי",
    "delete" : "מחיקה",
    "access control" : "בקרת גישה",
    "Could not unshare" : "לא ניתן לבטל שיתוף",
    "Email notification was sent!" : "נשלחה הודעה בדוא״ל!",
    "Email notification not sent" : "לא נשלחה הודעה בדוא״ל",
    "Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
    "No users or groups found for {search}" : "לא אותרו משתמשים או קבוצות עבור {search}",
    "No users found for {search}" : "לא אותרו משתמשים עבור {search}",
    "_Please enter at least {chars} character for suggestions_::_Please enter at least {chars} characters for suggestions_" : ["יש להכניס לפחות {chars} תו להצעות","יש להכניס לפחות {chars} תווים להצעות","יש להכניס לפחות {chars} תווים להצעות"],
    "An error occurred. Please try again" : "אירעה שגיאה. יש לנסות שנית",
    "User" : "שתמש",
    "Group" : "קבוצה",
    "Guest" : "אורח",
    "At {server}" : "ב- {server}",
    "Federated" : "מאוגד",
    "User and Groups" : "משתמש וקבוצות",
    "Public Links" : "קישורים ציבוריים",
    "Sharing is not allowed" : "השיתוף אסור",
    "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud",
    "Share with users…" : "שיתוף עם משתמשים...",
    "Share with users or groups…" : "שיתוף עם משתמשים או קבוצות...",
    "Error removing share" : "שגיאה בזמן הסרת שיתוף",
    "Unknown Share" : "שיתוף לא מוכר",
    "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
    "restricted" : "מוגבל",
    "invisible" : "בלתי גלוי",
    "Static" : "סטטי",
    "({scope})" : "({scope})",
    "Rename" : "שינוי שם",
    "Delete" : "מחיקה",
    "Collaborative tags" : "תגיות שיתופיות",
    "The object type is not specified." : "סוג הפריט לא צוין.",
    "Enter new" : "הכנסת חדש",
    "Add" : "הוספה",
    "Edit tags" : "עריכת תגים",
    "Error loading dialog template: {error}" : "שגיאה בזמן טעינת תבנית דיאלוג: {error}",
    "No tags selected for deletion." : "לא סומנו תגים למחיקה.",
    "unknown text" : "מלל לא מוכר",
    "Hello world!" : "שלום עולם!",
    "sunny" : "שמשי",
    "Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
    "Hello {name}" : "שלום {name}",
    "new" : "חדש",
    "_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים","הורדו %n קבצים"],
    "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.",
    "Updating to {version}" : "מעדכן ל- {version}",
    "An error occurred." : "אירעה שגיאה.",
    "Please reload the page." : "יש להעלות מחדש דף זה.",
    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
    "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "תהליך העדכון לא הושלם בהצלחה. נא דווח את הבעיה ב<a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">קהילת ownCloud</a>.",
    "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
    "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
    "Searching other places" : "מחפש במקומות אחרים",
    "No search results in other folders" : "אין תוצאות חיפוש בתיקיות אחרות",
    "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
    "Personal" : "אישי",
    "Users" : "משתמשים",
    "Apps" : "יישומים",
    "Admin" : "ניהול",
    "Help" : "עזרה",
    "Access forbidden" : "הגישה נחסמה",
    "File not found" : "קובץ לא נמצא",
    "The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.",
    "You can click here to return to %s." : "ניתן ללחוץ כאן לחזרה אל %s.",
    "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "שלום רב,\n\nרצינו לעדכן אותך ש- %s שיתף/שיתפה %s איתך.\nניתן לצפות בשיתוף כאן: %s\n\n",
    "The share will expire on %s." : "השיתוף יפוג תוקף ב- %s.",
    "Personal note from the sender: \n %s." : "מסר אישי מהשולח: \n %s.",
    "Cheers!" : "לחיים!",
    "Internal Server Error" : "שגיאה פנימית בשרת",
    "The server encountered an internal error and was unable to complete your request." : "השרת נתקל בשגיאה פנימית ולא הצליח לסיים את הבקשה שלך.",
    "Please contact the server administrator if this error reappears multiple times and include the technical details below in your report." : "נא ליצור קשר עם מנהל השרת שלך אם שגיאה זו מופיעה שוב מספר פעמים ולכלול בדיווח את הפרטים הטכניים שלהלן.",
    "More details can be found in the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">server log</a>." : "ניתן למצוא פרטים נוספים ב<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">יומן השרת</a>.",
    "Technical details" : "פרטים טכנים",
    "Remote Address: %s" : "כתובת מרוחקת: %s",
    "Request ID: %s" : "מספר זיהוי מבוקש: %s",
    "Type: %s" : "סוג: %s",
    "Code: %s" : "קוד: %s",
    "Message: %s" : "הודעה: %s",
    "File: %s" : "קובץ: %s",
    "Line: %s" : "שורה: %s",
    "Trace" : "עקבות",
    "Imprint" : "חותמת",
    "Privacy Policy" : "מדיניות הפרטיות",
    "Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>",
    "Username" : "שם משתמש",
    "Storage & database" : "אחסון ומסד נתונים",
    "Data folder" : "תיקיית נתונים",
    "Configure the database" : "הגדרת מסד הנתונים",
    "Only %s is available." : "רק %s זמין.",
    "Install and activate additional PHP modules to choose other database types." : "לבחירת סוגים אחרים של מסדי נתונים יש להתקין ולהפעיל מודולי PHP נוספים.",
    "For more details check out the documentation." : "למידע נוסף יש לבדוק במסמכי התיעוד.",
    "Database user" : "שם משתמש במסד הנתונים",
    "Database password" : "ססמת מסד הנתונים",
    "Database name" : "שם מסד הנתונים",
    "Database tablespace" : "מרחב הכתובות של מסד הנתונים",
    "Database host" : "שרת בסיס נתונים",
    "Performance warning" : "אזהרת ביצועים",
    "SQLite will be used as database." : "יעשה שימוש ב- SQLite כמסד נתונים.",
    "For larger installations we recommend to choose a different database backend." : "להתקנות נרחבות אנו ממליצים לבחור מסד נתונים אחר לצד השרת.",
    "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "במיוחד כאשר משתמשים במחשב שולחני לסנכרון קבצים השימוש ב SQLite אינו מומלץ.",
    "Finish setup" : "סיום התקנה",
    "Need help?" : "עזרה נזקקת?",
    "See the documentation" : "יש לצפות במסמכי התיעוד",
    "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "הי לך,<br><br>כדאי לך לדעת ש- %s משתף/פת <strong>%s</strong> אתך.<br><a href=\"%s\">לצפייה!</a><br><br>",
    "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "יישום זה דורש JavaScript לפעולה נכונה. יש {linkstart}לאפשר JavaScript{linkend} ולטעון את העמוד מחדש.",
    "Menu" : "תפריט",
    "Log out" : "התנתקות",
    "Search" : "חיפוש",
    "You are trying to access a private link. Please log in first." : "הנך מנסה לגשת לקישור פרטי. יש להתחבר תחילה.",
    "Server side authentication failed!" : "אימות לצד שרת נכשל!",
    "Please contact your administrator." : "יש ליצור קשר עם המנהל.",
    "An internal error occurred." : "אירעה שגיאה פנימית.",
    "Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.",
    "Login" : "התחברות",
    "Username or email" : "שם משתמש או דואר אלקטרוני",
    "Wrong password. Reset it?" : "סיסמא שגוייה. האם לאפס אותה?",
    "Wrong password." : "סיסמא שגוייה.",
    "You took too long to log in, please try again now" : "זמן רב מדי לקח לך להתחבר, יש לנסות שוב",
    "Stay logged in" : "השאר מחובר",
    "Alternative Logins" : "כניסות אלטרנטיביות",
    "Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
    "Password changed successfully" : "הסיסמא שונתה בהצלחה",
    "New password" : "ססמה חדשה",
    "Confirm Password" : "אימות הסיסמא",
    "Reset password" : "איפוס ססמה",
    "Personal note from the sender: <br> %s." : "מסר אישי מהשולח: <br> %s.",
    "This ownCloud instance is currently in single user mode." : "הפעלת ownCloud זו עובדת כרגע במצב של משתמש יחיד.",
    "This means only administrators can use the instance." : "לפיכך רק מנהלים יכולים להשתמש בהפעלה זו.",
    "Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
    "Thank you for your patience." : "תודה על הסבלנות.",
    "Two-step verification" : "אימות דו-שלבי",
    "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "אבטחה מורחבת הופעלה בחשבון שלך. יש לאמת באמצעות גורם שני.",
    "Cancel login" : "ביטול התחברות",
    "Please authenticate using the selected factor." : "יש לאמת באמצעות גורם נבחר.",
    "An error occurred while verifying the token" : "שגיאה אירעה בזמן אימות המחרוזת",
    "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. " : "נא ליצור קשר עם מנהל השרת שלך. אם אחריות הניהול על המופע הזה היא בידיך, עליך להגדיר את ההגדרה „trusted_domains” תחת config/config.php.",
    "An example configuration is provided in config/config.sample.php or at the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "מצורפת תצורה לדוגמה תחת config/config.sample.php או ב<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">תיעוד</a>.",
    "App update required" : "נדרש עדכון יישום",
    "%s will be updated to version %s" : "%s יעודכן לגרסה %s",
    "These apps will be updated:" : "יישומים אלו יעודכנו:",
    "The theme %s has been disabled." : "ערכת הנושא %s נוטרלה.",
    "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "יש לוודא שמסד הנתונים, תיקיית config ותיקיית data גובו לפני ההמשך.",
    "Start update" : "התחלת עדכון",
    "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "למניעת פסקי זמן בהתקנות גדולות, ניתן במקום להריץ את הפקודה הבאה בתיקיית ההתקנה שלך:",
    "Detailed logs" : "לוג פרטים",
    "For help, see the  <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "לעזרה, ניתן לצפות ב<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">מסמכי התיעוד</a>.",
    "This %s instance is currently in maintenance mode, which may take a while." : "הפעלה %s זו כרגע במצב אחזקה, שתמשך זמן מה.",
    "This page will refresh itself when the %s instance is available again." : "עמוד זה ירענן את עצמו כשהפעלת %s תהיה זמינה שוב."
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");