Skip to content

Commit a960cdb

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

l10n/it.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ OC.L10N.register(
22
"logreader",
33
{
44
"Logging" : "Registrazione",
5-
"Errors in the log" : "Errori nel registro",
5+
"Errors in the log" : "Errori nel log",
66
"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"],
1010
"Log Reader" : "Lettore dei log",
1111
"A log reader for Nextcloud" : "Un lettore di log per Nextcloud",
1212
"Log reader for Nextcloud" : "Lettore di log per Nextcloud",
@@ -36,7 +36,7 @@ OC.L10N.register(
3636
"Set log level" : "Imposta il livello del log",
3737
"Time format" : "Formato orario",
3838
"Live view" : "Visualizzazione in tempo reale",
39-
"Download/Upload logs" : "Registri di Download/Upload",
39+
"Download/Upload logs" : "Log di download/upload",
4040
"Ctrl" : "Ctrl",
4141
"Could not parse local log file" : "Impossibile leggere il file di log",
4242
"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}",

l10n/it.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ "translations": {
22
"Logging" : "Registrazione",
3-
"Errors in the log" : "Errori nel registro",
3+
"Errors in the log" : "Errori nel log",
44
"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"],
88
"Log Reader" : "Lettore dei log",
99
"A log reader for Nextcloud" : "Un lettore di log per Nextcloud",
1010
"Log reader for Nextcloud" : "Lettore di log per Nextcloud",
@@ -34,7 +34,7 @@
3434
"Set log level" : "Imposta il livello del log",
3535
"Time format" : "Formato orario",
3636
"Live view" : "Visualizzazione in tempo reale",
37-
"Download/Upload logs" : "Registri di Download/Upload",
37+
"Download/Upload logs" : "Log di download/upload",
3838
"Ctrl" : "Ctrl",
3939
"Could not parse local log file" : "Impossibile leggere il file di log",
4040
"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

Comments
 (0)