From b051e19f6878b6fe8bf4f8af36a0556bc303a88a Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Tue, 30 Sep 2025 22:32:37 -0400 Subject: [PATCH] i18n: updated all translations via autotranslate! --- Assets/Translations/de.json | 28 ++++++++++++++++++++-------- Assets/Translations/es.json | 34 ++++++++++++++++++++++++++++++---- Assets/Translations/fr.json | 34 ++++++++++++++++++++++++++++++---- Assets/Translations/pt.json | 34 ++++++++++++++++++++++++++++++---- Assets/Translations/zh-CN.json | 12 ++++++++---- 5 files changed, 118 insertions(+), 24 deletions(-) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index 009125f4..20d7d4bf 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -2,7 +2,6 @@ "settings": { "general": { "title": "Allgemein", - "profile": { "section": { "label": "Profil", @@ -14,7 +13,6 @@ }, "select-avatar": "Avatar-Bild auswählen" }, - "ui": { "section": { "label": "Benutzeroberfläche", @@ -64,14 +62,23 @@ "label": "Standard-Schriftart", "description": "Hauptschriftart für die gesamte Benutzeroberfläche.", "placeholder": "Standard-Schriftart auswählen...", - "search-placeholder": "Schriftarten suchen..." + "search-placeholder": "Schriftarten suchen...", + "scale": { + "description": "Vergrößern oder verkleinern Sie die Größe des Standardtextes.", + "label": "Standardmäßige Schriftgröße" + } }, "monospace": { "label": "Monospace-Schriftart", "description": "Monospace-Schriftart für Zahlen und Statistik-Anzeigen.", "placeholder": "Monospace-Schriftart auswählen...", - "search-placeholder": "Monospace-Schriftarten suchen..." - } + "search-placeholder": "Monospace-Schriftarten suchen...", + "scale": { + "description": "Die Größe des nichtproportionalen Textes vergrößern oder verkleinern.", + "label": "Schriftgröße mit fester Breite" + } + }, + "reset-scaling": "Skalierung zurücksetzen" } }, "audio": { @@ -280,6 +287,10 @@ "section": { "label": "Monitor-Anzeige", "description": "Monitor auswählen, auf dem das Dock angezeigt werden soll." + }, + "only-same-output": { + "description": "Zeige nur Apps aus der Ausgabe an, bei denen sich das Dock befindet.", + "label": "Nur Apps von derselben Ausgabe" } } }, @@ -1174,7 +1185,6 @@ "enter-width-pixels": "Breite in Pixeln eingeben", "enter-command": "Befehl eingeben (App oder benutzerdefiniertes Skript)", "command-example": "echo \"Hallo Welt\"", - "search-wallpapers": "Zum Filtern von Hintergrundbildern eingeben...", "search-launcher": "Einträge suchen... oder > für Befehle verwenden", "search": "Suchen...", @@ -1246,7 +1256,6 @@ "frame-rates": { "fps": "{fps} FPS" }, - "screen-recording": { "sources": { "portal": "Portal", @@ -1281,7 +1290,10 @@ "reboot": "Neu starten", "logout": "Abmelden", "logout-subtitle": "Sitzung beenden", - "shutdown": "Herunterfahren" + "shutdown": "Herunterfahren", + "reboot-subtitle": "Starten Sie Ihren Computer neu.", + "shutdown-subtitle": "Schalte deinen Computer aus.", + "suspend-subtitle": "System in den Ruhezustand versetzen" }, "plugins": { "applications": "Anwendungen", diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 22e39288..5a12b83b 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -62,14 +62,23 @@ "label": "Fuente predeterminada", "description": "Fuente principal utilizada en toda la interfaz.", "placeholder": "Seleccionar fuente predeterminada...", - "search-placeholder": "Buscar fuentes..." + "search-placeholder": "Buscar fuentes...", + "scale": { + "description": "Aumentar o disminuir el tamaño del texto estándar.", + "label": "Tamaño de fuente predeterminado" + } }, "monospace": { "label": "Fuente monoespaciada", "description": "Fuente monoespaciada utilizada para la visualización de números y estadísticas.", "placeholder": "Seleccionar fuente monoespaciada...", - "search-placeholder": "Buscar fuentes monoespaciadas..." - } + "search-placeholder": "Buscar fuentes monoespaciadas...", + "scale": { + "description": "Aumentar o disminuir el tamaño del texto monoespaciado.", + "label": "Tamaño de fuente monoespaciada" + } + }, + "reset-scaling": "Restablecer la escala" } }, "audio": { @@ -274,6 +283,10 @@ "section": { "label": "Visualización en monitor", "description": "Elige en qué monitor mostrar el dock." + }, + "only-same-output": { + "description": "Mostrar solo las aplicaciones de la salida donde se encuentra el dock.", + "label": "Solo aplicaciones de la misma salida" } } }, @@ -993,6 +1006,16 @@ "description": "Usa un espacio para separar cada parte en una nueva línea." }, "preview": "Vista previa" + }, + "taskbar": { + "only-active-workspaces": { + "description": "Mostrar solo las aplicaciones de los espacios de trabajo activos.", + "label": "Solo desde espacios de trabajo activos" + }, + "only-same-output": { + "description": "Muestra solo las aplicaciones del resultado donde se encuentra la barra.", + "label": "Solo de la misma salida" + } } } }, @@ -1246,7 +1269,10 @@ "reboot": "Reiniciar", "logout": "Cerrar sesión", "logout-subtitle": "Finaliza tu sesión", - "shutdown": "Apagar" + "shutdown": "Apagar", + "reboot-subtitle": "Reinicia tu computadora.", + "shutdown-subtitle": "Apaga tu computadora.", + "suspend-subtitle": "Poner el sistema en reposo" }, "plugins": { "applications": "Aplicaciones", diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 3e7bbcfb..6f9a9656 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -62,14 +62,23 @@ "label": "Police par défaut", "description": "Police principale utilisée dans toute l'interface.", "placeholder": "Sélectionner la police par défaut...", - "search-placeholder": "Rechercher des polices..." + "search-placeholder": "Rechercher des polices...", + "scale": { + "description": "Augmenter ou diminuer la taille du texte standard.", + "label": "Taille de police par défaut" + } }, "monospace": { "label": "Police à chasse fixe", "description": "Police à chasse fixe utilisée pour l'affichage des chiffres et des statistiques.", "placeholder": "Sélectionner la police à chasse fixe...", - "search-placeholder": "Rechercher des polices à chasse fixe..." - } + "search-placeholder": "Rechercher des polices à chasse fixe...", + "scale": { + "description": "Augmenter ou diminuer la taille du texte à chasse fixe.", + "label": "Taille de police à chasse fixe" + } + }, + "reset-scaling": "Réinitialiser l'échelle" } }, "audio": { @@ -274,6 +283,10 @@ "section": { "label": "Affichage sur les moniteur", "description": "Choisissez sur quels moniteurs afficher le dock." + }, + "only-same-output": { + "description": "Afficher uniquement les applications de la sortie où le dock est situé.", + "label": "Seulement les applications de la même sortie" } } }, @@ -993,6 +1006,16 @@ "description": "Utilisez un espace pour séparer chaque partie sur une nouvelle ligne." }, "preview": "Aperçu" + }, + "taskbar": { + "only-active-workspaces": { + "description": "Afficher uniquement les applications des espaces de travail actifs.", + "label": "Seulement depuis les espaces de travail actifs." + }, + "only-same-output": { + "description": "Afficher uniquement les applications de la sortie où la barre est située.", + "label": "Seulement à partir de la même sortie" + } } } }, @@ -1246,7 +1269,10 @@ "reboot": "Redémarrer", "logout": "Déconnexion", "logout-subtitle": "Terminer votre session", - "shutdown": "Éteindre" + "shutdown": "Éteindre", + "reboot-subtitle": "Redémarrez votre ordinateur.", + "shutdown-subtitle": "Éteignez votre ordinateur.", + "suspend-subtitle": "Mettre le système en veille" }, "plugins": { "applications": "Applications", diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 068f5d04..23d7198e 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -62,14 +62,23 @@ "label": "Fonte padrão", "description": "Fonte principal usada em toda a interface.", "placeholder": "Selecione a fonte padrão...", - "search-placeholder": "Pesquisar fontes..." + "search-placeholder": "Pesquisar fontes...", + "scale": { + "description": "Aumentar ou diminuir o tamanho do texto padrão.", + "label": "Tamanho de fonte padrão" + } }, "monospace": { "label": "Fonte monoespaçada", "description": "Fonte monoespaçada usada para exibição de números e estatísticas.", "placeholder": "Selecione a fonte monoespaçada...", - "search-placeholder": "Pesquisar fontes monoespaçadas..." - } + "search-placeholder": "Pesquisar fontes monoespaçadas...", + "scale": { + "description": "Aumentar ou diminuir o tamanho do texto monoespaçado.", + "label": "Tamanho da fonte monoespaçada" + } + }, + "reset-scaling": "Redefinir escala" } }, "audio": { @@ -274,6 +283,10 @@ "section": { "label": "Exibição no monitor", "description": "Escolha em qual monitor exibir a dock." + }, + "only-same-output": { + "description": "Mostrar apenas aplicativos da saída onde o dock está localizado.", + "label": "Apenas aplicativos da mesma saída" } } }, @@ -993,6 +1006,16 @@ "description": "Use um espaço para separar cada parte em uma nova linha." }, "preview": "Pré-visualização" + }, + "taskbar": { + "only-active-workspaces": { + "description": "Mostrar apenas aplicativos de áreas de trabalho ativas.", + "label": "Apenas de espaços de trabalho ativos" + }, + "only-same-output": { + "description": "Mostrar apenas os aplicativos da saída onde a barra está localizada.", + "label": "Apenas da mesma saída" + } } } }, @@ -1246,7 +1269,10 @@ "reboot": "Reiniciar", "logout": "Sair", "logout-subtitle": "Encerre sua sessão", - "shutdown": "Desligar" + "shutdown": "Desligar", + "reboot-subtitle": "Reinicie o seu computador.", + "shutdown-subtitle": "Desligue o seu computador.", + "suspend-subtitle": "Colocar o sistema em suspensão." }, "plugins": { "applications": "Aplicativos", diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 562e4cda..e41ad253 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -283,6 +283,10 @@ "section": { "label": "显示器显示", "description": "选择在哪个显示器上显示 Dock。" + }, + "only-same-output": { + "description": "仅显示输出结果中dock所在位置的应用。", + "label": "仅来自相同输出的应用" } } }, @@ -1005,12 +1009,12 @@ }, "taskbar": { "only-active-workspaces": { - "label": "仅显示活动工作区", - "description": "仅显示来自活动工作区的应用程序" + "label": "仅显示活动工作区", + "description": "仅显示来自活动工作区的应用程序" }, "only-same-output": { - "label": "仅显示同屏幕", - "description": "仅显示任务栏所在屏幕上的应用程序" + "label": "仅显示同屏幕", + "description": "仅显示任务栏所在屏幕上的应用程序" } } }