Skip to content

Commit 8af6917

Browse files
committed
fix(i18n): fill missing keys
1 parent 9485afa commit 8af6917

1 file changed

Lines changed: 37 additions & 7 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 37 additions & 7 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": "You can disable keyboard shortcuts in {settings}."
3738
},
3839
"search": {
3940
"label": "npmパッケージを検索",
@@ -84,7 +85,8 @@
8485
"appearance": "外観",
8586
"display": "表示",
8687
"search": "データソース",
87-
"language": "言語"
88+
"language": "言語",
89+
"keyboard_shortcuts": "Keyboard shortcuts"
8890
},
8991
"data_source": {
9092
"label": "データソース",
@@ -108,7 +110,9 @@
108110
"accent_colors": "アクセントカラー",
109111
"clear_accent": "アクセントカラーをクリア",
110112
"translation_progress": "翻訳の進捗状況",
111-
"background_themes": "背景シェード"
113+
"background_themes": "背景シェード",
114+
"keyboard_shortcuts_enabled": "Enable keyboard shortcuts",
115+
"keyboard_shortcuts_enabled_description": "Keyboard shortcuts can be disabled if they conflict with other browser or system shortcuts"
112116
},
113117
"i18n": {
114118
"missing_keys": "{count} 件の未翻訳項目",
@@ -140,7 +144,28 @@
140144
"role": "ロール",
141145
"members": "メンバー"
142146
},
143-
"scroll_to_top": "トップへ戻る"
147+
"scroll_to_top": "トップへ戻る",
148+
"cancel": "Cancel",
149+
"save": "Save",
150+
"edit": "Edit",
151+
"error": "Error"
152+
},
153+
"profile": {
154+
"display_name": "Display Name",
155+
"description": "Description",
156+
"no_description": "No description",
157+
"website": "Website",
158+
"website_placeholder": "https://example.com",
159+
"likes": "Likes",
160+
"seo_title": "{handle} - npmx",
161+
"seo_description": "npmx profile by {handle}",
162+
"not_found": "Profile Not Found",
163+
"not_found_message": "The profile for {handle} could not be found.",
164+
"invite": {
165+
"message": "It doesn't look like they're using npmx yet. Want to tell them about it?",
166+
"share_button": "Share on Bluesky",
167+
"compose_text": "Hey {'@'}{handle}! Have you checked out npmx.dev yet? It's a browser for the npm registry that's fast, modern, and open-source.\nhttps://npmx.dev"
168+
}
144169
},
145170
"package": {
146171
"not_found": "パッケージが見つかりません",
@@ -415,7 +440,8 @@
415440
},
416441
"downloads": {
417442
"title": "週間ダウンロード数",
418-
"community_distribution": "コミュニティの採用分布を表示"
443+
"community_distribution": "コミュニティの採用分布を表示",
444+
"subtitle": "Across all versions"
419445
},
420446
"install_scripts": {
421447
"title": "インストールスクリプト",
@@ -711,7 +737,8 @@
711737
"preview": "プレビュー",
712738
"code": "コード"
713739
},
714-
"file_path": "ファイルパス"
740+
"file_path": "ファイルパス",
741+
"scroll_to_top": "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": "Profile"
932960
}
933961
},
934962
"header": {
@@ -1073,6 +1101,8 @@
10731101
"file_changes": "ファイル変更",
10741102
"files_count": "{count} ファイル",
10751103
"lines_hidden": "{count} 行を非表示",
1104+
"file_too_large": "File too large to compare",
1105+
"file_size_warning": "{size} exceeds the 250KB limit for comparison",
10761106
"compare_versions": "diff",
10771107
"summary": "要約",
10781108
"deps_count": "依存関係 {count} 件",

0 commit comments

Comments
 (0)