Skip to content

Commit

Permalink
Added and update languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dadeke committed Aug 23, 2017
1 parent e99cf78 commit 3d7fcd2
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 11 deletions.
78 changes: 78 additions & 0 deletions language/en-GB/en-GB.mod_checkout_lightbox_pagarme.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,81 @@
;

;[1.0.0]
;
; Main tab of the administration
;
MOD_LIGHTBOXPAGARME="Checkout Lightbox with Pagar.me"
MOD_LIGHTBOXPAGARME_XML_DESCRIPTION="Module "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" developed for Joomla."
MOD_CHECKOUT_LIGHTBOX_PAGARME="Checkout Lightbox with Pagar.me"
MOD_LIGHTBOXPAGARME_INSTRUCTIONS_LABEL="Viewing the module in an article"
MOD_LIGHTBOXPAGARME_INSTRUCTIONS_DESC="To view the module in an article use the native Joomla shortcode:<br/><pre>{loadmodule mod_checkout_lightbox_pagarme,"_QQ_"Module title without the quotation marks."_QQ_"}</pre>"
MOD_LIGHTBOXPAGARME_NOTE1_LABEL="Pagar.me API Settings"
MOD_LIGHTBOXPAGARME_NOTE1_DESC="The API Key and Encryption Key can be obtained from the <i>Dashboard</i> in <a href="_QQ_"https://dashboard.pagar.me/#/myaccount/apikeys"_QQ_" target="_QQ_"_blank"_QQ_">https://dashboard.pagar.me/#/myaccount/apikeys</a>"
MOD_LIGHTBOXPAGARME_APIKEY_LABEL="API Key"
MOD_LIGHTBOXPAGARME_APIKEY_DESC="API Key available on the Pagar.me Dashboard."
MOD_LIGHTBOXPAGARME_EK_LABEL="Encryption Key"
MOD_LIGHTBOXPAGARME_EK_DESC="Encryption Key available on the Pagar.me Dashboard."
MOD_LIGHTBOXPAGARME_PM_LABEL="Payment methods"
MOD_LIGHTBOXPAGARME_PM_DESC="Defines the methods that will be displayed to make the payment."
MOD_LIGHTBOXPAGARME_PM_OPTION1="Brazilian Boleto and Credit card"
MOD_LIGHTBOXPAGARME_PM_OPTION2="Credit card only"
MOD_LIGHTBOXPAGARME_PM_OPTION3="Brazilian Boleto only"
MOD_LIGHTBOXPAGARME_UI_COLOR_LABEL="Checkout color"
MOD_LIGHTBOXPAGARME_UI_COLOR_DESC="Defines the primary color to be used in the Checkout Lightbox interface."
MOD_LIGHTBOXPAGARME_NOTE2_LABEL="Product or service information"
MOD_LIGHTBOXPAGARME_NOTE2_DESC="The information will be displayed online and some of it will be sent to the lightbox cart of Pagar.me to process the payment."
MOD_LIGHTBOXPAGARME_SHOW_PRODUCT_CODE_LABEL="View code"
MOD_LIGHTBOXPAGARME_SHOW_PRODUCT_CODE_DESC="Defines whether or not the product or service code will be displayed publicly."
MOD_LIGHTBOXPAGARME_PRODUCT_CODE_LABEL="Product or service code"
MOD_LIGHTBOXPAGARME_PRODUCT_CODE_DESC="You can choose codes that have meaning for your internal system and inform them in this field."
MOD_LIGHTBOXPAGARME_PRODUCT_NAME_LABEL="Product or service name"
MOD_LIGHTBOXPAGARME_PRODUCT_NAME_DESC="Name that describes the product or service. It is important that the name is clear and explanatory."
MOD_LIGHTBOXPAGARME_PRODUCT_DESCRIPTION_LABEL="Description of the product or service"
MOD_LIGHTBOXPAGARME_PRODUCT_DESCRIPTION_DESC="Description of the product or service that will be publicly displayed. Describe the details of the product or service, place images, specifications, and so on."
MOD_LIGHTBOXPAGARME_SHOW_QUANTITY_LABEL="Allow change in quantity"
MOD_LIGHTBOXPAGARME_SHOW_QUANTITY_DESC="Sets whether or not to display a field for the buyer to change the quantity of the product or service before going to the cart."
MOD_LIGHTBOXPAGARME_AMOUNT_LABEL="Unit value (BRL) R$"
MOD_LIGHTBOXPAGARME_AMOUNT_DESC="Unit value of the product or service. This amount will be multiplied by the quantity in order to get the total amount within the payment."
MOD_LIGHTBOXPAGARME_QUANTITY_LABEL="Default quantity"
MOD_LIGHTBOXPAGARME_QUANTITY_DESC="Default quantity for purchase of product or service. This value may or may not be changed by the customer at the time of purchase. The quantity will be multiplied by the unit value to get the total value within the payment."
;
; Administration Credit card tab
;
COM_MODULES_CREDIT_CARD_FIELDSET_LABEL="Credit card"
MOD_LIGHTBOXPAGARME_NOTE3_LABEL="Payment method settings Credit card"
MOD_LIGHTBOXPAGARME_NOTE3_DESC="These parameters are passed on to the API Pagar.me for setting up the Credit Card payment method.<br/>Mouse over the name of each field to understand its usefulness."
MOD_LIGHTBOXPAGARME_CCMI_LABEL="Maximum number of installment"
MOD_LIGHTBOXPAGARME_CCMI_DESC="Maximum number of installment accepted, from 1 to 12."
MOD_LIGHTBOXPAGARME_CCDI_LABEL="Default installment"
MOD_LIGHTBOXPAGARME_CCDI_DESC="Sets the default installment selected when opening the checkout."
MOD_LIGHTBOXPAGARME_CCIR_LABEL="Interest rate %"
MOD_LIGHTBOXPAGARME_CCIR_DESC="Percentage of interest rate to be charged to the transaction."
MOD_LIGHTBOXPAGARME_CCFI_LABEL="Number of installments without interest rate"
MOD_LIGHTBOXPAGARME_CCFI_DESC="Number of installments that will not have interest rate charged."
;
; Administration Brazilian Boleto tab
;
COM_MODULES_BOLETO_FIELDSET_LABEL="Brazilian Boleto"
MOD_LIGHTBOXPAGARME_NOTE4_LABEL="Payment method settings Brazilian Boleto"
MOD_LIGHTBOXPAGARME_NOTE4_DESC="These parameters are passed on to the API Pagar.me for setting up the Brazilian Boleto payment method.<br/>Mouse over the name of each field to understand its usefulness."
MOD_LIGHTBOXPAGARME_BHT_LABEL="Message on button"
MOD_LIGHTBOXPAGARME_BHT_DESC="Optional message that will appear below the Boleto payment button."
MOD_LIGHTBOXPAGARME_BDT_LABEL="Discount on Boleto"
MOD_LIGHTBOXPAGARME_BDT_DESC="Discount offered if the means of payment is Boleto."
MOD_LIGHTBOXPAGARME_BDT_OPTION1="None"
MOD_LIGHTBOXPAGARME_BDT_OPTION2="Fixed value"
MOD_LIGHTBOXPAGARME_BDT_OPTION3="Percentage"
MOD_LIGHTBOXPAGARME_BDA_LABEL="Fixed value (BRL)"
MOD_LIGHTBOXPAGARME_BDA_DESC="Fixed value of the discount if the means of payment is Boleto."
MOD_LIGHTBOXPAGARME_BDP_LABEL="Percentage %"
MOD_LIGHTBOXPAGARME_BDP_DESC="Percent discount if the means of payment is Boleto."
;
; Site
;
MOD_LIGHTBOXPAGARME_SCODE_LABEL="Code: "
MOD_LIGHTBOXPAGARME_SQUANTITY_LABEL="Quantity: "
MOD_LIGHTBOXPAGARME_SBRL_LABEL="(BRL) R$ "
MOD_LIGHTBOXPAGARME_CHECKOUT_INFO="Item: <b>#product_name</b>, Quantity: <b>#quantity</b><br/>Total payable: {price_info}"
MOD_LIGHTBOXPAGARME_ERROR_CHECKOUT="Error processing the cart. Please try again. Technical Message: "
MOD_LIGHTBOXPAGARME_PAIDSUCCESS="Payment made successfully."
MOD_LIGHTBOXPAGARME_BOLETO_LINK="Click on the following link to view the brazilian boleto: <a href="_QQ_"#boleto_url"_QQ_" target="_QQ_"_blank"_QQ_">#boleto_url</a>"
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.mod_checkout_lightbox_pagarme.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

