diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-14 00:19:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-14 00:19:48 +0000 |
commit | f0f4db3464e9260723b3b146e11d8ec2a0884272 (patch) | |
tree | bb0f5a3703663298d4d5ff3e23136865ea36dbcc /apps/comments | |
parent | b5275f703537f01fa27b042e1b619f56a223ab49 (diff) | |
download | nextcloud-server-f0f4db3464e9260723b3b146e11d8ec2a0884272.tar.gz nextcloud-server-f0f4db3464e9260723b3b146e11d8ec2a0884272.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/it.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 0d5d13b5dd4..534f9b92812 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -9,6 +9,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s ha commentato %2$s", "{author} commented on {file}" : "{author} ha commentato su {file}", "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un account che è stato eliminato", "{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"", "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file", "Edit comment" : "Modifica commento", diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json index c2f041c3557..a50d9b8d498 100644 --- a/apps/comments/l10n/it.json +++ b/apps/comments/l10n/it.json @@ -7,6 +7,7 @@ "%1$s commented on %2$s" : "%1$s ha commentato %2$s", "{author} commented on {file}" : "{author} ha commentato su {file}", "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un account che è stato eliminato", "{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"", "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file", "Edit comment" : "Modifica commento", |