Translation Updates

Fixes #3058
Fixes #2889
This commit is contained in:
Qstick 2022-11-03 22:28:55 -05:00
parent 651a4358fc
commit 000ccf78ad
75 changed files with 665 additions and 461 deletions

View file

@ -15,27 +15,27 @@ const columns = [
},
{
name: 'commandName',
label: 'Name',
label: translate('Name'),
isVisible: true
},
{
name: 'queued',
label: 'Queued',
label: translate('Queued'),
isVisible: true
},
{
name: 'started',
label: 'Started',
label: translate('Started'),
isVisible: true
},
{
name: 'ended',
label: 'Ended',
label: translate('Ended'),
isVisible: true
},
{
name: 'duration',
label: 'Duration',
label: translate('Duration'),
isVisible: true
},
{