aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-29 00:20:21 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-29 00:20:21 +0000
commitff9c3b0ee2140e7b2d0866acd7a86339c26670bb (patch)
treee2578c758d2ca9b0ad4015265b2df653d989c251 /apps/dashboard/l10n
parentbe98ea3e63d1a70615f251abfabe281c7788986d (diff)
downloadnextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.tar.gz
nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dashboard/l10n')
-rw-r--r--apps/dashboard/l10n/he.js2
-rw-r--r--apps/dashboard/l10n/he.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/l10n/he.js b/apps/dashboard/l10n/he.js
index 73959b5ee91..1a15be6d3c2 100644
--- a/apps/dashboard/l10n/he.js
+++ b/apps/dashboard/l10n/he.js
@@ -21,4 +21,4 @@ OC.L10N.register(
"Hello" : "שלום",
"Hello, {name}" : "שלום, {name}"
},
-"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/apps/dashboard/l10n/he.json b/apps/dashboard/l10n/he.json
index 0cc405df813..3675de92d53 100644
--- a/apps/dashboard/l10n/he.json
+++ b/apps/dashboard/l10n/he.json
@@ -18,5 +18,5 @@
"Good evening, {name}" : "ערב טוב, {name}",
"Hello" : "שלום",
"Hello, {name}" : "שלום, {name}"
-},"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