Skip to content

Commit bdef9c8

Browse files
fix(i18n): update Japanese translation (#1786)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent e616dd7 commit bdef9c8

File tree

2 files changed

+88
-28
lines changed

2 files changed

+88
-28
lines changed

i18n/locales/ja-JP.json

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"navigate_results": "検索結果を移動",
3434
"go_to_result": "結果に移動",
3535
"open_code_view": "コードビューを開く",
36-
"open_docs": "ドキュメントを開く"
36+
"open_docs": "ドキュメントを開く",
37+
"disable_shortcuts": "{settings} でキーボードショートカットを無効化できます。"
3738
},
3839
"search": {
3940
"label": "npmパッケージを検索",
@@ -84,7 +85,8 @@
8485
"appearance": "外観",
8586
"display": "表示",
8687
"search": "データソース",
87-
"language": "言語"
88+
"language": "言語",
89+
"keyboard_shortcuts": "キーボードショートカット"
8890
},
8991
"data_source": {
9092
"label": "データソース",
@@ -95,10 +97,10 @@
9597
"algolia_description": "Algoliaを使用して検索、organization、ユーザーページをより高速に取得します。"
9698
},
9799
"relative_dates": "日付を相対表記",
98-
"include_types": "インストール時に {'@'}types を含める",
99-
"include_types_description": "型定義のないパッケージのインストールコマンドに {'@'}types パッケージを追加します",
100+
"include_types": "インストール時に{'@'}typesを含める",
101+
"include_types_description": "型定義のないパッケージのインストールコマンドに{'@'}typesパッケージを追加します",
100102
"hide_platform_packages": "検索でプラットフォーム固有のパッケージを非表示",
101-
"hide_platform_packages_description": "検索結果から {'@'}esbuild/linux-x64 のようなネイティブバイナリパッケージを非表示にします",
103+
"hide_platform_packages_description": "検索結果から{'@'}esbuild/linux-x64のようなネイティブバイナリパッケージを非表示にします",
102104
"theme": "テーマ",
103105
"theme_light": "ライト",
104106
"theme_dark": "ダーク",
@@ -108,7 +110,9 @@
108110
"accent_colors": "アクセントカラー",
109111
"clear_accent": "アクセントカラーをクリア",
110112
"translation_progress": "翻訳の進捗状況",
111-
"background_themes": "背景シェード"
113+
"background_themes": "背景シェード",
114+
"keyboard_shortcuts_enabled": "キーボードショートカットを有効化",
115+
"keyboard_shortcuts_enabled_description": "ブラウザやシステムのショートカットと競合する場合、キーボードショートカットを無効化できます"
112116
},
113117
"i18n": {
114118
"missing_keys": "{count} 件の未翻訳項目",
@@ -134,13 +138,34 @@
134138
"go_back_home": "ホームへ戻る",
135139
"view_on_npm": "npmで表示",
136140
"per_week": "/ 週",
137-
"vanity_downloads_hint": "バニティ番号: パッケージが表示されていません | バニティ番号: 表示されているパッケージの数値 | バニティ番号: 表示されている {count} 個のパッケージの合計",
141+
"vanity_downloads_hint": "バニティ番号: パッケージが表示されていません|バニティ番号: 表示されているパッケージの数値|バニティ番号: 表示されている {count} 個のパッケージの合計",
138142
"sort": {
139143
"name": "名前",
140144
"role": "ロール",
141145
"members": "メンバー"
142146
},
143-
"scroll_to_top": "トップへ戻る"
147+
"scroll_to_top": "トップへ戻る",
148+
"cancel": "キャンセル",
149+
"save": "保存",
150+
"edit": "編集",
151+
"error": "エラー"
152+
},
153+
"profile": {
154+
"display_name": "表示名",
155+
"description": "説明",
156+
"no_description": "説明なし",
157+
"website": "ウェブサイト",
158+
"website_placeholder": "https://example.com",
159+
"likes": "いいね",
160+
"seo_title": "{handle} - npmx",
161+
"seo_description": "{handle} のnpmxプロフィール",
162+
"not_found": "プロフィールが見つかりません",
163+
"not_found_message": "{handle} のプロフィールは見つかりませんでした。",
164+
"invite": {
165+
"message": "まだnpmxを利用していないようです。npmxを紹介しますか?",
166+
"share_button": "Blueskyで共有",
167+
"compose_text": "{'@'}{handle} さん、npmx.devはもうチェックしましたか? 高速でモダンなオープンソースのnpmレジストリブラウザです。\nhttps://npmx.dev"
168+
}
144169
},
145170
"package": {
146171
"not_found": "パッケージが見つかりません",
@@ -379,7 +404,7 @@
379404
"y_axis_label": "{granularity} {facet}",
380405
"facet": "指標",
381406
"title": "トレンド",
382-
"contributors_skip": "コントリビューターには表示されません (GitHubリポジトリなし):",
407+
"contributors_skip": "コントリビューターには表示されませんGitHubリポジトリなし:",
383408
"items": {
384409
"downloads": "ダウンロード数",
385410
"likes": "いいね数",
@@ -415,7 +440,8 @@
415440
},
416441
"downloads": {
417442
"title": "週間ダウンロード数",
418-
"community_distribution": "コミュニティの採用分布を表示"
443+
"community_distribution": "コミュニティの採用分布を表示",
444+
"subtitle": "全バージョン合計"
419445
},
420446
"install_scripts": {
421447
"title": "インストールスクリプト",
@@ -676,7 +702,7 @@
676702
"connect_required": "パッケージ名を取得するには、ローカルコネクタに接続してください。",
677703
"connect_button": "コネクタに接続",
678704
"publish_hint": "これにより、最小限のプレースホルダーパッケージが公開されます。",
679-
"preview_json": "package.json をプレビュー",
705+
"preview_json": "package.jsonをプレビュー",
680706
"claim_button": "パッケージ名を取得",
681707
"publishing": "公開中...",
682708
"checking": "空き状況を確認中...",
@@ -711,7 +737,8 @@
711737
"preview": "プレビュー",
712738
"code": "コード"
713739
},
714-
"file_path": "ファイルパス"
740+
"file_path": "ファイルパス",
741+
"scroll_to_top": "トップへスクロール"
715742
},
716743
"badges": {
717744
"provenance": {
@@ -928,7 +955,8 @@
928955
"connect_bluesky": "Blueskyで接続",
929956
"what_is_atmosphere": "Atmosphereアカウントとは?",
930957
"atmosphere_explanation": "{npmx} は多くのソーシャル機能に {atproto} を利用しています。AT Protocolにより、ユーザーは自分自身のデータを所有し、1つのアカウントでAT Protocolに対応するすべてのアプリケーションを利用できるようになります。アカウントを作成すると、{bluesky} や {tangled} などの他のアプリでも同じアカウントを使用できます。",
931-
"default_input_error": "有効なハンドル、DID、または完全なPDS URLを入力してください"
958+
"default_input_error": "有効なハンドル、DID、または完全なPDS URLを入力してください",
959+
"profile": "プロフィール"
932960
}
933961
},
934962
"header": {
@@ -965,7 +993,7 @@
965993
"loading": "パッケージデータを読み込み中...",
966994
"error": "パッケージデータの読み込みに失敗しました。もう一度お試しください。",
967995
"empty_title": "比較するパッケージを選択",
968-
"empty_description": "上から検索から2つ以上のパッケージを追加すると、メトリクスを並べて比較できます。"
996+
"empty_description": "上部の検索から2つ以上のパッケージを追加すると、メトリクスを並べて比較できます。"
969997
},
970998
"selector": {
971999
"search_label": "パッケージを検索",
@@ -1073,6 +1101,8 @@
10731101
"file_changes": "ファイル変更",
10741102
"files_count": "{count} ファイル",
10751103
"lines_hidden": "{count} 行を非表示",
1104+
"file_too_large": "ファイルサイズが大きすぎるため比較できません",
1105+
"file_size_warning": "{size} は比較制限の250KBを超えています",
10761106
"compare_versions": "diff",
10771107
"summary": "要約",
10781108
"deps_count": "依存関係 {count} 件",

lunaria/files/ja-JP.json

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"navigate_results": "検索結果を移動",
3333
"go_to_result": "結果に移動",
3434
"open_code_view": "コードビューを開く",
35-
"open_docs": "ドキュメントを開く"
35+
"open_docs": "ドキュメントを開く",
36+
"disable_shortcuts": "{settings} でキーボードショートカットを無効化できます。"
3637
},
3738
"search": {
3839
"label": "npmパッケージを検索",
@@ -83,7 +84,8 @@
8384
"appearance": "外観",
8485
"display": "表示",
8586
"search": "データソース",
86-
"language": "言語"
87+
"language": "言語",
88+
"keyboard_shortcuts": "キーボードショートカット"
8789
},
8890
"data_source": {
8991
"label": "データソース",
@@ -94,10 +96,10 @@
9496
"algolia_description": "Algoliaを使用して検索、organization、ユーザーページをより高速に取得します。"
9597
},
9698
"relative_dates": "日付を相対表記",
97-
"include_types": "インストール時に {'@'}types を含める",
98-
"include_types_description": "型定義のないパッケージのインストールコマンドに {'@'}types パッケージを追加します",
99+
"include_types": "インストール時に{'@'}typesを含める",
100+
"include_types_description": "型定義のないパッケージのインストールコマンドに{'@'}typesパッケージを追加します",
99101
"hide_platform_packages": "検索でプラットフォーム固有のパッケージを非表示",
100-
"hide_platform_packages_description": "検索結果から {'@'}esbuild/linux-x64 のようなネイティブバイナリパッケージを非表示にします",
102+
"hide_platform_packages_description": "検索結果から{'@'}esbuild/linux-x64のようなネイティブバイナリパッケージを非表示にします",
101103
"theme": "テーマ",
102104
"theme_light": "ライト",
103105
"theme_dark": "ダーク",
@@ -107,7 +109,9 @@
107109
"accent_colors": "アクセントカラー",
108110
"clear_accent": "アクセントカラーをクリア",
109111
"translation_progress": "翻訳の進捗状況",
110-
"background_themes": "背景シェード"
112+
"background_themes": "背景シェード",
113+
"keyboard_shortcuts_enabled": "キーボードショートカットを有効化",
114+
"keyboard_shortcuts_enabled_description": "ブラウザやシステムのショートカットと競合する場合、キーボードショートカットを無効化できます"
111115
},
112116
"i18n": {
113117
"missing_keys": "{count} 件の未翻訳項目",
@@ -133,13 +137,34 @@
133137
"go_back_home": "ホームへ戻る",
134138
"view_on_npm": "npmで表示",
135139
"per_week": "/ 週",
136-
"vanity_downloads_hint": "バニティ番号: パッケージが表示されていません | バニティ番号: 表示されているパッケージの数値 | バニティ番号: 表示されている {count} 個のパッケージの合計",
140+
"vanity_downloads_hint": "バニティ番号: パッケージが表示されていません|バニティ番号: 表示されているパッケージの数値|バニティ番号: 表示されている {count} 個のパッケージの合計",
137141
"sort": {
138142
"name": "名前",
139143
"role": "ロール",
140144
"members": "メンバー"
141145
},
142-
"scroll_to_top": "トップへ戻る"
146+
"scroll_to_top": "トップへ戻る",
147+
"cancel": "キャンセル",
148+
"save": "保存",
149+
"edit": "編集",
150+
"error": "エラー"
151+
},
152+
"profile": {
153+
"display_name": "表示名",
154+
"description": "説明",
155+
"no_description": "説明なし",
156+
"website": "ウェブサイト",
157+
"website_placeholder": "https://example.com",
158+
"likes": "いいね",
159+
"seo_title": "{handle} - npmx",
160+
"seo_description": "{handle} のnpmxプロフィール",
161+
"not_found": "プロフィールが見つかりません",
162+
"not_found_message": "{handle} のプロフィールは見つかりませんでした。",
163+
"invite": {
164+
"message": "まだnpmxを利用していないようです。npmxを紹介しますか?",
165+
"share_button": "Blueskyで共有",
166+
"compose_text": "{'@'}{handle} さん、npmx.devはもうチェックしましたか? 高速でモダンなオープンソースのnpmレジストリブラウザです。\nhttps://npmx.dev"
167+
}
143168
},
144169
"package": {
145170
"not_found": "パッケージが見つかりません",
@@ -378,7 +403,7 @@
378403
"y_axis_label": "{granularity} {facet}",
379404
"facet": "指標",
380405
"title": "トレンド",
381-
"contributors_skip": "コントリビューターには表示されません (GitHubリポジトリなし):",
406+
"contributors_skip": "コントリビューターには表示されませんGitHubリポジトリなし:",
382407
"items": {
383408
"downloads": "ダウンロード数",
384409
"likes": "いいね数",
@@ -414,7 +439,8 @@
414439
},
415440
"downloads": {
416441
"title": "週間ダウンロード数",
417-
"community_distribution": "コミュニティの採用分布を表示"
442+
"community_distribution": "コミュニティの採用分布を表示",
443+
"subtitle": "全バージョン合計"
418444
},
419445
"install_scripts": {
420446
"title": "インストールスクリプト",
@@ -675,7 +701,7 @@
675701
"connect_required": "パッケージ名を取得するには、ローカルコネクタに接続してください。",
676702
"connect_button": "コネクタに接続",
677703
"publish_hint": "これにより、最小限のプレースホルダーパッケージが公開されます。",
678-
"preview_json": "package.json をプレビュー",
704+
"preview_json": "package.jsonをプレビュー",
679705
"claim_button": "パッケージ名を取得",
680706
"publishing": "公開中...",
681707
"checking": "空き状況を確認中...",
@@ -710,7 +736,8 @@
710736
"preview": "プレビュー",
711737
"code": "コード"
712738
},
713-
"file_path": "ファイルパス"
739+
"file_path": "ファイルパス",
740+
"scroll_to_top": "トップへスクロール"
714741
},
715742
"badges": {
716743
"provenance": {
@@ -927,7 +954,8 @@
927954
"connect_bluesky": "Blueskyで接続",
928955
"what_is_atmosphere": "Atmosphereアカウントとは?",
929956
"atmosphere_explanation": "{npmx} は多くのソーシャル機能に {atproto} を利用しています。AT Protocolにより、ユーザーは自分自身のデータを所有し、1つのアカウントでAT Protocolに対応するすべてのアプリケーションを利用できるようになります。アカウントを作成すると、{bluesky} や {tangled} などの他のアプリでも同じアカウントを使用できます。",
930-
"default_input_error": "有効なハンドル、DID、または完全なPDS URLを入力してください"
957+
"default_input_error": "有効なハンドル、DID、または完全なPDS URLを入力してください",
958+
"profile": "プロフィール"
931959
}
932960
},
933961
"header": {
@@ -964,7 +992,7 @@
964992
"loading": "パッケージデータを読み込み中...",
965993
"error": "パッケージデータの読み込みに失敗しました。もう一度お試しください。",
966994
"empty_title": "比較するパッケージを選択",
967-
"empty_description": "上から検索から2つ以上のパッケージを追加すると、メトリクスを並べて比較できます。"
995+
"empty_description": "上部の検索から2つ以上のパッケージを追加すると、メトリクスを並べて比較できます。"
968996
},
969997
"selector": {
970998
"search_label": "パッケージを検索",
@@ -1072,6 +1100,8 @@
10721100
"file_changes": "ファイル変更",
10731101
"files_count": "{count} ファイル",
10741102
"lines_hidden": "{count} 行を非表示",
1103+
"file_too_large": "ファイルサイズが大きすぎるため比較できません",
1104+
"file_size_warning": "{size} は比較制限の250KBを超えています",
10751105
"compare_versions": "diff",
10761106
"summary": "要約",
10771107
"deps_count": "依存関係 {count} 件",

0 commit comments

Comments
 (0)