diff --git a/assets/i18n/en/main.ftl b/assets/i18n/en/main.ftl index 3d49519..9b3e1f6 100644 --- a/assets/i18n/en/main.ftl +++ b/assets/i18n/en/main.ftl @@ -213,12 +213,19 @@ admin-discounts = Discounts admin-discounts-desc = Set discounted product prices. A discount shows up as a sale in the shop. on-sale = On sale no-discount = No discount +discount = Discount set-discount = Set discount remove-discount = Remove discount -discount-hint = Enter the discounted price (below the regular price). Leave empty to remove the discount. +discount-mode-fixed = Fixed price +discount-mode-percent = Percentage +discount-percent = Discount (%) +discount-preview-before = Original price +discount-preview-after = New price +discount-preview-save = You save discount-invalid = Invalid price. discount-must-be-positive = The sale price must be greater than zero. discount-below-regular = The sale price must be below the regular price. +discount-percent-range = The percentage must be between 0 and 100. stock = Stock sku = SKU currency = Currency diff --git a/assets/i18n/sk/main.ftl b/assets/i18n/sk/main.ftl index e594a2a..fb64273 100644 --- a/assets/i18n/sk/main.ftl +++ b/assets/i18n/sk/main.ftl @@ -213,12 +213,19 @@ admin-discounts = Zľavy admin-discounts-desc = Nastavte zľavnené ceny produktov. Zľava sa v obchode zobrazí ako akcia. on-sale = V akcii no-discount = Bez zľavy +discount = Zľava set-discount = Nastaviť zľavu remove-discount = Zrušiť zľavu -discount-hint = Zadajte zľavnenú cenu (nižšiu ako bežná cena). Nechajte prázdne pre zrušenie zľavy. +discount-mode-fixed = Pevná cena +discount-mode-percent = Percentá +discount-percent = Zľava (%) +discount-preview-before = Pôvodná cena +discount-preview-after = Nová cena +discount-preview-save = Ušetríte discount-invalid = Neplatná cena. discount-must-be-positive = Zľavnená cena musí byť väčšia ako nula. discount-below-regular = Zľavnená cena musí byť nižšia ako bežná cena. +discount-percent-range = Percento musí byť medzi 0 a 100. stock = Sklad sku = Kód (SKU) currency = Mena diff --git a/assets/views/admin/catalog/discount_form.html b/assets/views/admin/catalog/discount_form.html index 761d197..d87f748 100644 --- a/assets/views/admin/catalog/discount_form.html +++ b/assets/views/admin/catalog/discount_form.html @@ -11,6 +11,24 @@