Skip to content

Commit 1004055

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent d29ebb0 commit 1004055

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

l10n/it.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ OC.L10N.register(
33
{
44
"Logging" : "Registrazione",
55
"Errors in the log" : "Errori nel registro",
6+
"Failed to get an iterator for log entries: %s" : "Impossibile ottenere un iteratore per le voci di log: %s",
67
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
78
"_%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"],
89
"_%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"],
@@ -36,10 +37,12 @@ OC.L10N.register(
3637
"Time format" : "Formato orario",
3738
"Live view" : "Visualizzazione in tempo reale",
3839
"Download/Upload logs" : "Registri di Download/Upload",
40+
"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}",
3941
"Download logs" : "Scarica i log",
4042
"Show local log file" : "Mostra file di log locale",
4143
"Upload local log file to be displayed" : "Carica file di log locale da mostrare",
4244
"Ctrl" : "Ctrl",
45+
"Could not parse local log file" : "Impossibile leggere il file di log",
4346
"Raw data" : "Dati grezzi",
4447
"Local time" : "Ora locale",
4548
"UTC time" : "Ora UTC",
@@ -68,6 +71,8 @@ OC.L10N.register(
6871
"Error" : "Errore",
6972
"Fatal" : "Fatale",
7073
"Could not load log entries" : "Impossibile caricare le voci del registro",
74+
"Clipboard" : "Appunti",
75+
"Could not parse clipboard content" : "Impossibile leggere il contenuto degli appunti",
7176
"Could not fetch new log entries (server unavailable)" : "Impossibile recuperare nuove voci del log (server non disponibile)",
7277
"Could not fetch new entries" : "Impossibile recuperare nuove voci",
7378
"Could not copy to clipboard, please copy manually:" : "Impossibile copiare negli appunti, copialo a mano:",

l10n/it.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ "translations": {
22
"Logging" : "Registrazione",
33
"Errors in the log" : "Errori nel registro",
4+
"Failed to get an iterator for log entries: %s" : "Impossibile ottenere un iteratore per le voci di log: %s",
45
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
56
"_%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"],
67
"_%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"],
@@ -34,10 +35,12 @@
3435
"Time format" : "Formato orario",
3536
"Live view" : "Visualizzazione in tempo reale",
3637
"Download/Upload logs" : "Registri di Download/Upload",
38+
"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}",
3739
"Download logs" : "Scarica i log",
3840
"Show local log file" : "Mostra file di log locale",
3941
"Upload local log file to be displayed" : "Carica file di log locale da mostrare",
4042
"Ctrl" : "Ctrl",
43+
"Could not parse local log file" : "Impossibile leggere il file di log",
4144
"Raw data" : "Dati grezzi",
4245
"Local time" : "Ora locale",
4346
"UTC time" : "Ora UTC",
@@ -66,6 +69,8 @@
6669
"Error" : "Errore",
6770
"Fatal" : "Fatale",
6871
"Could not load log entries" : "Impossibile caricare le voci del registro",
72+
"Clipboard" : "Appunti",
73+
"Could not parse clipboard content" : "Impossibile leggere il contenuto degli appunti",
6974
"Could not fetch new log entries (server unavailable)" : "Impossibile recuperare nuove voci del log (server non disponibile)",
7075
"Could not fetch new entries" : "Impossibile recuperare nuove voci",
7176
"Could not copy to clipboard, please copy manually:" : "Impossibile copiare negli appunti, copialo a mano:",

0 commit comments

Comments
 (0)