Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 25, 2025
1 parent 58d37b5 commit 111f076
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "Información de CPU no disponible",
"CPU Usage:" : "Uso de CPU:",
"Load average: {percentage} % ({load}) last minute" : "Carga media: {percentage}% ({load}) en el último minuto",
"{lastMinutePercentage} % ({lastMinute}) last Minute\n{last5MinutesPercentage} % ({last5Minutes}) last 5 Minutes\n{last15MinutesPercentage} % ({last15Minutes}) last 15 Minutes" : "{lastMinutePercentage}% ({lastMinute}) último minuto\n{last5MinutesPercentage}% ({last5Minutes}) últimos 5 minutos \n{last15MinutesPercentage}% ({last15Minutes}) últimos 15 minutos",
"RAM Usage:" : "Uso de RAM:",
"SWAP Usage:" : "Uso de SWAP:",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: Total: {memTotalBytes} / Uso actual: {memUsageBytes}",
"RAM info not available" : "Los datos de la RAM no están disponibles",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP: Total: {swapTotalBytes} / Uso actual: {swapUsageBytes}",
Expand Down Expand Up @@ -43,6 +48,10 @@ OC.L10N.register(
"IPv6:" : "IPv6:",
"Active users" : "Usuarios activos",
"Last hour" : "Última hora",
"%s%% of all users" : "%s%% de todos los usuarios",
"Last 24 Hours" : "Últimas 24 horas",
"Last 7 Days" : "Últimos 7 días",
"Last 30 Days" : "Últimos 30 días",
"Shares" : "Recursos compartidos",
"Users:" : "Usuarios:",
"Groups:" : "Grupos:",
Expand All @@ -66,6 +75,7 @@ OC.L10N.register(
"Use this end point to connect an external monitoring tool:" : "Utilice este endpoint para conectar una herramienta de monitoreo externa.",
"Copy" : "Copiar",
"Output in JSON" : "Salida en JSON",
"Skip apps section (including apps section will send an external request to the app store)" : "Omitir la sección de aplicaciones (al incluirla, se enviarán peticiones externas a la tienda de aplicaciones)",
"Skip server update" : "Omitir actualización del servidor",
"To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor, genere uno y luego establézcalo usando el siguiente comando",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token con el encabezado \"NC-Token\" cuando solicite la URL anterior.",
Expand Down
10 changes: 10 additions & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{ "translations": {
"CPU info not available" : "Información de CPU no disponible",
"CPU Usage:" : "Uso de CPU:",
"Load average: {percentage} % ({load}) last minute" : "Carga media: {percentage}% ({load}) en el último minuto",
"{lastMinutePercentage} % ({lastMinute}) last Minute\n{last5MinutesPercentage} % ({last5Minutes}) last 5 Minutes\n{last15MinutesPercentage} % ({last15Minutes}) last 15 Minutes" : "{lastMinutePercentage}% ({lastMinute}) último minuto\n{last5MinutesPercentage}% ({last5Minutes}) últimos 5 minutos \n{last15MinutesPercentage}% ({last15Minutes}) últimos 15 minutos",
"RAM Usage:" : "Uso de RAM:",
"SWAP Usage:" : "Uso de SWAP:",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: Total: {memTotalBytes} / Uso actual: {memUsageBytes}",
"RAM info not available" : "Los datos de la RAM no están disponibles",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP: Total: {swapTotalBytes} / Uso actual: {swapUsageBytes}",
Expand Down Expand Up @@ -41,6 +46,10 @@
"IPv6:" : "IPv6:",
"Active users" : "Usuarios activos",
"Last hour" : "Última hora",
"%s%% of all users" : "%s%% de todos los usuarios",
"Last 24 Hours" : "Últimas 24 horas",
"Last 7 Days" : "Últimos 7 días",
"Last 30 Days" : "Últimos 30 días",
"Shares" : "Recursos compartidos",
"Users:" : "Usuarios:",
"Groups:" : "Grupos:",
Expand All @@ -64,6 +73,7 @@
"Use this end point to connect an external monitoring tool:" : "Utilice este endpoint para conectar una herramienta de monitoreo externa.",
"Copy" : "Copiar",
"Output in JSON" : "Salida en JSON",
"Skip apps section (including apps section will send an external request to the app store)" : "Omitir la sección de aplicaciones (al incluirla, se enviarán peticiones externas a la tienda de aplicaciones)",
"Skip server update" : "Omitir actualización del servidor",
"To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor, genere uno y luego establézcalo usando el siguiente comando",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token con el encabezado \"NC-Token\" cuando solicite la URL anterior.",
Expand Down

0 comments on commit 111f076

Please sign in to comment.