Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2024-03-18 01:16:20 +00:00
parent 7f04dcc566
commit d95a144096
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 2 deletions

View file

@ -302,4 +302,4 @@ OC.L10N.register(
"Dismiss" : "התעלמות",
"seconds ago" : "לפני מספר שניות"
},
"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

@ -299,5 +299,5 @@
"Saving …" : "מתבצעת שמירה…",
"Dismiss" : "התעלמות",
"seconds ago" : "לפני מספר שניות"
},"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;"
}