diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index 61f66ef89..9b1b5462d 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -141,6 +141,7 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", + "chat.failed": "Failed to answer your request.", "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", @@ -336,6 +337,7 @@ "common.queryOperators.exists": "exists", "common.queryOperators.ge": "is greater than or equal to", "common.queryOperators.gt": "is greater than", + "common.queryOperators.in": "in", "common.queryOperators.le": "is less than or equal to", "common.queryOperators.lt": "is less than", "common.queryOperators.matchs": "matchs", diff --git a/backend/i18n/frontend_fr.json b/backend/i18n/frontend_fr.json index 55dc76bb2..8600471e4 100644 --- a/backend/i18n/frontend_fr.json +++ b/backend/i18n/frontend_fr.json @@ -141,6 +141,7 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", + "chat.failed": "Failed to answer your request.", "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", @@ -336,6 +337,7 @@ "common.queryOperators.exists": "existe", "common.queryOperators.ge": "est supérieur ou égal à", "common.queryOperators.gt": "est supérieur à", + "common.queryOperators.in": "in", "common.queryOperators.le": "est inférieur ou égal à", "common.queryOperators.lt": "est inférieur à", "common.queryOperators.matchs": "matchs", diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json index d1d8e26d3..f565c24e0 100644 --- a/backend/i18n/frontend_it.json +++ b/backend/i18n/frontend_it.json @@ -141,6 +141,7 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", + "chat.failed": "Failed to answer your request.", "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", @@ -336,6 +337,7 @@ "common.queryOperators.exists": "exists", "common.queryOperators.ge": "è maggiore o uguale a", "common.queryOperators.gt": "è maggiore di", + "common.queryOperators.in": "in", "common.queryOperators.le": "è minore o uguale a", "common.queryOperators.lt": "è minore di", "common.queryOperators.matchs": "matchs", diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json index 0e5fc72b5..097bd29d8 100644 --- a/backend/i18n/frontend_nl.json +++ b/backend/i18n/frontend_nl.json @@ -141,6 +141,7 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", + "chat.failed": "Failed to answer your request.", "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", @@ -336,6 +337,7 @@ "common.queryOperators.exists": "bestaat", "common.queryOperators.ge": "is groter dan of gelijk aan", "common.queryOperators.gt": "is groter dan", + "common.queryOperators.in": "in", "common.queryOperators.le": "is kleiner dan of is gelijk aan", "common.queryOperators.lt": "is kleiner dan", "common.queryOperators.matchs": "komt overeen met", diff --git a/backend/i18n/frontend_pt.json b/backend/i18n/frontend_pt.json index 9b3e46c32..7bad6bb14 100644 --- a/backend/i18n/frontend_pt.json +++ b/backend/i18n/frontend_pt.json @@ -141,6 +141,7 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", + "chat.failed": "Failed to answer your request.", "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", @@ -336,6 +337,7 @@ "common.queryOperators.exists": "existe", "common.queryOperators.ge": "é maior ou igual a", "common.queryOperators.gt": "é maior do que", + "common.queryOperators.in": "in", "common.queryOperators.le": "é menos ou igual a", "common.queryOperators.lt": "é menos do que", "common.queryOperators.matchs": "combina com", diff --git a/backend/i18n/frontend_zh.json b/backend/i18n/frontend_zh.json index 6e5bdae61..2e1004ecb 100644 --- a/backend/i18n/frontend_zh.json +++ b/backend/i18n/frontend_zh.json @@ -141,6 +141,7 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", + "chat.failed": "Failed to answer your request.", "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", @@ -336,6 +337,7 @@ "common.queryOperators.exists": "exists", "common.queryOperators.ge": "大于或等于", "common.queryOperators.gt": "大于", + "common.queryOperators.in": "in", "common.queryOperators.le": "小于或等于", "common.queryOperators.lt": "小于", "common.queryOperators.matchs": "匹配", diff --git a/backend/i18n/source/backend_en.json b/backend/i18n/source/backend_en.json index af9c83cd2..534f5b2d9 100644 --- a/backend/i18n/source/backend_en.json +++ b/backend/i18n/source/backend_en.json @@ -56,9 +56,9 @@ "common.folderName": "Folder name", "common.fullTextNotSupported": "Query search clause not supported.", "common.httpContentTypeNotDefined": "File content-type is not defined.", - "common.httpFileNameNotDefined": "File name is not defined.", "common.httpDownloadFailed": "Failed to download file.", "common.httpDownloadRequestSize": "File exceeded maximum request size.", + "common.httpFileNameNotDefined": "File name is not defined.", "common.httpInvalidRequest": "The model is not valid.", "common.httpInvalidRequestFormat": "Request body has an invalid format.", "common.httpOnlyAsUser": "Not allowed for clients.", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index b409ed61f..9b1b5462d 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -141,8 +141,8 @@ "chat.ask": "Ask", "chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", "chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", - "chat.prompt": "Describe the content you want to generate", "chat.failed": "Failed to answer your request.", + "chat.prompt": "Describe the content you want to generate", "chat.title": "Chat Bot", "chat.use": "Use", "chatBot.questionFailed": "", @@ -337,6 +337,7 @@ "common.queryOperators.exists": "exists", "common.queryOperators.ge": "is greater than or equal to", "common.queryOperators.gt": "is greater than", + "common.queryOperators.in": "in", "common.queryOperators.le": "is less than or equal to", "common.queryOperators.lt": "is less than", "common.queryOperators.matchs": "matchs", diff --git a/backend/src/Squidex.Shared/Texts.fr.resx b/backend/src/Squidex.Shared/Texts.fr.resx index 8ebfd2fde..b7420196e 100644 --- a/backend/src/Squidex.Shared/Texts.fr.resx +++ b/backend/src/Squidex.Shared/Texts.fr.resx @@ -253,6 +253,12 @@ Le type de contenu du fichier n'est pas défini. + + Failed to download file. + + + File exceeded maximum request size. + Le nom de fichier n'est pas défini. diff --git a/backend/src/Squidex.Shared/Texts.it.resx b/backend/src/Squidex.Shared/Texts.it.resx index d03b455e7..f1a640ac2 100644 --- a/backend/src/Squidex.Shared/Texts.it.resx +++ b/backend/src/Squidex.Shared/Texts.it.resx @@ -253,6 +253,12 @@ Il content-type del file non è definito. + + Failed to download file. + + + File exceeded maximum request size. + Il nome del file name non è definito. diff --git a/backend/src/Squidex.Shared/Texts.nl.resx b/backend/src/Squidex.Shared/Texts.nl.resx index 32e37967c..4777b468d 100644 --- a/backend/src/Squidex.Shared/Texts.nl.resx +++ b/backend/src/Squidex.Shared/Texts.nl.resx @@ -253,6 +253,12 @@ Bestandstype inhoud is niet gedefinieerd. + + Failed to download file. + + + File exceeded maximum request size. + Bestandsnaam is niet gedefinieerd. diff --git a/backend/src/Squidex.Shared/Texts.pt.resx b/backend/src/Squidex.Shared/Texts.pt.resx index 2caf36a08..0d43a597e 100644 --- a/backend/src/Squidex.Shared/Texts.pt.resx +++ b/backend/src/Squidex.Shared/Texts.pt.resx @@ -253,6 +253,12 @@ O tipo de conteúdo do ficheiro não está definido. + + Failed to download file. + + + File exceeded maximum request size. + O nome do ficheiro não é definido. diff --git a/backend/src/Squidex.Shared/Texts.resx b/backend/src/Squidex.Shared/Texts.resx index 10053a294..b5a7f9ea3 100644 --- a/backend/src/Squidex.Shared/Texts.resx +++ b/backend/src/Squidex.Shared/Texts.resx @@ -253,6 +253,12 @@ File content-type is not defined. + + Failed to download file. + + + File exceeded maximum request size. + File name is not defined. diff --git a/backend/src/Squidex.Shared/Texts.zh.resx b/backend/src/Squidex.Shared/Texts.zh.resx index 5cc875865..144156c01 100644 --- a/backend/src/Squidex.Shared/Texts.zh.resx +++ b/backend/src/Squidex.Shared/Texts.zh.resx @@ -253,6 +253,12 @@ 文件内容类型未定义。 + + Failed to download file. + + + File exceeded maximum request size. + 文件名未定义。