Skip to content

Commit 16b012a

Browse files
authored
fix(i18n): update Japanese translation (#1158)
1 parent 5239318 commit 16b012a

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

i18n/locales/ja-JP.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"seo": {
33
"home": {
44
"title": "npmx - npmレジストリのためのパッケージブラウザ",
5-
"description": "優れたnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
5+
"description": "高速でモダンなnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
66
}
77
},
88
"version": "バージョン",
99
"built_at": "ビルド {0}",
1010
"alt_logo": "npmxロゴ",
11-
"tagline": "優れたnpmレジストリブラウザ",
11+
"tagline": "高速でモダンなnpmレジストリブラウザ",
1212
"non_affiliation_disclaimer": "npm, Inc.とは関係ありません。",
1313
"trademark_disclaimer": "npmはnpm, Inc.の登録商標です。当サイトはnpm, Inc.とは関係ありません。",
1414
"footer": {
@@ -221,7 +221,8 @@
221221
"important": "重要",
222222
"warning": "警告",
223223
"caution": "注意"
224-
}
224+
},
225+
"copy_as_markdown": "READMEをMarkdownとしてコピーする"
225226
},
226227
"provenance_section": {
227228
"title": "Provenance",
@@ -930,6 +931,10 @@
930931
"label": "ダウンロード数/週",
931932
"description": "1週間のダウンロード数"
932933
},
934+
"totalLikes": {
935+
"label": "いいね",
936+
"description": "いいねの合計数"
937+
},
933938
"lastUpdated": {
934939
"label": "公開日",
935940
"description": "このバージョンが公開された日付"

lunaria/files/ja-JP.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"seo": {
33
"home": {
44
"title": "npmx - npmレジストリのためのパッケージブラウザ",
5-
"description": "優れたnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
5+
"description": "高速でモダンなnpmレジストリブラウザ。モダンなインターフェイスでパッケージの検索、閲覧、探索が可能です。"
66
}
77
},
88
"version": "バージョン",
99
"built_at": "ビルド {0}",
1010
"alt_logo": "npmxロゴ",
11-
"tagline": "優れたnpmレジストリブラウザ",
11+
"tagline": "高速でモダンなnpmレジストリブラウザ",
1212
"non_affiliation_disclaimer": "npm, Inc.とは関係ありません。",
1313
"trademark_disclaimer": "npmはnpm, Inc.の登録商標です。当サイトはnpm, Inc.とは関係ありません。",
1414
"footer": {
@@ -221,7 +221,8 @@
221221
"important": "重要",
222222
"warning": "警告",
223223
"caution": "注意"
224-
}
224+
},
225+
"copy_as_markdown": "READMEをMarkdownとしてコピーする"
225226
},
226227
"provenance_section": {
227228
"title": "Provenance",
@@ -930,6 +931,10 @@
930931
"label": "ダウンロード数/週",
931932
"description": "1週間のダウンロード数"
932933
},
934+
"totalLikes": {
935+
"label": "いいね",
936+
"description": "いいねの合計数"
937+
},
933938
"lastUpdated": {
934939
"label": "公開日",
935940
"description": "このバージョンが公開された日付"

0 commit comments

Comments
 (0)