Update translations

This commit is contained in:
redphx 2025-05-29 08:49:52 +07:00
parent bb32d97ae8
commit aa50261726
3 changed files with 11 additions and 7 deletions

View File

@ -402,9 +402,6 @@ var SUPPORTED_LANGUAGES = {
"zh-CN": "中文(简体)", "zh-CN": "中文(简体)",
"zh-TW": "中文(繁體)" "zh-TW": "中文(繁體)"
}, Texts = { }, Texts = {
"clarity-boost-mode": "Clarity boost mode",
performance: "Performance",
quality: "Quality",
achievements: "Achievements", achievements: "Achievements",
activate: "Activate", activate: "Activate",
activated: "Activated", activated: "Activated",
@ -442,6 +439,7 @@ var SUPPORTED_LANGUAGES = {
center: "Center", center: "Center",
chat: "Chat", chat: "Chat",
"clarity-boost": "Clarity boost", "clarity-boost": "Clarity boost",
"clarity-boost-mode": "Clarity boost mode",
"clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON", "clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON",
clear: "Clear", clear: "Clear",
"clear-data": "Clear data", "clear-data": "Clear data",
@ -604,6 +602,7 @@ var SUPPORTED_LANGUAGES = {
"only-supports-some-games": "Only supports some games", "only-supports-some-games": "Only supports some games",
opacity: "Opacity", opacity: "Opacity",
other: "Other", other: "Other",
performance: "Performance",
playing: "Playing", playing: "Playing",
playtime: "Playtime", playtime: "Playtime",
poland: "Poland", poland: "Poland",
@ -641,6 +640,7 @@ var SUPPORTED_LANGUAGES = {
], ],
"press-to-bind": "Press a key or do a mouse click to bind...", "press-to-bind": "Press a key or do a mouse click to bind...",
"prompt-preset-name": "Preset's name:", "prompt-preset-name": "Preset's name:",
quality: "Quality",
recommended: "Recommended", recommended: "Recommended",
"recommended-settings-for-device": [ "recommended-settings-for-device": [
e => `Recommended settings for ${e.device}`, e => `Recommended settings for ${e.device}`,
@ -696,6 +696,7 @@ var SUPPORTED_LANGUAGES = {
"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",
server: "Server", server: "Server",
"server-list-error": "Can't get the server list",
"server-locations": "Server locations", "server-locations": "Server locations",
settings: "Settings", settings: "Settings",
"settings-for": "Settings for", "settings-for": "Settings for",
@ -745,6 +746,7 @@ var SUPPORTED_LANGUAGES = {
"tc-custom-layout-style": "Custom layout's button style", "tc-custom-layout-style": "Custom layout's button style",
"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",
"test-controller": "Test controller",
"text-size": "Text size", "text-size": "Text size",
theme: "Theme", theme: "Theme",
toggle: "Toggle", toggle: "Toggle",

File diff suppressed because one or more lines are too long

View File

@ -28,9 +28,6 @@ export const SUPPORTED_LANGUAGES = {
}; };
const Texts = { const Texts = {
"clarity-boost-mode": "Clarity boost mode",
"performance": "Performance",
"quality": "Quality",
"achievements": "Achievements", "achievements": "Achievements",
"activate": "Activate", "activate": "Activate",
"activated": "Activated", "activated": "Activated",
@ -68,6 +65,7 @@ const Texts = {
"center": "Center", "center": "Center",
"chat": "Chat", "chat": "Chat",
"clarity-boost": "Clarity boost", "clarity-boost": "Clarity boost",
"clarity-boost-mode": "Clarity boost mode",
"clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON", "clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON",
"clear": "Clear", "clear": "Clear",
"clear-data": "Clear data", "clear-data": "Clear data",
@ -230,6 +228,7 @@ const Texts = {
"only-supports-some-games": "Only supports some games", "only-supports-some-games": "Only supports some games",
"opacity": "Opacity", "opacity": "Opacity",
"other": "Other", "other": "Other",
"performance": "Performance",
"playing": "Playing", "playing": "Playing",
"playtime": "Playtime", "playtime": "Playtime",
"poland": "Poland", "poland": "Poland",
@ -267,6 +266,7 @@ const Texts = {
], ],
"press-to-bind": "Press a key or do a mouse click to bind...", "press-to-bind": "Press a key or do a mouse click to bind...",
"prompt-preset-name": "Preset's name:", "prompt-preset-name": "Preset's name:",
"quality": "Quality",
"recommended": "Recommended", "recommended": "Recommended",
"recommended-settings-for-device": [ "recommended-settings-for-device": [
(e: any) => `Recommended settings for ${e.device}`, (e: any) => `Recommended settings for ${e.device}`,
@ -322,6 +322,7 @@ const Texts = {
"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",
"server": "Server", "server": "Server",
"server-list-error": "Can't get the server list",
"server-locations": "Server locations", "server-locations": "Server locations",
"settings": "Settings", "settings": "Settings",
"settings-for": "Settings for", "settings-for": "Settings for",
@ -371,6 +372,7 @@ const Texts = {
"tc-custom-layout-style": "Custom layout's button style", "tc-custom-layout-style": "Custom layout's button style",
"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",
"test-controller": "Test controller",
"text-size": "Text size", "text-size": "Text size",
"theme": "Theme", "theme": "Theme",
"toggle": "Toggle", "toggle": "Toggle",