|
| 1 | +{ |
| 2 | + "components.EditorFieldTemplate.addInput": { |
| 3 | + "description": "Label of the button to add an input", |
| 4 | + "message": "Ajouter un champ" |
| 5 | + }, |
| 6 | + "components.EditorFieldTemplate.parameters": { |
| 7 | + "description": "Label of the button to display the widget properties form", |
| 8 | + "message": "Paramètres" |
| 9 | + }, |
| 10 | + "components.SectionPropertiesForm.submitWidgetParameter": { |
| 11 | + "description": "Label of submit input", |
| 12 | + "message": "Sauvegarder" |
| 13 | + }, |
| 14 | + "components.WidgetPropertiesForm.description": { |
| 15 | + "description": "Description of the field", |
| 16 | + "message": "description" |
| 17 | + }, |
| 18 | + "components.WidgetPropertiesForm.enum": { |
| 19 | + "description": "Fieldset label to add/remove options of a widget using an array of strings", |
| 20 | + "message": "Options" |
| 21 | + }, |
| 22 | + "components.WidgetPropertiesForm.items": { |
| 23 | + "description": "Fieldset label containing customizable options to add widgets as items", |
| 24 | + "message": "Options" |
| 25 | + }, |
| 26 | + "components.WidgetPropertiesForm.maxLength": { |
| 27 | + "description": "Label of the maximum length input", |
| 28 | + "message": "longueur maximale" |
| 29 | + }, |
| 30 | + "components.WidgetPropertiesForm.maximum": { |
| 31 | + "description": "Label of the maximum input", |
| 32 | + "message": "maximum" |
| 33 | + }, |
| 34 | + "components.WidgetPropertiesForm.minLength": { |
| 35 | + "description": "Label of the minimum length input", |
| 36 | + "message": "longueur minimale" |
| 37 | + }, |
| 38 | + "components.WidgetPropertiesForm.minimum": { |
| 39 | + "description": "Label of the minimum input", |
| 40 | + "message": "minimum" |
| 41 | + }, |
| 42 | + "components.WidgetPropertiesForm.required": { |
| 43 | + "description": "Label of the required input", |
| 44 | + "message": "requis" |
| 45 | + }, |
| 46 | + "components.WidgetPropertiesForm.submitWidgetParameter": { |
| 47 | + "description": "Label of submit input", |
| 48 | + "message": "sauvegarder" |
| 49 | + }, |
| 50 | + "components.WidgetPropertiesForm.title": { |
| 51 | + "description": "Title of the field", |
| 52 | + "message": "titre" |
| 53 | + }, |
| 54 | + "components.fields.section.addSection": { |
| 55 | + "description": "Label of the button to add a section", |
| 56 | + "message": "Ajouter une section" |
| 57 | + }, |
| 58 | + "components.fields.section.parameters": { |
| 59 | + "description": "Label of the button to display the section properties form", |
| 60 | + "message": "Paramètres" |
| 61 | + }, |
| 62 | + "templates.defaultSectionTitle": { |
| 63 | + "description": "The default name of a newly created section", |
| 64 | + "message": "Titre de section par défaut" |
| 65 | + }, |
| 66 | + "templates.defaultWidgetTitle": { |
| 67 | + "description": "The default name of a newly created widget", |
| 68 | + "message": "Titre du composant par défaut" |
| 69 | + } |
| 70 | +} |
0 commit comments