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:
RustDesk 2023-08-22 09:42:35 +08:00 committed by GitHub
commit 39e3b136dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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')}'),
);
}

View File

@ -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"),