mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Update translations
This commit is contained in:
parent
907e595b1e
commit
fc1aac66c2
2
dist/better-xcloud.lite.user.js
vendored
2
dist/better-xcloud.lite.user.js
vendored
@ -329,6 +329,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
contrast: "Contrast",
|
contrast: "Contrast",
|
||||||
controller: "Controller",
|
controller: "Controller",
|
||||||
"controller-customization": "Controller customization",
|
"controller-customization": "Controller customization",
|
||||||
|
"controller-customization-input-latency-note": "May slightly increase input latency",
|
||||||
"controller-friendly-ui": "Controller-friendly UI",
|
"controller-friendly-ui": "Controller-friendly UI",
|
||||||
"controller-shortcuts": "Controller shortcuts",
|
"controller-shortcuts": "Controller shortcuts",
|
||||||
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
||||||
@ -566,7 +567,6 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"show-wait-time-in-game-card": "Show wait time in game card",
|
"show-wait-time-in-game-card": "Show wait time in game card",
|
||||||
"simplify-stream-menu": "Simplify Stream's menu",
|
"simplify-stream-menu": "Simplify Stream's menu",
|
||||||
"skip-splash-video": "Skip Xbox splash video",
|
"skip-splash-video": "Skip Xbox splash video",
|
||||||
"slightly-increases-input-latency": "Slightly increases input latency",
|
|
||||||
slow: "Slow",
|
slow: "Slow",
|
||||||
small: "Small",
|
small: "Small",
|
||||||
"smart-tv": "Smart TV",
|
"smart-tv": "Smart TV",
|
||||||
|
4
dist/better-xcloud.user.js
vendored
4
dist/better-xcloud.user.js
vendored
@ -361,6 +361,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
contrast: "Contrast",
|
contrast: "Contrast",
|
||||||
controller: "Controller",
|
controller: "Controller",
|
||||||
"controller-customization": "Controller customization",
|
"controller-customization": "Controller customization",
|
||||||
|
"controller-customization-input-latency-note": "May slightly increase input latency",
|
||||||
"controller-friendly-ui": "Controller-friendly UI",
|
"controller-friendly-ui": "Controller-friendly UI",
|
||||||
"controller-shortcuts": "Controller shortcuts",
|
"controller-shortcuts": "Controller shortcuts",
|
||||||
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
||||||
@ -598,7 +599,6 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"show-wait-time-in-game-card": "Show wait time in game card",
|
"show-wait-time-in-game-card": "Show wait time in game card",
|
||||||
"simplify-stream-menu": "Simplify Stream's menu",
|
"simplify-stream-menu": "Simplify Stream's menu",
|
||||||
"skip-splash-video": "Skip Xbox splash video",
|
"skip-splash-video": "Skip Xbox splash video",
|
||||||
"slightly-increases-input-latency": "Slightly increases input latency",
|
|
||||||
slow: "Slow",
|
slow: "Slow",
|
||||||
small: "Small",
|
small: "Small",
|
||||||
"smart-tv": "Smart TV",
|
"smart-tv": "Smart TV",
|
||||||
@ -5622,7 +5622,7 @@ class ControllerCustomizationsManagerDialog extends BaseProfileManagerDialog {
|
|||||||
}
|
}
|
||||||
let fragment = document.createDocumentFragment();
|
let fragment = document.createDocumentFragment();
|
||||||
if (showNote) {
|
if (showNote) {
|
||||||
let $note = CE("div", { class: "bx-settings-dialog-note" }, "ⓘ " + t("slightly-increases-input-latency"));
|
let $note = CE("div", { class: "bx-settings-dialog-note" }, "ⓘ " + t("controller-customization-input-latency-note"));
|
||||||
fragment.appendChild($note);
|
fragment.appendChild($note);
|
||||||
}
|
}
|
||||||
if ($content) fragment.appendChild($content);
|
if ($content) fragment.appendChild($content);
|
||||||
|
@ -400,7 +400,7 @@ export class ControllerCustomizationsManagerDialog extends BaseProfileManagerDia
|
|||||||
|
|
||||||
const fragment = document.createDocumentFragment();
|
const fragment = document.createDocumentFragment();
|
||||||
if (showNote) {
|
if (showNote) {
|
||||||
const $note = CE('div', { class: 'bx-settings-dialog-note' }, 'ⓘ ' + t('slightly-increases-input-latency'));
|
const $note = CE('div', { class: 'bx-settings-dialog-note' }, 'ⓘ ' + t('controller-customization-input-latency-note'));
|
||||||
fragment.appendChild($note);
|
fragment.appendChild($note);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,6 +87,7 @@ const Texts = {
|
|||||||
"contrast": "Contrast",
|
"contrast": "Contrast",
|
||||||
"controller": "Controller",
|
"controller": "Controller",
|
||||||
"controller-customization": "Controller customization",
|
"controller-customization": "Controller customization",
|
||||||
|
"controller-customization-input-latency-note": "May slightly increase input latency",
|
||||||
"controller-friendly-ui": "Controller-friendly UI",
|
"controller-friendly-ui": "Controller-friendly UI",
|
||||||
"controller-shortcuts": "Controller shortcuts",
|
"controller-shortcuts": "Controller shortcuts",
|
||||||
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
"controller-shortcuts-connect-note": "Connect a controller to use this feature",
|
||||||
@ -324,7 +325,6 @@ const Texts = {
|
|||||||
"show-wait-time-in-game-card": "Show wait time in game card",
|
"show-wait-time-in-game-card": "Show wait time in game card",
|
||||||
"simplify-stream-menu": "Simplify Stream's menu",
|
"simplify-stream-menu": "Simplify Stream's menu",
|
||||||
"skip-splash-video": "Skip Xbox splash video",
|
"skip-splash-video": "Skip Xbox splash video",
|
||||||
"slightly-increases-input-latency": "Slightly increases input latency",
|
|
||||||
"slow": "Slow",
|
"slow": "Slow",
|
||||||
"small": "Small",
|
"small": "Small",
|
||||||
"smart-tv": "Smart TV",
|
"smart-tv": "Smart TV",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user