mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 05:24:28 +02:00
Added some translations.
This commit is contained in:
parent
b7b7bf3a8b
commit
f132c65964
3 changed files with 390 additions and 6 deletions
|
@ -82,7 +82,7 @@ class PartBaseType extends AbstractType
|
|||
|
||||
$status_choices = [
|
||||
$this->trans->trans("m_status.unknown") => '',
|
||||
$this->trans->trans('m_stauts.announced') => 'announced',
|
||||
$this->trans->trans('m_status.announced') => 'announced',
|
||||
$this->trans->trans('m_status.active') => 'active',
|
||||
$this->trans->trans('m_status.nrfnd') => 'nrfnd',
|
||||
$this->trans->trans('m_status.eol') => 'eol',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue