From f893e64cfe7006c2e742dd1bbc32099c97d9be5f Mon Sep 17 00:00:00 2001 From: navi Date: Tue, 9 Apr 2024 09:14:19 +0100 Subject: [PATCH] New Crowdin updates (#8225) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Arabic) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Basque) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Slovak) * New translations en.json (Slovenian) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Indonesian) * New translations en.json (Persian) * New translations en.json (Thai) * New translations en.json (Croatian) * New translations en.json (Latvian) * New translations en.json (Hindi) * New translations en.json (Bengali, India) * Update packages/nc-gui/lang/en.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update packages/nc-gui/lang/en.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update en.json --------- Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- packages/nc-gui/lang/ar.json | 3 ++- packages/nc-gui/lang/bn_IN.json | 3 ++- packages/nc-gui/lang/cs.json | 3 ++- packages/nc-gui/lang/da.json | 3 ++- packages/nc-gui/lang/de.json | 3 ++- packages/nc-gui/lang/en.json | 2 +- packages/nc-gui/lang/es.json | 3 ++- packages/nc-gui/lang/eu.json | 3 ++- packages/nc-gui/lang/fa.json | 3 ++- packages/nc-gui/lang/fi.json | 3 ++- packages/nc-gui/lang/fr.json | 3 ++- packages/nc-gui/lang/he.json | 3 ++- packages/nc-gui/lang/hi.json | 3 ++- packages/nc-gui/lang/hr.json | 3 ++- packages/nc-gui/lang/id.json | 3 ++- packages/nc-gui/lang/it.json | 3 ++- packages/nc-gui/lang/ja.json | 3 ++- packages/nc-gui/lang/ko.json | 3 ++- packages/nc-gui/lang/lv.json | 3 ++- packages/nc-gui/lang/nl.json | 3 ++- packages/nc-gui/lang/no.json | 3 ++- packages/nc-gui/lang/pl.json | 3 ++- packages/nc-gui/lang/pt.json | 3 ++- packages/nc-gui/lang/pt_BR.json | 3 ++- packages/nc-gui/lang/ru.json | 3 ++- packages/nc-gui/lang/sk.json | 3 ++- packages/nc-gui/lang/sl.json | 3 ++- packages/nc-gui/lang/sv.json | 3 ++- packages/nc-gui/lang/th.json | 3 ++- packages/nc-gui/lang/tr.json | 3 ++- packages/nc-gui/lang/uk.json | 3 ++- packages/nc-gui/lang/vi.json | 3 ++- packages/nc-gui/lang/zh-Hans.json | 3 ++- packages/nc-gui/lang/zh-Hant.json | 3 ++- 34 files changed, 67 insertions(+), 34 deletions(-) diff --git a/packages/nc-gui/lang/ar.json b/packages/nc-gui/lang/ar.json index 8ec195e7b8..67a6ecdfa1 100644 --- a/packages/nc-gui/lang/ar.json +++ b/packages/nc-gui/lang/ar.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/bn_IN.json b/packages/nc-gui/lang/bn_IN.json index f2d0c5eba0..8c660ba530 100644 --- a/packages/nc-gui/lang/bn_IN.json +++ b/packages/nc-gui/lang/bn_IN.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/cs.json b/packages/nc-gui/lang/cs.json index c915a12325..fccd74535e 100644 --- a/packages/nc-gui/lang/cs.json +++ b/packages/nc-gui/lang/cs.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/da.json b/packages/nc-gui/lang/da.json index ecb6066a2d..cc8e78784a 100644 --- a/packages/nc-gui/lang/da.json +++ b/packages/nc-gui/lang/da.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/de.json b/packages/nc-gui/lang/de.json index b7a47ba228..391bb39a53 100644 --- a/packages/nc-gui/lang/de.json +++ b/packages/nc-gui/lang/de.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index 3c185cee08..f84b0d56c3 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -434,7 +434,7 @@ "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", - "noResultsMatchedYourSearch": "Your search did not yield any matching results." + "noResultsMatchedYourSearch": "Your search did not yield any matching results" }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/es.json b/packages/nc-gui/lang/es.json index c7ffe1530d..f66253bb50 100644 --- a/packages/nc-gui/lang/es.json +++ b/packages/nc-gui/lang/es.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Selecciona los campos del panel derecho para añadirlos aquí", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Seleccionar Año", diff --git a/packages/nc-gui/lang/eu.json b/packages/nc-gui/lang/eu.json index 092ba37413..b462663007 100644 --- a/packages/nc-gui/lang/eu.json +++ b/packages/nc-gui/lang/eu.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/fa.json b/packages/nc-gui/lang/fa.json index eb1b75bec4..07a953467b 100644 --- a/packages/nc-gui/lang/fa.json +++ b/packages/nc-gui/lang/fa.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/fi.json b/packages/nc-gui/lang/fi.json index e52d10ede8..c0a2a5221b 100644 --- a/packages/nc-gui/lang/fi.json +++ b/packages/nc-gui/lang/fi.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/fr.json b/packages/nc-gui/lang/fr.json index a343672488..7175e21990 100644 --- a/packages/nc-gui/lang/fr.json +++ b/packages/nc-gui/lang/fr.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/he.json b/packages/nc-gui/lang/he.json index 1f107f0821..991df7887a 100644 --- a/packages/nc-gui/lang/he.json +++ b/packages/nc-gui/lang/he.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "לא נמצאו אפשרויות", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "לבחור שנה", diff --git a/packages/nc-gui/lang/hi.json b/packages/nc-gui/lang/hi.json index ab221e3fcb..48de4e951a 100644 --- a/packages/nc-gui/lang/hi.json +++ b/packages/nc-gui/lang/hi.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/hr.json b/packages/nc-gui/lang/hr.json index 6b61cf314b..0dfa824980 100644 --- a/packages/nc-gui/lang/hr.json +++ b/packages/nc-gui/lang/hr.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/id.json b/packages/nc-gui/lang/id.json index 7aed9c7e06..08ffad9776 100644 --- a/packages/nc-gui/lang/id.json +++ b/packages/nc-gui/lang/id.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/it.json b/packages/nc-gui/lang/it.json index 5fe7b9857e..59f367d0b8 100644 --- a/packages/nc-gui/lang/it.json +++ b/packages/nc-gui/lang/it.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/ja.json b/packages/nc-gui/lang/ja.json index ac6e8858f7..ea928df9a9 100644 --- a/packages/nc-gui/lang/ja.json +++ b/packages/nc-gui/lang/ja.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/ko.json b/packages/nc-gui/lang/ko.json index 6f82842e17..24b6407ece 100644 --- a/packages/nc-gui/lang/ko.json +++ b/packages/nc-gui/lang/ko.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/lv.json b/packages/nc-gui/lang/lv.json index 9b6f3f267d..1a1f6bc917 100644 --- a/packages/nc-gui/lang/lv.json +++ b/packages/nc-gui/lang/lv.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/nl.json b/packages/nc-gui/lang/nl.json index 93bc011197..c52090bfbf 100644 --- a/packages/nc-gui/lang/nl.json +++ b/packages/nc-gui/lang/nl.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/no.json b/packages/nc-gui/lang/no.json index ec9a709059..9c733ef3ef 100644 --- a/packages/nc-gui/lang/no.json +++ b/packages/nc-gui/lang/no.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/pl.json b/packages/nc-gui/lang/pl.json index e8efae455a..f09ecc743e 100644 --- a/packages/nc-gui/lang/pl.json +++ b/packages/nc-gui/lang/pl.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Wybierz pole z panelu po prawej stronie aby tutaj dodać", "noOptionsFound": "Nie znaleziono opcji", - "surveyFormSubmitConfirmMsg": "Czy na pewno chcesz przesłać ten formularz?" + "surveyFormSubmitConfirmMsg": "Czy na pewno chcesz przesłać ten formularz?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Wybierz rok", diff --git a/packages/nc-gui/lang/pt.json b/packages/nc-gui/lang/pt.json index 52abd9eaf5..d84e34051d 100644 --- a/packages/nc-gui/lang/pt.json +++ b/packages/nc-gui/lang/pt.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Seleccione campos do painel direito para adicionar aqui", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Selecionar ano", diff --git a/packages/nc-gui/lang/pt_BR.json b/packages/nc-gui/lang/pt_BR.json index f7603022db..73d8c2eda8 100644 --- a/packages/nc-gui/lang/pt_BR.json +++ b/packages/nc-gui/lang/pt_BR.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/ru.json b/packages/nc-gui/lang/ru.json index 57cda5b11b..91330f1fb4 100644 --- a/packages/nc-gui/lang/ru.json +++ b/packages/nc-gui/lang/ru.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Выберите год", diff --git a/packages/nc-gui/lang/sk.json b/packages/nc-gui/lang/sk.json index 572b7c3e1d..eaee068358 100644 --- a/packages/nc-gui/lang/sk.json +++ b/packages/nc-gui/lang/sk.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/sl.json b/packages/nc-gui/lang/sl.json index 6b6bedeef9..72139ed6cb 100644 --- a/packages/nc-gui/lang/sl.json +++ b/packages/nc-gui/lang/sl.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/sv.json b/packages/nc-gui/lang/sv.json index c878480be7..424e7864a1 100644 --- a/packages/nc-gui/lang/sv.json +++ b/packages/nc-gui/lang/sv.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/th.json b/packages/nc-gui/lang/th.json index e8c40e6aab..520a87008e 100644 --- a/packages/nc-gui/lang/th.json +++ b/packages/nc-gui/lang/th.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/tr.json b/packages/nc-gui/lang/tr.json index cc5630f41a..a736e7c9e3 100644 --- a/packages/nc-gui/lang/tr.json +++ b/packages/nc-gui/lang/tr.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/uk.json b/packages/nc-gui/lang/uk.json index cab89477aa..42c306cea6 100644 --- a/packages/nc-gui/lang/uk.json +++ b/packages/nc-gui/lang/uk.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/vi.json b/packages/nc-gui/lang/vi.json index 760c95ea9f..e1951a5c68 100644 --- a/packages/nc-gui/lang/vi.json +++ b/packages/nc-gui/lang/vi.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year", diff --git a/packages/nc-gui/lang/zh-Hans.json b/packages/nc-gui/lang/zh-Hans.json index 146a430dac..6e0140d05d 100644 --- a/packages/nc-gui/lang/zh-Hans.json +++ b/packages/nc-gui/lang/zh-Hans.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "从右侧面板选择要添加的字段", "noOptionsFound": "未找到选项", - "surveyFormSubmitConfirmMsg": "您确定要提交吗?" + "surveyFormSubmitConfirmMsg": "您确定要提交吗?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "选择年份", diff --git a/packages/nc-gui/lang/zh-Hant.json b/packages/nc-gui/lang/zh-Hant.json index abcd57cd5a..ec2028ecaf 100644 --- a/packages/nc-gui/lang/zh-Hant.json +++ b/packages/nc-gui/lang/zh-Hant.json @@ -433,7 +433,8 @@ }, "selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here", "noOptionsFound": "No options found", - "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?" + "surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?", + "noResultsMatchedYourSearch": "Your search did not yield any matching results." }, "labels": { "selectYear": "Select Year",