chore: wording
This commit is contained in:
parent
6d789e2a9d
commit
ec99336bf3
2 changed files with 4 additions and 4 deletions
|
|
@ -159,7 +159,7 @@ const file = ref<File | undefined>()
|
||||||
:error="!!error.fileExist || !!error.fileName2Long"
|
:error="!!error.fileExist || !!error.fileName2Long"
|
||||||
:error-message="
|
:error-message="
|
||||||
error.fileExist
|
error.fileExist
|
||||||
? 'พบไฟล์ในระบบ ข้อมูลในระบบจะถูกเขียนทับ'
|
? 'พบไฟล์ชื่อซ้ำในระบบ ไฟล์ชื่อนี้ภายในระบบจะถูกเขียนทับ'
|
||||||
: error.fileName2Long
|
: error.fileName2Long
|
||||||
? 'ไม่สามารถเพิ่มไฟล์ที่ชื่อยาวเกิน 85 ตัวอักษรได้'
|
? 'ไม่สามารถเพิ่มไฟล์ที่ชื่อยาวเกิน 85 ตัวอักษรได้'
|
||||||
: ''
|
: ''
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,9 @@ defineEmits(['update:notification', 'confirm', 'cancel'])
|
||||||
<div>
|
<div>
|
||||||
<h6 class="q-my-none">ยืนยันการเพิ่มข้อมูล</h6>
|
<h6 class="q-my-none">ยืนยันการเพิ่มข้อมูล</h6>
|
||||||
<p class="q-my-none">
|
<p class="q-my-none">
|
||||||
พบข้อมูลในระบบ หากดำเนินการต่อ
|
พบไฟล์ชื่อซ้ำในระบบ หากดำเนินการต่อ
|
||||||
ข้อมูลที่มีอยู่จะถูกแทนที่ด้วยข้อมูลใหม่
|
ไฟล์ที่มีอยู่จะถูกแทนที่ด้วยไฟล์ใหม่
|
||||||
ต้องการยืนยันการเพิ่มข้อมูลนี้หรือไม่
|
ต้องการยืนยันการอัปโหลดไฟล์นี้หรือไม่
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue