diff --git a/src/frontend/flask_app/templates/measure/select_recipe.html b/src/frontend/flask_app/templates/measure/select_recipe.html index 979c2d4..9a1b4b6 100644 --- a/src/frontend/flask_app/templates/measure/select_recipe.html +++ b/src/frontend/flask_app/templates/measure/select_recipe.html @@ -92,40 +92,61 @@ - -
+ +
-
- -
- - -
+ + +
+
+ +
+
+
+ + + +
+

{{ _('Tracciabilità') }}

+

{{ _('Dati del pezzo da misurare — compila prima di selezionare la ricetta') }}

+
+
+
- + + placeholder="{{ _('Es. LOT-2026-001 (opzionale)') }}" + class="tmf-input font-mono">
- + + placeholder="{{ _('Es. SN-000123 (opzionale)') }}" + class="tmf-input font-mono">
diff --git a/src/frontend/flask_app/translations/en/LC_MESSAGES/messages.po b/src/frontend/flask_app/translations/en/LC_MESSAGES/messages.po index 8a7aab9..aac256d 100644 --- a/src/frontend/flask_app/translations/en/LC_MESSAGES/messages.po +++ b/src/frontend/flask_app/translations/en/LC_MESSAGES/messages.po @@ -2173,3 +2173,15 @@ msgstr "Error generating report" #~ msgid "Segui le istruzioni nella direttiva" #~ msgstr "Follow the instructions in the directive" +msgid "Tracciabilità" +msgstr "Traceability" + +msgid "Dati del pezzo da misurare — compila prima di selezionare la ricetta" +msgstr "Part data to be measured — fill in before selecting the recipe" + +msgid "Es. LOT-2026-001 (opzionale)" +msgstr "E.g. LOT-2026-001 (optional)" + +msgid "Es. SN-000123 (opzionale)" +msgstr "E.g. SN-000123 (optional)" +