Update translations

This commit is contained in:
redphx
2024-05-12 21:48:58 +07:00
parent 31804ea8cc
commit 8f8b7c6f22
2 changed files with 58 additions and 37 deletions

View File

@@ -319,6 +319,7 @@ export class Preferences {
[PrefKey.BITRATE_VIDEO_MAX]: {
type: SettingElementType.NUMBER_STEPPER,
label: 'Maximum video bitrate',
note: '⚠️ ' + t('unexpected-behavior'),
default: 0,
min: 0,
max: 15,
@@ -473,7 +474,7 @@ export class Preferences {
},
[PrefKey.USER_AGENT_PROFILE]: {
label: t('user-agent-profile'),
note: '⚠️ ' + t('user-agent-note'),
note: '⚠️ ' + t('unexpected-behavior'),
default: 'default',
options: {
[UserAgentProfile.DEFAULT]: t('default'),