diff options
Diffstat (limited to 'apps/files/l10n/he.js')
-rw-r--r-- | apps/files/l10n/he.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index 06d98502c6b..29ccbdbe29b 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -79,10 +79,6 @@ OC.L10N.register( "File name cannot be empty." : "שם קובץ אינו יכול להיות ריק", "\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.", "\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה", - "Storage of {owner} is full, files can not be updated or synced anymore!" : "האחסון של {owner} מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!", - "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "תיקיית הקבוצה \"{mountPoint}\" מלאה, לא ניתן לעדכן או לסנכרן קבצים יותר!", - "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "האחסון החיצוני \"{mountPoint}\" מלא, לא ניתן לעדכן או לסנכרן קבצים יותר!", - "Your storage is full, files can not be updated or synced anymore!" : "האחסון שלך מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%).", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "התיקיה הקבוצתית \"{mountPoint}\" כמעט מלאה ({usedSpacePercent}%).", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "האחסון החיצוני \"{mountPoint}\" כמעט מלא ({usedSpacePercent}%).", @@ -192,6 +188,10 @@ OC.L10N.register( "Text file" : "קובץ טקסט", "New text file.txt" : "קובץ טקסט חדש.txt", "Unshare" : "הסר שיתוף", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "האחסון של {owner} מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!", + "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "תיקיית הקבוצה \"{mountPoint}\" מלאה, לא ניתן לעדכן או לסנכרן קבצים יותר!", + "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "האחסון החיצוני \"{mountPoint}\" מלא, לא ניתן לעדכן או לסנכרן קבצים יותר!", + "Your storage is full, files can not be updated or synced anymore!" : "האחסון שלך מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%)", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "תיקיית הקבוצה \"{mountPoint}\" כמעט מלאה ({usedSpacePercent}%)", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "האחסון החיצוני \"{mountPoint}\" כמעט מלא ({usedSpacePercent}%)", |