mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-26 20:54:21 +01:00
(i18n) missing translation
This commit is contained in:
parent
4e68058d9d
commit
0fafd30486
@ -98,8 +98,7 @@ export const MachineForm: React.FC<MachineFormProps> = ({ action, machine, onErr
|
|||||||
control={control}
|
control={control}
|
||||||
id="machine_category_id"
|
id="machine_category_id"
|
||||||
formState={formState}
|
formState={formState}
|
||||||
label={t('app.admin.machine_form.assigning_machine_to_category')} />
|
label={t('app.admin.machine_form.category')} />
|
||||||
|
|
||||||
<div className='form-item-header machine-files-header'>
|
<div className='form-item-header machine-files-header'>
|
||||||
<p>{t('app.admin.machine_form.attached_files_pdf')}</p>
|
<p>{t('app.admin.machine_form.attached_files_pdf')}</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -33,6 +33,7 @@ en:
|
|||||||
illustration: "Visual"
|
illustration: "Visual"
|
||||||
description: "Description"
|
description: "Description"
|
||||||
technical_specifications: "Technical specifications"
|
technical_specifications: "Technical specifications"
|
||||||
|
category: "Category"
|
||||||
attached_files_pdf: "Attached files (pdf)"
|
attached_files_pdf: "Attached files (pdf)"
|
||||||
add_an_attachment: "Add an attachment"
|
add_an_attachment: "Add an attachment"
|
||||||
disable_machine: "Disable machine"
|
disable_machine: "Disable machine"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user