diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:42 +0000 |
commit | 80052ba7a33318176908048f34b838ab45f4d011 (patch) | |
tree | 43ceda6d5494162c2926ad3f24027077f0a64fe8 /apps/federation/l10n/it.js | |
parent | 88d0c825f6615d253bd44a271278817bb03a5c38 (diff) | |
download | nextcloud-server-80052ba7a33318176908048f34b838ab45f4d011.tar.gz nextcloud-server-80052ba7a33318176908048f34b838ab45f4d011.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federation/l10n/it.js')
-rw-r--r-- | apps/federation/l10n/it.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/federation/l10n/it.js b/apps/federation/l10n/it.js index 31ef7779391..e3c6cbb59e1 100644 --- a/apps/federation/l10n/it.js +++ b/apps/federation/l10n/it.js @@ -7,11 +7,11 @@ OC.L10N.register( "Could not add server" : "Impossibile aggiungere il server", "Trusted servers" : "Server affidabili", "Federation" : "Federazione", - "Federation allows you to connect with other trusted servers to exchange the user directory." : "La federazione consente di connettersi ad altri server affidabili per scambiare la cartella utente.", - "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." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.", - "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. It is not necessary to add a server as trusted server in order to create a federated share." : "La federazione ti consente di connetterti ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata. Non è necessario aggiungere un server come affidabile per creare una condivisione federata.", "+ Add trusted server" : "+ Aggiungi server affidabile", "Trusted server" : "Server affidabile", - "Add" : "Aggiungi" + "Add" : "Aggiungi", + "Federation allows you to connect with other trusted servers to exchange the user directory." : "La federazione consente di connettersi ad altri server affidabili per scambiare la cartella utente.", + "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." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.", + "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. It is not necessary to add a server as trusted server in order to create a federated share." : "La federazione ti consente di connetterti ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata. Non è necessario aggiungere un server come affidabile per creare una condivisione federata." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |