Merge pull request #287 from getmaxun/listlang-fix

fix: browser window english language
This commit is contained in:
Karishma
2024-12-23 18:47:18 +05:30
committed by GitHub

View File

@@ -400,24 +400,24 @@
}, },
"browser_window": { "browser_window": {
"attribute_modal": { "attribute_modal": {
"title": "属性を選択", "title": "Select Attribute",
"notifications": { "notifications": {
"list_select_success": "リストが正常に選択されました。抽出するテキストデータを選択してください。", "list_select_success": "List has been successfully selected. Please select the text data to extract.",
"pagination_select_success": "ページネーション要素が正常に選択されました。" "pagination_select_success": "Pagination element has been successfully selected."
} }
}, },
"attribute_options": { "attribute_options": {
"anchor": { "anchor": {
"text": "テキスト: {{text}}", "text": "Text: {{text}}",
"url": "URL: {{url}}" "url": "URL: {{url}}"
}, },
"image": { "image": {
"alt_text": "代替テキスト: {{altText}}", "alt_text": "Alt Text: {{altText}}",
"image_url": "画像URL: {{imageUrl}}" "image_url": "Image URL: {{imageUrl}}"
}, },
"default": { "default": {
"text": "テキスト: {{text}}" "text": "Text: {{text}}"
} }
} }
}, },
"runs_table": { "runs_table": {