diff options
Diffstat (limited to 'apps/files/l10n/he.js')
-rw-r--r-- | apps/files/l10n/he.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index b7a6cf84376..5daefd9e106 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -16,8 +16,8 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "לא ניתן ליצור את התיקייה \"{dir}\"", "This will stop your current uploads." : "פעולה זו תעצור את השליחות הנוכחיות שלך.", "Upload cancelled." : "ההעלאה בוטלה.", - "…" : "…", "Processing files …" : "הקבצים עוברים עיבוד…", + "…" : "…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "לא ניתן להעלות {filename} כיוון שמדובר בתיקייה או שגודלו 0 בייט", "Not enough free space, you are uploading {size1} but only {size2} is left" : "לא קיים מספיק מקום פנוי, הקובץ המיועד להעלאה {size1} אבל נשאר {size2} בלבד", "Target folder \"{dir}\" does not exist any more" : "תיקיית היעד „{dir}” לא קיים עוד", @@ -149,7 +149,6 @@ OC.L10N.register( "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "יש להשתמש בכתובת זו כדי <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">לגשת לקבצים שלך באמצעות WebDAV</a>", "Toggle grid view" : "החלפת תצוגת טבלה", - "Cancel upload" : "ביטול העלאה", "No files in here" : "אין כאן קבצים", "Upload some content or sync with your devices!" : "יש להעלות קצת תוכן או לסנכרן עם ההתקנים שלך!", "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", @@ -168,6 +167,7 @@ OC.L10N.register( "Text file" : "קובץ טקסט", "New text file.txt" : "קובץ טקסט חדש.txt", "Target folder" : "תיקיית יעד", + "Cancel upload" : "ביטול העלאה", "%1$s of %2$s used" : "%1$s מתוך %2$s בשימוש" }, "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;"); |