diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-23 00:19:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-23 00:19:33 +0000 |
commit | 57f27a14b4ef5a9650b69d5e3be1af6ff16cc4fe (patch) | |
tree | 382f8c4838c6987e540f5c151724a6fa6105c616 /apps/user_status | |
parent | bd10b485f866c0d005e03122601a2f1a723aab6e (diff) | |
download | nextcloud-server-57f27a14b4ef5a9650b69d5e3be1af6ff16cc4fe.tar.gz nextcloud-server-57f27a14b4ef5a9650b69d5e3be1af6ff16cc4fe.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.js | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/he.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_status/l10n/he.js b/apps/user_status/l10n/he.js index 132b04e3f9d..fe421b6d6ba 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=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;"); diff --git a/apps/user_status/l10n/he.json b/apps/user_status/l10n/he.json index 1be3c70a9eb..feca89d6535 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=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;" }
\ No newline at end of file |