diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-05 00:19:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-05 00:19:41 +0000 |
commit | 80e4193d4ff292733d68253169f29847c295e424 (patch) | |
tree | 942d765c6a40296d77b52ffb1b05afb2b1db1b0f /apps/contactsinteraction/l10n/he.js | |
parent | a58ed05f1d19d591a1ed384e87915db952c5f163 (diff) | |
download | nextcloud-server-80e4193d4ff292733d68253169f29847c295e424.tar.gz nextcloud-server-80e4193d4ff292733d68253169f29847c295e424.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction/l10n/he.js')
-rw-r--r-- | apps/contactsinteraction/l10n/he.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contactsinteraction/l10n/he.js b/apps/contactsinteraction/l10n/he.js index 0ad1a915a34..9d35b55433f 100644 --- a/apps/contactsinteraction/l10n/he.js +++ b/apps/contactsinteraction/l10n/he.js @@ -6,4 +6,4 @@ OC.L10N.register( "Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר", "Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים" }, -"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;"); |