Skip to content

Commit a53ddf6

Browse files
authored
fix(theme-translation): complete and fix Japanese translations (#10688)
1 parent e6b7397 commit a53ddf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/docusaurus-theme-translations/locales/ja/theme-common.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"theme.admonition.warning": "警告",
2323
"theme.blog.archive.description": "アーカイブ",
2424
"theme.blog.archive.title": "アーカイブ",
25-
"theme.blog.author.noPosts": "This author has not written any posts yet.",
25+
"theme.blog.author.noPosts": "この著者による投稿はまだありません。",
2626
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
27-
"theme.blog.authorsList.pageTitle": "Authors",
28-
"theme.blog.authorsList.viewAll": "View All Authors",
27+
"theme.blog.authorsList.pageTitle": "著者一覧",
28+
"theme.blog.authorsList.viewAll": "すべての著者を見る",
2929
"theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
3030
"theme.blog.paginator.newerEntries": "新しい記事",
3131
"theme.blog.paginator.olderEntries": "過去の記事",
@@ -44,8 +44,8 @@
4444
"theme.common.editThisPage": "このページを編集",
4545
"theme.common.headingLinkTitle": "{heading} への直接リンク",
4646
"theme.common.skipToMainContent": "メインコンテンツまでスキップ",
47-
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
48-
"theme.contentVisibility.draftBanner.title": "Draft page",
47+
"theme.contentVisibility.draftBanner.message": "このページは下書きです。開発環境でのみ表示され、本番環境のビルドには含まれません。",
48+
"theme.contentVisibility.draftBanner.title": "下書きのページ",
4949
"theme.contentVisibility.unlistedBanner.message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
5050
"theme.contentVisibility.unlistedBanner.title": "非公開のページ",
5151
"theme.docs.DocCard.categoryDescription.plurals": "{count}項目",

0 commit comments

Comments
 (0)