diff --git a/templates/Parts/lists/_parts_list.html.twig b/templates/Parts/lists/_parts_list.html.twig index d62e5616..373bfc09 100644 --- a/templates/Parts/lists/_parts_list.html.twig +++ b/templates/Parts/lists/_parts_list.html.twig @@ -5,25 +5,32 @@ -
-

elements selected!

+
+ {# #} + {% trans with {'%count%': ''} %}part_list.action.part_count{% endtrans %} - + + + + - - - - + + + + + + + + - +
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 51235b37..1c132884 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -9111,5 +9111,77 @@ Element 3 Edit part + + + part_list.action.action.title + Select action + + + + + part_list.action.action.group.favorite + Favorite status + + + + + part_list.action.action.favorite + Favorite + + + + + part_list.action.action.unfavorite + Unfavorite + + + + + part_list.action.action.group.change_field + Change field + + + + + part_list.action.action.change_category + Change category + + + + + part_list.action.action.change_footprint + Change footprint + + + + + part_list.action.action.change_manufacturer + Change manufacturer + + + + + part_list.action.action.change_unit + Change part unit + + + + + part_list.action.action.delete + Delete + + + + + part_list.action.submit + Submit + + + + + part_list.action.part_count + %count% parts selected! + +