diff options
author | Shinya Fujino | 2023-06-21 02:34:06 +0900 |
---|---|---|
committer | GitHub | 2023-06-20 19:34:06 +0200 |
commit | 91309ae13250c5fd9f91a8e1843f16430773ff15 (patch) | |
tree | 59562b23112f2c278d69b5d8809bf4f8a46ac3f7 | |
parent | 94ae1d3dbfe028acdf5c5c0c7aa4098f415b613d (diff) | |
download | IT.starlight-91309ae13250c5fd9f91a8e1843f16430773ff15.tar.gz IT.starlight-91309ae13250c5fd9f91a8e1843f16430773ff15.tar.bz2 IT.starlight-91309ae13250c5fd9f91a8e1843f16430773ff15.zip |
i18n(ja): Add Japanese translation for `search.devWarning` (#234)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/shy-bats-yell.md | 5 | ||||
-rw-r--r-- | docs/src/content/docs/ja/guides/i18n.mdx | 1 | ||||
-rw-r--r-- | packages/starlight/translations/ja.json | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/.changeset/shy-bats-yell.md b/.changeset/shy-bats-yell.md new file mode 100644 index 00000000..95f96fca --- /dev/null +++ b/.changeset/shy-bats-yell.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Add Japanese translation for `search.devWarning` diff --git a/docs/src/content/docs/ja/guides/i18n.mdx b/docs/src/content/docs/ja/guides/i18n.mdx index b122c9aa..0b376300 100644 --- a/docs/src/content/docs/ja/guides/i18n.mdx +++ b/docs/src/content/docs/ja/guides/i18n.mdx @@ -180,6 +180,7 @@ Starlightã§ã¯ã€èªè€…ãŒé¸æŠžã—ãŸè¨€èªžã§ã‚µã‚¤ãƒˆå…¨ä½“を体験ã§ãã‚ "search.label": "Search", "search.shortcutLabel": "(Press / to Search)", "search.cancelLabel": "Cancel", + "search.devWarning": "Search is only available in production builds. \nTry building and previewing the site to test it out locally.", "themeSelect.accessibleLabel": "Select theme", "themeSelect.dark": "Dark", "themeSelect.light": "Light", diff --git a/packages/starlight/translations/ja.json b/packages/starlight/translations/ja.json index 833928b0..75e2b06e 100644 --- a/packages/starlight/translations/ja.json +++ b/packages/starlight/translations/ja.json @@ -3,7 +3,7 @@ "search.label": "検索", "search.shortcutLabel": "(/を押ã—ã¦æ¤œç´¢ï¼‰", "search.cancelLabel": "ã‚ャンセル", - "search.devWarning": "Search is only available in production builds. \nTry building and previewing the site to test it out locally.", + "search.devWarning": "検索ã¯ãƒ—ãƒãƒ€ã‚¯ã‚·ãƒ§ãƒ³ãƒ“ルドã§ã®ã¿åˆ©ç”¨å¯èƒ½ã§ã™ã€‚\nãƒãƒ¼ã‚«ãƒ«ã§ãƒ†ã‚¹ãƒˆã™ã‚‹ã«ã¯ã€ã‚µã‚¤ãƒˆã‚’ビルドã—ã¦ãƒ—レビューã—ã¦ãã ã•ã„。", "themeSelect.accessibleLabel": "テーマã®é¸æŠž", "themeSelect.dark": "ダーク", "themeSelect.light": "ライト", |