Fix(l10n): Update translations from Transifex

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

View file

@ -5,4 +5,4 @@ OC.L10N.register(
"Bad credentials" : "פרטי גישה שגויים",
"Connected accounts" : "חשבונות מקושרים"
},
"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

@ -2,5 +2,5 @@
"Bad HTTP method" : "שגיאה במתודת HTTP",
"Bad credentials" : "פרטי גישה שגויים",
"Connected accounts" : "חשבונות מקושרים"
},"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;"
}