Skip to content

Commit 7083e4b

Browse files
authored
chore(i18n): add missing Japanese translations (#1374)
1 parent d55dc9d commit 7083e4b

File tree

5 files changed

+203
-23
lines changed

5 files changed

+203
-23
lines changed

i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"recent_versions_only": "Recent versions only",
296296
"recent_versions_only_tooltip": "Show only versions published within the last year.",
297297
"show_low_usage": "Show low usage versions",
298-
"show_low_usage_tooltip": "Include version groups with less than 1% of total downloads",
298+
"show_low_usage_tooltip": "Include version groups with less than 1% of total downloads.",
299299
"date_range_tooltip": "Last week of version distributions only"
300300
},
301301
"dependencies": {

i18n/locales/ja-JP.json

Lines changed: 100 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,35 @@
1616
"docs": "ドキュメント",
1717
"source": "ソースコード",
1818
"social": "ソーシャル",
19-
"chat": "チャット"
19+
"chat": "チャット",
20+
"keyboard_shortcuts": "キーボードショートカット"
2021
},
2122
"shortcuts": {
22-
"section": {}
23+
"section": {
24+
"global": "グローバル",
25+
"search": "検索",
26+
"package": "パッケージ"
27+
},
28+
"focus_search": "検索にフォーカス",
29+
"show_kbd_hints": "キーボードヒントをハイライト",
30+
"settings": "設定を開く",
31+
"compare": "比較を開く",
32+
"compare_from_package": "比較を開く(現在のパッケージを自動入力)",
33+
"navigate_results": "検索結果を移動",
34+
"go_to_result": "結果に移動",
35+
"open_code_view": "コードビューを開く",
36+
"open_docs": "ドキュメントを開く"
2337
},
2438
"search": {
2539
"label": "npmパッケージを検索",
2640
"placeholder": "パッケージを検索...",
2741
"button": "検索",
2842
"searching": "検索中...",
2943
"found_packages": "{count} 個のパッケージが見つかりました",
44+
"found_packages_sorted": "上位 {count} 件の結果をソート中",
3045
"updating": "(更新中...)",
3146
"no_results": "\"{query}\" に一致するパッケージは見つかりませんでした",
47+
"rate_limited": "npmのレート制限に達しました。しばらくしてから再試行してください",
3248
"title": "検索",
3349
"title_search": "検索: {search}",
3450
"title_packages": "パッケージを検索",
@@ -39,6 +55,7 @@
3955
"claim_button": "\"{name}\" を取得",
4056
"want_to_claim": "このパッケージ名を取得しますか?",
4157
"start_typing": "入力を開始してパッケージを検索",
58+
"algolia_disclaimer": "Algoliaにより提供",
4259
"exact_match": "完全一致",
4360
"suggestion": {
4461
"user": "ユーザー",
@@ -66,9 +83,17 @@
6683
"sections": {
6784
"appearance": "外観",
6885
"display": "表示",
86+
"search": "データソース",
6987
"language": "言語"
7088
},
71-
"data_source": {},
89+
"data_source": {
90+
"label": "データソース",
91+
"description": "npmxが検索データを取得する先を選択します。個別のパッケージページは常にnpmレジストリから直接取得します。",
92+
"npm": "npmレジストリ",
93+
"npm_description": "公式npmレジストリから検索、Organization、ユーザー一覧を直接取得します。正確ですが、やや遅い場合があります。",
94+
"algolia": "Algolia",
95+
"algolia_description": "Algoliaを使用して検索、Organization、ユーザーページをより高速に取得します。"
96+
},
7297
"relative_dates": "日付を相対表記",
7398
"include_types": "インストール時に {'@'}types を含める",
7499
"include_types_description": "型定義のないパッケージのインストールコマンドに {'@'}types パッケージを追加します",
@@ -231,7 +256,16 @@
231256
"view_more_details": "詳細を表示",
232257
"error_loading": "provenance詳細情報の読み込みに失敗しました"
233258
},
234-
"security_downgrade": {},
259+
"security_downgrade": {
260+
"title": "信頼性の低下",
261+
"description_to_none_provenance": "このバージョンは {provenance} なしで公開されました。",
262+
"description_to_none_trustedPublisher": "このバージョンは {trustedPublishing} なしで公開されました。",
263+
"description_to_provenance_trustedPublisher": "このバージョンは {provenance} を使用していますが、{trustedPublishing} は使用していません。",
264+
"fallback_install_provenance": "インストールコマンドは、provenanceが付与された最後のバージョン {version} に固定されています。",
265+
"fallback_install_trustedPublisher": "インストールコマンドは、trusted publishingされた最後のバージョン {version} に固定されています。",
266+
"provenance_link_text": "provenance",
267+
"trusted_publishing_link_text": "trusted publishing"
268+
},
235269
"keywords_title": "キーワード",
236270
"compatibility": "互換性",
237271
"card": {
@@ -253,7 +287,16 @@
253287
"more_tagged": "他 {count} 個のタグ付き",
254288
"all_covered": "すべてのバージョンが上記のタグに含まれています",
255289
"deprecated_title": "{version}(非推奨)",
256-
"view_all": "{count} 個のバージョンを表示|{count} 個のすべてのバージョンを表示"
290+
"view_all": "{count} 個のバージョンを表示|{count} 個のすべてのバージョンを表示",
291+
"distribution_title": "Semverグループ",
292+
"distribution_modal_title": "バージョン",
293+
"grouping_major": "メジャー",
294+
"grouping_minor": "マイナー",
295+
"recent_versions_only": "最近のバージョンのみ",
296+
"recent_versions_only_tooltip": "過去1年以内に公開されたバージョンのみ表示します。",
297+
"show_low_usage": "利用率の低いバージョンを表示",
298+
"show_low_usage_tooltip": "総ダウンロード数の1%未満のバージョングループも含めます。",
299+
"date_range_tooltip": "直近1週間のバージョン分布のみ"
257300
},
258301
"dependencies": {
259302
"title": "依存関係({count})",
@@ -302,10 +345,19 @@
302345
"date_range_multiline": "{start}\nから {end}",
303346
"download_file": "{fileType} をダウンロード",
304347
"toggle_annotator": "アノテーターを切り替え",
305-
"items": {}
348+
"legend_estimation": "推定値",
349+
"no_data": "データがありません",
350+
"y_axis_label": "{granularity} {facet}",
351+
"facet": "指標",
352+
"title": "トレンド",
353+
"items": {
354+
"downloads": "ダウンロード数",
355+
"likes": "いいね数"
356+
}
306357
},
307358
"downloads": {
308359
"title": "週間ダウンロード数",
360+
"modal_title": "週間ダウンロード数",
309361
"analyze": "ダウンロード数を分析",
310362
"community_distribution": "コミュニティの採用分布を表示"
311363
},
@@ -344,7 +396,8 @@
344396
"high": "",
345397
"moderate": "",
346398
"low": ""
347-
}
399+
},
400+
"fixed_in_title": "{version} で修正済み"
348401
},
349402
"deprecated": {
350403
"label": "非推奨",
@@ -391,7 +444,11 @@
391444
"name_asc": "名前順(A-Z)",
392445
"name_desc": "名前順(Z-A)"
393446
},
394-
"size": {}
447+
"size": {
448+
"b": "{size} B",
449+
"kb": "{size} kB",
450+
"mb": "{size} MB"
451+
}
395452
},
396453
"connector": {
397454
"modal": {
@@ -796,7 +853,8 @@
796853
"create_account": "アカウントを新規作成",
797854
"connect_bluesky": "Blueskyで接続",
798855
"what_is_atmosphere": "Atmosphereアカウントとは?",
799-
"atmosphere_explanation": "{npmx} は多くのソーシャル機能に {atproto} を利用しています。AT Protocolにより、ユーザーは自分自身のデータを所有し、1つのアカウントでAT Protocolに対応するすべてのアプリケーションを利用できるようになります。アカウントを作成すると、{bluesky} や {tangled} などの他のアプリでも同じアカウントを使用できます。"
856+
"atmosphere_explanation": "{npmx} は多くのソーシャル機能に {atproto} を利用しています。AT Protocolにより、ユーザーは自分自身のデータを所有し、1つのアカウントでAT Protocolに対応するすべてのアプリケーションを利用できるようになります。アカウントを作成すると、{bluesky} や {tangled} などの他のアプリでも同じアカウントを使用できます。",
857+
"default_input_error": "有効なハンドル、DID、または完全なPDS URLを入力してください"
800858
}
801859
},
802860
"header": {
@@ -933,7 +991,9 @@
933991
"vulnerabilities_summary": "{count} 件 ({critical}C/{high}H)",
934992
"up_to_you": "あなた次第!"
935993
},
936-
"trends": {}
994+
"trends": {
995+
"title": "トレンド比較"
996+
}
937997
}
938998
},
939999
"privacy_policy": {
@@ -1015,5 +1075,35 @@
10151075
"title": "ポリシーの変更",
10161076
"p1": "本プライバシーポリシーは随時更新されることがあります。変更は、更新日とともに本ページで公開されます。"
10171077
}
1078+
},
1079+
"a11y": {
1080+
"title": "アクセシビリティ",
1081+
"footer_title": "a11y",
1082+
"welcome": "{app} をできるだけ多くの人が使えるようにすることを目指しています。",
1083+
"approach": {
1084+
"title": "私たちのアプローチ",
1085+
"p1": "私たちはWeb Content Accessibility Guidelines (WCAG) 2.2に準拠するよう努め、機能開発時の指針として活用しています。WCAGのいかなるレベルへの完全な準拠を主張するものではありません。アクセシビリティは継続的な取り組みであり、常に改善の余地があります。",
1086+
"p2": "このサイトは{about}です。アクセシビリティの改善は、通常の開発の一環として段階的におこなっています。",
1087+
"about_link": "オープンソースのコミュニティ主導プロジェクト"
1088+
},
1089+
"measures": {
1090+
"title": "私たちの取り組み",
1091+
"p1": "サイト全体で以下のことに取り組んでいます:",
1092+
"li1": "適切な箇所でセマンティックHTMLとARIA属性を使用する。",
1093+
"li2": "ブラウザで調整可能な相対的なテキストサイズを使用する。",
1094+
"li3": "インターフェース全体でキーボード操作をサポートする。",
1095+
"li4": "prefers-reduced-motionおよびprefers-color-schemeメディアクエリを尊重する。",
1096+
"li5": "十分なカラーコントラストを考慮してデザインする。",
1097+
"li6": "一部のインタラクティブ機能はJavaScriptが必要ですが、重要なコンテンツはJavaScriptなしでも利用できるようにする。"
1098+
},
1099+
"limitations": {
1100+
"title": "既知の制限事項",
1101+
"p1": "サイトの一部、特にパッケージのREADMEなどのサードパーティコンテンツは、アクセシビリティ基準を満たしていない場合があります。これらの領域は時間をかけて改善に取り組んでいます。"
1102+
},
1103+
"contact": {
1104+
"title": "フィードバック",
1105+
"p1": "{app} でアクセシビリティに関する問題を見つけた場合は、{link}でIssueを作成してお知らせください。報告は真剣に受け止め、できる限り対応します。",
1106+
"link": "GitHubリポジトリ"
1107+
}
10181108
}
10191109
}

lunaria/files/en-GB.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"recent_versions_only": "Recent versions only",
295295
"recent_versions_only_tooltip": "Show only versions published within the last year.",
296296
"show_low_usage": "Show low usage versions",
297-
"show_low_usage_tooltip": "Include version groups with less than 1% of total downloads",
297+
"show_low_usage_tooltip": "Include version groups with less than 1% of total downloads.",
298298
"date_range_tooltip": "Last week of version distributions only"
299299
},
300300
"dependencies": {

lunaria/files/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"recent_versions_only": "Recent versions only",
295295
"recent_versions_only_tooltip": "Show only versions published within the last year.",
296296
"show_low_usage": "Show low usage versions",
297-
"show_low_usage_tooltip": "Include version groups with less than 1% of total downloads",
297+
"show_low_usage_tooltip": "Include version groups with less than 1% of total downloads.",
298298
"date_range_tooltip": "Last week of version distributions only"
299299
},
300300
"dependencies": {

0 commit comments

Comments
 (0)