From f847157940cb5169823fa3850a99d0b7262a6f9c Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:27 +0100 Subject: [PATCH 01/31] Update source file en.json --- packages/nc-gui/lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index 42947645d2..c3fa9c9a75 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Project metadata exported successfully", From f7eb8bdca585942ef8900f3d227444b05fc30e6a Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:30 +0100 Subject: [PATCH 02/31] New translations en.json (German) --- packages/nc-gui/lang/de.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/de.json b/packages/nc-gui/lang/de.json index b4c156b331..c0a4748fad 100644 --- a/packages/nc-gui/lang/de.json +++ b/packages/nc-gui/lang/de.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "Der akzeptierte Dateityp ist .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "Die akzeptierten Dateitypen sind .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Projektmetadaten erfolgreich exportiert", From 4de4c2678c47901a7a40ab3b08ebac7edc72f2b2 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:31 +0100 Subject: [PATCH 03/31] New translations en.json (Swedish) --- packages/nc-gui/lang/sv.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/sv.json b/packages/nc-gui/lang/sv.json index f662fe01be..1ea3f03360 100644 --- a/packages/nc-gui/lang/sv.json +++ b/packages/nc-gui/lang/sv.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Projektmetadata exporterades framgångsrikt", From f7ac24d8e5a64d4ff4dab9788a182c7cb864a732 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:32 +0100 Subject: [PATCH 04/31] New translations en.json (Hindi) --- packages/nc-gui/lang/hi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/hi.json b/packages/nc-gui/lang/hi.json index 6b24aa5fe8..5cea4db197 100644 --- a/packages/nc-gui/lang/hi.json +++ b/packages/nc-gui/lang/hi.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "परियोजना मेटाडेटा सफलतापूर्वक निर्यात की गई", From 833b0d3456951891c8e6de295ff7f3697a08f38b Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:33 +0100 Subject: [PATCH 05/31] New translations en.json (Latvian) --- packages/nc-gui/lang/lv.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/lv.json b/packages/nc-gui/lang/lv.json index b06b1a61a3..c26bab7d5f 100644 --- a/packages/nc-gui/lang/lv.json +++ b/packages/nc-gui/lang/lv.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Projekta metadati eksportēti veiksmīgi", From 6f6f5307c099085d8ed52d53b382041f9e4116ce Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:35 +0100 Subject: [PATCH 06/31] New translations en.json (Croatian) --- packages/nc-gui/lang/hr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/hr.json b/packages/nc-gui/lang/hr.json index 4e5a4192af..9822d45ff9 100644 --- a/packages/nc-gui/lang/hr.json +++ b/packages/nc-gui/lang/hr.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Projektni metapodaci su uspješno izvozili", From 44b28e82f069b80f2a7d0a6c070bb4973b2366ee Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:36 +0100 Subject: [PATCH 07/31] New translations en.json (Thai) --- packages/nc-gui/lang/th.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/th.json b/packages/nc-gui/lang/th.json index 419df4439d..0a4f5ed449 100644 --- a/packages/nc-gui/lang/th.json +++ b/packages/nc-gui/lang/th.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "ข้อมูลเมตาของโครงการส่งออกเรียบร้อยแล้ว", From 8b0a6e96ece430799d8030c176afd7ddeb4a20d2 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:37 +0100 Subject: [PATCH 08/31] New translations en.json (Persian) --- packages/nc-gui/lang/fa.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/fa.json b/packages/nc-gui/lang/fa.json index 81136585bf..09fb4b3a21 100644 --- a/packages/nc-gui/lang/fa.json +++ b/packages/nc-gui/lang/fa.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "فراداده پروژه با موفقیت خارج شد", From 8253fb2d1f3ce3237035ac98408bd3b175cc80a9 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:38 +0100 Subject: [PATCH 09/31] New translations en.json (Indonesian) --- packages/nc-gui/lang/id.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/id.json b/packages/nc-gui/lang/id.json index 1ba9e20133..822b713770 100644 --- a/packages/nc-gui/lang/id.json +++ b/packages/nc-gui/lang/id.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Metadata proyek berhasil diekspor", From 446c748d085e1d41ffb11cb0d9f7fea09cf07037 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:39 +0100 Subject: [PATCH 10/31] New translations en.json (Portuguese, Brazilian) --- packages/nc-gui/lang/pt_BR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/pt_BR.json b/packages/nc-gui/lang/pt_BR.json index 48d5db81a5..ac754f760f 100644 --- a/packages/nc-gui/lang/pt_BR.json +++ b/packages/nc-gui/lang/pt_BR.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Metadados do projeto exportado com sucesso", From 73a2bf27a7306b2812b0a6f643a599447cb3e94b Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:40 +0100 Subject: [PATCH 11/31] New translations en.json (Vietnamese) --- packages/nc-gui/lang/vi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/vi.json b/packages/nc-gui/lang/vi.json index 286895dabf..3eaa9d8d0b 100644 --- a/packages/nc-gui/lang/vi.json +++ b/packages/nc-gui/lang/vi.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Metadata dự án xuất khẩu thành công", From ba00896aa703c78b75f4228dca6b882b07cd191f Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:42 +0100 Subject: [PATCH 12/31] New translations en.json (Chinese Traditional) --- packages/nc-gui/lang/zh-Hant.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/zh-Hant.json b/packages/nc-gui/lang/zh-Hant.json index 065d477224..54756a6420 100644 --- a/packages/nc-gui/lang/zh-Hant.json +++ b/packages/nc-gui/lang/zh-Hant.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "專案中繼資料已成功匯出", From 487b336f02db6b441521d8c9152b52ee1f20d623 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:43 +0100 Subject: [PATCH 13/31] New translations en.json (Chinese Simplified) --- packages/nc-gui/lang/zh-Hans.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/zh-Hans.json b/packages/nc-gui/lang/zh-Hans.json index 703febb22c..b6d9b183cb 100644 --- a/packages/nc-gui/lang/zh-Hans.json +++ b/packages/nc-gui/lang/zh-Hans.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "项目元数据成功导出", From afe77d67a514d692ad4dc596855d02df984b1254 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:44 +0100 Subject: [PATCH 14/31] New translations en.json (Ukrainian) --- packages/nc-gui/lang/uk.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/uk.json b/packages/nc-gui/lang/uk.json index 1194bfc886..04cdff60a5 100644 --- a/packages/nc-gui/lang/uk.json +++ b/packages/nc-gui/lang/uk.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Метадані проекту успішно експортується", From e87a53e1a237dabefe6f84dd846d8e9f6a0a13fb Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:45 +0100 Subject: [PATCH 15/31] New translations en.json (Turkish) --- packages/nc-gui/lang/tr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/tr.json b/packages/nc-gui/lang/tr.json index bd805671af..629b180481 100644 --- a/packages/nc-gui/lang/tr.json +++ b/packages/nc-gui/lang/tr.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Proje metaverileri başarıyla dışa aktarıldı", From c3768f6e73639d1f9e8503720b2d7e219513fc6d Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:46 +0100 Subject: [PATCH 16/31] New translations en.json (Slovenian) --- packages/nc-gui/lang/sl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/sl.json b/packages/nc-gui/lang/sl.json index 4a110571b2..5b2de00b42 100644 --- a/packages/nc-gui/lang/sl.json +++ b/packages/nc-gui/lang/sl.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Projekt Metapodatki se je uspešno izvozil", From 51c5ed032a42737bfc164a3c791bd93e6250169c Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:47 +0100 Subject: [PATCH 17/31] New translations en.json (Japanese) --- packages/nc-gui/lang/ja.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/ja.json b/packages/nc-gui/lang/ja.json index b8f59f0b3b..5a2af71e51 100644 --- a/packages/nc-gui/lang/ja.json +++ b/packages/nc-gui/lang/ja.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "プロジェクトメタデータは正常にエクスポートされました", From 9a8a0641400619c066630350f01f17af12452eea Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:49 +0100 Subject: [PATCH 18/31] New translations en.json (Russian) --- packages/nc-gui/lang/ru.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/ru.json b/packages/nc-gui/lang/ru.json index 3de7f691a0..4f09359714 100644 --- a/packages/nc-gui/lang/ru.json +++ b/packages/nc-gui/lang/ru.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Метаданные проекта успешно экспортированы", From 7395344c0cef7d2ecd028d5c51b396c61ae2a57e Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:49 +0100 Subject: [PATCH 19/31] New translations en.json (Portuguese) --- packages/nc-gui/lang/pt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/pt.json b/packages/nc-gui/lang/pt.json index 44bff0ff58..b34b931bca 100644 --- a/packages/nc-gui/lang/pt.json +++ b/packages/nc-gui/lang/pt.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Metadados do projeto exportado com sucesso", From 2fae029ef1a9781b24521506b7caa192704490fe Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:51 +0100 Subject: [PATCH 20/31] New translations en.json (Polish) --- packages/nc-gui/lang/pl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/pl.json b/packages/nc-gui/lang/pl.json index 98eb2bef69..e3c9974c60 100644 --- a/packages/nc-gui/lang/pl.json +++ b/packages/nc-gui/lang/pl.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Pomyślnie wyeksportowano metadane projektu", From c463d10d6d0165222669f17b393ce07a15a64778 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:52 +0100 Subject: [PATCH 21/31] New translations en.json (Norwegian) --- packages/nc-gui/lang/no.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/no.json b/packages/nc-gui/lang/no.json index 1d4fa09a38..9d0db9e542 100644 --- a/packages/nc-gui/lang/no.json +++ b/packages/nc-gui/lang/no.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Prosjektmetadata eksporteres vellykket", From db549778c585a423e7f2ebec9c98b43c6357bbd7 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:53 +0100 Subject: [PATCH 22/31] New translations en.json (Dutch) --- packages/nc-gui/lang/nl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/nl.json b/packages/nc-gui/lang/nl.json index a464459831..636b713899 100644 --- a/packages/nc-gui/lang/nl.json +++ b/packages/nc-gui/lang/nl.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Project metadata met succes geëxporteerd", From 02666317d5b88a63c356762493be7349ef81776b Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:54 +0100 Subject: [PATCH 23/31] New translations en.json (Korean) --- packages/nc-gui/lang/ko.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/ko.json b/packages/nc-gui/lang/ko.json index eb0b308dfa..e6cd4d8f0a 100644 --- a/packages/nc-gui/lang/ko.json +++ b/packages/nc-gui/lang/ko.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "프로젝트 메타 데이터를 성공적으로 내보냈습니다.", From 91b6d19277733fdcb50984be0886ee6b54ce0fc8 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:55 +0100 Subject: [PATCH 24/31] New translations en.json (Italian) --- packages/nc-gui/lang/it.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/it.json b/packages/nc-gui/lang/it.json index 466c896ab8..bf769e4235 100644 --- a/packages/nc-gui/lang/it.json +++ b/packages/nc-gui/lang/it.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Metadati del progetto esportati con successo", From a3e68a77560f83ec52205845dda5a76c366855a6 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:56 +0100 Subject: [PATCH 25/31] New translations en.json (Hebrew) --- packages/nc-gui/lang/he.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/he.json b/packages/nc-gui/lang/he.json index bacd75c21f..b25a818d37 100644 --- a/packages/nc-gui/lang/he.json +++ b/packages/nc-gui/lang/he.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "פרויקט Metadata מיוצא בהצלחה", From e903dcd18e411b29fa4f8b56cf025b041f92db7e Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:57 +0100 Subject: [PATCH 26/31] New translations en.json (Finnish) --- packages/nc-gui/lang/fi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/fi.json b/packages/nc-gui/lang/fi.json index ee5f7ed893..d02194392d 100644 --- a/packages/nc-gui/lang/fi.json +++ b/packages/nc-gui/lang/fi.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Project Metadata viedään onnistuneesti", From f2bbbfe201ed8b2077692f9da116b7a7920804fa Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:58 +0100 Subject: [PATCH 27/31] New translations en.json (Danish) --- packages/nc-gui/lang/da.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/da.json b/packages/nc-gui/lang/da.json index 14703e179c..80d4a7ef75 100644 --- a/packages/nc-gui/lang/da.json +++ b/packages/nc-gui/lang/da.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Project Metadata eksporteres med succes", From c3d1e4a34000d5c55a67d13ff1ae4fe87128b7f2 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:57:59 +0100 Subject: [PATCH 28/31] New translations en.json (Arabic) --- packages/nc-gui/lang/ar.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/ar.json b/packages/nc-gui/lang/ar.json index b3648f60e4..a9bfcd76f5 100644 --- a/packages/nc-gui/lang/ar.json +++ b/packages/nc-gui/lang/ar.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "تصدير البيانات الوصفية للمشروع بنجاح", From b72c042bbea0da3d93e9f2b50cadfabd916ea86c Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:58:00 +0100 Subject: [PATCH 29/31] New translations en.json (Spanish) --- packages/nc-gui/lang/es.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/es.json b/packages/nc-gui/lang/es.json index ddad094d43..b23a8851b4 100644 --- a/packages/nc-gui/lang/es.json +++ b/packages/nc-gui/lang/es.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Metadatos del proyecto exportados con éxito.", From 192337f2a3c39a6efd67ea92041abd2fe6e556da Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:58:01 +0100 Subject: [PATCH 30/31] New translations en.json (French) --- packages/nc-gui/lang/fr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/fr.json b/packages/nc-gui/lang/fr.json index d8d16ab7ff..37291db95b 100644 --- a/packages/nc-gui/lang/fr.json +++ b/packages/nc-gui/lang/fr.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "Les métadonnées de projet sont exportées avec succès", From 2e783e7a02cfec876c2d85ca7ff2bd1dae80ae7d Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 12 Oct 2022 22:58:02 +0100 Subject: [PATCH 31/31] New translations en.json (Bengali, India) --- packages/nc-gui/lang/bn_IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/bn_IN.json b/packages/nc-gui/lang/bn_IN.json index 7eea9870bb..6082575b12 100644 --- a/packages/nc-gui/lang/bn_IN.json +++ b/packages/nc-gui/lang/bn_IN.json @@ -651,7 +651,8 @@ "theAcceptedFileTypeIsCsv": "The accepted file type is .csv", "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", - "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed" + "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", + "fieldRequired": "{value} cannot be empty." }, "toast": { "exportMetadata": "প্রকল্প মেটাডেটা সফলভাবে রফতানি করেছে",