diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-01 00:18:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-01 00:18:42 +0000 |
commit | 8b3161efc9dd35ad96cd77d5db8374376d1b8261 (patch) | |
tree | e4524c56da6990d7dadf8c0653bde35ec4ab7c2f /apps/files_sharing/l10n/it.js | |
parent | ba53734e15b3b153734f8f17eba4d7bcb07f9902 (diff) | |
download | nextcloud-server-8b3161efc9dd35ad96cd77d5db8374376d1b8261.tar.gz nextcloud-server-8b3161efc9dd35ad96cd77d5db8374376d1b8261.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, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 9fed1f2402a..2df3a8da3ba 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -227,6 +227,7 @@ OC.L10N.register( "_Restore share_::_Restore shares_" : ["Ripristina condivisione","Ripristina condivisioni","Ripristina condivisioni"], "Shared" : "Condiviso", "Shared by {ownerDisplayName}" : "Condiviso da {ownerDisplayName}", + "Show sharing options" : "Mostra le opzioni di condivisione", "Link to a file" : "Collega a un file", "Error creating the share: {errorMessage}" : "Errore durante la creazione della condivisione: {errorMessage}", "Error creating the share" : "Errore durante la creazione della condivisione", @@ -301,6 +302,7 @@ OC.L10N.register( "Allow resharing" : "Consenti la ri-condivisione", "Expiration date enforced" : "Data di scadenza applicata", "Password protect" : "Proteggi con password", - "Science Mesh" : "Science Mesh" + "Science Mesh" : "Science Mesh", + "Update" : "Aggiorna" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |