diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-21 00:29:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-21 00:29:35 +0000 |
commit | 9dd84be4e65a65d3faf24ad9339c919ecb5f8104 (patch) | |
tree | b28738d2c3aa8520429027ff859d51ed3881044d /apps/files_sharing/l10n/it.js | |
parent | 260b41c6b7dd9e33ff22a7a220e3f8f26070f403 (diff) | |
download | nextcloud-server-9dd84be4e65a65d3faf24ad9339c919ecb5f8104.tar.gz nextcloud-server-9dd84be4e65a65d3faf24ad9339c919ecb5f8104.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 21d98a10a99..6db2b3a4d0b 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -224,6 +224,7 @@ OC.L10N.register( "Open in Files" : "Apri in File", "_Reject share_::_Reject shares_" : ["Rifiuta condivisione","Rifiuta condivisioni","Rifiuta condivisioni"], "_Restore share_::_Restore shares_" : ["Ripristina condivisione","Ripristina condivisioni","Ripristina condivisioni"], + "Shared" : "Condiviso", "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", @@ -232,7 +233,6 @@ OC.L10N.register( "File \"{path}\" has been unshared" : "La condivisione del file \"{path}\" è stata rimossa", "Folder \"{path}\" has been unshared" : "La condivisione della cartella \"{path}\" è stata rimossa", "Share {propertyName} saved" : "Condivisione {propertyName} salvata", - "Shared" : "Condiviso", "Shared by" : "Condiviso da", "Shared with" : "Condiviso con", "Password created successfully" : "Password creata correttamente", |