WebClient: translate "selected items" label also at bottom of page

Fixes #1979

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-07-21 18:24:49 +02:00
parent ae11c81bf8
commit c49d76274d
5 changed files with 12 additions and 1 deletions

View File

@@ -831,7 +831,14 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
loadingRecords: "",
processing: $.t('datatable.processing'),
zeroRecords: "",
emptyTable: $.t('fs.no_files_folders')
emptyTable: $.t('fs.no_files_folders'),
select: {
rows: {
_: $.t('general.selected_with_placeholder'),
0: '',
1: $.t('general.selected_items', { count: 1})
}
}
},
orderFixed: [1, 'asc'],
order: [2, 'asc'],