diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-21 02:14:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-21 02:14:44 +0000 |
commit | 67ce025d6190975b6c2b5a09ae700051d28f6b73 (patch) | |
tree | 46db61b91ffe853ad21a47c963d738a5bfd4c3c0 /apps/files_sharing/l10n/he.js | |
parent | 9aaa370e07099484df025ec95e017a7baa4e3633 (diff) | |
download | nextcloud-server-67ce025d6190975b6c2b5a09ae700051d28f6b73.tar.gz nextcloud-server-67ce025d6190975b6c2b5a09ae700051d28f6b73.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/he.js')
-rw-r--r-- | apps/files_sharing/l10n/he.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index beacb8b1cc4..59938acdf5f 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -118,7 +118,6 @@ 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" : "קישור ישיר", @@ -235,6 +234,7 @@ OC.L10N.register( "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 אינו מופעל", "Sorry, this link doesn’t seem to work anymore." : "מצטערים, לא נראה שקישור זה עובד יותר. ", - "Toggle grid view" : "החלפת תצוגת טבלה" + "Toggle grid view" : "החלפת תצוגת טבלה", + "Cannot increase permissions" : "לא ניתן להעלות הרשאות" }, "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;"); |