feat: add translations for placeholders

This commit is contained in:
Rohit Rajan
2025-08-29 19:37:54 +05:30
parent bdafb18735
commit 561c3e8570
6 changed files with 66 additions and 18 deletions

View File

@@ -48,6 +48,12 @@
"options": "オプション",
"heading": "私のロボット",
"new": "ロボットを作成",
"search_criteria": "検索条件を調整してみてください",
"placeholder": {
"title": "始める準備ができました",
"body": "作成したロボットはここに表示されます。「ロボットを作成」をクリックして始めましょう!",
"search": "検索に一致するロボットはありません"
},
"modal": {
"title": "URLを入力してください",
"login_title": "このサイトはログインが必要ですか?",
@@ -90,6 +96,11 @@
"settings": "設定",
"search": "実行を検索...",
"sort_tooltip": "クリックして並べ替え",
"placeholder": {
"title": "実行が見つかりません",
"body": "すべてのロボットの実行はここに表示されます。ロボットがアクティブになると、その実行はここに記録されます。",
"search": "検索に一致する実行はありません"
},
"notifications": {
"no_runs": "実行が見つかりません。もう一度お試しください。",
"delete_success": "実行が正常に削除されました"