diff --git a/public/locales/de.json b/public/locales/de.json index 4e26dc35..8141d873 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -61,7 +61,8 @@ "notifications": { "delete_warning": "Der Roboter hat zugehörige Ausführungen. Löschen Sie zuerst die Ausführungen, um den Roboter zu löschen", "delete_success": "Roboter erfolgreich gelöscht", - "auth_success": "Roboter erfolgreich authentifiziert" + "auth_success": "Roboter erfolgreich authentifiziert", + "browser_limit_warning": "Remote-Browser sind derzeit ausgelastet. Bitte warten Sie einige Minuten und versuchen Sie es erneut" } }, "mainmenu": { diff --git a/public/locales/en.json b/public/locales/en.json index e4f15c52..5e0925a1 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -68,7 +68,8 @@ "notifications": { "delete_warning": "The robot has associated runs. First delete runs to delete the robot", "delete_success": "Robot deleted successfully", - "auth_success": "Robot successfully authenticated" + "auth_success": "Robot successfully authenticated", + "browser_limit_warning": "Remote browsers are currently busy. Please wait for a few minutes and try again" } }, "mainmenu":{ diff --git a/public/locales/es.json b/public/locales/es.json index 35b1fba1..e6953f38 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -62,7 +62,8 @@ "notifications": { "delete_warning": "El robot tiene ejecuciones asociadas. Primero elimine las ejecuciones para eliminar el robot", "delete_success": "Robot eliminado exitosamente", - "auth_success": "Robot autenticado exitosamente" + "auth_success": "Robot autenticado exitosamente", + "browser_limit_warning": "Los navegadores remotos están ocupados actualmente. Por favor, espere unos minutos e inténtelo de nuevo" } }, "mainmenu": { diff --git a/public/locales/ja.json b/public/locales/ja.json index b9e1174a..9d237674 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -62,7 +62,8 @@ "notifications": { "delete_warning": "ロボットには関連する実行があります。ロボットを削除するには、まず実行を削除してください", "delete_success": "ロボットが正常に削除されました", - "auth_success": "ロボットの認証に成功しました" + "auth_success": "ロボットの認証に成功しました", + "browser_limit_warning": "リモートブラウザは現在ビジー状態です。数分お待ちいただいてから再度お試しください" } }, "mainmenu": { diff --git a/public/locales/zh.json b/public/locales/zh.json index 6ac76ed9..949faf4d 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -62,7 +62,8 @@ "notifications": { "delete_warning": "该机器人有关联的运行记录。请先删除运行记录才能删除机器人", "delete_success": "机器人删除成功", - "auth_success": "机器人认证成功" + "auth_success": "机器人认证成功", + "browser_limit_warning": "远程浏览器当前繁忙。请稍等几分钟后重试" } }, "mainmenu": {