opt "True color" translation

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-01 11:05:58 +08:00
parent a4bbcbe5ff
commit 36f7d64352
40 changed files with 41 additions and 41 deletions

View File

@@ -561,7 +561,7 @@ Future<List<TToggleMenu>> toolbarDisplayToggle(
await bind.sessionToggleOption(sessionId: sessionId, value: option);
bind.sessionChangePreferCodec(sessionId: sessionId);
},
child: Text(translate('True color(4:4:4)'))));
child: Text(translate('True color (4:4:4)'))));
}
return v;

View File

@@ -1320,7 +1320,7 @@ class _DisplayState extends State<_Display> {
otherRow('Lock after session end', 'lock_after_session_end'),
otherRow('Privacy mode', 'privacy_mode'),
otherRow('Reverse mouse wheel', 'reverse_mouse_wheel'),
otherRow('True color(4:4:4)', 'i444'),
otherRow('True color (4:4:4)', 'i444'),
];
if (useTextureRender) {
children.add(otherRow('Show displays as individual windows',

View File

@@ -797,7 +797,7 @@ class __DisplayPageState extends State<_DisplayPage> {
otherRow('Lock after session end', 'lock_after_session_end'),
otherRow('Privacy mode', 'privacy_mode'),
otherRow('Touch mode', 'touch-mode'),
otherRow('True color(4:4:4)', 'i444'),
otherRow('True color (4:4:4)', 'i444'),
],
),
]),