Skip to content

Commit ec35ca3

Browse files
committed
fix(i18n): update Japanese translation
1 parent 8af6917 commit ec35ca3

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"go_to_result": "結果に移動",
3535
"open_code_view": "コードビューを開く",
3636
"open_docs": "ドキュメントを開く",
37-
"disable_shortcuts": "You can disable keyboard shortcuts in {settings}."
37+
"disable_shortcuts": "{settings} でキーボードショートカットを無効化できます。"
3838
},
3939
"search": {
4040
"label": "npmパッケージを検索",
@@ -111,8 +111,8 @@
111111
"clear_accent": "アクセントカラーをクリア",
112112
"translation_progress": "翻訳の進捗状況",
113113
"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"
114+
"keyboard_shortcuts_enabled": "キーボードショートカットを有効化",
115+
"keyboard_shortcuts_enabled_description": "ブラウザやシステムのショートカットと競合する場合、キーボードショートカットを無効化できます"
116116
},
117117
"i18n": {
118118
"missing_keys": "{count} 件の未翻訳項目",
@@ -145,26 +145,26 @@
145145
"members": "メンバー"
146146
},
147147
"scroll_to_top": "トップへ戻る",
148-
"cancel": "Cancel",
149-
"save": "Save",
150-
"edit": "Edit",
151-
"error": "Error"
148+
"cancel": "キャンセル",
149+
"save": "保存",
150+
"edit": "編集",
151+
"error": "エラー"
152152
},
153153
"profile": {
154-
"display_name": "Display Name",
155-
"description": "Description",
156-
"no_description": "No description",
154+
"display_name": "表示名",
155+
"description": "説明",
156+
"no_description": "説明なし",
157157
"website": "Website",
158158
"website_placeholder": "https://example.com",
159159
"likes": "Likes",
160160
"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.",
161+
"seo_description": "{handle} のnpmxプロフィール",
162+
"not_found": "プロフィールが見つかりません",
163+
"not_found_message": "{handle} のプロフィールは見つかりませんでした。",
164164
"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"
165+
"message": "まだnpmxを利用していないようです。npmxを紹介しますか?",
166+
"share_button": "Blueskyで共有",
167+
"compose_text": "{'@'}{handle} さん、npmx.devはもうチェックしましたか? 高速でモダンなオープンソースのnpmレジストリブラウザです。\nhttps://npmx.dev"
168168
}
169169
},
170170
"package": {
@@ -441,7 +441,7 @@
441441
"downloads": {
442442
"title": "週間ダウンロード数",
443443
"community_distribution": "コミュニティの採用分布を表示",
444-
"subtitle": "Across all versions"
444+
"subtitle": "全バージョン合計"
445445
},
446446
"install_scripts": {
447447
"title": "インストールスクリプト",
@@ -738,7 +738,7 @@
738738
"code": "コード"
739739
},
740740
"file_path": "ファイルパス",
741-
"scroll_to_top": "Scroll to top"
741+
"scroll_to_top": "トップへスクロール"
742742
},
743743
"badges": {
744744
"provenance": {
@@ -956,7 +956,7 @@
956956
"what_is_atmosphere": "Atmosphereアカウントとは?",
957957
"atmosphere_explanation": "{npmx} は多くのソーシャル機能に {atproto} を利用しています。AT Protocolにより、ユーザーは自分自身のデータを所有し、1つのアカウントでAT Protocolに対応するすべてのアプリケーションを利用できるようになります。アカウントを作成すると、{bluesky} や {tangled} などの他のアプリでも同じアカウントを使用できます。",
958958
"default_input_error": "有効なハンドル、DID、または完全なPDS URLを入力してください",
959-
"profile": "Profile"
959+
"profile": "プロフィール"
960960
}
961961
},
962962
"header": {
@@ -1101,8 +1101,8 @@
11011101
"file_changes": "ファイル変更",
11021102
"files_count": "{count} ファイル",
11031103
"lines_hidden": "{count} 行を非表示",
1104-
"file_too_large": "File too large to compare",
1105-
"file_size_warning": "{size} exceeds the 250KB limit for comparison",
1104+
"file_too_large": "ファイルサイズが大きすぎるため比較できません",
1105+
"file_size_warning": "{size} は比較制限の250KBを超えています",
11061106
"compare_versions": "diff",
11071107
"summary": "要約",
11081108
"deps_count": "依存関係 {count} 件",

0 commit comments

Comments
 (0)