diff --git a/simple-translate/_locales/en/messages.json b/simple-translate/_locales/en/messages.json index 6785640..2deba5b 100644 --- a/simple-translate/_locales/en/messages.json +++ b/simple-translate/_locales/en/messages.json @@ -29,6 +29,12 @@ "webPageLabel": { "message": "Web page" }, + "ifShowCandidateLabel": { + "message": "Show translation candidates" + }, + "ifShowCandidateCaptionLabel": { + "message": "Show multiple translation candidates when a single word is translated." + }, "ifShowButtonLabel": { "message": "Display the button when text is selected" }, diff --git a/simple-translate/options/options.html b/simple-translate/options/options.html index 6df3aed..c4221ba 100644 --- a/simple-translate/options/options.html +++ b/simple-translate/options/options.html @@ -54,6 +54,19 @@ + +
  • +
    +

    翻訳候補を表示する

    +

    単一の語句が翻訳された時に複数の候補を表示します。

    +
    +
    + +
    +
  • diff --git a/simple-translate/popup/popup.css b/simple-translate/popup/popup.css index c435cd8..3c33e06 100644 --- a/simple-translate/popup/popup.css +++ b/simple-translate/popup/popup.css @@ -91,6 +91,14 @@ hr { padding: 0px 5px 20px; } +#target p { + margin: 0; +} + +#target .candidate { + color: var(--sub-text); +} + #footer { display: flex; flex-direction: row; diff --git a/simple-translate/popup/popup.html b/simple-translate/popup/popup.html index c825c9a..4c08389 100644 --- a/simple-translate/popup/popup.html +++ b/simple-translate/popup/popup.html @@ -19,7 +19,8 @@
    -

    +

    +