i18n: add translation mapping for service slot

This commit is contained in:
zhaoweny
2020-07-07 16:08:55 +08:00
parent 605addd0d6
commit 5a45863432

View File

@@ -60,7 +60,8 @@ class BaseName(ViewColumn):
FittingSlot.MED: _t('Med'),
FittingSlot.LOW: _t('Low'),
FittingSlot.SUBSYSTEM: _t('Subsystem'),
FittingSlot.RIG: _t('Rig')
FittingSlot.RIG: _t('Rig'),
FittingSlot.SERVICE: _t('Service')
}