summaryrefslogtreecommitdiffstats
path: root/apps/user_status
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-03-17 00:19:59 +0000
committerNextcloud bot <bot@nextcloud.com>2024-03-17 00:19:59 +0000
commitd54814413ff4a1817def0c3d424ac6554d7530b4 (patch)
treeff849e2c8c672827b5a29c611079c37168224dae /apps/user_status
parent7773cbbe15a7760882d03ef63bb3fda8fbcd370d (diff)
downloadnextcloud-server-d54814413ff4a1817def0c3d424ac6554d7530b4.tar.gz
nextcloud-server-d54814413ff4a1817def0c3d424ac6554d7530b4.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/l10n/he.js2
-rw-r--r--apps/user_status/l10n/he.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_status/l10n/he.js b/apps/user_status/l10n/he.js
index fe421b6d6ba..90932e688bd 100644
--- a/apps/user_status/l10n/he.js
+++ b/apps/user_status/l10n/he.js
@@ -35,4 +35,4 @@ OC.L10N.register(
"Appear offline" : "להופיע במצב בלתי מקוון",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
-"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;");
diff --git a/apps/user_status/l10n/he.json b/apps/user_status/l10n/he.json
index feca89d6535..922f2511ca1 100644
--- a/apps/user_status/l10n/he.json
+++ b/apps/user_status/l10n/he.json
@@ -32,5 +32,5 @@
"Mute all notifications" : "השתקת כל ההתראות",
"Appear offline" : "להופיע במצב בלתי מקוון",
"{status}, {timestamp}" : "{status}, {timestamp}"
-},"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;"
} \ No newline at end of file