mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
translation in choices name
This commit is contained in:
parent
cbc66dc0f0
commit
60dc11caed
@ -127,7 +127,7 @@ class CustomFieldLongChoice extends AbstractCustomField
|
|||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return 'Long Choice';
|
return 'Long choice field';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function render($value, \Chill\CustomFieldsBundle\Entity\CustomField $customField, $documentType = 'html')
|
public function render($value, \Chill\CustomFieldsBundle\Entity\CustomField $customField, $documentType = 'html')
|
||||||
|
@ -156,7 +156,7 @@ class CustomFieldNumber extends AbstractCustomField
|
|||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return 'Number';
|
return 'Number field';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function render($value, CustomField $customField, $documentType = 'html')
|
public function render($value, CustomField $customField, $documentType = 'html')
|
||||||
|
@ -114,7 +114,7 @@ class CustomFieldText extends AbstractCustomField
|
|||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return 'text field';
|
return 'Text field';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function buildOptionsForm(FormBuilderInterface $builder)
|
public function buildOptionsForm(FormBuilderInterface $builder)
|
||||||
|
@ -90,7 +90,7 @@ class CustomFieldTitle extends AbstractCustomField
|
|||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return 'title';
|
return 'Title';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isEmptyValue($value, CustomField $customField)
|
public function isEmptyValue($value, CustomField $customField)
|
||||||
|
@ -54,9 +54,9 @@ The custom field has been updated: Le champ personnalisé a été mis à jour
|
|||||||
|
|
||||||
#custom field name
|
#custom field name
|
||||||
choice: choix
|
choice: choix
|
||||||
title: titre
|
Title: Titre
|
||||||
text: texte
|
text: texte
|
||||||
text field: champ texte
|
Text field: Champ texte
|
||||||
|
|
||||||
#custom field choice
|
#custom field choice
|
||||||
Multiplicity: Multiplicité
|
Multiplicity: Multiplicité
|
||||||
@ -88,7 +88,9 @@ Greater or equal than: Plus grand ou égal à
|
|||||||
Lesser or equal than: Plus petit ou égal à
|
Lesser or equal than: Plus petit ou égal à
|
||||||
Precision: Précision
|
Precision: Précision
|
||||||
Text after the field: Texte après le champ
|
Text after the field: Texte après le champ
|
||||||
|
Number field: Champ nombre
|
||||||
|
|
||||||
#custom field long choice
|
#custom field long choice
|
||||||
Options key: Clé des options
|
Options key: Clé des options
|
||||||
Choose a value: Choisissez une valeur
|
Choose a value: Choisissez une valeur
|
||||||
|
Long choice field: Champ à choix pré-enregistrés
|
||||||
|
Loading…
x
Reference in New Issue
Block a user