From 02d7a52dd710ad8c679693244ddd456028021ba4 Mon Sep 17 00:00:00 2001 From: Sighthesia Date: Mon, 10 Nov 2025 17:43:05 +0800 Subject: [PATCH] i18n: add ai translations of startup transition - Added "startup-transition-type" key to translations for multiple languages. - Updated descriptions and labels for the new transition type in German, English, Spanish, French, Portuguese, Turkish, Ukrainian, and Chinese. --- Assets/Translations/de.json | 6 +++++- Assets/Translations/en.json | 6 +++++- Assets/Translations/es.json | 6 +++++- Assets/Translations/fr.json | 8 ++++++-- Assets/Translations/pt.json | 6 +++++- Assets/Translations/tr.json | 6 +++++- Assets/Translations/uk-UA.json | 6 +++++- Assets/Translations/zh-CN.json | 6 +++++- 8 files changed, 41 insertions(+), 9 deletions(-) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index f1be4512..7ffc3526 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "Animationstyp beim Wechsel zwischen Hintergrundbildern.", "label": "Übergangstyp" + }, + "startup-transition-type": { + "description": "Animationstyp der Hintergrundbildübergänge, der beim Start von Noctalia verwendet wird.", + "label": "Startup-Übergangstyp" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "WLAN" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index bd3e9820..686d1394 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "Animation type when switching between wallpapers.", "label": "Transition type" + }, + "startup-transition-type": { + "description": "Wallpaper transition animation type used when Noctalia starts.", + "label": "Startup transition type" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index a68676bb..27b24540 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "Tipo de animación al cambiar entre fondos de pantalla.", "label": "Tipo de transición" + }, + "startup-transition-type": { + "description": "Tipo de animación de transición de fondo de pantalla que se usa cuando se inicia Noctalia.", + "label": "Tipo de transición al iniciar" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index c4ca352f..c3cb4319 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -1589,8 +1589,12 @@ "label": "Durée de la transition" }, "transition-type": { - "description": "Type d'animation lors du changement de fond d'écran.", + "description": "Type d'animation lors du changement de fonds d'écran.", "label": "Type de transition" + }, + "startup-transition-type": { + "description": "Type d'animation de transition de papier peint utilisée au démarrage de Noctalia.", + "label": "Type de transition au démarrage" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 46d05463..0578eb75 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "Tipo de animação ao alternar entre papéis de parede.", "label": "Tipo de transição" + }, + "startup-transition-type": { + "description": "Tipo de animação de transição de papel de parede usado quando o Noctalia é iniciado.", + "label": "Tipo de transição na inicialização" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/tr.json b/Assets/Translations/tr.json index 5aa2474f..5abbf692 100644 --- a/Assets/Translations/tr.json +++ b/Assets/Translations/tr.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "Duvar kağıtları arasında geçiş yaparken animasyon türü.", "label": "Geçiş türü" + }, + "startup-transition-type": { + "description": "Noctalia başlatıldığında kullanılan duvar kağıdı geçiş animasyonu türü.", + "label": "Başlangıç geçiş türü" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/uk-UA.json b/Assets/Translations/uk-UA.json index fbcead9d..bf294d22 100644 --- a/Assets/Translations/uk-UA.json +++ b/Assets/Translations/uk-UA.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "Тип анімації при перемиканні між шпалерами.", "label": "Тип переходу" + }, + "startup-transition-type": { + "description": "Тип анімації переходу шпалер, що використовується при запуску Noctalia.", + "label": "Тип переходу при запуску" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 3b899fec..0db72330 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1591,6 +1591,10 @@ "transition-type": { "description": "切换壁纸时的动画类型。", "label": "过渡类型" + }, + "startup-transition-type": { + "description": "在 Noctalia 启动时使用的壁纸过渡动画类型。", + "label": "启动时过渡类型" } }, "settings": { @@ -1991,4 +1995,4 @@ "title": "Wi-Fi" } } -} +} \ No newline at end of file