;[1.0.0]
MOD_LIGHTBOXPAGARME="Checkout Lightbox with Pagar.me"
MOD_LIGHTBOXPAGARME_XML_DESCRIPTION="<h3>Module "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" developed for Joomla.</h3><p>&nbsp;</p><p>If it is the first installation go to Extensions => Modules.<br/>Then look for a module called "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" and click it.<br/>Configure and publish the product or service to be sold.</p><p>&nbsp;</p>"
MOD_LIGHTBOXPAGARME_XML_DESCRIPTION="<h3>Module "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" developed for Joomla.</h3><p>&nbsp;</p><p>If it is the first installation go to Extensions => Modules.<br/>Then look for a module called "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" and click it.<br/>Configure and publish the product or service for sale.</p><p>&nbsp;</p>"
26 changes: 17 additions & 9 deletions language/pt-BR/pt-BR.mod_checkout_lightbox_pagarme.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
;

;[1.0.0]
;
; Aba principal da administração
;
MOD_LIGHTBOXPAGARME="Checkout Lightbox com Pagar.me"
MOD_LIGHTBOXPAGARME_XML_DESCRIPTION="Módulo "_QQ_"Checkout Lightbox com Pagar.me"_QQ_" desenvolvido para Joomla."
MOD_CHECKOUT_LIGHTBOX_PAGARME="Checkout Lightbox com Pagar.me"
Expand Down Expand Up @@ -41,15 +43,9 @@ MOD_LIGHTBOXPAGARME_AMOUNT_LABEL="Valor unitário R$ "
MOD_LIGHTBOXPAGARME_AMOUNT_DESC="Valor unitário do produto ou serviço. Este valor será multiplicado pela quantidade afim de obter o valor total dentro do pagamento."
MOD_LIGHTBOXPAGARME_QUANTITY_LABEL="Quantidade padrão"
MOD_LIGHTBOXPAGARME_QUANTITY_DESC="Quantidade padrão para aquisição do produto ou serviço. Este valor poderá ser alterado ou não pelo cliente no momento da compra. A quantidade será multiplicada pelo valor unitário para obter o valor total dentro do pagamento."
; Site
MOD_LIGHTBOXPAGARME_SCODE_LABEL="Código: "
MOD_LIGHTBOXPAGARME_SQUANTITY_LABEL="Quantidade: "
MOD_LIGHTBOXPAGARME_SBRL_LABEL="R$ "
MOD_LIGHTBOXPAGARME_CHECKOUT_INFO="Item: <b>#product_name</b>, Quantidade: <b>#quantity</b><br/> Total a pagar: {price_info}"
MOD_LIGHTBOXPAGARME_ERROR_CHECKOUT="Erro no processamento do carrinho. Por favor tente novamente. Mensagem técnica: "
MOD_LIGHTBOXPAGARME_PAIDSUCCESS="Pagamento efetuado com sucesso."
MOD_LIGHTBOXPAGARME_BOLETO_LINK="Clique no link a seguir para visualizar o boleto: <a href="_QQ_"#boleto_url"_QQ_" target="_QQ_"_blank"_QQ_">#boleto_url</a>"
;
; Aba Cartão de crédito da administração
;
COM_MODULES_CREDIT_CARD_FIELDSET_LABEL="Cartão de crédito"
MOD_LIGHTBOXPAGARME_NOTE3_LABEL="Configurações do método de pagamento Cartão de crédito"
MOD_LIGHTBOXPAGARME_NOTE3_DESC="Esses parâmetros são repassados para API do Pagar.me para configuração do meio de pagamento Cartão de crédito.<br/>Passe o mouse no nome de cada campo para entender a sua utilidade."
Expand All @@ -61,7 +57,9 @@ MOD_LIGHTBOXPAGARME_CCIR_LABEL="Taxa de juros %"
MOD_LIGHTBOXPAGARME_CCIR_DESC="Percentual de taxa de juros a ser cobrada na transação."
MOD_LIGHTBOXPAGARME_CCFI_LABEL="Número de parcelas sem juros"
MOD_LIGHTBOXPAGARME_CCFI_DESC="Número de parcelas que não terão juros cobrados."
;
; Aba Boleto bancário da administração
;
COM_MODULES_BOLETO_FIELDSET_LABEL="Boleto bancário"
MOD_LIGHTBOXPAGARME_NOTE4_LABEL="Configurações do método de pagamento Boleto bancário"
MOD_LIGHTBOXPAGARME_NOTE4_DESC="Esses parâmetros são repassados para API do Pagar.me para configuração do meio de pagamento Boleto bancário.<br/>Passe o mouse no nome de cada campo para entender a sua utilidade."
Expand All @@ -75,4 +73,14 @@ MOD_LIGHTBOXPAGARME_BDT_OPTION3="Percentual"
MOD_LIGHTBOXPAGARME_BDA_LABEL="Valor fixo R$"
MOD_LIGHTBOXPAGARME_BDA_DESC="Valor fixo do desconto caso o meio de pagamento seja boleto."
MOD_LIGHTBOXPAGARME_BDP_LABEL="Percentual %"
MOD_LIGHTBOXPAGARME_BDP_DESC="Percentual de desconto caso o meio de pagamento seja boleto."
MOD_LIGHTBOXPAGARME_BDP_DESC="Percentual de desconto caso o meio de pagamento seja boleto."
;
; Site
;
MOD_LIGHTBOXPAGARME_SCODE_LABEL="Código: "
MOD_LIGHTBOXPAGARME_SQUANTITY_LABEL="Quantidade: "
MOD_LIGHTBOXPAGARME_SBRL_LABEL="R$ "
MOD_LIGHTBOXPAGARME_CHECKOUT_INFO="Item: <b>#product_name</b>, Quantidade: <b>#quantity</b><br/> Total a pagar: {price_info}"
MOD_LIGHTBOXPAGARME_ERROR_CHECKOUT="Erro no processamento do carrinho. Por favor tente novamente. Mensagem técnica: "
MOD_LIGHTBOXPAGARME_PAIDSUCCESS="Pagamento efetuado com sucesso."
MOD_LIGHTBOXPAGARME_BOLETO_LINK="Clique no link a seguir para visualizar o boleto: <a href="_QQ_"#boleto_url"_QQ_" target="_QQ_"_blank"_QQ_">#boleto_url</a>"
2 changes: 1 addition & 1 deletion language/pt-BR/pt-BR.mod_checkout_lightbox_pagarme.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

;[1.0.0]
MOD_LIGHTBOXPAGARME="Checkout Lightbox with Pagar.me"
MOD_LIGHTBOXPAGARME_XML_DESCRIPTION="<h3>Módulo "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" desenvolvido para Joomla.</h3><p>&nbsp;</p><p>Caso seja a primeira instalação, acesse Extensões => Módulos.<br/>Em seguida procure um módulo chamado "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" e clique nele.<br/>Configure e publique o produto ou serviço a ser vendido.</p><p>&nbsp;</p>"
MOD_LIGHTBOXPAGARME_XML_DESCRIPTION="<h3>Módulo "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" desenvolvido para Joomla.</h3><p>&nbsp;</p><p>Caso seja a primeira instalação, acesse Extensões => Módulos.<br/>Em seguida procure um módulo chamado "_QQ_"Checkout Lightbox with Pagar.me"_QQ_" e clique nele.<br/>Configure e publique o produto ou serviço para venda.</p><p>&nbsp;</p>"

0 comments on commit 3d7fcd2

Please sign in to comment.