Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/content/nav/ja.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import { navDictionary } from '../../util/navDictionary';

export default navDictionary({
guides: 'ガイド&レシピ',
tutorial: 'チュートリアル',

guides: 'ガイド',
'guides.welcome': 'ようこそ!',
'guides.newProject': '新規プロジェクトの作成',
'guides.config': '設定ファイルの構成',
'guides.config': '設定',
'guides.routing': 'ルーティングとナビゲーション',
'guides.ui': 'UIの構築',
'guides.content': 'コンテンツの追加',
Expand All @@ -20,6 +22,7 @@ export default navDictionary({
'reference.syntax': 'Astroテンプレート構文',
'reference.experimental': '実験的機能',

ecosystem: 'エコシステム',
'ecosystem.integrations.ui': 'UIフレームワーク',
'ecosystem.integrations.adapters': 'アダプター',
'ecosystem.integrations.other': 'その他の公式インテグレーション',
Expand Down
Loading