fix: 04 => i18n
This commit is contained in:
parent
40e69b48a8
commit
61cb6d050a
3 changed files with 3 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ watch(
|
||||||
</span>
|
</span>
|
||||||
<span class="col ellipsis column text-weight-medium">
|
<span class="col ellipsis column text-weight-medium">
|
||||||
<div class="text-caption app-text-muted-2">
|
<div class="text-caption app-text-muted-2">
|
||||||
งวดที่จ่าย
|
{{ $t('productService.service.InstallmentsNo') }}
|
||||||
</div>
|
</div>
|
||||||
{{ !readonly ? '' : product.installmentNo }}
|
{{ !readonly ? '' : product.installmentNo }}
|
||||||
<span class="row justify-end">
|
<span class="row justify-end">
|
||||||
|
|
|
||||||
|
|
@ -699,6 +699,7 @@ export default {
|
||||||
workAlreadyExist: 'Work already exist',
|
workAlreadyExist: 'Work already exist',
|
||||||
splitPay: 'Split Payment',
|
splitPay: 'Split Payment',
|
||||||
noPropertiesYet: 'No properties have been selected yet',
|
noPropertiesYet: 'No properties have been selected yet',
|
||||||
|
InstallmentsNo: 'Installments no',
|
||||||
},
|
},
|
||||||
product: {
|
product: {
|
||||||
title: 'Products and Services',
|
title: 'Products and Services',
|
||||||
|
|
|
||||||
|
|
@ -691,6 +691,7 @@ export default {
|
||||||
workAlreadyExist: 'งานนี้มีอยู่แล้ว',
|
workAlreadyExist: 'งานนี้มีอยู่แล้ว',
|
||||||
splitPay: 'แบ่งจ่าย',
|
splitPay: 'แบ่งจ่าย',
|
||||||
noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่อขั้นตอน',
|
noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่อขั้นตอน',
|
||||||
|
InstallmentsNo: 'งวดที่จ่าย',
|
||||||
},
|
},
|
||||||
product: {
|
product: {
|
||||||
title: 'สินค้าและบริการ',
|
title: 'สินค้าและบริการ',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue