diff --git a/i18n/de/dialog.json b/i18n/de/dialog.json index 06723ff7..d7fcfe5b 100644 --- a/i18n/de/dialog.json +++ b/i18n/de/dialog.json @@ -35,6 +35,10 @@ "title": "Bitte wählen Sie eine andere Datei" }, "validation": { + "invoiceID": { + "title": "Ungültige Rechnungs-ID", + "message": "Rechnungs-ID darf nicht leer sein" + }, "recipient": { "empty": { "title": "Ungültiger Kontakt", diff --git a/i18n/en/dialog.json b/i18n/en/dialog.json index 08aa25ca..6dfcd094 100644 --- a/i18n/en/dialog.json +++ b/i18n/en/dialog.json @@ -35,6 +35,10 @@ "title": "Please choose another file" }, "validation": { + "invoiceID": { + "title": "Invalid Invoice ID", + "message": "Invoice ID can not be blank" + }, "recipient": { "empty": { "title": "Invalid contact", diff --git a/i18n/fr/dialog.json b/i18n/fr/dialog.json index 3c4e180b..51168d60 100644 --- a/i18n/fr/dialog.json +++ b/i18n/fr/dialog.json @@ -35,6 +35,10 @@ "title": "Veuillez choisir un autre fichier" }, "validation": { + "invoiceID": { + "title": "ID de facture invalide", + "message": "ID de facture ne peut pas être vide" + }, "recipient": { "empty": { "title": "Contact invalide", diff --git a/i18n/id/dialog.json b/i18n/id/dialog.json index a4c5b249..b4091f5f 100644 --- a/i18n/id/dialog.json +++ b/i18n/id/dialog.json @@ -35,6 +35,10 @@ "title": "Silahkan pilih berkas lain" }, "validation": { + "invoiceID": { + "title": "ID Faktur Tidak Sah", + "message": "ID faktur tidak boleh kosong" + }, "recipient": { "empty": { "title": "Kontak tidak sah", diff --git a/i18n/vi/dialog.json b/i18n/vi/dialog.json index b3e369bc..6058825d 100644 --- a/i18n/vi/dialog.json +++ b/i18n/vi/dialog.json @@ -35,6 +35,10 @@ "title": "Vui lòng chọn một file khác" }, "validation": { + "invoiceID": { + "title": "Mã hoá đơn không hợp lệ", + "message": "Mã hoá đơn không được để trống" + }, "recipient": { "empty": { "title": "Thông tin không hợp lệ", diff --git a/i18n/zh-CN/dialog.json b/i18n/zh-CN/dialog.json index 3c141ee2..9b1b8048 100644 --- a/i18n/zh-CN/dialog.json +++ b/i18n/zh-CN/dialog.json @@ -35,6 +35,10 @@ "title": "请选择另一个文件" }, "validation": { + "invoiceID": { + "title": "无效的发票编号", + "message": "发票编号不能为空" + }, "recipient": { "empty": { "title": "无效的联系人",