Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2024-03-17 00:27:11 +00:00
parent 1107cf0c32
commit fe60a8ff40
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 2 deletions

View File

@ -141,4 +141,4 @@ OC.L10N.register(
"Failed to delete share {shareId}" : "מחיקת השיתוף {shareId} נכשלה",
"Bookmarks feed" : "ערוץ סימניות"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

View File

@ -138,5 +138,5 @@
"Failed to update share {shareId}" : "עדכון השיתוף {shareId} נכשל",
"Failed to delete share {shareId}" : "מחיקת השיתוף {shareId} נכשלה",
"Bookmarks feed" : "ערוץ סימניות"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}