From a7a710b59e049f6d5631f93c4842cf291b3f8acc Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:21:23 -0400 Subject: [PATCH 1/5] New translations localizable.xcstrings (Multilingual) --- Whisky/Localizable.xcstrings | 272 +++++++++++++++++++++++++++++++++++ 1 file changed, 272 insertions(+) diff --git a/Whisky/Localizable.xcstrings b/Whisky/Localizable.xcstrings index 6fee1ed4..a922a297 100644 --- a/Whisky/Localizable.xcstrings +++ b/Whisky/Localizable.xcstrings @@ -3130,6 +3130,278 @@ } } }, + "config.avx" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "de" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Advertise AVX Support" + } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ja" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + } + } + }, + "config.avx.warning" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "de" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "May negatively impact performance" + } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ja" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + } + } + }, "config.buildVersion" : { "localizations" : { "ar" : { From af0976e073d327459f058bf2798458471abbfb5b Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:58:44 -0400 Subject: [PATCH 2/5] Update source file Localizable.xcstrings --- Whisky/Localizable.xcstrings | 274 +++-------------------------------- 1 file changed, 22 insertions(+), 252 deletions(-) diff --git a/Whisky/Localizable.xcstrings b/Whisky/Localizable.xcstrings index a922a297..6065826a 100644 --- a/Whisky/Localizable.xcstrings +++ b/Whisky/Localizable.xcstrings @@ -3132,273 +3132,21 @@ }, "config.avx" : { "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "cs" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "da" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Advertise AVX Support" } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ro" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } } } }, "config.avx.warning" : { "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "cs" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "da" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, "en" : { "stringUnit" : { "state" : "translated", "value" : "May negatively impact performance" } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ro" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } } } }, @@ -3810,6 +3558,28 @@ } } }, + "config.dxr" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "DirectX Raytracing" + } + } + } + }, + "config.dxr.info" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enables raytracing support in DirectX 12 titles " + } + } + } + }, "config.dxvk" : { "localizations" : { "ar" : { From 9587b62de6b42743d5f944d02f848448c5a913cf Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:58:48 -0400 Subject: [PATCH 3/5] New translations localizable.xcstrings (Multilingual) --- Whisky/Localizable.xcstrings | 504 +++++++++++++++++++++++++++++++++++ 1 file changed, 504 insertions(+) diff --git a/Whisky/Localizable.xcstrings b/Whisky/Localizable.xcstrings index 6065826a..7f5680a7 100644 --- a/Whisky/Localizable.xcstrings +++ b/Whisky/Localizable.xcstrings @@ -3132,21 +3132,273 @@ }, "config.avx" : { "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "AVX-Unterstützung anzeigen" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Advertise AVX Support" } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ja" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } } } }, "config.avx.warning" : { "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kann die Leistung negativ beeinflussen" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "May negatively impact performance" } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ja" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } } } }, @@ -3561,22 +3813,274 @@ "config.dxr" : { "extractionState" : "manual", "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "DirectX Raytracing" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "DirectX Raytracing" } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ja" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } } } }, "config.dxr.info" : { "extractionState" : "manual", "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiviert Raytracing-Unterstützung in DirectX 12 Titeln " + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Enables raytracing support in DirectX 12 titles " } + }, + "es" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ja" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } } } }, From c7887b5436bd389ea9c1016988cdf8e9bee36811 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:57:15 -0400 Subject: [PATCH 4/5] Update source file Localizable.xcstrings --- Whisky/Localizable.xcstrings | 504 ----------------------------------- 1 file changed, 504 deletions(-) diff --git a/Whisky/Localizable.xcstrings b/Whisky/Localizable.xcstrings index 7f5680a7..6065826a 100644 --- a/Whisky/Localizable.xcstrings +++ b/Whisky/Localizable.xcstrings @@ -3132,273 +3132,21 @@ }, "config.avx" : { "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "cs" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "da" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "AVX-Unterstützung anzeigen" - } - }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Advertise AVX Support" } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ro" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertise AVX Support" - } } } }, "config.avx.warning" : { "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "cs" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "da" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Kann die Leistung negativ beeinflussen" - } - }, "en" : { "stringUnit" : { "state" : "translated", "value" : "May negatively impact performance" } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ro" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "May negatively impact performance" - } } } }, @@ -3813,274 +3561,22 @@ "config.dxr" : { "extractionState" : "manual", "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "cs" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "da" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "DirectX Raytracing" - } - }, "en" : { "stringUnit" : { "state" : "translated", "value" : "DirectX Raytracing" } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "ro" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "DirectX Raytracing" - } } } }, "config.dxr.info" : { "extractionState" : "manual", "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "cs" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "da" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Aktiviert Raytracing-Unterstützung in DirectX 12 Titeln " - } - }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Enables raytracing support in DirectX 12 titles " } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "ro" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Enables raytracing support in DirectX 12 titles " - } } } }, From a4f4d0cb173eacf569819fa9d80d8d5cecf53ac3 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:07:12 +0100 Subject: [PATCH 5/5] New translations localizable.xcstrings (Multilingual) --- Whisky/Localizable.xcstrings | 506 ++++++++++++++++++++++++++++++++++- 1 file changed, 505 insertions(+), 1 deletion(-) diff --git a/Whisky/Localizable.xcstrings b/Whisky/Localizable.xcstrings index 6065826a..b1cf4221 100644 --- a/Whisky/Localizable.xcstrings +++ b/Whisky/Localizable.xcstrings @@ -2076,7 +2076,7 @@ "es" : { "stringUnit" : { "state" : "translated", - "value" : "Borrar %@?" + "value" : "¿Borrar %@?" } }, "fi" : { @@ -3132,21 +3132,273 @@ }, "config.avx" : { "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "دعم AVX للإعلان" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "AVX-Unterstützung anzeigen" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Advertise AVX Support" } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anunciar soporte AVX" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "AVX サポートを通知する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "查看 AVX 支持" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "Advertise AVX Support" + } } } }, "config.avx.warning" : { "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "وقد يؤثر ذلك سلباً على الأداء" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kann die Leistung negativ beeinflussen" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "May negatively impact performance" } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Puede afectar negativamente el rendimiento" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "パフォーマンスが低下する可能性があります" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Может негативно повлиять на производительность" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "可能会对性能产生负面影响" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "May negatively impact performance" + } } } }, @@ -3561,22 +3813,274 @@ "config.dxr" : { "extractionState" : "manual", "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "تتبع أشعة DirectX" + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "DirectX Raytracing" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "DirectX Raytracing" } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trazado de rayos de DirectX" + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "DirectX レイトレーシング" + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "ru" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "DirectX 光线追踪" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "DirectX Raytracing" + } } } }, "config.dxr.info" : { "extractionState" : "manual", "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "تمكين دعم تتبع الأشعة في عناوين DirectX 12 " + } + }, + "cs" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "da" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiviert Raytracing-Unterstützung in DirectX 12 Titeln " + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Enables raytracing support in DirectX 12 titles " } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permite el trazado de rayos en los títulos con DirectX 12 " + } + }, + "fi" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "fr" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "it" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "DirectX 12 のタイトルでレイトレーシングを有効にする " + } + }, + "ko" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "nl" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "pl" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ro" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Включает поддержку raytracing в DirectX 12 заголовках " + } + }, + "tr" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "uk" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "vi" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在DirectX 12 游戏中启用光线追踪 " + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "new", + "value" : "Enables raytracing support in DirectX 12 titles " + } } } },