Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/970/merge
Nextcloud bot 2024-02-21 02:17:16 +00:00
parent c475ac7196
commit c7751b87e1
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 2 deletions

2
l10n/he.js vendored
View File

@ -86,4 +86,4 @@ OC.L10N.register(
"Auto" : "אוטומטי", "Auto" : "אוטומטי",
"Setup" : "הגדרות" "Setup" : "הגדרות"
}, },
"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;"); "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;");

2
l10n/he.json vendored
View File

@ -83,5 +83,5 @@
"Direct" : "ישיר", "Direct" : "ישיר",
"Auto" : "אוטומטי", "Auto" : "אוטומטי",
"Setup" : "הגדרות" "Setup" : "הגדרות"
},"pluralForm" :"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;" },"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;"
} }