feat(ContactEdit): show error message in field (#5437)

This commit is contained in:
rex
2020-01-02 16:10:49 +08:00
committed by neverland
parent 67d0811596
commit 307a233a88
7 changed files with 14 additions and 10 deletions
+1
View File
@@ -9,6 +9,7 @@ export default {
loading: 'Loading...',
telEmpty: 'Please fill in the tel',
nameEmpty: 'Please fill in the name',
nameInvalid: 'Malformed name',
confirmDelete: 'Are you sure you want to delete?',
telInvalid: 'Malformed phone number',
vanCalendar: {
+1
View File
@@ -9,6 +9,7 @@ export default {
loading: 'Cargando...',
telEmpty: 'Por favor rellena el teléfono',
nameEmpty: 'Por favor rellena el nombre',
nameInvalid: 'nombre inválido',
confirmDelete: 'Estás seguro de eliminarlo?',
telInvalid: 'Teléfono inválido',
vanCalendar: {
+1
View File
@@ -9,6 +9,7 @@ export default {
loading: 'Yükleniyor...',
telEmpty: 'Lütfen tel. no giriniz',
nameEmpty: 'Lütfen isim giriniz',
nameInvalid: 'Geçersiz isim',
confirmDelete: 'Silmek istediğinize emin misiniz?',
telInvalid: 'Geçersiz tel. numarası',
vanCalendar: {
+2 -1
View File
@@ -9,8 +9,9 @@ export default {
loading: '加载中...',
telEmpty: '请填写电话',
nameEmpty: '请填写姓名',
nameInvalid: '请输入正确的姓名',
confirmDelete: '确定要删除么',
telInvalid: '请填写正确的电话',
telInvalid: '请输入正确的手机号',
vanCalendar: {
end: '结束',
start: '开始',
+1
View File
@@ -9,6 +9,7 @@ export default {
loading: '加載中...',
telEmpty: '請填寫電話',
nameEmpty: '請填寫姓名',
nameInvalid: '請輸入正確的姓名',
confirmDelete: '確定要刪除麽',
telInvalid: '請填寫正確的電話',
vanCalendar: {
+1
View File
@@ -9,6 +9,7 @@ export default {
loading: '載入中...',
telEmpty: '請填寫電話',
nameEmpty: '請填寫姓名',
nameInvalid: '請輸入正確的姓名',
confirmDelete: '確定要刪除嗎',
telInvalid: '請填寫正確的電話',
vanCalendar: {