Update translations

This commit is contained in:
redphx 2025-02-05 20:22:39 +07:00
parent 5949e1e411
commit 9034c173e7
3 changed files with 14 additions and 14 deletions

View File

@ -400,12 +400,6 @@ var SUPPORTED_LANGUAGES = {
"zh-CN": "中文(简体)",
"zh-TW": "中文(繁體)"
}, Texts = {
webgpu: "WebGPU",
"section-recently-added": "Recently added",
"section-leaving-soon": "Leaving soon",
"section-genres": "Genres",
oled: "OLED",
theme: "Theme",
achievements: "Achievements",
activate: "Activate",
activated: "Activated",
@ -601,6 +595,7 @@ var SUPPORTED_LANGUAGES = {
notifications: "Notifications",
off: "Off",
official: "Official",
oled: "OLED",
on: "On",
"only-supports-some-games": "Only supports some games",
opacity: "Opacity",
@ -684,10 +679,13 @@ var SUPPORTED_LANGUAGES = {
screen: "Screen",
"screenshot-apply-filters": "Apply video filters to screenshots",
"section-all-games": "All games",
"section-genres": "Genres",
"section-leaving-soon": "Leaving soon",
"section-most-popular": "Most popular",
"section-native-mkb": "Play with mouse & keyboard",
"section-news": "News",
"section-play-with-friends": "Play with friends",
"section-recently-added": "Recently added",
"section-touch": "Play with touch",
"separate-touch-controller": "Separate Touch controller & Controller #1",
"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-standard-layout-style": "Standard layout's button style",
"text-size": "Text size",
theme: "Theme",
toggle: "Toggle",
top: "Top",
"top-center": "Top-center",
@ -802,7 +801,8 @@ var SUPPORTED_LANGUAGES = {
"wait-time-estimated": "Estimated finish time",
"waiting-for-input": "Waiting for input...",
wallpaper: "Wallpaper",
webgl2: "WebGL2"
webgl2: "WebGL2",
webgpu: "WebGPU"
};
class Translations {
static EN_US = "en-US";

File diff suppressed because one or more lines are too long

View File

@ -27,12 +27,6 @@ export const SUPPORTED_LANGUAGES = {
};
const Texts = {
"webgpu": "WebGPU",
"section-recently-added": "Recently added",
"section-leaving-soon": "Leaving soon",
"section-genres": "Genres",
"oled": "OLED",
"theme": "Theme",
"achievements": "Achievements",
"activate": "Activate",
"activated": "Activated",
@ -228,6 +222,7 @@ const Texts = {
"notifications": "Notifications",
"off": "Off",
"official": "Official",
"oled": "OLED",
"on": "On",
"only-supports-some-games": "Only supports some games",
"opacity": "Opacity",
@ -311,10 +306,13 @@ const Texts = {
"screen": "Screen",
"screenshot-apply-filters": "Apply video filters to screenshots",
"section-all-games": "All games",
"section-genres": "Genres",
"section-leaving-soon": "Leaving soon",
"section-most-popular": "Most popular",
"section-native-mkb": "Play with mouse & keyboard",
"section-news": "News",
"section-play-with-friends": "Play with friends",
"section-recently-added": "Recently added",
"section-touch": "Play with touch",
"separate-touch-controller": "Separate Touch controller & Controller #1",
"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-standard-layout-style": "Standard layout's button style",
"text-size": "Text size",
"theme": "Theme",
"toggle": "Toggle",
"top": "Top",
"top-center": "Top-center",
@ -430,6 +429,7 @@ const Texts = {
"waiting-for-input": "Waiting for input...",
"wallpaper": "Wallpaper",
"webgl2": "WebGL2",
"webgpu": "WebGPU",
};
export class Translations {