mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-06 13:47:51 +08:00
Merge pull request #5468 from jimmyGALLAND/fix_peer_tab_page_count_selected_translate
fix peer tab page count selected translate
This commit is contained in:
commit
39e3b136dc
@ -426,7 +426,7 @@ class _PeerTabPageState extends State<PeerTabPage>
|
|||||||
Widget selectionCount(int count) {
|
Widget selectionCount(int count) {
|
||||||
return Align(
|
return Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Text('$count selected'),
|
child: Text('$count ${translate('Selected')}'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -274,7 +274,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Chat", "Discuter"),
|
("Chat", "Discuter"),
|
||||||
("Total", "Total"),
|
("Total", "Total"),
|
||||||
("items", "éléments"),
|
("items", "éléments"),
|
||||||
("Selected", "Sélectionné"),
|
("Selected", "Sélectionné(s)"),
|
||||||
("Screen Capture", "Capture d'écran"),
|
("Screen Capture", "Capture d'écran"),
|
||||||
("Input Control", "Contrôle de saisie"),
|
("Input Control", "Contrôle de saisie"),
|
||||||
("Audio Capture", "Capture audio"),
|
("Audio Capture", "Capture audio"),
|
||||||
|
Loading…
Reference in New Issue
Block a user