Update translations

This commit is contained in:
redphx 2024-12-24 06:46:58 +07:00
parent 907e595b1e
commit fc1aac66c2
4 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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);

View File

@ -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);
} }

View File

@ -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",