From 3be914cecc9bb2015fe62e53c244eb7b314c5452 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Tue, 17 Feb 2026 17:26:17 +0100 Subject: [PATCH] Translations update from Hosted Weblate (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Translated using Weblate (Ukrainian) Currently translated at 2.9% (3 of 103 strings) Added translation using Weblate (Ukrainian) Added translation using Weblate (Japanese) Co-authored-by: Hosted Weblate Co-authored-by: Zilong Liu <2821624044@qq.com> Co-authored-by: Руслан Пузич Translate-URL: https://hosted.weblate.org/projects/nezha/user-frontend/uk/ Translation: Nezha/User frontend * Translated using Weblate (Ukrainian) Currently translated at 11.6% (12 of 103 strings) Translation: Nezha/User frontend Translate-URL: https://hosted.weblate.org/projects/nezha/user-frontend/uk/ * Added translation using Weblate (Galician) * Translated using Weblate (Galician) Currently translated at 100.0% (103 of 103 strings) Translation: Nezha/User frontend Translate-URL: https://hosted.weblate.org/projects/nezha/user-frontend/gl/ * chore: auto-fix linting and formatting issues --------- Co-authored-by: Zilong Liu <2821624044@qq.com> Co-authored-by: Руслан Пузич Co-authored-by: nlimeres Co-authored-by: weblate <1607653+weblate@users.noreply.github.com> Co-authored-by: 仓鼠 <71394853+hamster1963@users.noreply.github.com> --- src/locales/gl/translation.json | 138 +++++++++++++++++++++++++++++++- src/locales/uk/translation.json | 44 +++++----- 2 files changed, 159 insertions(+), 23 deletions(-) diff --git a/src/locales/gl/translation.json b/src/locales/gl/translation.json index 0967ef4..79dec92 100644 --- a/src/locales/gl/translation.json +++ b/src/locales/gl/translation.json @@ -1 +1,137 @@ -{} +{ + "nezha": "Monitoreo Nezha", + "theme": { + "light": "Claro", + "dark": "Escuro", + "system": "Sistema" + }, + "overview": "Visión xeral", + "dashboard": "Panel de control", + "login": "Inciar sesión", + "online": "Activo", + "offline": "Desconectado", + "whereTheTimeIs": "Onde está a hora", + "refreshing": "Recargando", + "info": { + "websocketConnecting": "Conectando o WebSocket", + "websocketConnected": "WebSocket conectado", + "websocketDisconnected": "WebSocket desconectado", + "processing": "Procesando..." + }, + "serverOverview": { + "totalServers": "Servidores totais", + "onlineServers": "Servidores en liña", + "offlineServers": "Servidores desconectados", + "totalBandwidth": "Ancho de banda total", + "speed": "Velocidade", + "network": "Rede" + }, + "map": { + "Distributions": "Os servidores están distribuidos en", + "Regions": "Rexións", + "Servers": "servidores" + }, + "serverCard": { + "mem": "MEM", + "stg": "STG", + "days": "Dias", + "hours": "Horas", + "upload": "Subir", + "download": "Descargar", + "system": "Sistema", + "uptime": "Tempo activo", + "totalUpload": "Subir", + "totalDownload": "Descargar" + }, + "cycleTransfer": { + "used": "empregado", + "total": "total", + "nextUpdate": "próxima actualización" + }, + "serviceTracker": { + "noService": "Non hai información do servizo", + "uptime": "Tempo de actividade", + "delay": "Atraso", + "daysAgo": "dias atrás", + "today": "Hoxe", + "loading": "Cargando..." + }, + "serverDetail": { + "status": "Estado", + "online": "Activo", + "days": "Días", + "hours": "Horas", + "offline": "Desconectado", + "unknown": "Descoñecido", + "uptime": "Tempo activo", + "version": "Versión", + "arch": "Arch", + "mem": "Mem", + "disk": "Disco", + "region": "Rexión", + "system": "Sistema", + "upload": "Subida", + "download": "Descarga", + "lastActive": "Última vez activo", + "temperature": "Temperatura", + "bootTime": "Tempo de reinicio" + }, + "serverDetailChart": { + "process": "Proceso", + "disk": "Disco", + "mem": "Mem", + "swap": "Swap", + "upload": "Subida", + "download": "Descarga" + }, + "footer": { + "themeBy": "Tema por " + }, + "language": { + "zh-CN": "简体中文 (Chinés simplificado)", + "zh-TW": "繁體中文 (Chinés tradicional)", + "en-US": "English (Inglés)", + "de-DE": "Deutsch (Alemán)", + "es-ES": "Español", + "ru-RU": "Русский (Ruso)", + "ta-IN": "தமிழ் (Tamil)" + }, + "error": { + "pageNotFound": "Páxina non atopada", + "backToHome": "Voltar áo inicio" + }, + "tabSwitch": { + "Detail": "Detalle", + "Network": "Rede" + }, + "monitor": { + "noData": "Non hai datos de monitor de servidor. Engada primeiro un monitor de servizo", + "avgDelay": "Latencia", + "monitorCount": "Servizos", + "packetLoss": "Pérdida de datos", + "clearSelections": "Limpar" + }, + "pwa": { + "offlineReady": "Aplicación lista para traballar desconectada (offline)", + "newContent": "Novo contido dispoñíble", + "reload": "Actualizar" + }, + "billingInfo": { + "remaining": "Restante", + "error": "erro", + "indefinite": "Indefinido", + "expired": "Expirado", + "days": "días", + "price": "Precio", + "free": "Gratis", + "usage-baseed": "Baseado no uso" + }, + "TypeCommand": "Escribe un comando ou procura...", + "NoResults": "Non se atoparon resultados.", + "Servers": "Servidores", + "Shortcuts": "Atallos", + "ToggleLightMode": "Cambiar ao modo claro", + "ToggleDarkMode": "Cambiar ao modo escuro", + "ToggleSystemMode": "Cambiar ao determinado polo sistema", + "Home": "Páxina principal" +} diff --git a/src/locales/uk/translation.json b/src/locales/uk/translation.json index bf9bd96..d3b039c 100644 --- a/src/locales/uk/translation.json +++ b/src/locales/uk/translation.json @@ -1,24 +1,24 @@ { - "nezha": "Nezha Моніторинг", - "theme": { - "light": "Світла тема", - "dark": "Темна тема", - "system": "Система" - }, - "NoResults": "Немає результатів", - "Servers": "Сервери", - "map": { - "Servers": "сервери" - }, - "serverCard": { - "mem": "МЕМ" - }, - "serverDetail": { - "mem": "МЕМ" - }, - "serverDetailChart": { - "mem": "МЕМ" - }, - "overview": "Огляд", - "dashboard": "Інформаційна панель" + "nezha": "Nezha Моніторинг", + "theme": { + "light": "Світла тема", + "dark": "Темна тема", + "system": "Система" + }, + "NoResults": "Немає результатів", + "Servers": "Сервери", + "map": { + "Servers": "сервери" + }, + "serverCard": { + "mem": "МЕМ" + }, + "serverDetail": { + "mem": "МЕМ" + }, + "serverDetailChart": { + "mem": "МЕМ" + }, + "overview": "Огляд", + "dashboard": "Інформаційна панель" }