From d692553d02bb4ac70ae45d6439ff638f30eafc3c Mon Sep 17 00:00:00 2001 From: Xyko Arteiro Date: Sun, 23 Sep 2018 18:40:43 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (51 of 51 strings) --- application/language/pt-BR/customers_lang.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/language/pt-BR/customers_lang.php b/application/language/pt-BR/customers_lang.php index 209ee920d..455fb12bb 100644 --- a/application/language/pt-BR/customers_lang.php +++ b/application/language/pt-BR/customers_lang.php @@ -47,3 +47,6 @@ $lang["customers_taxable"] = "Tributável"; $lang["customers_total"] = "Total"; $lang["customers_update"] = "Atualizar Cliente"; $lang["rewards_package"] = "Pacote de recompensas"; +$lang["customers_discount_type"] = "Tipo de desconto"; +$lang["customers_discount_fixed"] = "Desconto fixo"; +$lang["customers_discount_percent"] = "Percentual de desconto";