summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Fujino2023-06-21 02:34:06 +0900
committerGitHub2023-06-20 19:34:06 +0200
commit91309ae13250c5fd9f91a8e1843f16430773ff15 (patch)
tree59562b23112f2c278d69b5d8809bf4f8a46ac3f7
parent94ae1d3dbfe028acdf5c5c0c7aa4098f415b613d (diff)
downloadIT.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.md5
-rw-r--r--docs/src/content/docs/ja/guides/i18n.mdx1
-rw-r--r--packages/starlight/translations/ja.json2
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": "ライト",