You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/it.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ OC.L10N.register(
3
3
{
4
4
"Logging" : "Registrazione",
5
5
"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",
6
7
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
7
8
"_%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"],
8
9
"_%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(
36
37
"Time format" : "Formato orario",
37
38
"Live view" : "Visualizzazione in tempo reale",
38
39
"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}",
39
41
"Download logs" : "Scarica i log",
40
42
"Show local log file" : "Mostra file di log locale",
41
43
"Upload local log file to be displayed" : "Carica file di log locale da mostrare",
42
44
"Ctrl" : "Ctrl",
45
+
"Could not parse local log file" : "Impossibile leggere il file di log",
43
46
"Raw data" : "Dati grezzi",
44
47
"Local time" : "Ora locale",
45
48
"UTC time" : "Ora UTC",
@@ -68,6 +71,8 @@ OC.L10N.register(
68
71
"Error" : "Errore",
69
72
"Fatal" : "Fatale",
70
73
"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",
71
76
"Could not fetch new log entries (server unavailable)" : "Impossibile recuperare nuove voci del log (server non disponibile)",
72
77
"Could not fetch new entries" : "Impossibile recuperare nuove voci",
73
78
"Could not copy to clipboard, please copy manually:" : "Impossibile copiare negli appunti, copialo a mano:",
Copy file name to clipboardExpand all lines: l10n/it.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{ "translations": {
2
2
"Logging" : "Registrazione",
3
3
"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",
4
5
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
5
6
"_%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"],
6
7
"_%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 @@
34
35
"Time format" : "Formato orario",
35
36
"Live view" : "Visualizzazione in tempo reale",
36
37
"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}",
37
39
"Download logs" : "Scarica i log",
38
40
"Show local log file" : "Mostra file di log locale",
39
41
"Upload local log file to be displayed" : "Carica file di log locale da mostrare",
40
42
"Ctrl" : "Ctrl",
43
+
"Could not parse local log file" : "Impossibile leggere il file di log",
41
44
"Raw data" : "Dati grezzi",
42
45
"Local time" : "Ora locale",
43
46
"UTC time" : "Ora UTC",
@@ -66,6 +69,8 @@
66
69
"Error" : "Errore",
67
70
"Fatal" : "Fatale",
68
71
"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",
69
74
"Could not fetch new log entries (server unavailable)" : "Impossibile recuperare nuove voci del log (server non disponibile)",
70
75
"Could not fetch new entries" : "Impossibile recuperare nuove voci",
71
76
"Could not copy to clipboard, please copy manually:" : "Impossibile copiare negli appunti, copialo a mano:",
0 commit comments