diff --git a/l10n/ast.js b/l10n/ast.js index bfb2711e..e7bc9af3 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -1,11 +1,51 @@ OC.L10N.register( "logreader", { + "Logging" : "Rexistru", + "Errors in the log" : "Errores nel rexistru", + "Log Reader" : "Llector del rexistru", + "A log reader for Nextcloud" : "Un llector de rexistros pa Nextcloud", + "Show server log" : "Amosar el rexistru del sirvidor", + "Live view is disabled" : "La visualización en direuto ta desactivada", + "No log file" : "Nun hai nengún ficheru de rexistru", "Level" : "Nivel", "App" : "Aplicación", + "Time" : "Data", + "Copy raw entry" : "Copiar la entrada en bruto", + "Copy formatted entry" : "Copiar la entrada con formatu", + "Line {line}" : "Llinia {line}", + "Time format" : "Formatu de la hora", + "Live view" : "Visualización en direuto", + "Show local log file" : "Amosar el ficheru de rexistru llocal", + "Ctrl" : "Ctrl", + "Could not parse local log file" : "Nun se pudo analizar el ficheru de ficheru llocal", + "Raw data" : "Datos en bruto", + "Local time" : "Hora llocal", + "UTC time" : "Hora UTC", + "Could not change date time format." : "Nun se pudo camudar el formatu de la data", + "Could not change live view setting." : "Nun se pudo camudar la opción de la visualización en direuto.", + "Application" : "Aplicación", + "Message" : "Mensaxe", "Show details" : "Amosar los detalles", + "Debug" : "Depuración", "Info" : "Información", + "Warning" : "Alvertencia", "Error" : "Error", - "Copy" : "Copiar" + "Fatal" : "Fatal", + "Could not load log entries" : "Nun se pudieron cargar les entraes del rexistru", + "Clipboard" : "Cartafueyu", + "Could not parse clipboard content" : "Nun se pudo analizar el conteníu del cartafueyu", + "Could not fetch new log entries (server unavailable)" : "Nun se pudo dir en cata de les entraes nueves (el sirvidor nun ta disponible)", + "Could not fetch new entries" : "Nun se pudo dir en cata de les entraes nueves", + "Error parsing log" : "Hebo un error al analizar el rexistru", + "Copy" : "Copiar", + "Copy raw" : "Copiar en bruto", + "Copy formatted" : "Copiar con formatu", + "No server logs" : "Nun hai nengún rexistru del sirvidor", + "Everything is working fine" : "Too funciona bien", + "Invalid log file" : "El ficheru de rexistru ye inválidu", + "Log levels" : "Niveles del rexistru", + "Log content" : "Conteníu del rexistru", + "Live update" : "Anovamientu en direuto" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index c93f9abc..d36ee0cd 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -1,9 +1,49 @@ { "translations": { + "Logging" : "Rexistru", + "Errors in the log" : "Errores nel rexistru", + "Log Reader" : "Llector del rexistru", + "A log reader for Nextcloud" : "Un llector de rexistros pa Nextcloud", + "Show server log" : "Amosar el rexistru del sirvidor", + "Live view is disabled" : "La visualización en direuto ta desactivada", + "No log file" : "Nun hai nengún ficheru de rexistru", "Level" : "Nivel", "App" : "Aplicación", + "Time" : "Data", + "Copy raw entry" : "Copiar la entrada en bruto", + "Copy formatted entry" : "Copiar la entrada con formatu", + "Line {line}" : "Llinia {line}", + "Time format" : "Formatu de la hora", + "Live view" : "Visualización en direuto", + "Show local log file" : "Amosar el ficheru de rexistru llocal", + "Ctrl" : "Ctrl", + "Could not parse local log file" : "Nun se pudo analizar el ficheru de ficheru llocal", + "Raw data" : "Datos en bruto", + "Local time" : "Hora llocal", + "UTC time" : "Hora UTC", + "Could not change date time format." : "Nun se pudo camudar el formatu de la data", + "Could not change live view setting." : "Nun se pudo camudar la opción de la visualización en direuto.", + "Application" : "Aplicación", + "Message" : "Mensaxe", "Show details" : "Amosar los detalles", + "Debug" : "Depuración", "Info" : "Información", + "Warning" : "Alvertencia", "Error" : "Error", - "Copy" : "Copiar" + "Fatal" : "Fatal", + "Could not load log entries" : "Nun se pudieron cargar les entraes del rexistru", + "Clipboard" : "Cartafueyu", + "Could not parse clipboard content" : "Nun se pudo analizar el conteníu del cartafueyu", + "Could not fetch new log entries (server unavailable)" : "Nun se pudo dir en cata de les entraes nueves (el sirvidor nun ta disponible)", + "Could not fetch new entries" : "Nun se pudo dir en cata de les entraes nueves", + "Error parsing log" : "Hebo un error al analizar el rexistru", + "Copy" : "Copiar", + "Copy raw" : "Copiar en bruto", + "Copy formatted" : "Copiar con formatu", + "No server logs" : "Nun hai nengún rexistru del sirvidor", + "Everything is working fine" : "Too funciona bien", + "Invalid log file" : "El ficheru de rexistru ye inválidu", + "Log levels" : "Niveles del rexistru", + "Log content" : "Conteníu del rexistru", + "Live update" : "Anovamientu en direuto" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js index dd95e93d..a19a29bf 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -39,6 +39,7 @@ OC.L10N.register( "Download logs" : "Baixa els registres", "Show local log file" : "Mostra el fitxer de registre local", "Upload local log file to be displayed" : "Pujada del fitxer de registre local que es mostrarà", + "Ctrl" : "Ctrl", "Could not parse local log file" : "No s'ha pogut analitzar el fitxer de registre local", "Raw data" : "Dades sense format", "Local time" : "Hora local", diff --git a/l10n/ca.json b/l10n/ca.json index 3b1cea64..309e6d6b 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -37,6 +37,7 @@ "Download logs" : "Baixa els registres", "Show local log file" : "Mostra el fitxer de registre local", "Upload local log file to be displayed" : "Pujada del fitxer de registre local que es mostrarà", + "Ctrl" : "Ctrl", "Could not parse local log file" : "No s'ha pogut analitzar el fitxer de registre local", "Raw data" : "Dades sense format", "Local time" : "Hora local", diff --git a/l10n/cs.js b/l10n/cs.js index 5fbf754d..7e349fca 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -39,6 +39,7 @@ OC.L10N.register( "Download logs" : "Stáhnout si záznamy událostí", "Show local log file" : "Zobrazit místní soubor se záznamem událostí", "Upload local log file to be displayed" : "Nahrajte místní soubor se záznamem událostí, který chcete zobrazit", + "Ctrl" : "Ctrl", "Could not parse local log file" : "Nepodařilo se zpracovat soubor se záznamem událostí", "Raw data" : "Nezpracovaná data", "Local time" : "Místní čas", diff --git a/l10n/cs.json b/l10n/cs.json index 35f32afa..f7f929c9 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -37,6 +37,7 @@ "Download logs" : "Stáhnout si záznamy událostí", "Show local log file" : "Zobrazit místní soubor se záznamem událostí", "Upload local log file to be displayed" : "Nahrajte místní soubor se záznamem událostí, který chcete zobrazit", + "Ctrl" : "Ctrl", "Could not parse local log file" : "Nepodařilo se zpracovat soubor se záznamem událostí", "Raw data" : "Nezpracovaná data", "Local time" : "Místní čas", diff --git a/l10n/da.js b/l10n/da.js index 8527b99e..d3f855a7 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -9,6 +9,7 @@ OC.L10N.register( "App" : "App", "Time" : "Tid", "Download logs" : "Hent logs", + "Ctrl" : "Ctrl", "Message" : "Besked", "Show details" : "Vis detaljer", "Debug" : "Fejlfinding", diff --git a/l10n/da.json b/l10n/da.json index fc0a1739..5f0de9f8 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -7,6 +7,7 @@ "App" : "App", "Time" : "Tid", "Download logs" : "Hent logs", + "Ctrl" : "Ctrl", "Message" : "Besked", "Show details" : "Vis detaljer", "Debug" : "Fejlfinding", diff --git a/l10n/he.js b/l10n/he.js index 0ed95155..5dde8bc1 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -26,4 +26,4 @@ OC.L10N.register( "Log content" : "תוכן הרישום", "Live update" : "עדכון חי" }, -"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/l10n/he.json b/l10n/he.json index 41eb08c1..d7e71904 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -23,5 +23,5 @@ "Log levels" : "רמות רישום", "Log content" : "תוכן הרישום", "Live update" : "עדכון חי" -},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file