Skip to content

Commit

Permalink
add: images in Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jul 31, 2024
1 parent 12f58cb commit 26efec3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/[lng]/solutions/images/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Home({ params: { lng } }: Props) {
justify="start"
className="ml-5"
>
<Heading size="2xl">3</Heading>
<Heading size="2xl">38</Heading>
<Heading size="xs">{t("origins")}</Heading>
</Flex>
</Center>
Expand Down
16 changes: 16 additions & 0 deletions app/i18n/locales/ja-JP/solutions/images.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"publicImages": "どこでも速い画像最適化",
"publicImagesBlurb": "画像をリサイズ、最適化、そしてウェブ上に高速配信します。",
"bragging": "速度重視のネットワーク",
"origins": "最適化ノード",
"edgePoPs": "CDNノード",
"permacache": "半永久キャッシュ",
"performance": "パフォーマンス向上",
"avgOrigin": "直オリジンレスポンス時間",
"onEdge": "エッジからのレスポンス時間",
"testParams": "sharpとcloudflareを使用したデフォルトのNextJS画像最適化とカスタムローダーの比較",
"works": "どこでも使える!",
"nextStatic": "Static Exportを使用している場合でも、NextJS画像を最適化できます!",
"learnMore": "詳細を見る",
"easyAPI": "APIを利用して自由自在に利用することもできます"
}

0 comments on commit 26efec3

Please sign in to comment.