mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Update translations
This commit is contained in:
parent
5949e1e411
commit
9034c173e7
14
dist/better-xcloud.pretty.user.js
vendored
14
dist/better-xcloud.pretty.user.js
vendored
@ -400,12 +400,6 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"zh-CN": "中文(简体)",
|
"zh-CN": "中文(简体)",
|
||||||
"zh-TW": "中文(繁體)"
|
"zh-TW": "中文(繁體)"
|
||||||
}, Texts = {
|
}, Texts = {
|
||||||
webgpu: "WebGPU",
|
|
||||||
"section-recently-added": "Recently added",
|
|
||||||
"section-leaving-soon": "Leaving soon",
|
|
||||||
"section-genres": "Genres",
|
|
||||||
oled: "OLED",
|
|
||||||
theme: "Theme",
|
|
||||||
achievements: "Achievements",
|
achievements: "Achievements",
|
||||||
activate: "Activate",
|
activate: "Activate",
|
||||||
activated: "Activated",
|
activated: "Activated",
|
||||||
@ -601,6 +595,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
notifications: "Notifications",
|
notifications: "Notifications",
|
||||||
off: "Off",
|
off: "Off",
|
||||||
official: "Official",
|
official: "Official",
|
||||||
|
oled: "OLED",
|
||||||
on: "On",
|
on: "On",
|
||||||
"only-supports-some-games": "Only supports some games",
|
"only-supports-some-games": "Only supports some games",
|
||||||
opacity: "Opacity",
|
opacity: "Opacity",
|
||||||
@ -684,10 +679,13 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
screen: "Screen",
|
screen: "Screen",
|
||||||
"screenshot-apply-filters": "Apply video filters to screenshots",
|
"screenshot-apply-filters": "Apply video filters to screenshots",
|
||||||
"section-all-games": "All games",
|
"section-all-games": "All games",
|
||||||
|
"section-genres": "Genres",
|
||||||
|
"section-leaving-soon": "Leaving soon",
|
||||||
"section-most-popular": "Most popular",
|
"section-most-popular": "Most popular",
|
||||||
"section-native-mkb": "Play with mouse & keyboard",
|
"section-native-mkb": "Play with mouse & keyboard",
|
||||||
"section-news": "News",
|
"section-news": "News",
|
||||||
"section-play-with-friends": "Play with friends",
|
"section-play-with-friends": "Play with friends",
|
||||||
|
"section-recently-added": "Recently added",
|
||||||
"section-touch": "Play with touch",
|
"section-touch": "Play with touch",
|
||||||
"separate-touch-controller": "Separate Touch controller & Controller #1",
|
"separate-touch-controller": "Separate Touch controller & Controller #1",
|
||||||
"separate-touch-controller-note": "Touch controller is Player 1, Controller #1 is Player 2",
|
"separate-touch-controller-note": "Touch controller is Player 1, Controller #1 is Player 2",
|
||||||
@ -742,6 +740,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"tc-muted-colors": "Muted colors",
|
"tc-muted-colors": "Muted colors",
|
||||||
"tc-standard-layout-style": "Standard layout's button style",
|
"tc-standard-layout-style": "Standard layout's button style",
|
||||||
"text-size": "Text size",
|
"text-size": "Text size",
|
||||||
|
theme: "Theme",
|
||||||
toggle: "Toggle",
|
toggle: "Toggle",
|
||||||
top: "Top",
|
top: "Top",
|
||||||
"top-center": "Top-center",
|
"top-center": "Top-center",
|
||||||
@ -802,7 +801,8 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"wait-time-estimated": "Estimated finish time",
|
"wait-time-estimated": "Estimated finish time",
|
||||||
"waiting-for-input": "Waiting for input...",
|
"waiting-for-input": "Waiting for input...",
|
||||||
wallpaper: "Wallpaper",
|
wallpaper: "Wallpaper",
|
||||||
webgl2: "WebGL2"
|
webgl2: "WebGL2",
|
||||||
|
webgpu: "WebGPU"
|
||||||
};
|
};
|
||||||
class Translations {
|
class Translations {
|
||||||
static EN_US = "en-US";
|
static EN_US = "en-US";
|
||||||
|
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
File diff suppressed because one or more lines are too long
@ -27,12 +27,6 @@ export const SUPPORTED_LANGUAGES = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const Texts = {
|
const Texts = {
|
||||||
"webgpu": "WebGPU",
|
|
||||||
"section-recently-added": "Recently added",
|
|
||||||
"section-leaving-soon": "Leaving soon",
|
|
||||||
"section-genres": "Genres",
|
|
||||||
"oled": "OLED",
|
|
||||||
"theme": "Theme",
|
|
||||||
"achievements": "Achievements",
|
"achievements": "Achievements",
|
||||||
"activate": "Activate",
|
"activate": "Activate",
|
||||||
"activated": "Activated",
|
"activated": "Activated",
|
||||||
@ -228,6 +222,7 @@ const Texts = {
|
|||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
"official": "Official",
|
"official": "Official",
|
||||||
|
"oled": "OLED",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"only-supports-some-games": "Only supports some games",
|
"only-supports-some-games": "Only supports some games",
|
||||||
"opacity": "Opacity",
|
"opacity": "Opacity",
|
||||||
@ -311,10 +306,13 @@ const Texts = {
|
|||||||
"screen": "Screen",
|
"screen": "Screen",
|
||||||
"screenshot-apply-filters": "Apply video filters to screenshots",
|
"screenshot-apply-filters": "Apply video filters to screenshots",
|
||||||
"section-all-games": "All games",
|
"section-all-games": "All games",
|
||||||
|
"section-genres": "Genres",
|
||||||
|
"section-leaving-soon": "Leaving soon",
|
||||||
"section-most-popular": "Most popular",
|
"section-most-popular": "Most popular",
|
||||||
"section-native-mkb": "Play with mouse & keyboard",
|
"section-native-mkb": "Play with mouse & keyboard",
|
||||||
"section-news": "News",
|
"section-news": "News",
|
||||||
"section-play-with-friends": "Play with friends",
|
"section-play-with-friends": "Play with friends",
|
||||||
|
"section-recently-added": "Recently added",
|
||||||
"section-touch": "Play with touch",
|
"section-touch": "Play with touch",
|
||||||
"separate-touch-controller": "Separate Touch controller & Controller #1",
|
"separate-touch-controller": "Separate Touch controller & Controller #1",
|
||||||
"separate-touch-controller-note": "Touch controller is Player 1, Controller #1 is Player 2",
|
"separate-touch-controller-note": "Touch controller is Player 1, Controller #1 is Player 2",
|
||||||
@ -369,6 +367,7 @@ const Texts = {
|
|||||||
"tc-muted-colors": "Muted colors",
|
"tc-muted-colors": "Muted colors",
|
||||||
"tc-standard-layout-style": "Standard layout's button style",
|
"tc-standard-layout-style": "Standard layout's button style",
|
||||||
"text-size": "Text size",
|
"text-size": "Text size",
|
||||||
|
"theme": "Theme",
|
||||||
"toggle": "Toggle",
|
"toggle": "Toggle",
|
||||||
"top": "Top",
|
"top": "Top",
|
||||||
"top-center": "Top-center",
|
"top-center": "Top-center",
|
||||||
@ -430,6 +429,7 @@ const Texts = {
|
|||||||
"waiting-for-input": "Waiting for input...",
|
"waiting-for-input": "Waiting for input...",
|
||||||
"wallpaper": "Wallpaper",
|
"wallpaper": "Wallpaper",
|
||||||
"webgl2": "WebGL2",
|
"webgl2": "WebGL2",
|
||||||
|
"webgpu": "WebGPU",
|
||||||
};
|
};
|
||||||
|
|
||||||
export class Translations {
|
export class Translations {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user