diff --git a/templates/info_providers/bulk_import/manage.html.twig b/templates/info_providers/bulk_import/manage.html.twig index 691bf7f3..9bbed906 100644 --- a/templates/info_providers/bulk_import/manage.html.twig +++ b/templates/info_providers/bulk_import/manage.html.twig @@ -10,22 +10,22 @@ {% block card_content %} -
+
-
-

- {% trans %}info_providers.bulk_import.manage_jobs_description{% endtrans %} -

-
+
+

+ {% trans %}info_providers.bulk_import.manage_jobs_description{% endtrans %} +

+
- {% if jobs is not empty %} -
- - + {% if jobs is not empty %} +
+
+ @@ -37,8 +37,8 @@ - - + + {% for job in jobs %} - - + + {% endfor %} - -
{% trans %}info_providers.bulk_import.job_name{% endtrans %} {% trans %}info_providers.bulk_import.parts_count{% endtrans %}{% trans %}info_providers.bulk_import.completed_at{% endtrans %} {% trans %}info_providers.bulk_import.action.label{% endtrans %}
@@ -52,10 +52,10 @@
-
@@ -78,11 +78,11 @@ {% trans %}info_providers.bulk_import.status.failed{% endtrans %} {% endif %}
{{ job.createdBy.username }}{{ job.createdAt|date('Y-m-d H:i') }}{{ job.createdBy.fullName(true) }}{{ job.createdAt|format_datetime('short') }} {% if job.completedAt %} - {{ job.completedAt|date('Y-m-d H:i') }} + {{ job.completedAt|format_datetime('short') }} {% else %} - {% endif %} @@ -108,19 +108,17 @@
-
- {% else %} - + {% else %} + - {% endif %} +
+ {% endif %} -
+ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index fb3f66a7..78800815 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -12475,7 +12475,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.ips.element14.apiKey.help - You can register for an API key on <a href="https://partner.element14.com/">https://partner.element14.com/</a>. + https://partner.element14.com/.]]> @@ -12487,7 +12487,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.ips.element14.storeId.help - The store domain to retrieve the data from. This decides the language and currency of results. See <a href="https://partner.element14.com/docs/Product_Search_API_REST__Description">here</a> for a list of valid domains. + here for a list of valid domains.]]> @@ -12505,7 +12505,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.ips.tme.token.help - You can get an API token and secret on <a href="https://developers.tme.eu/en/">https://developers.tme.eu/en/</a>. + https://developers.tme.eu/en/.]]> @@ -12553,7 +12553,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.ips.mouser.apiKey.help - You can register for an API key on <a href="https://eu.mouser.com/api-hub/">https://eu.mouser.com/api-hub/</a>. + https://eu.mouser.com/api-hub/.]]> @@ -12631,7 +12631,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.system.attachments - Attachments & Files + @@ -12655,7 +12655,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.system.attachments.allowDownloads.help - With this option users can download external files into Part-DB by providing an URL. <b>Attention: This can be a security issue, as it might allow users to access intranet ressources via Part-DB!</b> + Attention: This can be a security issue, as it might allow users to access intranet ressources via Part-DB!]]> @@ -12829,8 +12829,8 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.system.localization.base_currency_description - The currency that is used to store price information and exchange rates in. This currency is assumed, when no currency is set for a price information. -<b>Please note that the currencies are not converted, when changing this value. So changing the default currency after you already added price information, will result in wrong prices!</b> + Please note that the currencies are not converted, when changing this value. So changing the default currency after you already added price information, will result in wrong prices!]]> @@ -12860,7 +12860,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.misc.kicad_eda.category_depth.help - This value determines the depth of the category tree, that is visible inside KiCad. 0 means that only the top level categories are visible. Set to a value > 0 to show more levels. Set to -1, to show all parts of Part-DB inside a sigle cnategory in KiCad. + 0 to show more levels. Set to -1, to show all parts of Part-DB inside a sigle cnategory in KiCad.]]> @@ -12878,7 +12878,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.behavior.sidebar.items.help - The menus which appear at the sidebar by default. Order of items can be changed via drag & drop. + @@ -12926,7 +12926,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.behavior.table.parts_default_columns.help - The columns to show by default in part tables. Order of items can be changed via drag & drop. + @@ -12980,7 +12980,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g settings.ips.oemsecrets.sortMode.M - Completeness & Manufacturer name + @@ -13688,7 +13688,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g info_providers.bulk_import.create_first_job - Create your first bulk import job + Create your first bulk import job by selecting multiple parts in a part table and select the "Bulk info provider import" option.