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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@ OC.L10N.register(
2
2
"logreader",
3
3
{
4
4
"Logging" : "Registrazione",
5
-
"Errors in the log" : "Errori nel registro",
5
+
"Errors in the log" : "Errori nel log",
6
6
"Failed to get an iterator for log entries: %s" : "Impossibile ottenere un iteratore per le voci di log: %s",
7
-
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
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"],
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"],
7
+
"No errors in the logs since %s" : "Nessun errore nei log dal %s",
8
+
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["%n errore nei log dal %s","%n di errori nei log dal %s","%n errori nei log dal %s"],
9
+
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["%n avviso nei log dal %s","%n di avvisi nei log dal %s","%n avvisi nei log dal %s"],
10
10
"Log Reader" : "Lettore dei log",
11
11
"A log reader for Nextcloud" : "Un lettore di log per Nextcloud",
12
12
"Log reader for Nextcloud" : "Lettore di log per Nextcloud",
@@ -36,7 +36,7 @@ OC.L10N.register(
36
36
"Set log level" : "Imposta il livello del log",
37
37
"Time format" : "Formato orario",
38
38
"Live view" : "Visualizzazione in tempo reale",
39
-
"Download/Upload logs" : "Registri di Download/Upload",
39
+
"Download/Upload logs" : "Log di download/upload",
40
40
"Ctrl" : "Ctrl",
41
41
"Could not parse local log file" : "Impossibile leggere il file di log",
42
42
"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}",
Copy file name to clipboardExpand all lines: l10n/it.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
{ "translations": {
2
2
"Logging" : "Registrazione",
3
-
"Errors in the log" : "Errori nel registro",
3
+
"Errors in the log" : "Errori nel log",
4
4
"Failed to get an iterator for log entries: %s" : "Impossibile ottenere un iteratore per le voci di log: %s",
5
-
"No errors in the logs since %s" : "Nessun errore nei registri dal %s",
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"],
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"],
5
+
"No errors in the logs since %s" : "Nessun errore nei log dal %s",
6
+
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["%n errore nei log dal %s","%n di errori nei log dal %s","%n errori nei log dal %s"],
7
+
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["%n avviso nei log dal %s","%n di avvisi nei log dal %s","%n avvisi nei log dal %s"],
8
8
"Log Reader" : "Lettore dei log",
9
9
"A log reader for Nextcloud" : "Un lettore di log per Nextcloud",
10
10
"Log reader for Nextcloud" : "Lettore di log per Nextcloud",
@@ -34,7 +34,7 @@
34
34
"Set log level" : "Imposta il livello del log",
35
35
"Time format" : "Formato orario",
36
36
"Live view" : "Visualizzazione in tempo reale",
37
-
"Download/Upload logs" : "Registri di Download/Upload",
37
+
"Download/Upload logs" : "Log di download/upload",
38
38
"Ctrl" : "Ctrl",
39
39
"Could not parse local log file" : "Impossibile leggere il file di log",
40
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}",
0 commit comments