Skip to content

Commit 2299e6f

Browse files
authored
Merge pull request #151 from reactjs/tr/footer
Translate footer
2 parents daecb94 + 9bd35f5 commit 2299e6f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/components/LayoutFooter/Footer.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
6060
},
6161
}}>
6262
<FooterNav layoutHasSidebar={layoutHasSidebar}>
63-
<MetaTitle onDark={true}>Docs</MetaTitle>
63+
<MetaTitle onDark={true}>ドキュメント</MetaTitle>
6464
{sectionListDocs.map(section => {
6565
const defaultItem = section.items[0];
6666
return (
@@ -73,7 +73,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
7373
})}
7474
</FooterNav>
7575
<FooterNav layoutHasSidebar={layoutHasSidebar}>
76-
<MetaTitle onDark={true}>Channels</MetaTitle>
76+
<MetaTitle onDark={true}>チャンネル</MetaTitle>
7777
<ExternalFooterLink
7878
href="https://github.com/facebook/react"
7979
target="_blank"
@@ -118,7 +118,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
118118
</ExternalFooterLink>
119119
</FooterNav>
120120
<FooterNav layoutHasSidebar={layoutHasSidebar}>
121-
<MetaTitle onDark={true}>Community</MetaTitle>
121+
<MetaTitle onDark={true}>コミュニティ</MetaTitle>
122122
{sectionListCommunity.map(section => (
123123
<FooterLink
124124
to={`/community/${section.items[0].id}.html`}
@@ -128,12 +128,10 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
128128
))}
129129
</FooterNav>
130130
<FooterNav layoutHasSidebar={layoutHasSidebar}>
131-
<MetaTitle onDark={true}>More</MetaTitle>
132-
<FooterLink to="/tutorial/tutorial.html">Tutorial</FooterLink>
131+
<MetaTitle onDark={true}>その他</MetaTitle>
132+
<FooterLink to="/tutorial/tutorial.html">チュートリアル</FooterLink>
133133
<FooterLink to="/blog/">Blog</FooterLink>
134-
<FooterLink to="/acknowledgements.html">
135-
Acknowledgements
136-
</FooterLink>
134+
<FooterLink to="/acknowledgements.html">謝辞</FooterLink>
137135
<ExternalFooterLink
138136
href="https://facebook.github.io/react-native/"
139137
target="_blank"

0 commit comments

Comments
 (0)