Skip to content

Commit 166201c

Browse files
authored
Translate Japanese homepage read-more links (#2664)
Co-authored-by: Diego Molina <diemol@users.noreply.github.com> [deploy site]
1 parent ab70ee7 commit 166201c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website_and_docs/content/_index.ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ <h1 class="d-1 fw-bold">Seleniumはブラウザを自動化します。そうで
2020

2121
{{< getting-started color="100" height="auto" title="入門" >}}
2222

23-
{{% getting-started-item icon="icons/webdriver.svg" title="Selenium WebDriver" color="selenium-webdriver" url="/ja/documentation/webdriver/" url_text="Read more" %}}
23+
{{% getting-started-item icon="icons/webdriver.svg" title="Selenium WebDriver" color="selenium-webdriver" url="/ja/documentation/webdriver/" url_text="続きを読む" %}}
2424
堅牢なブラウザーベースの回帰自動化スイートとテストを作成し、スクリプトをスケーリングして多くの環境に分散する場合は、
2525
言語固有のバインディングのコレクションであるSeleniumWebDriverを使用して意図した操作でブラウザーを駆動します。
2626
{{% /getting-started-item %}}
2727

28-
{{% getting-started-item icon="icons/ide.svg" title="Selenium IDE" color="selenium-ide" url="https://selenium.dev/selenium-ide/" url_text="Read more" %}}
28+
{{% getting-started-item icon="icons/ide.svg" title="Selenium IDE" color="selenium-ide" url="https://selenium.dev/selenium-ide/" url_text="続きを読む" %}}
2929
迅速なバグ再現スクリプトを作成したい場合、自動化支援の探索的テストを支援するスクリプトを作成したい場合は、SeleniumIDEを使用します。
3030
Chrome、Firefox、Edgeのアドオンがブラウザとの対話の簡単な記録と再生を行います。
3131
{{% /getting-started-item %}}
3232

33-
{{% getting-started-item icon="icons/grid.svg" title="Selenium Grid" color="selenium-grid" url="/ja/documentation/grid/" url_text="Read more" %}}
33+
{{% getting-started-item icon="icons/grid.svg" title="Selenium Grid" color="selenium-grid" url="/ja/documentation/grid/" url_text="続きを読む" %}}
3434
複数のマシンでテストを分散して実行し、複数の環境を中央から管理して、
3535
ブラウザーとOSの膨大な組み合わせに対してテストを簡単に実行できるようにすることでスケーリングしたい場合は、
3636
SeleniumGridを使用します。

0 commit comments

Comments
 (0)