From 411068d2c30c53d8a3926d04b3c57529f5de0cc1 Mon Sep 17 00:00:00 2001 From: Rohit Date: Wed, 9 Apr 2025 21:14:43 +0530 Subject: [PATCH] feat: add robot save notif translations --- public/locales/de.json | 4 +++- public/locales/en.json | 4 +++- public/locales/es.json | 4 +++- public/locales/ja.json | 4 +++- public/locales/zh.json | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/public/locales/de.json b/public/locales/de.json index 282a3feb..84e4a7b5 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -238,7 +238,9 @@ "confirm": "Bestätigen" }, "notifications": { - "save_success": "Roboter erfolgreich gespeichert" + "save_success": "Roboter erfolgreich gespeichert", + "retrain_success": "Roboter erfolgreich neu trainiert", + "save_error": "Fehler beim Speichern des Roboters" }, "errors": { "user_not_logged": "Benutzer nicht angemeldet. Aufnahme kann nicht gespeichert werden.", diff --git a/public/locales/en.json b/public/locales/en.json index 17a3f469..e698f7b4 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -246,7 +246,9 @@ "confirm": "Confirm" }, "notifications": { - "save_success": "Robot saved successfully" + "save_success": "Robot saved successfully", + "retrain_success": "Robot retrained successfully", + "save_error": "Error saving robot" }, "errors": { "user_not_logged": "User not logged in. Cannot save recording.", diff --git a/public/locales/es.json b/public/locales/es.json index eea86e22..8e7a0436 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -239,7 +239,9 @@ "confirm": "Confirmar" }, "notifications": { - "save_success": "Robot guardado exitosamente" + "save_success": "Robot guardado correctamente", + "retrain_success": "Robot reentrenado correctamente", + "save_error": "Error al guardar el robot" }, "errors": { "user_not_logged": "Usuario no conectado. No se puede guardar la grabación.", diff --git a/public/locales/ja.json b/public/locales/ja.json index f9da2143..737a1e03 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -239,7 +239,9 @@ "confirm": "確認" }, "notifications": { - "save_success": "ロボットが正常に保存されました" + "save_success": "ロボットの保存に成功しました", + "retrain_success": "ロボットの再トレーニングに成功しました", + "save_error": "ロボットの保存中にエラーが発生しました" }, "errors": { "user_not_logged": "ユーザーがログインしていません。録画を保存できません。", diff --git a/public/locales/zh.json b/public/locales/zh.json index b3a0a5be..315233ea 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -239,7 +239,9 @@ "confirm": "确认" }, "notifications": { - "save_success": "机器人保存成功" + "save_success": "机器人保存成功", + "retrain_success": "机器人重新训练成功", + "save_error": "保存机器人时出错" }, "errors": { "user_not_logged": "用户未登录。无法保存录制。",