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/federation/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/federation/l10n/he.js')
-rw-r--r-- | apps/federation/l10n/he.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/l10n/he.js b/apps/federation/l10n/he.js index 9fb6f6547c5..e906603501f 100644 --- a/apps/federation/l10n/he.js +++ b/apps/federation/l10n/he.js @@ -13,4 +13,4 @@ OC.L10N.register( "Federation allows you to connect with other trusted servers to exchange the user directory." : "איגוד מאפשר לך להתחבר לשרתים מהימנים אחרים כדי להחליף ביניהם את ספריית המשתמש.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד מאפשר לך להתחבר לשרתים מהימנים אחרים כדי להחליף ביניהם את ספריית המשתמש. למשל: ייעשה שימוש באיגוד לטובת השלמה אוטומטית של משתמשים חיצוניים לשיתוף מאוגד." }, -"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;"); |