From 4bd96de89e4a0111ff08abdfec7bb60ca7806ab5 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:54:31 +0700 Subject: [PATCH] Update translations --- dist/better-xcloud.lite.user.js | 10 +++++----- dist/better-xcloud.user.js | 10 +++++----- src/utils/translation.ts | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/better-xcloud.lite.user.js b/dist/better-xcloud.lite.user.js index 64c2d93..1192346 100755 --- a/dist/better-xcloud.lite.user.js +++ b/dist/better-xcloud.lite.user.js @@ -213,11 +213,6 @@ var SUPPORTED_LANGUAGES = { "zh-CN": "中文(简体)", "zh-TW": "中文(繁體)" }, Texts = { - top: "Top", - "top-half": "Top half", - center: "Center", - bottom: "Bottom", - "bottom-half": "Bottom half", activate: "Activate", activated: "Activated", active: "Active", @@ -238,6 +233,8 @@ var SUPPORTED_LANGUAGES = { "better-xcloud": "Better xCloud", "bitrate-audio-maximum": "Maximum audio bitrate", "bitrate-video-maximum": "Maximum video bitrate", + bottom: "Bottom", + "bottom-half": "Bottom half", "bottom-left": "Bottom-left", "bottom-right": "Bottom-right", brazil: "Brazil", @@ -247,6 +244,7 @@ var SUPPORTED_LANGUAGES = { "can-stream-xbox-360-games": "Can stream Xbox 360 games", cancel: "Cancel", "cant-stream-xbox-360-games": "Can't stream Xbox 360 games", + center: "Center", "clarity-boost": "Clarity boost", "clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON", clear: "Clear", @@ -530,7 +528,9 @@ var SUPPORTED_LANGUAGES = { "tc-standard-layout-style": "Standard layout's button style", "text-size": "Text size", toggle: "Toggle", + top: "Top", "top-center": "Top-center", + "top-half": "Top half", "top-left": "Top-left", "top-right": "Top-right", "touch-control-layout": "Touch control layout", diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index dee3b77..f50152e 100755 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -242,11 +242,6 @@ var SUPPORTED_LANGUAGES = { "zh-CN": "中文(简体)", "zh-TW": "中文(繁體)" }, Texts = { - top: "Top", - "top-half": "Top half", - center: "Center", - bottom: "Bottom", - "bottom-half": "Bottom half", activate: "Activate", activated: "Activated", active: "Active", @@ -267,6 +262,8 @@ var SUPPORTED_LANGUAGES = { "better-xcloud": "Better xCloud", "bitrate-audio-maximum": "Maximum audio bitrate", "bitrate-video-maximum": "Maximum video bitrate", + bottom: "Bottom", + "bottom-half": "Bottom half", "bottom-left": "Bottom-left", "bottom-right": "Bottom-right", brazil: "Brazil", @@ -276,6 +273,7 @@ var SUPPORTED_LANGUAGES = { "can-stream-xbox-360-games": "Can stream Xbox 360 games", cancel: "Cancel", "cant-stream-xbox-360-games": "Can't stream Xbox 360 games", + center: "Center", "clarity-boost": "Clarity boost", "clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON", clear: "Clear", @@ -559,7 +557,9 @@ var SUPPORTED_LANGUAGES = { "tc-standard-layout-style": "Standard layout's button style", "text-size": "Text size", toggle: "Toggle", + top: "Top", "top-center": "Top-center", + "top-half": "Top half", "top-left": "Top-left", "top-right": "Top-right", "touch-control-layout": "Touch control layout", diff --git a/src/utils/translation.ts b/src/utils/translation.ts index 7a81bbe..e7a4fd3 100755 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -27,11 +27,6 @@ export const SUPPORTED_LANGUAGES = { }; const Texts = { - "top": "Top", - "top-half": "Top half", - "center": "Center", - "bottom": "Bottom", - "bottom-half": "Bottom half", "activate": "Activate", "activated": "Activated", "active": "Active", @@ -52,6 +47,8 @@ const Texts = { "better-xcloud": "Better xCloud", "bitrate-audio-maximum": "Maximum audio bitrate", "bitrate-video-maximum": "Maximum video bitrate", + "bottom": "Bottom", + "bottom-half": "Bottom half", "bottom-left": "Bottom-left", "bottom-right": "Bottom-right", "brazil": "Brazil", @@ -61,6 +58,7 @@ const Texts = { "can-stream-xbox-360-games": "Can stream Xbox 360 games", "cancel": "Cancel", "cant-stream-xbox-360-games": "Can't stream Xbox 360 games", + "center": "Center", "clarity-boost": "Clarity boost", "clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON", "clear": "Clear", @@ -344,7 +342,9 @@ const Texts = { "tc-standard-layout-style": "Standard layout's button style", "text-size": "Text size", "toggle": "Toggle", + "top": "Top", "top-center": "Top-center", + "top-half": "Top half", "top-left": "Top-left", "top-right": "Top-right", "touch-control-layout": "Touch control layout",