diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-05 00:19:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-05 00:19:59 +0000 |
commit | 95258681e558cbed7298456dec6410a7491dd71e (patch) | |
tree | 20a8e3a10f6865cdb618ed45dc169a5d2cf6294c /apps/contactsinteraction/l10n | |
parent | b6edd4382ec3abe496ac7dedcbe5695a5b6e9c0d (diff) | |
download | nextcloud-server-95258681e558cbed7298456dec6410a7491dd71e.tar.gz nextcloud-server-95258681e558cbed7298456dec6410a7491dd71e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction/l10n')
-rw-r--r-- | apps/contactsinteraction/l10n/he.js | 2 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/he.json | 2 |
2 files changed, 2 insertions, 2 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;"); diff --git a/apps/contactsinteraction/l10n/he.json b/apps/contactsinteraction/l10n/he.json index 3dbc6c7a370..52e0b23f341 100644 --- a/apps/contactsinteraction/l10n/he.json +++ b/apps/contactsinteraction/l10n/he.json @@ -3,5 +3,5 @@ "Contacts Interaction" : "אינטראקציה בין אנשי קשר", "Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר", "Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים" -},"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 |