feat: add japanese translation for action description box
This commit is contained in:
@@ -118,5 +118,29 @@
|
||||
"delete_error": "APIキーの削除に失敗しました - ${error}",
|
||||
"copy_success": "APIキーがコピーされました"
|
||||
}
|
||||
},
|
||||
"action_description": {
|
||||
"text": {
|
||||
"title": "テキストを取得",
|
||||
"description": "抽出したいテキストにカーソルを合わせ、クリックして選択してください"
|
||||
},
|
||||
"screenshot": {
|
||||
"title": "スクリーンショットを取得",
|
||||
"description": "現在のページの部分的または全体のスクリーンショットを取得します。"
|
||||
},
|
||||
"list": {
|
||||
"title": "リストを取得",
|
||||
"description": "抽出したいリストにカーソルを合わせてください。選択後、選択したリスト内のすべてのテキストにカーソルを合わせることができます。クリックして選択してください。"
|
||||
},
|
||||
"default": {
|
||||
"title": "どのデータを抽出しますか?",
|
||||
"description": "ロボットは一度に1つのアクションを実行するように設計されています。以下のオプションから選択できます。"
|
||||
},
|
||||
"list_stages": {
|
||||
"initial": "抽出したいリストとその中のテキストを選択してください",
|
||||
"pagination": "ロボットがリストの残りをどのように取得するか選択してください",
|
||||
"limit": "抽出するアイテムの数を選択してください",
|
||||
"complete": "取得が完了しました"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user