Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions src/Resources/translations/jsmessages.fr_FR.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="flagbit_table_attribute_add_column_label">
<source>flagbit.table_attribute.add_column.label</source>
<target>Ajouter une colonne</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_alert_json_error_text">
<source>flagbit.table_attribute.alert.json_error.text</source>
<target>Vous avez une erreur dans le format JSON.</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_alert_json_error_title">
<source>flagbit.table_attribute.alert.json_error.title</source>
<target>Erreur dans le format JSON</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_code_label">
<source>flagbit.table_attribute.code.label</source>
<target>Code</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_simpleselect_options_label">
<source>flagbit.table_attribute.simpleselect_options.label</source>
<target>Options</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_simpleselect_options_url_label">
<source>flagbit.table_attribute.simpleselect_options_url.label</source>
<target>Options URL</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_config_label">
<source>flagbit.table_attribute.config.label</source>
<target>Configuration</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_type_label">
<source>flagbit.table_attribute.type.label</source>
<target>Type</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_validation_label">
<source>flagbit.table_attribute.validation.label</source>
<target>Validation</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_no_configuration_text">
<source>flagbit.table_attribute.no_configuration.text</source>
<target>Il n'y a pas d'option de configuration.</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_add_new_row_label">
<source>flagbit.table_attribute.add_new_row.label</source>
<target>Ajouter une ligne</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_number_is_decimal_label">
<source>flagbit.table_attribute.number_is_decimal.label</source>
<target>Décimal</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_simpleselect_from_url_label">
<source>flagbit.table_attribute.simpleselect_from_url.label</source>
<target>Sélection simple à partir de l'URL</target>
</trans-unit>

<trans-unit id="flagbit_catalog_table">
<source>pim_enrich.entity.attribute.property.type.flagbit_catalog_table</source>
<target>Table</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_form_attribute_tab_title">
<source>flagbit.table_attribute.form.attribute.tab.title</source>
<target>Colonnes</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_simpleselect_key_label">
<source>flagbit.table_attribute.simpleselect.key.label</source>
<target>Clé</target>
</trans-unit>

<trans-unit id="flagbit_table_attribute_simpleselect_value_label">
<source>flagbit.table_attribute.simpleselect.value.label</source>
<target>Valeur</target>
</trans-unit>
</body>
</file>
</xliff>
11 changes: 11 additions & 0 deletions src/Resources/translations/messages.fr_FR.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="flagbit_attribute_type_table">
<source>flagbit_catalog_table</source>
<target>Table</target>
</trans-unit>
</body>
</file>
</xliff>