Skip to content

Commit

Permalink
[FIX] product_abc_classification: Translated terms into views
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Apr 5, 2023
1 parent 109a98c commit 6403c05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 10 additions & 10 deletions product_abc_classification/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ msgid "% Products"
msgstr "% Articles"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.product_template_form_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.product_template_form_view
msgid "ABC Classification"
msgstr "Classification ABC"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_form_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_form_view
msgid "ABC Classification Product Level"
msgstr "Niveau de classification ABC des articles"

Expand All @@ -42,12 +42,12 @@ msgid "ABC Classification profiles"
msgstr "Profils de classification ABC"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_profile_form_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_profile_form_view
msgid "ABC Profile"
msgstr "Profil ABC"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_profile_tree_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_profile_tree_view
msgid "ABC Profiles"
msgstr "Profils ABC"

Expand All @@ -62,7 +62,7 @@ msgid "Abc Classification Profile"
msgstr "Profil de classification ABC"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
msgid "Abc classification"
msgstr "Classification ABC"

Expand Down Expand Up @@ -103,7 +103,7 @@ msgid "Classification level is mandatory"
msgstr "La classe / niveau est obligatoire"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
msgid "Classification not in sync with computed"
msgstr "Classes ABC manuelle et calculée divergentes"

Expand All @@ -113,7 +113,7 @@ msgid "Computed classification level"
msgstr "Classe calculée"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_form_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_form_view
msgid "Computed level differs from the specified level"
msgstr "La class calculée diverge de la valeur spécifiée"

Expand Down Expand Up @@ -145,7 +145,7 @@ msgid "Display Name"
msgstr "Nom affiché"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
msgid "Group By"
msgstr "Grouper par"

Expand Down Expand Up @@ -183,7 +183,7 @@ msgid "Last Updated on"
msgstr "Dernière mise à jour le"

#. module: product_abc_classification
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
msgid "Level"
msgstr "Niveau"

Expand Down Expand Up @@ -252,7 +252,7 @@ msgstr "Classification ABC des articles"

#. module: product_abc_classification
#: model:ir.model.fields,field_description:product_abc_classification.field_abc_classification_product_level_profile_id
#: model:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
#: model_terms:ir.ui.view,arch_db:product_abc_classification.abc_classification_product_level_search_view
msgid "Profile"
msgstr "Profil"

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# generated from manifests external_dependencies
openupgradelib
freezegun==0.3.14

0 comments on commit 6403c05

Please sign in to comment.