diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-15 15:28:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 15:28:30 +0200 |
commit | 51b9847fad73a1ca67dbf504358d90bd8f9e71d8 (patch) | |
tree | b104cf1c540dd1dd195ca5fd30c42b888012cbab /apps/files_sharing/l10n/he.js | |
parent | 6d6662ec68c8e15c4c6bfdf1c694794badd412d7 (diff) | |
parent | cb97e8f15c75cc46e345ebfc79dcad1b9c48bd01 (diff) | |
download | nextcloud-server-51b9847fad73a1ca67dbf504358d90bd8f9e71d8.tar.gz nextcloud-server-51b9847fad73a1ca67dbf504358d90bd8f9e71d8.zip |
Merge branch 'master' into display-name-cache-public
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/files_sharing/l10n/he.js')
-rw-r--r-- | apps/files_sharing/l10n/he.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 43883717d29..beacb8b1cc4 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -98,7 +98,6 @@ OC.L10N.register( "Files" : "קבצים", "A file or folder has been <strong>shared</strong>" : "קובץ או תיקייה <strong>שותפו<strong/>", "Shared link" : "שותף קישור", - "Wrong share ID, share doesn't exist" : "מספר זיהוי שיתוף שגוי, שיתוף אינו קיים", "Could not delete share" : "לא ניתן היה למחוק את השיתוף", "Please specify a file or folder path" : "יש לספק נתיב לקובץ או תיקייה", "Could not create share" : "לא ניתן ליצור שיתוף", @@ -119,6 +118,7 @@ OC.L10N.register( "Could not lock node" : "לא היה ניתן לנעול את הצומת", "Could not lock path" : "לא ניתן היה לנעול נתיב", "Wrong or no update parameter given" : "משתנה עדכון שניתן שגוי או לא קיים", + "Cannot increase permissions" : "לא ניתן להעלות הרשאות", "shared by %s" : "שותף על ידי %s", "Download all files" : "הורדת כל הקבצים", "Direct link" : "קישור ישיר", @@ -218,14 +218,12 @@ OC.L10N.register( "Name" : "שם", "Share time" : "זמן שיתוף", "Expiration date" : "מועד תפוגה", - "Sorry, this link doesn’t seem to work anymore." : "מצטערים, לא נראה שקישור זה עובד יותר. ", "Reasons might be:" : "הסיבות יכולות להיות:", "the item was removed" : "הפריט הוסר", "the link expired" : "הקישור פג תוקף", "sharing is disabled" : "השיתוף נוטרל", "For more info, please ask the person who sent this link." : "למידע נוסף, יש לפנות לשולח קישור זה.", "Share note" : "פתק שיתוף", - "Toggle grid view" : "החלפת תצוגת טבלה", "Upload files to %s" : "העלאת קבצים על %s", "Note" : "פתק", "Select or drop files" : "בחירה או השלכה של קבצים", @@ -233,7 +231,10 @@ OC.L10N.register( "Uploaded files:" : "קבצים שהועלו:", "By uploading files, you agree to the %1$sterms of service%2$s." : "עצם העלאתם של קבצים מביעה את הסכמתך ל%1$sתנאי השירות%2$s.", "Add to your Nextcloud" : "הוספה ל־Nextcloud שלך", + "Wrong share ID, share doesn't exist" : "מספר זיהוי שיתוף שגוי, שיתוף אינו קיים", "Wrong path, file/folder doesn't exist" : "נתיב שגוי, קובץ/תיקייה אינם קיימים", - "Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "שיתוף שליחת הסיסמה באמצעות Nextcloud Talk נכשל מכיוון ש- Nextcloud Talk אינו מופעל" + "Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "שיתוף שליחת הסיסמה באמצעות Nextcloud Talk נכשל מכיוון ש- Nextcloud Talk אינו מופעל", + "Sorry, this link doesn’t seem to work anymore." : "מצטערים, לא נראה שקישור זה עובד יותר. ", + "Toggle grid view" : "החלפת תצוגת טבלה" }, "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;"); |