From daf8c9265b122ba2db840b3a06e6d907eb1c0ec3 Mon Sep 17 00:00:00 2001 From: raishvaria Date: Mon, 27 Jan 2020 11:18:11 +0530 Subject: [PATCH] fix tab & language issue --- resources/assets/js/plugins/ar.json | 1 + resources/assets/js/plugins/de.json | 1 + resources/assets/js/plugins/en.json | 1 + resources/assets/js/plugins/es.json | 1 + resources/assets/js/plugins/fr.json | 1 + resources/assets/js/plugins/pt-br.json | 1 + .../assets/js/views/customers/Create.vue | 41 +++++++++++++++---- resources/assets/js/views/payments/View.vue | 2 +- 8 files changed, 39 insertions(+), 10 deletions(-) diff --git a/resources/assets/js/plugins/ar.json b/resources/assets/js/plugins/ar.json index 49319c81..67b81f35 100644 --- a/resources/assets/js/plugins/ar.json +++ b/resources/assets/js/plugins/ar.json @@ -398,6 +398,7 @@ "update_payment": "تحديث الدفعة", "payment": "دفعة | مدفوعات", "no_payments": "لا يوجد مدفوعات حتى الآن!", + "no_matching_payments": "لا توجد مدفوعات مطابقة!", "list_of_payments": "سوف تحتوي هذه القائمة على مدفوعات الفواتير.", "select_payment_mode": "اختر طريقة الدفع", diff --git a/resources/assets/js/plugins/de.json b/resources/assets/js/plugins/de.json index 4691abcb..2779e0fe 100644 --- a/resources/assets/js/plugins/de.json +++ b/resources/assets/js/plugins/de.json @@ -452,6 +452,7 @@ "list_of_payments": "Dieser Abschnitt enthält die Liste der Zahlungen.", "new_payment": "Neue Zahlung", "no_payments": "Keine Zahlungen vorhanden!", + "no_matching_payments": "Es gibt keine passenden Zahlungen!", "note": "Hinweis", "payment": "Zahlung | Zahlungen", "payment_mode": "Zahlungsart", diff --git a/resources/assets/js/plugins/en.json b/resources/assets/js/plugins/en.json index 31d59ffc..47d7b22f 100644 --- a/resources/assets/js/plugins/en.json +++ b/resources/assets/js/plugins/en.json @@ -409,6 +409,7 @@ "update_payment": "Update Payment", "payment": "Payment | Payments", "no_payments": "No payments yet!", + "no_matching_payments": "There are no matching payments!", "list_of_payments": "This section will contain the list of payments.", "select_payment_mode": "Select payment mode", "confirm_send_payment": "This payment will be sent via email to the customer", diff --git a/resources/assets/js/plugins/es.json b/resources/assets/js/plugins/es.json index 860b4b31..208f79c2 100644 --- a/resources/assets/js/plugins/es.json +++ b/resources/assets/js/plugins/es.json @@ -397,6 +397,7 @@ "update_payment": "Actualizar pago", "payment": "Pago | Pagos", "no_payments": "¡Aún no hay pagos!", + "no_matching_payments": "¡No hay pagos equivalentes!", "list_of_payments": "Esta sección contendrá la lista de pagos.", "select_payment_mode": "Seleccionar modo de pago", diff --git a/resources/assets/js/plugins/fr.json b/resources/assets/js/plugins/fr.json index 24eb45e7..a5444850 100644 --- a/resources/assets/js/plugins/fr.json +++ b/resources/assets/js/plugins/fr.json @@ -395,6 +395,7 @@ "update_payment": "Mettre à jour le paiement", "payment": "Paiement | Paiements", "no_payments": "Aucun paiement pour le moment!", + "no_matching_payments": "Il n'y a aucun paiement correspondant!", "list_of_payments": "Cette section contiendra la liste des paiements", "select_payment_mode": "Sélectionnez le mode de paiement", diff --git a/resources/assets/js/plugins/pt-br.json b/resources/assets/js/plugins/pt-br.json index 8f3b4604..cc97d497 100644 --- a/resources/assets/js/plugins/pt-br.json +++ b/resources/assets/js/plugins/pt-br.json @@ -398,6 +398,7 @@ "update_payment": "Atualizar Pagamento", "payment": "Pagamento | Pagamentos", "no_payments": "Ainda sem pagamentos!", + "no_matching_payments": "Não há pagamentos correspondentes!", "list_of_payments": "Esta seção conterá a lista de pagamentos.", "select_payment_mode": "Selecione a forma de pagamento", diff --git a/resources/assets/js/views/customers/Create.vue b/resources/assets/js/views/customers/Create.vue index f8e68135..dd548fb5 100644 --- a/resources/assets/js/views/customers/Create.vue +++ b/resources/assets/js/views/customers/Create.vue @@ -4,9 +4,15 @@ @@ -124,6 +139,7 @@ v-model="billing.state" name="billing.state" type="text" + tab-index="9" />
@@ -138,7 +154,9 @@ @input="$v.billing.address_street_1.$touch()" />
- {{ $t('validation.address_maxlength') }} + + {{ $t('validation.address_maxlength') }} +
- {{ $t('validation.address_maxlength') }} + + {{ $t('validation.address_maxlength') }} +
@@ -175,6 +195,7 @@ v-model="billing.city" name="billing.city" type="text" + tab-index="10" />
@@ -226,6 +247,7 @@ v-model="shipping.state" name="shipping.state" type="text" + tab-index="17" />
@@ -277,6 +299,7 @@ v-model="shipping.city" name="shipping.city" type="text" + tab-index="18" />
diff --git a/resources/assets/js/views/payments/View.vue b/resources/assets/js/views/payments/View.vue index 8f39f261..9dcb9b72 100644 --- a/resources/assets/js/views/payments/View.vue +++ b/resources/assets/js/views/payments/View.vue @@ -118,7 +118,7 @@

- {{ $t('payments.no_matching_invoices') }} + {{ $t('payments.no_matching_payments') }}