diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:23 +0000 |
commit | 42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4 (patch) | |
tree | dd6ad94170d41fa01991cf9a05eb5d465e4c3dd4 /apps/files_sharing/l10n/it.js | |
parent | 20932c8430dbe1d6173aba06c9a971af76c5efd5 (diff) | |
download | nextcloud-server-42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4.tar.gz nextcloud-server-42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/it.js')
-rw-r--r-- | apps/files_sharing/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 2df3a8da3ba..47bef999aec 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -209,7 +209,6 @@ OC.L10N.register( "Create" : "Crea", "Share" : "Condividi", "Delete share" : "Elimina condivisione", - "Share with " : "Condividi con", "Save share" : "Salva condivisione", "Update share" : "Aggiorna condivisione", "Others with access" : "Altri con accesso", @@ -303,6 +302,7 @@ OC.L10N.register( "Expiration date enforced" : "Data di scadenza applicata", "Password protect" : "Proteggi con password", "Science Mesh" : "Science Mesh", - "Update" : "Aggiorna" + "Update" : "Aggiorna", + "Share with " : "Condividi con" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |