From 61775c81e83e85282101c9289f2d988b43da5014 Mon Sep 17 00:00:00 2001 From: Rohit Rajan Date: Tue, 9 Sep 2025 20:15:27 +0530 Subject: [PATCH] chore: add translations --- public/locales/de.json | 6 ++++++ public/locales/en.json | 6 ++++++ public/locales/es.json | 6 ++++++ public/locales/ja.json | 6 ++++++ public/locales/tr.json | 6 ++++++ public/locales/zh.json | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/public/locales/de.json b/public/locales/de.json index 58d90cff..91017d70 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -84,12 +84,18 @@ "runs": "Alle Ausführungen", "runStatus": "Status", "runName": "Name", + "name": "Name", "startedAt": "Gestartet am", "finishedAt": "Beendet am", "delete": "Löschen", "settings": "Einstellungen", "search": "Ausführungen suchen...", "sort_tooltip": "Zum Sortieren klicken", + "placeholder": { + "title": "Keine Ausführungen gefunden", + "body": "Hier werden alle Ausführungen Ihrer Roboter angezeigt. Sobald ein Roboter aktiv ist, werden seine Ausführungen hier protokolliert.", + "search": "Keine Ausführungen entsprechen Ihrer Suche" + }, "notifications": { "no_runs": "Keine Ausführungen gefunden. Bitte versuchen Sie es erneut.", "delete_success": "Ausführung erfolgreich gelöscht" diff --git a/public/locales/en.json b/public/locales/en.json index f900089f..c441761b 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -84,12 +84,18 @@ "runs":"All Runs", "runStatus":"Status", "runName":"Name", + "name":"Name", "startedAt":"Started At", "finishedAt":"Finished At", "delete":"Delete", "settings":"Settings", "search":"Search Runs...", "sort_tooltip": "Click to sort", + "placeholder": { + "title": "No Runs Found", + "body": "This is where all your robot runs will appear. Once a robot is active, its runs will be logged here.", + "search": "No runs match your search" + }, "notifications": { "no_runs": "No runs found. Please try again.", "delete_success": "Run deleted successfully" diff --git a/public/locales/es.json b/public/locales/es.json index 880f3be9..a8f5ca2d 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -84,12 +84,18 @@ "runs": "Todas las ejecuciones", "runStatus": "Estado", "runName": "Nombre", + "name": "Nombre", "startedAt": "Iniciado el", "finishedAt": "Finalizado el", "delete": "Eliminar", "settings": "Ajustes", "search": "Buscar ejecuciones...", "sort_tooltip": "Haga clic para ordenar", + "placeholder": { + "title": "No se encontraron ejecuciones", + "body": "Aquí aparecerán todas las ejecuciones de sus robots. Una vez que un robot esté activo, sus ejecuciones se registrarán aquí.", + "search": "Ninguna ejecución coincide con su búsqueda" + }, "notifications": { "no_runs": "No se encontraron ejecuciones. Por favor, inténtelo de nuevo.", "delete_success": "Ejecución eliminada con éxito" diff --git a/public/locales/ja.json b/public/locales/ja.json index 05071e8a..3230a12e 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -84,12 +84,18 @@ "runs": "すべての実行", "runStatus": "ステータス", "runName": "名前", + "name": "名前", "startedAt": "開始日時", "finishedAt": "終了日時", "delete": "削除", "settings": "設定", "search": "実行を検索...", "sort_tooltip": "クリックして並べ替え", + "placeholder": { + "title": "実行が見つかりません", + "body": "ここにはすべてのロボットの実行が表示されます。ロボットがアクティブになると、その実行がここに記録されます。", + "search": "あなたの検索に一致する実行はありません" + }, "notifications": { "no_runs": "実行が見つかりません。もう一度お試しください。", "delete_success": "実行が正常に削除されました" diff --git a/public/locales/tr.json b/public/locales/tr.json index db2f9ffd..09b43cdf 100644 --- a/public/locales/tr.json +++ b/public/locales/tr.json @@ -84,12 +84,18 @@ "runs": "Tüm Çalıştırmalar", "runStatus": "Durum", "runName": "Ad", + "name": "Ad", "startedAt": "Başlama", "finishedAt": "Bitiş", "delete": "Sil", "settings": "Ayarlar", "search": "Çalıştırma Ara...", "sort_tooltip": "Sıralamak için tıkla", + "placeholder": { + "title": "Çalıştırma Bulunamadı", + "body": "Tüm robot çalıştırmalarınız burada görünecek. Bir robot aktif olduğunda, çalıştırmaları burada kaydedilecek.", + "search": "Aramanızla eşleşen çalıştırma yok" + }, "notifications": { "no_runs": "Çalıştırma bulunamadı. Lütfen tekrar deneyin.", "delete_success": "Çalıştırma başarıyla silindi" diff --git a/public/locales/zh.json b/public/locales/zh.json index abd5de9f..4d39f39f 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -84,12 +84,18 @@ "runs": "所有运行记录", "runStatus": "状态", "runName": "名称", + "name": "名称", "startedAt": "开始时间", "finishedAt": "结束时间", "delete": "删除", "settings": "设置", "search": "搜索运行记录...", "sort_tooltip": "点击排序", + "placeholder": { + "title": "未找到运行记录", + "body": "这里将显示您所有机器人的运行记录。一旦机器人激活,其运行记录将记录在这里。", + "search": "没有运行记录与您的搜索匹配" + }, "notifications": { "no_runs": "未找到运行记录。请重试。", "delete_success": "运行记录删除成功"