From 444c6ccf060c673558b63071a38f26ff5761fb1a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 28 Jun 2026 16:51:58 -0500 Subject: [PATCH] Remove the experimental tag from HDR, AV1, and YUV 4:4:4 --- app/gui/SettingsView.qml | 6 +++--- app/languages/qml_eo.ts | 26 +++++++++++++------------- app/languages/qml_es.ts | 26 +++++++++++++------------- app/languages/qml_et.ts | 22 +++++++++++----------- app/languages/qml_fr.ts | 26 +++++++++++++------------- app/languages/qml_he.ts | 22 +++++++++++----------- app/languages/qml_hi.ts | 22 +++++++++++----------- app/languages/qml_hu.ts | 28 ++++++++++++++-------------- app/languages/qml_it.ts | 26 +++++++++++++------------- app/languages/qml_ja.ts | 28 ++++++++++++++-------------- app/languages/qml_ko.ts | 28 ++++++++++++++-------------- app/languages/qml_lt.ts | 22 +++++++++++----------- app/languages/qml_nb_NO.ts | 18 +++++++++--------- app/languages/qml_nl.ts | 26 +++++++++++++------------- app/languages/qml_pl.ts | 28 ++++++++++++++-------------- app/languages/qml_pt.ts | 26 +++++++++++++------------- app/languages/qml_pt_BR.ts | 24 ++++++++++++------------ app/languages/qml_ru.ts | 26 +++++++++++++------------- app/languages/qml_sv.ts | 28 ++++++++++++++-------------- app/languages/qml_ta.ts | 28 ++++++++++++++-------------- app/languages/qml_th.ts | 22 +++++++++++----------- app/languages/qml_tr.ts | 28 ++++++++++++++-------------- app/languages/qml_uk.ts | 24 ++++++++++++------------ app/languages/qml_vi.ts | 24 ++++++++++++------------ app/languages/qml_zh_CN.ts | 26 +++++++++++++------------- app/languages/qml_zh_TW.ts | 26 +++++++++++++------------- 26 files changed, 318 insertions(+), 318 deletions(-) diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index ce211aa6..46c710f2 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -1618,7 +1618,7 @@ Flickable { val: StreamingPreferences.VCC_FORCE_HEVC } ListElement { - text: qsTr("AV1 (Experimental)") + text: qsTr("AV1") val: StreamingPreferences.VCC_FORCE_AV1 } } @@ -1633,7 +1633,7 @@ Flickable { CheckBox { id: enableHdr width: parent.width - text: qsTr("Enable HDR (Experimental)") + text: qsTr("Enable HDR") font.pointSize: 12 enabled: SystemProperties.supportsHdr @@ -1656,7 +1656,7 @@ Flickable { CheckBox { id: enableYUV444 width: parent.width - text: qsTr("Enable YUV 4:4:4 (Experimental)") + text: qsTr("Enable YUV 4:4:4") font.pointSize: 12 checked: StreamingPreferences.enableYUV444 diff --git a/app/languages/qml_eo.ts b/app/languages/qml_eo.ts index efa2db74..29284caf 100644 --- a/app/languages/qml_eo.ts +++ b/app/languages/qml_eo.ts @@ -903,14 +903,19 @@ - Enabling HDR overrides manual decoder selections. - Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl. + + AV1 + - Enable HDR (Experimental) + Enable HDR + + Enabling HDR overrides manual decoder selections. + Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl. + The stream will be HDR-capable, but some games may require an HDR monitor on your host PC to enable HDR mode. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) - - - AV1 (Experimental) - - - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_es.ts b/app/languages/qml_es.ts index 5c293e79..18025738 100644 --- a/app/languages/qml_es.ts +++ b/app/languages/qml_es.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. NOTA: Debido a un error en GeForce Experience, es posible que esta opción no funcione correctamente si su PC host tiene varios monitores. - - Enabling HDR overrides manual decoder selections. - Habilitar el HDR anula las selecciones manuales del decodificador. - - AV1 (Experimental) - AV1 (Experimental) + AV1 + AV1 - Enable HDR (Experimental) - Activar HDR (Experimental) + Enable HDR + Activar HDR + + + Enabling HDR overrides manual decoder selections. + Habilitar el HDR anula las selecciones manuales del decodificador. @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. La transmisión HDR no esta soportada en este PC. + + + Enable YUV 4:4:4 + Activar YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - Activar YUV 4:4:4 (Experimental) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_et.ts b/app/languages/qml_et.ts index 496fbeff..95c77d6c 100644 --- a/app/languages/qml_et.ts +++ b/app/languages/qml_et.ts @@ -898,9 +898,14 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. + + + AV1 + + - Enable HDR (Experimental) + Enable HDR @@ -913,6 +918,11 @@ HDR streaming is not supported on this PC. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1152,16 +1162,6 @@ HEVC (H.265) - - - AV1 (Experimental) - - - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_fr.ts b/app/languages/qml_fr.ts index 9166acfd..c9c32246 100644 --- a/app/languages/qml_fr.ts +++ b/app/languages/qml_fr.ts @@ -995,19 +995,19 @@ Forces a single gamepad to always stay connected to the host, even if no gamepads are actually connected to this PC. Force une seule manette de jeu à toujours rester connectée à l'hôte, même si aucune manette de jeu n'est réellement connectée à ce PC. - - Enabling HDR overrides manual decoder selections. - Activer le HDR désactive la sélection manuelle de décodeur. - - AV1 (Experimental) - AV1 (expérimental) + AV1 + AV1 - Enable HDR (Experimental) - Activer le HDR (expérimental) + Enable HDR + Activer le HDR + + + Enabling HDR overrides manual decoder selections. + Activer le HDR désactive la sélection manuelle de décodeur. @@ -1019,6 +1019,11 @@ HDR streaming is not supported on this PC. Le streaming en HDR n'est pas supporté sur ce PC. + + + Enable YUV 4:4:4 + Activer YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - Activer YUV 4:4:4 (expérimental) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_he.ts b/app/languages/qml_he.ts index 334e44db..382c82d3 100644 --- a/app/languages/qml_he.ts +++ b/app/languages/qml_he.ts @@ -898,9 +898,14 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. + + + AV1 + + - Enable HDR (Experimental) + Enable HDR @@ -913,6 +918,11 @@ HDR streaming is not supported on this PC. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1152,16 +1162,6 @@ HEVC (H.265) - - - AV1 (Experimental) - - - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_hi.ts b/app/languages/qml_hi.ts index bf5616c6..730e5a9b 100644 --- a/app/languages/qml_hi.ts +++ b/app/languages/qml_hi.ts @@ -898,9 +898,14 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. + + + AV1 + + - Enable HDR (Experimental) + Enable HDR @@ -913,6 +918,11 @@ HDR streaming is not supported on this PC. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1152,16 +1162,6 @@ HEVC (H.265) - - - AV1 (Experimental) - - - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_hu.ts b/app/languages/qml_hu.ts index 1767fb6b..b57d967a 100644 --- a/app/languages/qml_hu.ts +++ b/app/languages/qml_hu.ts @@ -903,13 +903,18 @@ MEGJEGYZÉS: A GeForce Experience egy hibája miatt előfordulhat, hogy ez az opció nem működik megfelelően, ha a gazdagépen több monitor van. - Enabling HDR overrides manual decoder selections. - A HDR engedélyezése felülírja a manuális dekóder kiválasztását. + + AV1 + AV1 - Enable HDR (Experimental) - HDR engedélyezése (Kísérleti) + Enable HDR + HDR engedélyezése + + + Enabling HDR overrides manual decoder selections. + A HDR engedélyezése felülírja a manuális dekóder kiválasztását. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. A HDR streamelés nem támogatott ezen a számítógépen. + + + Enable YUV 4:4:4 + YUV 4:4:4 engedélyzése + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (Kísérleti) - - - - Enable YUV 4:4:4 (Experimental) - YUV 4:4:4 engedélyzése (Kísérleti) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_it.ts b/app/languages/qml_it.ts index 58d0dcea..ba4da023 100644 --- a/app/languages/qml_it.ts +++ b/app/languages/qml_it.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. NOTA: A causa di un bug in GeForce Experience, questa opzione potrebbe non funzionare correttamente se il tuo computer sorgente ha più di un monitor. - - Enabling HDR overrides manual decoder selections. - L'abilitazione dell'HDR sostituisce le selezioni manuali del decodificatore. - - AV1 (Experimental) - AV1 (Sperimentale) + AV1 + AV1 - Enable HDR (Experimental) - Abilita HDR (Sperimentale) + Enable HDR + Abilita HDR + + + Enabling HDR overrides manual decoder selections. + L'abilitazione dell'HDR sostituisce le selezioni manuali del decodificatore. @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. Lo streaming HDR non è supportata su questo PC. + + + Enable YUV 4:4:4 + Abilita YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - Abilita YUV 4:4:4 (Sperimentale) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_ja.ts b/app/languages/qml_ja.ts index fee51196..883b6416 100644 --- a/app/languages/qml_ja.ts +++ b/app/languages/qml_ja.ts @@ -903,13 +903,18 @@ 注: GeForce Experienceのバグにより、ホストPCにマルチモニターがある場合、このオプションは正しく動作しない可能性があります。 - Enabling HDR overrides manual decoder selections. - HDR を有効にすると、手動で選択したデコーダーが上書きされます。 + + AV1 + AV1 - Enable HDR (Experimental) - HDRを有効にする(実験的) + Enable HDR + HDRを有効にする + + + Enabling HDR overrides manual decoder selections. + HDR を有効にすると、手動で選択したデコーダーが上書きされます。 @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. このPCではHDRストリーミングはサポートされていません。 + + + Enable YUV 4:4:4 + YUV 4:4:4を有効にする + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (実験的) - - - - Enable YUV 4:4:4 (Experimental) - YUV 4:4:4を有効にする(実験的) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_ko.ts b/app/languages/qml_ko.ts index 650efcac..f745a20f 100644 --- a/app/languages/qml_ko.ts +++ b/app/languages/qml_ko.ts @@ -903,13 +903,18 @@ 참고: GeForce Experience의 버그로 인해 호스트 PC에 다중 모니터가 있는 경우 이 옵션이 제대로 작동하지 않을 수 있습니다. - Enabling HDR overrides manual decoder selections. - HDR을 활성화하면 지정된 디코더 선택이 무시됩니다. + + AV1 + AV1 - Enable HDR (Experimental) - HDR 활성화 (실험용) + Enable HDR + HDR 활성화 + + + Enabling HDR overrides manual decoder selections. + HDR을 활성화하면 지정된 디코더 선택이 무시됩니다. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. 이 PC에서는 HDR 스트리밍이 지원되지 않습니다. + + + Enable YUV 4:4:4 + YUV 4:4:4 활성화 + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (실험용) - - - - Enable YUV 4:4:4 (Experimental) - YUV 4:4:4 활성화 (실험용) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_lt.ts b/app/languages/qml_lt.ts index 4190463e..31c64ec5 100644 --- a/app/languages/qml_lt.ts +++ b/app/languages/qml_lt.ts @@ -898,9 +898,14 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. + + + AV1 + + - Enable HDR (Experimental) + Enable HDR @@ -913,6 +918,11 @@ HDR streaming is not supported on this PC. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1152,16 +1162,6 @@ HEVC (H.265) - - - AV1 (Experimental) - - - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_nb_NO.ts b/app/languages/qml_nb_NO.ts index da8d0ea2..c74caf43 100644 --- a/app/languages/qml_nb_NO.ts +++ b/app/languages/qml_nb_NO.ts @@ -904,13 +904,13 @@ - AV1 (Experimental) - AV1 (eksperimentell) + AV1 + AV1 - Enable HDR (Experimental) - Aktiver HDR (eksperimentell) + Enable HDR + Aktiver HDR @@ -922,6 +922,11 @@ HDR streaming is not supported on this PC. HDR-strømming støttes ikke på denne PCen. + + + Enable YUV 4:4:4 + Aktiver YUV 4:4:4 + Show performance stats while streaming @@ -1161,11 +1166,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - Aktiver YUV 4:4:4 (eksperimentell) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_nl.ts b/app/languages/qml_nl.ts index de6e92af..5760afe0 100644 --- a/app/languages/qml_nl.ts +++ b/app/languages/qml_nl.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. OPMERKING: Vanwege een fout in GeForce Experience werkt deze optie mogelijk niet goed als uw host-PC meerdere monitoren heeft. - - Enabling HDR overrides manual decoder selections. - Bij het aanzetten van HDR worden manuele decoder selecties overschreden. - - AV1 (Experimental) - AV1 (experimenteel) + AV1 + AV1 - Enable HDR (Experimental) - HDR inschakelen (experimenteel) + Enable HDR + HDR inschakelen + + + Enabling HDR overrides manual decoder selections. + Bij het aanzetten van HDR worden manuele decoder selecties overschreden. @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. HDR-streaming wordt niet ondersteund op deze pc. + + + Enable YUV 4:4:4 + YUV 4:4:4 inschakelen + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - YUV 4:4:4 inschakelen (experimenteel) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_pl.ts b/app/languages/qml_pl.ts index 049ccfad..b3bb8d61 100644 --- a/app/languages/qml_pl.ts +++ b/app/languages/qml_pl.ts @@ -903,13 +903,18 @@ UWAGA: Z powodu błędu w aplikacji GeForce Experience ta opcja może nie działać poprawnie, jeśli komputer-gospodarz posiada podłączone wiele monitorów. - Enabling HDR overrides manual decoder selections. - Włączenie HDR nadpisuje manualny wybór dekodera. + + AV1 + AV1 - Enable HDR (Experimental) - Włącz HDR (funkcja eksperymentalna) + Enable HDR + Włącz HDR + + + Enabling HDR overrides manual decoder selections. + Włączenie HDR nadpisuje manualny wybór dekodera. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. Na tym komputerze nie jest obsługiwane strumieniowanie w trybie HDR. + + + Enable YUV 4:4:4 + Włącz YUV 4:4:4 + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (eksperymentalne) - - - - Enable YUV 4:4:4 (Experimental) - Włącz YUV 4:4:4 (eksperymentalne) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_pt.ts b/app/languages/qml_pt.ts index d9c38c37..32017d20 100644 --- a/app/languages/qml_pt.ts +++ b/app/languages/qml_pt.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. AVISO: Por causa de um bug no GeForce Experience, esta opção não deve funcionar corretamente se seu PC de host ter múltiplos monitores. - - Enabling HDR overrides manual decoder selections. - Habilitar HDR sobrescreve seleções de decodificação manual. - - AV1 (Experimental) - AV1 (Experimental) + AV1 + AV1 - Enable HDR (Experimental) - Habilitar HDR (Experimental) + Enable HDR + Habilitar HDR + + + Enabling HDR overrides manual decoder selections. + Habilitar HDR sobrescreve seleções de decodificação manual. @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. HDR streaming não é suportado por este PC. + + + Enable YUV 4:4:4 + Ativar YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - Ativar YUV 4:4:4 (Experimental) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_pt_BR.ts b/app/languages/qml_pt_BR.ts index a1a73c55..e5c18f01 100644 --- a/app/languages/qml_pt_BR.ts +++ b/app/languages/qml_pt_BR.ts @@ -898,10 +898,15 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. NOTA: Devido a um bug no GeForce Experience, esta opção pode não funcionar corretamente se o seu PC host tiver vários monitores. + + + AV1 + AV1 + - Enable HDR (Experimental) - Habilitar HDR (Experimental) + Enable HDR + Habilitar HDR @@ -913,6 +918,11 @@ HDR streaming is not supported on this PC. A transmissão HDR não é suportada neste PC. + + + Enable YUV 4:4:4 + Habilitar YUV 4:4:4 + Show performance stats while streaming @@ -1152,16 +1162,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (Experimental) - - - - Enable YUV 4:4:4 (Experimental) - Habilitar YUV 4:4:4 (Experimental) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_ru.ts b/app/languages/qml_ru.ts index a447a45f..1db0b456 100644 --- a/app/languages/qml_ru.ts +++ b/app/languages/qml_ru.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. Предупреждение: Из-за бага GeForce Experience эта настройка может не работать, если к хост-ПК подключено несколько мониторов. - - Enabling HDR overrides manual decoder selections. - Включение HDR перезаписывает ручные настройки декодера. - - AV1 (Experimental) - AV1 (Экспериментальный) + AV1 + AV1 - Enable HDR (Experimental) - Включить HDR (Эксперементальная опция) + Enable HDR + Включить HDR + + + Enabling HDR overrides manual decoder selections. + Включение HDR перезаписывает ручные настройки декодера. @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. Поток с HDR не поддерживается на данном персональном компьютере. + + + Enable YUV 4:4:4 + Включить YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - Включить YUV 4:4:4 (Эксперементальная опция) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_sv.ts b/app/languages/qml_sv.ts index 6170014f..02047a99 100644 --- a/app/languages/qml_sv.ts +++ b/app/languages/qml_sv.ts @@ -903,13 +903,18 @@ OBS: På grund av ett fel i GeForce Experience kanske det här alternativet inte fungerar korrekt om värddatorn har flera bildskärmar. - Enabling HDR overrides manual decoder selections. - Tillägg av HDR behärskar manuella val av avkodare. + + AV1 + AV1 - Enable HDR (Experimental) - Aktivera HDR (Experimentell) + Enable HDR + Aktivera HDR + + + Enabling HDR overrides manual decoder selections. + Tillägg av HDR behärskar manuella val av avkodare. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. HDR-strömning stöds inte på den här datorn. + + + Enable YUV 4:4:4 + Aktivera YUV 4:4:4 + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (experimentell) - - - - Enable YUV 4:4:4 (Experimental) - Aktivera YUV 4:4:4 (Experimentell) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_ta.ts b/app/languages/qml_ta.ts index fa167430..3f87f171 100644 --- a/app/languages/qml_ta.ts +++ b/app/languages/qml_ta.ts @@ -903,13 +903,18 @@ குறிப்பு: சியிபோர்ச் அனுபவத்தில் ஒரு பிழை காரணமாக, உங்கள் புரவலன் கணினியில் பல மானிட்டர்கள் இருந்தால் இந்த விருப்பம் சரியாக வேலை செய்யாது. - Enabling HDR overrides manual decoder selections. - Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl. + + AV1 + ஏ.வி 1 - Enable HDR (Experimental) - HDR ஐ இயக்கவும் (சோதனை) + Enable HDR + HDR ஐ இயக்கவும் + + + Enabling HDR overrides manual decoder selections. + Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. இந்த கணினியில் எச்டிஆர் ச்ட்ரீமிங் ஆதரிக்கப்படவில்லை. + + + Enable YUV 4:4:4 + YUV 4:4:4 ஐ இயக்கவும் + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - ஏ.வி 1 (சோதனை) - - - - Enable YUV 4:4:4 (Experimental) - YUV 4:4:4 ஐ இயக்கவும் (சோதனை) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_th.ts b/app/languages/qml_th.ts index b27f4d1c..dcf27b0f 100644 --- a/app/languages/qml_th.ts +++ b/app/languages/qml_th.ts @@ -902,9 +902,14 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. + + + AV1 + + - Enable HDR (Experimental) + Enable HDR @@ -917,6 +922,11 @@ HDR streaming is not supported on this PC. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1156,16 +1166,6 @@ HEVC (H.265) - - - AV1 (Experimental) - - - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_tr.ts b/app/languages/qml_tr.ts index be98e1f3..8012ca1a 100644 --- a/app/languages/qml_tr.ts +++ b/app/languages/qml_tr.ts @@ -903,13 +903,18 @@ NOT: GeForce Experience'daki bir hata nedeniyle, ana bilgisayarınızda birden fazla monitör varsa bu seçenek düzgün çalışmayabilir. - Enabling HDR overrides manual decoder selections. - HDR'nin etkinleştirilmesi manuel kod çözücü seçimlerini geçersiz kılar. + + AV1 + AV1 - Enable HDR (Experimental) - HDR'yi Etkinleştir (Deneysel) + Enable HDR + HDR'yi Etkinleştir + + + Enabling HDR overrides manual decoder selections. + HDR'nin etkinleştirilmesi manuel kod çözücü seçimlerini geçersiz kılar. @@ -921,6 +926,11 @@ HDR streaming is not supported on this PC. HDR yayını bu bilgisayarda desteklenmiyor. + + + Enable YUV 4:4:4 + YUV 4:4:4'ü Etkinleştir + Show performance stats while streaming @@ -1160,16 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (Deneysel) - - - - Enable YUV 4:4:4 (Experimental) - YUV 4:4:4'ü Etkinleştir (Deneysel) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_uk.ts b/app/languages/qml_uk.ts index b315a676..ba611476 100644 --- a/app/languages/qml_uk.ts +++ b/app/languages/qml_uk.ts @@ -902,10 +902,15 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. ПРИМІТКА: Через помилку у GeForce Experience, ця опція може працювати не правильно, якщо у хост-ПК є кілька моніторів. + + + AV1 + AV1 + - Enable HDR (Experimental) - Увімкнути HDR (Експериментально) + Enable HDR + Увімкнути HDR @@ -917,6 +922,11 @@ HDR streaming is not supported on this PC. Транслювання HDR не підтримується на цьому ПК. + + + Enable YUV 4:4:4 + Увімкнути YUV 4:4:4 + Show performance stats while streaming @@ -1156,16 +1166,6 @@ HEVC (H.265) HEVC (H.265) - - - AV1 (Experimental) - AV1 (Експериментальний) - - - - Enable YUV 4:4:4 (Experimental) - Увімкнути YUV 4:4:4 (Експериментально) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_vi.ts b/app/languages/qml_vi.ts index b8c04c5f..b19404b1 100644 --- a/app/languages/qml_vi.ts +++ b/app/languages/qml_vi.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. LƯU Ý: Vì một lỗi trong GeForce Experience, tuỳ chọn này có thể sẽ không hoạt động đúng nếu PC chủ của bạn có nhiều màn hình. - - Enabling HDR overrides manual decoder selections. - Việc bật HDR sẽ ghi đè lên lựa chọn trình giải mã. - - AV1 (Experimental) + AV1 - Enable HDR (Experimental) - Bật HDR (Thử nghiệm) + Enable HDR + Bật HDR + + + Enabling HDR overrides manual decoder selections. + Việc bật HDR sẽ ghi đè lên lựa chọn trình giải mã. @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. Việc stream HDR không được hỗ trợ trên PC này. + + + Enable YUV 4:4:4 + + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_zh_CN.ts b/app/languages/qml_zh_CN.ts index 793a3d6a..4b399a2c 100644 --- a/app/languages/qml_zh_CN.ts +++ b/app/languages/qml_zh_CN.ts @@ -980,19 +980,19 @@ This enables the capture of system-wide keyboard shortcuts like Alt+Tab that would normally be handled by the client OS while streaming. 这样可以捕获系统范围的键盘快捷键,例如 Alt + Tab,这些快捷键通常在流式传输时由客户端系统处理。 - - Enabling HDR overrides manual decoder selections. - 启用 HDR 会覆盖自定义解码器的选择。 - - AV1 (Experimental) - AV1 (实验性) + AV1 + AV1 - Enable HDR (Experimental) - 启用HDR(实验性) + Enable HDR + 启用HDR + + + Enabling HDR overrides manual decoder selections. + 启用 HDR 会覆盖自定义解码器的选择。 @@ -1004,6 +1004,11 @@ HDR streaming is not supported on this PC. 此PC不支持HDR。 + + + Enable YUV 4:4:4 + 启用 YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - 启用 YUV 4:4:4(实验性) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games. diff --git a/app/languages/qml_zh_TW.ts b/app/languages/qml_zh_TW.ts index 5f4cfba3..096320db 100644 --- a/app/languages/qml_zh_TW.ts +++ b/app/languages/qml_zh_TW.ts @@ -902,19 +902,19 @@ NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors. 提醒:由於 GeForce Experience 的錯誤,如果您的主機電腦有多部顯示器,此選項可能無法正常運作。 - - Enabling HDR overrides manual decoder selections. - 啟用 HDR 覆寫手動解碼器選取項目。 - - AV1 (Experimental) - AV (實驗性) + AV1 + AV - Enable HDR (Experimental) - 啟用 HDR (實驗性) + Enable HDR + 啟用 HDR + + + Enabling HDR overrides manual decoder selections. + 啟用 HDR 覆寫手動解碼器選取項目。 @@ -926,6 +926,11 @@ HDR streaming is not supported on this PC. 此電腦不支援 HDR 串流。 + + + Enable YUV 4:4:4 + 啟用 YUV 4:4:4 + Show performance stats while streaming @@ -1165,11 +1170,6 @@ HEVC (H.265) HEVC (H.265) - - - Enable YUV 4:4:4 (Experimental) - 啟用 YUV 4:4:4 (實驗性) - Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.