Add translations

This commit is contained in:
David Cook
2025-02-10 10:33:09 +11:00
parent 9f7000009d
commit 4624d49e5e
2 changed files with 4 additions and 2 deletions

View File

@@ -22,10 +22,10 @@
= supplied_product.name
%td
- if existing_product.present?
Update
= t(".update")
= link_to(existing_product.id, edit_admin_product_path(existing_product))
- else
New
= t(".new")
%br
= form.submit t(".import")

View File

@@ -850,6 +850,8 @@ en:
title: "DFC product catalog"
catalog_url: "%{count} products to be imported from: %{catalog_url}"
enterprise: "Import to enterprise: %{enterprise_name}"
update: Update
new: New
import: Import
import:
title: "DFC product catalog import"