chore: wording

This commit is contained in:
Methapon2001 2023-12-13 11:36:13 +07:00
parent 6d789e2a9d
commit ec99336bf3
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
2 changed files with 4 additions and 4 deletions

View file

@ -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 ตัวอักษรได้'
: '' : ''

View file

@ -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>