diff --git a/public/locales/de.json b/public/locales/de.json index 54c009f0..4e26dc35 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -163,7 +163,7 @@ }, "default": { "title": "Welche Daten möchten Sie extrahieren?", - "description": "Ein Roboter ist darauf ausgelegt, eine Aktion nach der anderen auszuführen. Sie können eine der folgenden Optionen wählen." + "description": "Ein Roboter kann eine oder mehrere Aktionen ausführen. Wählen Sie aus den unten aufgeführten Optionen." }, "list_stages": { "initial": "Wählen Sie die Liste aus, die Sie extrahieren möchten, zusammen mit den darin enthaltenen Texten", diff --git a/public/locales/en.json b/public/locales/en.json index ae535eab..e4f15c52 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -170,7 +170,7 @@ }, "default": { "title": "What data do you want to extract?", - "description": "A robot is designed to perform one action at a time. You can choose any of the options below." + "description": "A robot can perform one or multiple actions. Choose from the options listed below." }, "list_stages": { "initial": "Select the list you want to extract along with the texts inside it", diff --git a/public/locales/es.json b/public/locales/es.json index d2d487c1..35b1fba1 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -164,7 +164,7 @@ }, "default": { "title": "¿Qué datos desea extraer?", - "description": "Un robot está diseñado para realizar una acción a la vez. Puede elegir cualquiera de las siguientes opciones." + "description": "Un robot puede realizar una o varias acciones. Elija entre las opciones que aparecen a continuación." }, "list_stages": { "initial": "Seleccione la lista que desea extraer junto con los textos que contiene", diff --git a/public/locales/ja.json b/public/locales/ja.json index 833494ee..b9e1174a 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -164,7 +164,7 @@ }, "default": { "title": "どのデータを抽出しますか?", - "description": "ロボットは一度に1つのアクションを実行するように設計されています。以下のオプションから選択できます。" + "description": "ロボットは1つまたは複数のアクションを実行できます。以下のオプションから選択してください。" }, "list_stages": { "initial": "抽出したいリストとその中のテキストを選択してください", diff --git a/public/locales/zh.json b/public/locales/zh.json index 27bb1e63..6ac76ed9 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -164,7 +164,7 @@ }, "default": { "title": "您想提取什么数据?", - "description": "机器人设计为一次执行一个操作。您可以选择以下任何选项。" + "description": "机器人可以执行一个或多个动作。请从以下选项中选择。" }, "list_stages": { "initial": "选择要提取的列表及其中的文本",