Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 8 additions & 3 deletions i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"seo": {
"home": {
"title": "npmx - npmレジストリのためのパッケージブラウザ",
"description": "優れたnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
"description": "高速でモダンなnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
}
},
"version": "バージョン",
"built_at": "ビルド {0}",
"alt_logo": "npmxロゴ",
"tagline": "優れたnpmレジストリブラウザ",
"tagline": "高速でモダンなnpmレジストリブラウザ",
"non_affiliation_disclaimer": "npm, Inc.とは関係ありません。",
"trademark_disclaimer": "npmはnpm, Inc.の登録商標です。当サイトはnpm, Inc.とは関係ありません。",
"footer": {
Expand Down Expand Up @@ -221,7 +221,8 @@
"important": "重要",
"warning": "警告",
"caution": "注意"
}
},
"copy_as_markdown": "READMEをMarkdownとしてコピーする"
},
"provenance_section": {
"title": "Provenance",
Expand Down Expand Up @@ -930,6 +931,10 @@
"label": "ダウンロード数/週",
"description": "1週間のダウンロード数"
},
"totalLikes": {
"label": "いいね",
"description": "いいねの合計数"
},
"lastUpdated": {
"label": "公開日",
"description": "このバージョンが公開された日付"
Expand Down
11 changes: 8 additions & 3 deletions lunaria/files/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"seo": {
"home": {
"title": "npmx - npmレジストリのためのパッケージブラウザ",
"description": "優れたnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
"description": "高速でモダンなnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
}
},
"version": "バージョン",
"built_at": "ビルド {0}",
"alt_logo": "npmxロゴ",
"tagline": "優れたnpmレジストリブラウザ",
"tagline": "高速でモダンなnpmレジストリブラウザ",
"non_affiliation_disclaimer": "npm, Inc.とは関係ありません。",
"trademark_disclaimer": "npmはnpm, Inc.の登録商標です。当サイトはnpm, Inc.とは関係ありません。",
"footer": {
Expand Down Expand Up @@ -221,7 +221,8 @@
"important": "重要",
"warning": "警告",
"caution": "注意"
}
},
"copy_as_markdown": "READMEをMarkdownとしてコピーする"
},
"provenance_section": {
"title": "Provenance",
Expand Down Expand Up @@ -930,6 +931,10 @@
"label": "ダウンロード数/週",
"description": "1週間のダウンロード数"
},
"totalLikes": {
"label": "いいね",
"description": "いいねの合計数"
},
"lastUpdated": {
"label": "公開日",
"description": "このバージョンが公開された日付"
Expand Down
Loading