Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing translation for invalid custom invoiceID validation #249

Merged
merged 3 commits into from
Mar 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions i18n/de/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions i18n/en/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions i18n/fr/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions i18n/id/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions i18n/vi/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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ệ",
Expand Down
4 changes: 4 additions & 0 deletions i18n/zh-CN/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"title": "请选择另一个文件"
},
"validation": {
"invoiceID": {
"title": "无效的发票编号",
"message": "发票编号不能为空"
},
"recipient": {
"empty": {
"title": "无效的联系人",
Expand Down