diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-23 00:19:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-23 00:19:41 +0000 |
commit | 5087de9f9892e97f5f72b96230a7067fbe8063ea (patch) | |
tree | bf124f8843437e9a14405facddeb3e41fec3b19e /apps/user_status | |
parent | 4d8907f4712c6a90ae490bac87ddfc902c62cb13 (diff) | |
download | nextcloud-server-5087de9f9892e97f5f72b96230a7067fbe8063ea.tar.gz nextcloud-server-5087de9f9892e97f5f72b96230a7067fbe8063ea.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 |