mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-12 18:29:10 +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) {
|
||||
return Align(
|
||||
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"),
|
||||
("Total", "Total"),
|
||||
("items", "éléments"),
|
||||
("Selected", "Sélectionné"),
|
||||
("Selected", "Sélectionné(s)"),
|
||||
("Screen Capture", "Capture d'écran"),
|
||||
("Input Control", "Contrôle de saisie"),
|
||||
("Audio Capture", "Capture audio"),
|
||||
|
Loading…
Reference in New Issue
Block a user