diff options
Diffstat (limited to 'core/l10n/he.js')
-rw-r--r-- | core/l10n/he.js | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/core/l10n/he.js b/core/l10n/he.js index fae4bd85396..4c413f75704 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -1,6 +1,13 @@ OC.L10N.register( "core", { + "Preparing update" : "מכין עדכון", + "Updated database" : "עדכון מסד נתונים", + "Updated \"%s\" to %s" : "מעדכן \"%s\" ל- %s", + "Already up to date" : "כבר עדכני", + "File is too big" : "הקובץ גדול מדי", + "Unknown filetype" : "סוג קובץ לא מוכר", + "Invalid image" : "תמונה לא חוקית", "Sunday" : "יום ראשון", "Monday" : "יום שני", "Tuesday" : "יום שלישי", @@ -46,8 +53,16 @@ OC.L10N.register( "Yes" : "כן", "Choose" : "בחירה", "Ok" : "בסדר", + "read-only" : "לקריאה בלבד", "New Files" : "קבצים חדשים", "Cancel" : "ביטול", + "Continue" : "המשך", + "(all selected)" : "(הכול נבחר)", + "Very weak password" : "סיסמא מאוד חלשה", + "Weak password" : "סיסמא חלשה", + "So-so password" : "סיסמא ככה-ככה", + "Good password" : "סיסמא טובה", + "Strong password" : "סיסמא חזקה", "Shared" : "שותף", "Error" : "שגיאה", "Error while sharing" : "שגיאה במהלך השיתוף", @@ -89,8 +104,14 @@ OC.L10N.register( "Share with users, groups or remote users …" : "שיתוף עם משתמשים, קבוצות או משתמשים חצוניים...", "Warning" : "אזהרה", "The object type is not specified." : "סוג הפריט לא צוין.", + "Enter new" : "הכנסת חדש", "Delete" : "מחיקה", "Add" : "הוספה", + "unknown text" : "מלל לא מוכר", + "Hello world!" : "שלום עולם!", + "sunny" : "שמשי", + "Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}", + "Hello {name}" : "שלום {name}", "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.", "Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}", "New password" : "ססמה חדשה", @@ -101,6 +122,7 @@ OC.L10N.register( "Admin" : "מנהל", "Help" : "עזרה", "Access forbidden" : "הגישה נחסמה", + "Cheers!" : "לחיים!", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.", "Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>", "Username" : "שם משתמש", @@ -112,9 +134,14 @@ OC.L10N.register( "Database tablespace" : "מרחב הכתובות של מסד הנתונים", "Database host" : "שרת בסיס נתונים", "Finish setup" : "סיום התקנה", + "Need help?" : "עזרה נזקקת?", "Log out" : "התנתקות", "Search" : "חיפוש", "Log in" : "כניסה", - "Alternative Logins" : "כניסות אלטרנטיביות" + "Wrong password." : "סיסמא שגוייה.", + "Stay logged in" : "השאר מחובר", + "Alternative Logins" : "כניסות אלטרנטיביות", + "Thank you for your patience." : "תודה על הסבלנות.", + "Start update" : "התחלת עדכון" }, "nplurals=2; plural=(n != 1);"); |