Skip to content

Commit 699d9ee

Browse files
authored
Merge pull request #3604 from rommapp/claude/github-issue-3591-gedicl
fix(v2): stop gamepad B/cancel from backing out of controller test and games
2 parents a79c119 + c456034 commit 699d9ee

20 files changed

Lines changed: 132 additions & 20 deletions

File tree

frontend/src/locales/bg_BG/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "Не е открит контролер",
5959
"controller-debug-right-stick": "Десен стик",
6060
"controller-debug-slot": "Слот {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Натисни произволен бутон на контролера, за да го събудиш.",
6263
"conversion": "Конвертиране",
6364
"copy-link": "Копирай линка",

frontend/src/locales/cs_CZ/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "Nebyl detekován žádný ovladač",
5959
"controller-debug-right-stick": "Pravá páčka",
6060
"controller-debug-slot": "Slot {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Stiskněte libovolné tlačítko na ovladači pro jeho probuzení.",
6263
"conversion": "Konverze",
6364
"copy-link": "Kopírovat odkaz",

frontend/src/locales/de_DE/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "Kein Gamepad erkannt",
5959
"controller-debug-right-stick": "Rechter Stick",
6060
"controller-debug-slot": "Slot {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Drücke eine beliebige Taste auf deinem Controller, um ihn zu aktivieren.",
6263
"conversion": "Konvertierung",
6364
"copy-link": "Link kopieren",

frontend/src/locales/en_GB/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "No gamepad detected",
5959
"controller-debug-right-stick": "Right stick",
6060
"controller-debug-slot": "Slot {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Press any button on your controller to wake it up.",
6263
"conversion": "Conversion",
6364
"copy-link": "Copy link",

frontend/src/locales/en_US/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "No gamepad detected",
5959
"controller-debug-right-stick": "Right stick",
6060
"controller-debug-slot": "Slot {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Press any button on your controller to wake it up.",
6263
"conversion": "Conversion",
6364
"copy-link": "Copy link",

frontend/src/locales/es_ES/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "No se detecta mando",
5959
"controller-debug-right-stick": "Stick derecho",
6060
"controller-debug-slot": "Ranura {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Pulsa cualquier botón para despertar el mando.",
6263
"conversion": "Conversión",
6364
"copy-link": "Copiar enlace",

frontend/src/locales/fr_FR/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "Aucune manette détectée",
5959
"controller-debug-right-stick": "Stick droit",
6060
"controller-debug-slot": "Emplacement {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Appuyez sur un bouton de votre manette pour la réveiller.",
6263
"conversion": "Conversion",
6364
"copy-link": "Copier le lien",

frontend/src/locales/hu_HU/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "Nincs észlelt kontroller",
5959
"controller-debug-right-stick": "Jobb kar",
6060
"controller-debug-slot": "{n}. csatorna",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Nyomj meg egy gombot a kontrolleren a felébresztéséhez.",
6263
"conversion": "Átalakítás",
6364
"copy-link": "Link másolása",

frontend/src/locales/it_IT/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "Nessun gamepad rilevato",
5959
"controller-debug-right-stick": "Stick destro",
6060
"controller-debug-slot": "Slot {n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "Premi un pulsante qualsiasi del controller per attivarlo.",
6263
"conversion": "Conversione",
6364
"copy-link": "Copia link",

frontend/src/locales/ja_JP/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"controller-debug-no-gamepad": "ゲームパッドが検出されません",
5959
"controller-debug-right-stick": "右スティック",
6060
"controller-debug-slot": "スロット{n}",
61+
"controller-debug-test-hint": "Button actions are paused here so you can test every button. Hold B / Back to exit.",
6162
"controller-debug-wake-hint": "コントローラーを起動するには、いずれかのボタンを押してください。",
6263
"conversion": "変換",
6364
"copy-link": "リンクをコピー",

0 commit comments

Comments
 (0)