Compare commits

..

1 commit

Author SHA1 Message Date
ea818f66da bump: version 0.0.0 → 0.1.0a0 2025-12-21 21:44:48 +01:00
8 changed files with 19 additions and 36 deletions

View file

@ -1,5 +1,3 @@
## 0.1.0a1 (2025-12-22)
## 0.1.0a0 (2025-12-21)
### Feat

View file

@ -8,7 +8,6 @@ include_toc: true
> [!NOTE]
>
> L'objectif n'est pas d'afficher toutes les variables de la configuration, mais seulement une sélection à l'aide du mécanisme d'étiquetage.\
> **Chemin** : table\
> *`désactivé`*\
> **Désactivé** : si table n'est pas mis dans "[Sélection pour sortie](#step.output)"

View file

@ -8,7 +8,6 @@ include_toc: true
> [!NOTE]
>
> The goal is not to display all the variables in the configuration, but only a selection using the labeling mechanism.\
> **Path**: table\
> *`disabled`*\
> **Disabled**: if table is not set in "[Select for output](#step.output)"

View file

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2025-12-21 21:58+0100\n"
"PO-Revision-Date: 2025-12-21 22:00+0100\n"
"POT-Creation-Date: 2025-12-21 21:18+0100\n"
"PO-Revision-Date: 2025-12-21 21:26+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
@ -24,23 +24,15 @@ msgstr "\"step.output\" n'est pas mis à \"{0}\""
msgid "Displays the data in a table"
msgstr "Affiche les données dans un tableau"
#: src/rougail/output_table/config.py:29
msgid ""
"The goal is not to display all the variables in the configuration, but only "
"a selection using the labeling mechanism."
msgstr ""
"L'objectif n'est pas d'afficher toutes les variables de la configuration, "
"mais seulement une sélection à l'aide du mécanisme d'étiquetage."
#: src/rougail/output_table/config.py:34
#: src/rougail/output_table/config.py:33
msgid "if table is not set in \"step.output\""
msgstr "si table n'est pas mis dans \"step.output\""
#: src/rougail/output_table/config.py:37
#: src/rougail/output_table/config.py:36
msgid "Content of the first column"
msgstr "Contenu de la première colonne"
#: src/rougail/output_table/config.py:48
#: src/rougail/output_table/config.py:47
msgid ""
"First column is description if \"_.columns\" has only one value, otherwise "
"it's namespace"
@ -48,23 +40,23 @@ msgstr ""
"La première colonne est description si \"_.columns\" n'a qu'une valeur, "
"sinon c'est namespace"
#: src/rougail/output_table/config.py:53
#: src/rougail/output_table/config.py:52
msgid "Tag name must not have the same name has first column"
msgstr ""
"Le nom de l'étiquette ne doit pas avoir le même nom que la première colonne"
#: src/rougail/output_table/config.py:56 src/rougail/output_table/config.py:61
#: src/rougail/output_table/config.py:55 src/rougail/output_table/config.py:60
msgid "Tag names"
msgstr "Noms des étiquettes"
#: src/rougail/output_table/config.py:57
#: src/rougail/output_table/config.py:56
msgid ""
"Each tag creates a column. The content of the columns comes from the "
"variables with the defined tags."
msgstr ""
"Chaque étiquette créée une colonne. Le contenu des colonnes viennent des "
"variables avec les étiquettes définis."
"variables avec les étiquettes définis"
#: src/rougail/output_table/config.py:70
#: src/rougail/output_table/config.py:69
msgid "Add header in table"
msgstr "Ajouter l'entête dans le tableau"

View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-12-21 22:00+0100\n"
"POT-Creation-Date: 2025-12-21 21:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -23,35 +23,31 @@ msgstr ""
msgid "Displays the data in a table"
msgstr ""
#: src/rougail/output_table/config.py:29
msgid "The goal is not to display all the variables in the configuration, but only a selection using the labeling mechanism."
msgstr ""
#: src/rougail/output_table/config.py:34
#: src/rougail/output_table/config.py:33
msgid "if table is not set in \"step.output\""
msgstr ""
#: src/rougail/output_table/config.py:37
#: src/rougail/output_table/config.py:36
msgid "Content of the first column"
msgstr ""
#: src/rougail/output_table/config.py:48
#: src/rougail/output_table/config.py:47
msgid "First column is description if \"_.columns\" has only one value, otherwise it's namespace"
msgstr ""
#: src/rougail/output_table/config.py:53
#: src/rougail/output_table/config.py:52
msgid "Tag name must not have the same name has first column"
msgstr ""
#: src/rougail/output_table/config.py:56 src/rougail/output_table/config.py:61
#: src/rougail/output_table/config.py:55 src/rougail/output_table/config.py:60
msgid "Tag names"
msgstr ""
#: src/rougail/output_table/config.py:57
#: src/rougail/output_table/config.py:56
msgid "Each tag creates a column. The content of the columns comes from the variables with the defined tags."
msgstr ""
#: src/rougail/output_table/config.py:70
#: src/rougail/output_table/config.py:69
msgid "Add header in table"
msgstr ""

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_table"
version = "0.1.0a1"
version = "0.1.0a0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output table"

View file

@ -26,7 +26,6 @@ def get_rougail_config(
rougail_options = f"""
table:
description: {_('Displays the data in a table')}
help: {_('The goal is not to display all the variables in the configuration, but only a selection using the labeling mechanism.')}
disabled:
jinja: |-
{{{{ step.output is propertyerror or step.output != 'table' }}}}