feat: i18n alert dialog

This commit is contained in:
puriphatt 2024-06-13 03:49:03 +00:00
parent f228f4cfda
commit 34cb58fbfd
4 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export default {
warning: 'Warning',
warningForgetInput: 'You have incomplete information.',
};