Skip to content

Commit

Permalink
Merge pull request #287 from getmaxun/listlang-fix
Browse files Browse the repository at this point in the history
fix: browser window english language
  • Loading branch information
amhsirak authored Dec 23, 2024
2 parents 4ac55f0 + 422b774 commit 4f151f0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,24 +400,24 @@
},
"browser_window": {
"attribute_modal": {
"title": "属性を選択",
"notifications": {
"list_select_success": "リストが正常に選択されました。抽出するテキストデータを選択してください。",
"pagination_select_success": "ページネーション要素が正常に選択されました。"
}
"title": "Select Attribute",
"notifications": {
"list_select_success": "List has been successfully selected. Please select the text data to extract.",
"pagination_select_success": "Pagination element has been successfully selected."
}
},
"attribute_options": {
"anchor": {
"text": "テキスト: {{text}}",
"url": "URL: {{url}}"
},
"image": {
"alt_text": "代替テキスト: {{altText}}",
"image_url": "画像URL: {{imageUrl}}"
},
"default": {
"text": "テキスト: {{text}}"
}
"anchor": {
"text": "Text: {{text}}",
"url": "URL: {{url}}"
},
"image": {
"alt_text": "Alt Text: {{altText}}",
"image_url": "Image URL: {{imageUrl}}"
},
"default": {
"text": "Text: {{text}}"
}
}
},
"runs_table": {
Expand Down

0 comments on commit 4f151f0

Please sign in to comment.