|
33 | 33 | "navigate_results": "検索結果を移動", |
34 | 34 | "go_to_result": "結果に移動", |
35 | 35 | "open_code_view": "コードビューを開く", |
36 | | - "open_docs": "ドキュメントを開く" |
| 36 | + "open_docs": "ドキュメントを開く", |
| 37 | + "disable_shortcuts": "You can disable keyboard shortcuts in {settings}." |
37 | 38 | }, |
38 | 39 | "search": { |
39 | 40 | "label": "npmパッケージを検索", |
|
84 | 85 | "appearance": "外観", |
85 | 86 | "display": "表示", |
86 | 87 | "search": "データソース", |
87 | | - "language": "言語" |
| 88 | + "language": "言語", |
| 89 | + "keyboard_shortcuts": "Keyboard shortcuts" |
88 | 90 | }, |
89 | 91 | "data_source": { |
90 | 92 | "label": "データソース", |
|
108 | 110 | "accent_colors": "アクセントカラー", |
109 | 111 | "clear_accent": "アクセントカラーをクリア", |
110 | 112 | "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" |
112 | 116 | }, |
113 | 117 | "i18n": { |
114 | 118 | "missing_keys": "{count} 件の未翻訳項目", |
|
140 | 144 | "role": "ロール", |
141 | 145 | "members": "メンバー" |
142 | 146 | }, |
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 | + } |
144 | 169 | }, |
145 | 170 | "package": { |
146 | 171 | "not_found": "パッケージが見つかりません", |
|
415 | 440 | }, |
416 | 441 | "downloads": { |
417 | 442 | "title": "週間ダウンロード数", |
418 | | - "community_distribution": "コミュニティの採用分布を表示" |
| 443 | + "community_distribution": "コミュニティの採用分布を表示", |
| 444 | + "subtitle": "Across all versions" |
419 | 445 | }, |
420 | 446 | "install_scripts": { |
421 | 447 | "title": "インストールスクリプト", |
|
711 | 737 | "preview": "プレビュー", |
712 | 738 | "code": "コード" |
713 | 739 | }, |
714 | | - "file_path": "ファイルパス" |
| 740 | + "file_path": "ファイルパス", |
| 741 | + "scroll_to_top": "Scroll to top" |
715 | 742 | }, |
716 | 743 | "badges": { |
717 | 744 | "provenance": { |
|
928 | 955 | "connect_bluesky": "Blueskyで接続", |
929 | 956 | "what_is_atmosphere": "Atmosphereアカウントとは?", |
930 | 957 | "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" |
932 | 960 | } |
933 | 961 | }, |
934 | 962 | "header": { |
|
1073 | 1101 | "file_changes": "ファイル変更", |
1074 | 1102 | "files_count": "{count} ファイル", |
1075 | 1103 | "lines_hidden": "{count} 行を非表示", |
| 1104 | + "file_too_large": "File too large to compare", |
| 1105 | + "file_size_warning": "{size} exceeds the 250KB limit for comparison", |
1076 | 1106 | "compare_versions": "diff", |
1077 | 1107 | "summary": "要約", |
1078 | 1108 | "deps_count": "依存関係 {count} 件", |
|
0 commit comments