From 080c0790b39bd0d4a8ebdc8e9bc37832e78fae06 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 4 Aug 2025 23:39:20 +0530 Subject: [PATCH] feat: add translations for close button --- public/locales/de.json | 3 +++ public/locales/en.json | 3 +++ public/locales/es.json | 3 +++ public/locales/ja.json | 3 +++ public/locales/tr.json | 3 +++ public/locales/zh.json | 3 +++ 6 files changed, 18 insertions(+) diff --git a/public/locales/de.json b/public/locales/de.json index eef6ace5..51e38314 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -426,6 +426,9 @@ "created_at": "Erstellungsdatum des Roboters", "errors": { "robot_not_found": "Roboterdetails konnten nicht gefunden werden. Bitte versuchen Sie es erneut." + }, + "buttons": { + "close": "Schließen" } }, "robot_edit": { diff --git a/public/locales/en.json b/public/locales/en.json index 7721231e..3a686a68 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -439,6 +439,9 @@ "created_at": "Robot Created At", "errors": { "robot_not_found": "Could not find robot details. Please try again." + }, + "buttons": { + "close": "Close" } }, "robot_edit": { diff --git a/public/locales/es.json b/public/locales/es.json index c98b2c8b..701cadb3 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -427,6 +427,9 @@ "created_at": "Fecha de Creación del Robot", "errors": { "robot_not_found": "No se pudieron encontrar los detalles del robot. Inténtelo de nuevo." + }, + "buttons": { + "close": "Cerrar" } }, "robot_edit": { diff --git a/public/locales/ja.json b/public/locales/ja.json index 32ca0654..cfbfe24e 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -427,6 +427,9 @@ "created_at": "作成日時", "errors": { "robot_not_found": "ロボットの詳細が見つかりませんでした。もう一度試してください。" + }, + "buttons": { + "close": "閉じる" } }, "robot_edit": { diff --git a/public/locales/tr.json b/public/locales/tr.json index 6c714fe0..8d30432b 100644 --- a/public/locales/tr.json +++ b/public/locales/tr.json @@ -439,6 +439,9 @@ "created_at": "Oluşturulma", "errors": { "robot_not_found": "Robot bulunamadı. Tekrar deneyin." + }, + "buttons": { + "close": "Kapat" } }, "robot_edit": { diff --git a/public/locales/zh.json b/public/locales/zh.json index 6bb6e9b3..c98b18e4 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -427,6 +427,9 @@ "created_at": "机器人创建时间", "errors": { "robot_not_found": "无法找到机器人详细信息。请重试。" + }, + "buttons": { + "close": "关闭" } }, "robot_edit": {