mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-01 13:17:20 +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 { KeyboardShortcutDefaultId } from "../local-db/keyboard-shortcuts-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 { CE } from "../html";
|
||||
import type { SettingActionOrigin, SettingDefinitions } from "@/types/setting-definition";
|
||||
@ -180,11 +180,11 @@ export class StreamSettingsStorage extends BaseSettingsStorage<StreamPref> {
|
||||
},
|
||||
},
|
||||
[StreamPref.VIDEO_PROCESSING_MODE]: {
|
||||
label: ut('clarity-boost-mode'),
|
||||
label: t('clarity-boost-mode'),
|
||||
default: StreamVideoProcessingMode.PERFORMANCE,
|
||||
options: {
|
||||
[StreamVideoProcessingMode.PERFORMANCE]: ut('performance'),
|
||||
[StreamVideoProcessingMode.QUALITY]: ut('quality'),
|
||||
[StreamVideoProcessingMode.PERFORMANCE]: t('performance'),
|
||||
[StreamVideoProcessingMode.QUALITY]: t('quality'),
|
||||
},
|
||||
suggest: {
|
||||
lowest: StreamVideoProcessingMode.PERFORMANCE,
|
||||
|
@ -28,6 +28,9 @@ export const SUPPORTED_LANGUAGES = {
|
||||
};
|
||||
|
||||
const Texts = {
|
||||
"clarity-boost-mode": "Clarity boost mode",
|
||||
"performance": "Performance",
|
||||
"quality": "Quality",
|
||||
"achievements": "Achievements",
|
||||
"activate": "Activate",
|
||||
"activated": "Activated",
|
||||
|
Loading…
x
Reference in New Issue
Block a user