mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Update translations
This commit is contained in:
parent
b5ba6e9600
commit
b1407c2447
@ -3,7 +3,7 @@ import { DeviceVibrationMode, StreamPlayerType, StreamVideoProcessing, VideoPowe
|
|||||||
import { STATES } from "../global";
|
import { STATES } from "../global";
|
||||||
import { KeyboardShortcutDefaultId } from "../local-db/keyboard-shortcuts-table";
|
import { KeyboardShortcutDefaultId } from "../local-db/keyboard-shortcuts-table";
|
||||||
import { MkbMappingDefaultPresetId } from "../local-db/mkb-mapping-presets-table";
|
import { MkbMappingDefaultPresetId } from "../local-db/mkb-mapping-presets-table";
|
||||||
import { t, ut } from "../translation";
|
import { t } from "../translation";
|
||||||
import { BaseSettingsStorage } from "./base-settings-storage";
|
import { BaseSettingsStorage } from "./base-settings-storage";
|
||||||
import { CE } from "../html";
|
import { CE } from "../html";
|
||||||
import type { SettingActionOrigin, SettingDefinitions } from "@/types/setting-definition";
|
import type { SettingActionOrigin, SettingDefinitions } from "@/types/setting-definition";
|
||||||
@ -180,11 +180,11 @@ export class StreamSettingsStorage extends BaseSettingsStorage<StreamPref> {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
[StreamPref.VIDEO_PROCESSING_MODE]: {
|
[StreamPref.VIDEO_PROCESSING_MODE]: {
|
||||||
label: ut('clarity-boost-mode'),
|
label: t('clarity-boost-mode'),
|
||||||
default: StreamVideoProcessingMode.PERFORMANCE,
|
default: StreamVideoProcessingMode.PERFORMANCE,
|
||||||
options: {
|
options: {
|
||||||
[StreamVideoProcessingMode.PERFORMANCE]: ut('performance'),
|
[StreamVideoProcessingMode.PERFORMANCE]: t('performance'),
|
||||||
[StreamVideoProcessingMode.QUALITY]: ut('quality'),
|
[StreamVideoProcessingMode.QUALITY]: t('quality'),
|
||||||
},
|
},
|
||||||
suggest: {
|
suggest: {
|
||||||
lowest: StreamVideoProcessingMode.PERFORMANCE,
|
lowest: StreamVideoProcessingMode.PERFORMANCE,
|
||||||
|
@ -28,6 +28,9 @@ 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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user