From 0af85721b3492eb979c3a746d0c94fd90a80d6c1 Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Fri, 31 Oct 2025 01:25:48 -0400 Subject: [PATCH] Finished Translation --- Assets/Translations/de.json | 12 ++++++++++++ Assets/Translations/es.json | 12 ++++++++++++ Assets/Translations/fr.json | 12 ++++++++++++ Assets/Translations/pt.json | 12 ++++++++++++ Assets/Translations/zh-CN.json | 12 ++++++++++++ 5 files changed, 60 insertions(+) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index cb437dfd..fa06562c 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -1286,6 +1286,18 @@ "show-scroll-lock": { "description": "Scroll-Lock-Status anzeigen.", "label": "Rollenfeststelltaste" + }, + "indicator-style": { + "circle": "Kreisbuchstaben", + "circle-dash": "Gestrichelte Kreisbuchstaben", + "circle-dot": "Punktierte Kreisbuchstaben", + "description": "Symbolstil für die Feststelltastenanzeigen", + "hex": "Sechseck-Buchstaben", + "label": "Indikatorstil", + "large": "Große Buchstaben", + "small": "Kleinbuchstaben", + "square": "Quadratische Buchstaben", + "square-round": "Abgerundete quadratische Buchstaben" } } } diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 07f3541b..e5643aa1 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -1269,6 +1269,18 @@ "show-scroll-lock": { "description": "Mostrar el estado de Bloq Despl.", "label": "Bloq Despl" + }, + "indicator-style": { + "circle": "Letras circulares", + "circle-dash": "Letras de círculo discontinuo", + "circle-dot": "Letras de círculo punteado", + "description": "Estilo de icono para los indicadores de las teclas de bloqueo", + "hex": "Letras hexagonales", + "label": "Estilo del indicador", + "large": "Letras grandes", + "small": "Letras minúsculas", + "square": "Letras cuadradas", + "square-round": "Letras cuadradas redondeadas" } } } diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 286b567b..24183856 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -1269,6 +1269,18 @@ "show-scroll-lock": { "description": "Afficher l'état du verrouillage du défilement.", "label": "Verr Maj" + }, + "indicator-style": { + "circle": "Lettres circulaires", + "circle-dash": "Lettres en cercle pointillé", + "circle-dot": "Lettres en pointillés dans un cercle", + "description": "Style d'icône pour les indicateurs de la touche de verrouillage", + "hex": "Lettres hexagonales", + "label": "Style d'indicateur", + "large": "Grandes lettres", + "small": "Petites lettres", + "square": "Lettres carrées", + "square-round": "Lettres carrées arrondies" } } } diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index fb4eda66..a2939340 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -1269,6 +1269,18 @@ "show-scroll-lock": { "description": "Exibir o status do Scroll Lock.", "label": "Scroll Lock" + }, + "indicator-style": { + "circle": "Letras Circulares", + "circle-dash": "Letras em Círculo Tracejadas", + "circle-dot": "Letras de Círculo Pontilhado", + "description": "Estilo de ícone para os indicadores da tecla de bloqueio.", + "hex": "Letras Hexagonais", + "label": "Estilo do Indicador", + "large": "Letras grandes", + "small": "Letras minúsculas", + "square": "Letras Quadradas", + "square-round": "Letras Quadradas Arredondadas" } } } diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 42586efd..db3dabd9 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1269,6 +1269,18 @@ "show-scroll-lock": { "description": "显示滚动锁定状态。", "label": "滚动锁定" + }, + "indicator-style": { + "hex": "六边形字母", + "large": "大写字母", + "small": "小写字母", + "square": "方块字", + "square-round": "圆角方形字母", + "circle": "圆圈字母", + "circle-dash": "虚线圆圈字母", + "circle-dot": "虚线圆圈字母", + "description": "锁键指示器的图标样式", + "label": "指标样式" } } }