UI language management: Translation v1.01 - minor fixes
This commit is contained in:
parent
3bb7e86896
commit
d93c95558f
8 changed files with 60 additions and 33 deletions
|
@ -33,11 +33,15 @@
|
|||
"br-US","cancel","cancel_confirm_btn","Confirmar"
|
||||
"br-US","cancel","cancel_dismiss_btn","Descartar"
|
||||
"br-US","cancel","cancel_title","Cancelar"
|
||||
"br-US","checkout","checkout_can_scan","Não pode digitalizar?"
|
||||
"br-US","checkout","checkout_accept_btn","Aceitar"
|
||||
"br-US","checkout","checkout_cant_scan","Não pode digitalizar? "
|
||||
"br-US","checkout","checkout_close_btn","Fechar"
|
||||
"br-US","checkout","checkout_copyaddress_error","Erro ao copiar endereço"
|
||||
"br-US","checkout","checkout_copyamount_error","Erro ao copiar o valor"
|
||||
"br-US","checkout","checkout_copymemo_error","Erro ao copiar o memorando"
|
||||
"br-US","checkout","checkout_copy_address","Copie Endereço"
|
||||
"br-US","checkout","checkout_copy_amount","Copie Valor"
|
||||
"br-US","checkout","checkout_copy_memo","Copy Memo"
|
||||
"br-US","checkout","checkout_copy_notavail","Funcionalidade de cópia não suportada!!"
|
||||
"br-US","checkout","checkout_notserv_close","Fechar"
|
||||
"br-US","checkout","checkout_notserv_error","Erro"
|
||||
|
@ -109,7 +113,7 @@
|
|||
"br-US","itemedit","itemedit_item_label","Artigo"
|
||||
"br-US","itemedit","itemedit_item_price","Preço:"
|
||||
"br-US","itemedit","itemedit_save_btn","Salvar"
|
||||
"br-US","itemlist","itemlist_avail_items","Itens disponíveis:"
|
||||
"br-US","itemlist","itemlist_avail_items","Items disponíveis:"
|
||||
"br-US","itemlist","itemlist_list_empty","Ainda não há itens"
|
||||
"br-US","listorders","listorders_backtoshop_btn","Voltar a Loja"
|
||||
"br-US","listorders","listorders_export_orders","Exportar Pedidos"
|
||||
|
@ -304,11 +308,15 @@
|
|||
"en-US","cancel","cancel_confirm_btn","Confirm"
|
||||
"en-US","cancel","cancel_dismiss_btn","Dismiss"
|
||||
"en-US","cancel","cancel_title","Cancel"
|
||||
"en-US","checkout","checkout_accept_btn","Accept"
|
||||
"en-US","checkout","checkout_cant_scan","Can't scan?"
|
||||
"en-US","checkout","checkout_close_btn","Close"
|
||||
"en-US","checkout","checkout_copyaddress_error","Error copying address"
|
||||
"en-US","checkout","checkout_copyamount_error","Error while copying ammount"
|
||||
"en-US","checkout","checkout_copymemo_error","Error while copying Memo"
|
||||
"en-US","checkout","checkout_copy_address","Copy Address"
|
||||
"en-US","checkout","checkout_copy_amount","Copy Amount"
|
||||
"en-US","checkout","checkout_copy_memo","Copy Memo"
|
||||
"en-US","checkout","checkout_copy_notavail","Copy functionality not supported!!"
|
||||
"en-US","checkout","checkout_notserv_close","Close"
|
||||
"en-US","checkout","checkout_notserv_error","Error"
|
||||
|
@ -576,11 +584,15 @@
|
|||
"es-US","cancel","cancel_confirm_btn","Confirmar"
|
||||
"es-US","cancel","cancel_dismiss_btn","Descartar"
|
||||
"es-US","cancel","cancel_title","Cancelar"
|
||||
"es-US","checkout","checkout_accept_btn","Aceptar"
|
||||
"es-US","checkout","checkout_cant_scan","No puede escanear?"
|
||||
"es-US","checkout","checkout_close_btn","Cerrar"
|
||||
"es-US","checkout","checkout_copyaddress_error","Error al copiar dirección"
|
||||
"es-US","checkout","checkout_copyamount_error","Error al copiar el valor"
|
||||
"es-US","checkout","checkout_copymemo_error","Error al copiar Memo"
|
||||
"es-US","checkout","checkout_copy_address","Copiar Dirección"
|
||||
"es-US","checkout","checkout_copy_amount","Copie Valor"
|
||||
"es-US","checkout","checkout_copy_memo","Copie Valor"
|
||||
"es-US","checkout","checkout_copy_notavail","Fucionalidad de copia no soportada!!"
|
||||
"es-US","checkout","checkout_notserv","Error"
|
||||
"es-US","checkout","checkout_notserv_close","Cerrar"
|
||||
|
|
|
|
@ -3,7 +3,7 @@
|
|||
-- https://www.phpmyadmin.net/
|
||||
--
|
||||
-- Host: localhost
|
||||
-- Generation Time: Feb 13, 2023 at 10:30 PM
|
||||
-- Generation Time: Feb 14, 2023 at 11:00 AM
|
||||
-- Server version: 10.7.7-MariaDB
|
||||
-- PHP Version: 8.1.15
|
||||
|
||||
|
@ -73,11 +73,15 @@ INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element
|
|||
('br-US', 'cancel', 'cancel_confirm_btn', 'Confirmar'),
|
||||
('br-US', 'cancel', 'cancel_dismiss_btn', 'Descartar'),
|
||||
('br-US', 'cancel', 'cancel_title', 'Cancelar'),
|
||||
('br-US', 'checkout', 'checkout_can_scan', 'Não pode digitalizar?'),
|
||||
('br-US', 'checkout', 'checkout_accept_btn', 'Aceitar'),
|
||||
('br-US', 'checkout', 'checkout_cant_scan', 'Não pode digitalizar? '),
|
||||
('br-US', 'checkout', 'checkout_close_btn', 'Fechar'),
|
||||
('br-US', 'checkout', 'checkout_copyaddress_error', 'Erro ao copiar endereço'),
|
||||
('br-US', 'checkout', 'checkout_copyamount_error', 'Erro ao copiar o valor'),
|
||||
('br-US', 'checkout', 'checkout_copymemo_error', 'Erro ao copiar o memorando'),
|
||||
('br-US', 'checkout', 'checkout_copy_address', 'Copie Endereço'),
|
||||
('br-US', 'checkout', 'checkout_copy_amount', 'Copie Valor'),
|
||||
('br-US', 'checkout', 'checkout_copy_memo', 'Copy Memo'),
|
||||
('br-US', 'checkout', 'checkout_copy_notavail', 'Funcionalidade de cópia não suportada!!'),
|
||||
('br-US', 'checkout', 'checkout_notserv_close', 'Fechar'),
|
||||
('br-US', 'checkout', 'checkout_notserv_error', 'Erro'),
|
||||
|
@ -149,7 +153,7 @@ INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element
|
|||
('br-US', 'itemedit', 'itemedit_item_label', 'Artigo'),
|
||||
('br-US', 'itemedit', 'itemedit_item_price', 'Preço:'),
|
||||
('br-US', 'itemedit', 'itemedit_save_btn', 'Salvar'),
|
||||
('br-US', 'itemlist', 'itemlist_avail_items', 'Itens disponíveis:'),
|
||||
('br-US', 'itemlist', 'itemlist_avail_items', 'Items disponíveis:'),
|
||||
('br-US', 'itemlist', 'itemlist_list_empty', 'Ainda não há itens'),
|
||||
('br-US', 'listorders', 'listorders_backtoshop_btn', 'Voltar a Loja'),
|
||||
('br-US', 'listorders', 'listorders_export_orders', 'Exportar Pedidos'),
|
||||
|
@ -344,11 +348,15 @@ INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element
|
|||
('en-US', 'cancel', 'cancel_confirm_btn', 'Confirm'),
|
||||
('en-US', 'cancel', 'cancel_dismiss_btn', 'Dismiss'),
|
||||
('en-US', 'cancel', 'cancel_title', 'Cancel'),
|
||||
('en-US', 'checkout', 'checkout_accept_btn', 'Accept'),
|
||||
('en-US', 'checkout', 'checkout_cant_scan', 'Can\'t scan?'),
|
||||
('en-US', 'checkout', 'checkout_close_btn', 'Close'),
|
||||
('en-US', 'checkout', 'checkout_copyaddress_error', 'Error copying address'),
|
||||
('en-US', 'checkout', 'checkout_copyamount_error', 'Error while copying ammount'),
|
||||
('en-US', 'checkout', 'checkout_copymemo_error', 'Error while copying Memo'),
|
||||
('en-US', 'checkout', 'checkout_copy_address', 'Copy Address'),
|
||||
('en-US', 'checkout', 'checkout_copy_amount', 'Copy Amount'),
|
||||
('en-US', 'checkout', 'checkout_copy_memo', 'Copy Memo'),
|
||||
('en-US', 'checkout', 'checkout_copy_notavail', 'Copy functionality not supported!!'),
|
||||
('en-US', 'checkout', 'checkout_notserv_close', 'Close'),
|
||||
('en-US', 'checkout', 'checkout_notserv_error', 'Error'),
|
||||
|
@ -616,11 +624,15 @@ INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element
|
|||
('es-US', 'cancel', 'cancel_confirm_btn', 'Confirmar'),
|
||||
('es-US', 'cancel', 'cancel_dismiss_btn', 'Descartar'),
|
||||
('es-US', 'cancel', 'cancel_title', 'Cancelar'),
|
||||
('es-US', 'checkout', 'checkout_accept_btn', 'Aceptar'),
|
||||
('es-US', 'checkout', 'checkout_cant_scan', 'No puede escanear?'),
|
||||
('es-US', 'checkout', 'checkout_close_btn', 'Cerrar'),
|
||||
('es-US', 'checkout', 'checkout_copyaddress_error', 'Error al copiar dirección'),
|
||||
('es-US', 'checkout', 'checkout_copyamount_error', 'Error al copiar el valor'),
|
||||
('es-US', 'checkout', 'checkout_copymemo_error', 'Error al copiar Memo'),
|
||||
('es-US', 'checkout', 'checkout_copy_address', 'Copiar Dirección'),
|
||||
('es-US', 'checkout', 'checkout_copy_amount', 'Copie Valor'),
|
||||
('es-US', 'checkout', 'checkout_copy_memo', 'Copie Valor'),
|
||||
('es-US', 'checkout', 'checkout_copy_notavail', 'Fucionalidad de copia no soportada!!'),
|
||||
('es-US', 'checkout', 'checkout_notserv', 'Error'),
|
||||
('es-US', 'checkout', 'checkout_notserv_close', 'Cerrar'),
|
||||
|
@ -776,7 +788,8 @@ INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element
|
|||
('es-US', 'prompreceipt', 'promptreceipt_receipt_url', 'URL del Recibo:'),
|
||||
('es-US', 'prompreceipt', 'promptreceipt_send_link', 'Envíe el link del recibo a su cliente:'),
|
||||
('es-US', 'promptinvoice', 'promptinvoice_func_notavail', 'Funcionalidad no disponible en su navegador. Use el botón de enviar en lugar de eso.'),
|
||||
('es-US', 'promptinvoice', 'promptinvoice_invoice_cancel', 'Cancelar'),
|
||||
('es-US', 'promptinvoice', 'promptinvoice_invoice_cancel', 'Cancelar');
|
||||
INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element_text`) VALUES
|
||||
('es-US', 'promptinvoice', 'promptinvoice_invoice_clipboard', 'URL de la factura copiado al Portapapeles!!'),
|
||||
('es-US', 'promptinvoice', 'promptinvoice_invoice_sent', 'Enviado!'),
|
||||
('es-US', 'promptinvoice', 'promptinvoice_invoice_url', 'URL de Factura:'),
|
||||
|
@ -785,8 +798,7 @@ INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element
|
|||
('es-US', 'promptinvoice', 'promptinvoice_notserv_success', 'Suceso'),
|
||||
('es-US', 'promptinvoice', 'promptinvoice_send_link', 'Envíe el link de la factura a su cliente:'),
|
||||
('es-US', 'promptreceipt', 'promptreceipt_close_lbl', 'Cerrar'),
|
||||
('es-US', 'promptreceipt', 'promptreceipt_func_notavail', 'Functionality not available for your browser. Use send button ');
|
||||
INSERT INTO `languages` (`encode_id`, `view_name`, `view_element`, `view_element_text`) VALUES
|
||||
('es-US', 'promptreceipt', 'promptreceipt_func_notavail', 'Functionality not available for your browser. Use send button '),
|
||||
('es-US', 'promptreceipt', 'promptreceipt_notserv_close', 'Cerrar'),
|
||||
('es-US', 'promptreceipt', 'promptreceipt_notserv_error', 'Error'),
|
||||
('es-US', 'promptreceipt', 'promptreceipt_notserv_success', 'Suceso'),
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<div class="container" style="font-family: 'Spartan', sans-serif;
|
||||
margin-top: 10px;">
|
||||
|
||||
<div class="askPayment">
|
||||
<div class="askPayment">
|
||||
{{ vE.checkoutScanPayment }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container" style="font-family: 'Spartan', sans-serif;
|
||||
padding: 15px;">
|
||||
|
||||
<pre></pre>
|
||||
<table style="align-content: center;">
|
||||
<tr>
|
||||
|
@ -20,25 +21,25 @@
|
|||
width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<button mat-raised-button color="primary" (click)="confirm()">
|
||||
<mat-icon>verified_user</mat-icon>
|
||||
<button mat-raised-button color="primary" (click)="confirm()"><mat-icon>verified_user</mat-icon>
|
||||
{{ vE.checkoutAcceptBtn }}
|
||||
</button>
|
||||
|
||||
</td>
|
||||
<td align="right">
|
||||
<button mat-raised-button (click)="close()">
|
||||
<mat-icon>{{ vE.checkoutCloseBtn }}</mat-icon>
|
||||
<mat-icon>close_btn</mat-icon>{{ vE.checkoutCloseBtn }}
|
||||
</button>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center;
|
||||
margin-top: 10px;
|
||||
line-height: 30px;">
|
||||
|
||||
{{ vE.checkoutCantScan }}<br>{{ vE.checkoutUseThis }}<a [href]="zcashUrl">{{ vE.checkoutWalletLink }}</a>{{ vE.checkoutWalletOr }}
|
||||
line-height: 30px;">{{ vE.checkoutCantScan }}<br>
|
||||
{{ vE.checkoutUseThis }}<a [href]="zcashUrl">{{ vE.checkoutWalletLink }}</a>{{ vE.checkoutWalletOr }}
|
||||
<div style="display: flex;
|
||||
justify-content: space-between;">
|
||||
<button style="margin-top: 20px;
|
||||
|
|
|
@ -30,6 +30,7 @@ export class CheckoutComponent implements OnInit {
|
|||
//
|
||||
vE = {
|
||||
checkoutScanPayment : '',
|
||||
checkoutAcceptBtn : '',
|
||||
checkoutCloseBtn : '',
|
||||
checkoutCantScan : '',
|
||||
checkoutUseThis : '',
|
||||
|
@ -157,6 +158,7 @@ export class CheckoutComponent implements OnInit {
|
|||
console.log('Language data : ',response.data);
|
||||
|
||||
this.vE.checkoutScanPayment = response.data.checkout_scan_payment;
|
||||
this.vE.checkoutAcceptBtn = response.data.checkout_accept_btn;
|
||||
this.vE.checkoutCloseBtn = response.data.checkout_close_btn;
|
||||
this.vE.checkoutCantScan = response.data.checkout_cant_scan;
|
||||
this.vE.checkoutUseThis = response.data.checkout_use_this;
|
||||
|
|
|
@ -56,7 +56,7 @@ img.icon{
|
|||
color: white;
|
||||
font-weight: 500;
|
||||
height: 25px !important;
|
||||
width: 80px !important;
|
||||
width: 105px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
@ -68,7 +68,7 @@ img.icon{
|
|||
font-family: 'Spartan', sans-serif;
|
||||
font-weight: 500;
|
||||
height: 25px !important;
|
||||
width: 80px !important;
|
||||
width: 100px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<mat-card-actions>
|
||||
-->
|
||||
<table style="margin-top: 4px;" cellspacing="0" width="100%">
|
||||
<tr style="height: 16px;
|
||||
<tr style="height: 30px;
|
||||
margin-top: 10px">
|
||||
<td>
|
||||
<button mat-raised-button
|
||||
|
@ -102,8 +102,7 @@
|
|||
<button mat-raised-button
|
||||
class="buttons-class"
|
||||
(click)="invoice()">
|
||||
<fa-icon [icon]="faInvoice" ></fa-icon> {{ vE.orderInvoiceBtn }}
|
||||
</button>
|
||||
<fa-icon [icon]="faInvoice" ></fa-icon> {{ vE.orderInvoiceBtn }}</button>
|
||||
</td>
|
||||
<td align="right">
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<div class="container" style="margin-top: 10px;">
|
||||
|
||||
<div class="invoice" >
|
||||
<div class="invoice" >
|
||||
{{ vE.promptinvoiceSendLink }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container" style="padding: 10px;" >
|
||||
|
||||
<table style="width:100%;
|
||||
margin-top: 10px;">
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<div class="container" style="margin-top: 10px;">
|
||||
|
||||
<div class="invoice" >
|
||||
<div class="invoice" >
|
||||
{{ vE.promptreceiptSendLink }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container"
|
||||
style="margin-top: 10px;
|
||||
padding: 15px;">
|
||||
<table style="width:100%;
|
||||
margin-top: 10px;">
|
||||
<thead style="width: 100%;">
|
||||
|
|
Loading…
Reference in a new issue