mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Update translations
This commit is contained in:
19
dist/better-xcloud.user.js
vendored
19
dist/better-xcloud.user.js
vendored
@@ -298,14 +298,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
"zh-CN": "中文(简体)",
|
||||
"zh-TW": "中文(繁體)"
|
||||
}, Texts = {
|
||||
"background-opacity": "Background opacity",
|
||||
notifications: "Notifications",
|
||||
invites: "Invites",
|
||||
achievements: "Achievements",
|
||||
chat: "Chat",
|
||||
"friends-followers": "Friends and followers",
|
||||
byog: "Stream your own game",
|
||||
"disable-features": "Disable features",
|
||||
activate: "Activate",
|
||||
activated: "Activated",
|
||||
active: "Active",
|
||||
@@ -321,6 +314,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
auto: "Auto",
|
||||
"back-to-home": "Back to home",
|
||||
"back-to-home-confirm": "Do you want to go back to the home page (without disconnecting)?",
|
||||
"background-opacity": "Background opacity",
|
||||
battery: "Battery",
|
||||
"battery-saving": "Battery saving",
|
||||
"better-xcloud": "Better xCloud",
|
||||
@@ -339,6 +333,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
cancel: "Cancel",
|
||||
"cant-stream-xbox-360-games": "Can't stream Xbox 360 games",
|
||||
center: "Center",
|
||||
chat: "Chat",
|
||||
"clarity-boost": "Clarity boost",
|
||||
"clarity-boost-warning": "These settings don't work when the Clarity Boost mode is ON",
|
||||
clear: "Clear",
|
||||
@@ -363,6 +358,8 @@ var SUPPORTED_LANGUAGES = {
|
||||
contrast: "Contrast",
|
||||
controller: "Controller",
|
||||
"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",
|
||||
@@ -382,6 +379,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
"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",
|
||||
"disable-social-features": "Disable social features",
|
||||
@@ -406,6 +404,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
"force-native-mkb-games": "Force native Mouse & Keyboard for these games",
|
||||
"fortnite-allow-stw-mode": 'Allows playing "Save the World" mode on mobile',
|
||||
"fortnite-force-console-version": "Fortnite: force console version",
|
||||
"friends-followers": "Friends and followers",
|
||||
"game-bar": "Game Bar",
|
||||
"getting-consoles-list": "Getting the list of consoles...",
|
||||
guide: "Guide",
|
||||
@@ -427,6 +426,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
import: "Import",
|
||||
increase: "Increase",
|
||||
"install-android": "Better xCloud app for Android",
|
||||
invites: "Invites",
|
||||
japan: "Japan",
|
||||
jitter: "Jitter",
|
||||
"keyboard-key": "Keyboard key",
|
||||
@@ -444,6 +444,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
"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",
|
||||
@@ -482,6 +483,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
"no-consoles-found": "No consoles found",
|
||||
"no-controllers-connected": "No controllers connected",
|
||||
normal: "Normal",
|
||||
notifications: "Notifications",
|
||||
off: "Off",
|
||||
official: "Official",
|
||||
on: "On",
|
||||
@@ -607,6 +609,7 @@ var SUPPORTED_LANGUAGES = {
|
||||
stream: "Stream",
|
||||
"stream-settings": "Stream settings",
|
||||
"stream-stats": "Stream stats",
|
||||
"stream-your-own-game": "Stream your own game",
|
||||
stretch: "Stretch",
|
||||
"suggest-settings": "Suggest settings",
|
||||
"suggest-settings-link": "Suggest recommended settings for this device",
|
||||
@@ -1796,7 +1799,7 @@ class GlobalSettingsStorage extends BaseSettingsStore {
|
||||
multipleOptions: {
|
||||
chat: t("chat"),
|
||||
friends: t("friends-followers"),
|
||||
byog: t("byog"),
|
||||
byog: t("stream-your-own-game"),
|
||||
"notifications-invites": t("notifications") + ": " + t("invites"),
|
||||
"notifications-achievements": t("notifications") + ": " + t("achievements")
|
||||
}
|
||||
|
Reference in New Issue
Block a user