Skip to content

Commit 77ac668

Browse files
committed
fix(i18n): fill missing keys
1 parent 456daee commit 77ac668

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"end_of_results": "結果の最後です",
126126
"try_again": "もう一度お試しください",
127127
"close": "閉じる",
128+
"or": "EN TEXT TO REPLACE: or",
128129
"retry": "再試行",
129130
"copy": "コピー",
130131
"copied": "コピー完了!",
@@ -220,6 +221,8 @@
220221
"title": "はじめに",
221222
"pm_label": "パッケージマネージャー",
222223
"copy_command": "インストールコマンドをコピー",
224+
"copy_dev_command": "EN TEXT TO REPLACE: Copy dev install command",
225+
"dev_dependency_hint": "EN TEXT TO REPLACE: Usually installed as a dev dependency",
223226
"view_types": "{package} を表示"
224227
},
225228
"create": {
@@ -296,7 +299,8 @@
296299
"recent_versions_only_tooltip": "過去1年以内に公開されたバージョンのみ表示します。",
297300
"show_low_usage": "利用率の低いバージョンを表示",
298301
"show_low_usage_tooltip": "総ダウンロード数の1%未満のバージョングループも含めます。",
299-
"date_range_tooltip": "直近1週間のバージョン分布のみ"
302+
"date_range_tooltip": "直近1週間のバージョン分布のみ",
303+
"y_axis_label": "EN TEXT TO REPLACE: Downloads"
300304
},
301305
"dependencies": {
302306
"title": "依存関係({count})",
@@ -351,8 +355,7 @@
351355
"facet": "指標",
352356
"title": "トレンド",
353357
"items": {
354-
"downloads": "ダウンロード数",
355-
"likes": "いいね数"
358+
"downloads": "ダウンロード数"
356359
}
357360
},
358361
"downloads": {
@@ -471,7 +474,8 @@
471474
"warning": "警告",
472475
"warning_text": "これによりnpmxがnpm CLIにアクセスできるようになります。信頼できるサイトにのみ接続してください。",
473476
"connect": "接続",
474-
"connecting": "接続中..."
477+
"connecting": "接続中...",
478+
"auto_open_url": "EN TEXT TO REPLACE: Automatically open auth page"
475479
}
476480
},
477481
"operations": {
@@ -487,7 +491,9 @@
487491
"otp_placeholder": "OTPコードを入力...",
488492
"otp_label": "ワンタイムパスワード",
489493
"retry_otp": "OTPで再試行",
494+
"retry_web_auth": "EN TEXT TO REPLACE: Retry with web auth",
490495
"retrying": "再試行中...",
496+
"open_web_auth": "EN TEXT TO REPLACE: Open web auth link",
491497
"approve_operation": "操作を承認",
492498
"remove_operation": "操作を削除",
493499
"approve_all": "すべて承認",
@@ -803,6 +809,14 @@
803809
"managers": "存在します"
804810
}
805811
},
812+
"team": {
813+
"title": "EN TEXT TO REPLACE: Team",
814+
"governance": "EN TEXT TO REPLACE: Governance",
815+
"role_steward": "EN TEXT TO REPLACE: steward",
816+
"role_maintainer": "EN TEXT TO REPLACE: maintainer",
817+
"sponsor": "EN TEXT TO REPLACE: sponsor",
818+
"sponsor_aria": "EN TEXT TO REPLACE: Sponsor {name} on GitHub"
819+
},
806820
"contributors": {
807821
"title": "コントリビューター",
808822
"description": "npmxは完全にオープンソースです。素晴らしいコントリビューターのコミュニティにより開発されています。",

0 commit comments

Comments
 (0)