mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 05:38:27 +02:00
Controller customization feature
This commit is contained in:
@@ -27,6 +27,7 @@ export const SUPPORTED_LANGUAGES = {
|
||||
};
|
||||
|
||||
const Texts = {
|
||||
"slightly-increase-input-latency": "Slightly increase input latency",
|
||||
"achievements": "Achievements",
|
||||
"activate": "Activate",
|
||||
"activated": "Activated",
|
||||
@@ -86,12 +87,10 @@ const Texts = {
|
||||
"continent-south-america": "South America",
|
||||
"contrast": "Contrast",
|
||||
"controller": "Controller",
|
||||
"controller-customization": "Controller customization",
|
||||
"controller-friendly-ui": "Controller-friendly UI",
|
||||
"controller-mapping": "Controller mapping",
|
||||
"controller-mapping-in-game": "In-game controller mapping",
|
||||
"controller-shortcuts": "Controller shortcuts",
|
||||
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
||||
"controller-shortcuts-in-game": "In-game controller shortcuts",
|
||||
"controller-shortcuts-xbox-note": "Button to open the Guide menu",
|
||||
"controller-vibration": "Controller vibration",
|
||||
"copy": "Copy",
|
||||
@@ -102,12 +101,12 @@ const Texts = {
|
||||
"default": "Default",
|
||||
"default-preset-note": "You can't modify default presets. Create a new one to customize it.",
|
||||
"delete": "Delete",
|
||||
"detect-controller-button": "Detect controller button",
|
||||
"device": "Device",
|
||||
"device-unsupported-touch": "Your device doesn't have touch support",
|
||||
"device-vibration": "Device vibration",
|
||||
"device-vibration-not-using-gamepad": "On when not using gamepad",
|
||||
"disable": "Disable",
|
||||
"disable-byog-feature": "Disable \"Stream your own game\" feature",
|
||||
"disable-features": "Disable features",
|
||||
"disable-home-context-menu": "Disable context menu in Home page",
|
||||
"disable-post-stream-feedback-dialog": "Disable post-stream feedback dialog",
|
||||
@@ -153,6 +152,10 @@ const Texts = {
|
||||
"how-to-improve-app-performance": "How to improve app's performance",
|
||||
"ignore": "Ignore",
|
||||
"import": "Import",
|
||||
"in-game-controller-customization": "In-game controller customization",
|
||||
"in-game-controller-shortcuts": "In-game controller shortcuts",
|
||||
"in-game-keyboard-shortcuts": "In-game keyboard shortcuts",
|
||||
"in-game-shortcuts": "In-game shortcuts",
|
||||
"increase": "Increase",
|
||||
"install-android": "Better xCloud app for Android",
|
||||
"invites": "Invites",
|
||||
@@ -160,12 +163,13 @@ const Texts = {
|
||||
"jitter": "Jitter",
|
||||
"keyboard-key": "Keyboard key",
|
||||
"keyboard-shortcuts": "Keyboard shortcuts",
|
||||
"keyboard-shortcuts-in-game": "In-game keyboard shortcuts",
|
||||
"korea": "Korea",
|
||||
"language": "Language",
|
||||
"large": "Large",
|
||||
"layout": "Layout",
|
||||
"left-stick": "Left stick",
|
||||
"left-stick-deadzone": "Left stick deadzone",
|
||||
"left-trigger-range": "Left trigger range",
|
||||
"limit-fps": "Limit FPS",
|
||||
"load-failed-message": "Failed to run Better xCloud",
|
||||
"loading-screen": "Loading screen",
|
||||
@@ -173,7 +177,6 @@ const Texts = {
|
||||
"lowest-quality": "Lowest quality",
|
||||
"manage": "Manage",
|
||||
"map-mouse-to": "Map mouse to",
|
||||
"mapping": "Mapping",
|
||||
"may-not-work-properly": "May not work properly!",
|
||||
"menu": "Menu",
|
||||
"microphone": "Microphone",
|
||||
@@ -230,6 +233,7 @@ const Texts = {
|
||||
"preferred-game-language": "Preferred game's language",
|
||||
"preset": "Preset",
|
||||
"press": "Press",
|
||||
"press-any-button": "Press any button...",
|
||||
"press-esc-to-cancel": "Press Esc to cancel",
|
||||
"press-key-to-toggle-mkb": [
|
||||
(e: any) => `Press ${e.key} to toggle this feature`,
|
||||
@@ -285,6 +289,8 @@ const Texts = {
|
||||
"renderer-configuration": "Renderer configuration",
|
||||
"right-click-to-unbind": "Right-click on a key to unbind it",
|
||||
"right-stick": "Right stick",
|
||||
"right-stick-deadzone": "Right stick deadzone",
|
||||
"right-trigger-range": "Right trigger range",
|
||||
"rocket-always-hide": "Always hide",
|
||||
"rocket-always-show": "Always show",
|
||||
"rocket-animation": "Rocket animation",
|
||||
@@ -294,7 +300,6 @@ const Texts = {
|
||||
"screen": "Screen",
|
||||
"screenshot-apply-filters": "Apply video filters to screenshots",
|
||||
"section-all-games": "All games",
|
||||
"section-byog": "Stream your own game",
|
||||
"section-most-popular": "Most popular",
|
||||
"section-native-mkb": "Play with mouse & keyboard",
|
||||
"section-news": "News",
|
||||
@@ -384,7 +389,6 @@ const Texts = {
|
||||
(e: any) => `觸控遊玩佈局由 ${e.name} 提供`,
|
||||
],
|
||||
"touch-controller": "Touch controller",
|
||||
"transparent-background": "Transparent background",
|
||||
"true-achievements": "TrueAchievements",
|
||||
"ui": "UI",
|
||||
"unexpected-behavior": "May cause unexpected behavior",
|
||||
|
Reference in New Issue
Block a user