Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jun 14, 2024
1 parent 6120be3 commit 3912d6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Logging" : "Registrazione",
"Errors in the log" : "Errori nel registro",
"Failed to get an iterator for log entries: %s" : "Impossibile ottenere un iteratore per le voci di log: %s",
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["%n errore nei registri dal %s","%n errori nei registri dal %s","%n errori nei registri dal %s"],
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["%n avviso nei registri dal %s","%n avvisi nei registri dal %s","%n avvisi nei registri dal %s"],
Expand Down Expand Up @@ -36,10 +37,12 @@ OC.L10N.register(
"Time format" : "Formato orario",
"Live view" : "Visualizzazione in tempo reale",
"Download/Upload logs" : "Registri di Download/Upload",
"You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}" : "Puoi anche mostrare le voci dei log copiate dagli appunti incollandole nella vista dei log usando: {keyboardShortcut}",
"Download logs" : "Scarica i log",
"Show local log file" : "Mostra file di log locale",
"Upload local log file to be displayed" : "Carica file di log locale da mostrare",
"Ctrl" : "Ctrl",
"Could not parse local log file" : "Impossibile leggere il file di log",
"Raw data" : "Dati grezzi",
"Local time" : "Ora locale",
"UTC time" : "Ora UTC",
Expand Down Expand Up @@ -68,6 +71,8 @@ OC.L10N.register(
"Error" : "Errore",
"Fatal" : "Fatale",
"Could not load log entries" : "Impossibile caricare le voci del registro",
"Clipboard" : "Appunti",
"Could not parse clipboard content" : "Impossibile leggere il contenuto degli appunti",
"Could not fetch new log entries (server unavailable)" : "Impossibile recuperare nuove voci del log (server non disponibile)",
"Could not fetch new entries" : "Impossibile recuperare nuove voci",
"Could not copy to clipboard, please copy manually:" : "Impossibile copiare negli appunti, copialo a mano:",
Expand Down
5 changes: 5 additions & 0 deletions l10n/it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Logging" : "Registrazione",
"Errors in the log" : "Errori nel registro",
"Failed to get an iterator for log entries: %s" : "Impossibile ottenere un iteratore per le voci di log: %s",
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["%n errore nei registri dal %s","%n errori nei registri dal %s","%n errori nei registri dal %s"],
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["%n avviso nei registri dal %s","%n avvisi nei registri dal %s","%n avvisi nei registri dal %s"],
Expand Down Expand Up @@ -34,10 +35,12 @@
"Time format" : "Formato orario",
"Live view" : "Visualizzazione in tempo reale",
"Download/Upload logs" : "Registri di Download/Upload",
"You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}" : "Puoi anche mostrare le voci dei log copiate dagli appunti incollandole nella vista dei log usando: {keyboardShortcut}",
"Download logs" : "Scarica i log",
"Show local log file" : "Mostra file di log locale",
"Upload local log file to be displayed" : "Carica file di log locale da mostrare",
"Ctrl" : "Ctrl",
"Could not parse local log file" : "Impossibile leggere il file di log",
"Raw data" : "Dati grezzi",
"Local time" : "Ora locale",
"UTC time" : "Ora UTC",
Expand Down Expand Up @@ -66,6 +69,8 @@
"Error" : "Errore",
"Fatal" : "Fatale",
"Could not load log entries" : "Impossibile caricare le voci del registro",
"Clipboard" : "Appunti",
"Could not parse clipboard content" : "Impossibile leggere il contenuto degli appunti",
"Could not fetch new log entries (server unavailable)" : "Impossibile recuperare nuove voci del log (server non disponibile)",
"Could not fetch new entries" : "Impossibile recuperare nuove voci",
"Could not copy to clipboard, please copy manually:" : "Impossibile copiare negli appunti, copialo a mano:",
Expand Down

0 comments on commit 3912d6f

Please sign in to comment.