From 31de4a127d0fc4fdbe1cfcdc21c64bda0800eb6b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 3 Mar 2024 00:38:20 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/he.js | 2 +- l10n/he.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/he.js b/l10n/he.js index 6e8178fe..3763372b 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -7,4 +7,4 @@ OC.L10N.register( "File access control" : "בקרת גישה לקבצים", "Control access to files based on conditions" : "שליטה על הגישה לקבצים שלך לפי תנאים מסוימים" }, -"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: 2;"); diff --git a/l10n/he.json b/l10n/he.json index 22452f37..d7ce2572 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -4,5 +4,5 @@ "File is accessed" : "מתבצעת גישה לקובץ", "File access control" : "בקרת גישה לקבצים", "Control access to files based on conditions" : "שליטה על הגישה לקבצים שלך לפי תנאים מסוימים" -},"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: 2;" } \ No newline at end of file