Skip to content

Commit fbe8376

Browse files
committed
fix(i18n): fill missing keys
1 parent b6eb04f commit fbe8376

2 files changed

Lines changed: 174 additions & 4 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 87 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@
157157
"version": "このバージョンは非推奨になりました。",
158158
"no_reason": "理由は提供されていません"
159159
},
160+
"size_increase": {
161+
"title_size": "EN TEXT TO REPLACE: Significant size increase since v{version}",
162+
"title_deps": "EN TEXT TO REPLACE: Significant dependency count increase since v{version}",
163+
"title_both": "EN TEXT TO REPLACE: Significant size and dependency increase since v{version}",
164+
"size": "EN TEXT TO REPLACE: Install size increased by {percent} ({size} larger)",
165+
"deps": "EN TEXT TO REPLACE: {count} more dependencies"
166+
},
160167
"replacement": {
161168
"title": "この依存関係は不要な可能性があります。",
162169
"native": "これは Node {nodeVersion} 以降で利用可能な {replacement} で置き換え可能です。",
@@ -294,8 +301,16 @@
294301
"view_all": "{count} 個のバージョンを表示|{count} 個のすべてのバージョンを表示",
295302
"distribution_title": "Semverグループ",
296303
"distribution_modal_title": "バージョン",
304+
"distribution_range_date_same_year": "EN TEXT TO REPLACE: from {from} to {to}, {endYear}",
305+
"distribution_range_date_multiple_years": "EN TEXT TO REPLACE: from {from}, {startYear} to {to}, {endYear}",
297306
"grouping_major": "メジャー",
298307
"grouping_minor": "マイナー",
308+
"grouping_versions_title": "EN TEXT TO REPLACE: Versions",
309+
"grouping_versions_all": "EN TEXT TO REPLACE: All",
310+
"grouping_versions_only_recent": "EN TEXT TO REPLACE: Only recent",
311+
"grouping_usage_title": "EN TEXT TO REPLACE: Usage",
312+
"grouping_usage_all": "EN TEXT TO REPLACE: All",
313+
"grouping_usage_low": "EN TEXT TO REPLACE: Low",
299314
"recent_versions_only_tooltip": "過去1年以内に公開されたバージョンのみ表示します。",
300315
"show_low_usage_tooltip": "総ダウンロード数の1%未満のバージョングループも含めます。",
301316
"y_axis_label": "ダウンロード",
@@ -304,7 +319,11 @@
304319
"filter_help": "semver範囲フィルタのヘルプ",
305320
"filter_tooltip": "{link} を使ってバージョンを絞り込みます。例えば、^3.0.0は3.xのすべてのバージョンを表示します。",
306321
"filter_tooltip_link": "semver範囲",
307-
"no_matches": "この範囲に一致するバージョンはありません"
322+
"no_matches": "この範囲に一致するバージョンはありません",
323+
"copy_alt": {
324+
"per_version_analysis": "EN TEXT TO REPLACE: {version} version was downloaded {downloads} times",
325+
"general_description": "EN TEXT TO REPLACE: Bar chart showing per-version downloads for {versions_count} {semver_grouping_mode} versions of the {package_name} package, {date_range_label} from the {first_version} version to the {last_version} version. The most downloaded version is {max_downloaded_version} with {max_version_downloads} downloads. {per_version_analysis}. {watermark}."
326+
}
308327
},
309328
"dependencies": {
310329
"title": "依存関係({count})",
@@ -354,6 +373,7 @@
354373
"date_range_multiline": "{start}\nから {end}",
355374
"download_file": "{fileType} をダウンロード",
356375
"toggle_annotator": "アノテーターを切り替え",
376+
"toggle_stack_mode": "EN TEXT TO REPLACE: Toggle stack mode",
357377
"legend_estimation": "推定値",
358378
"no_data": "データがありません",
359379
"y_axis_label": "{granularity} {facet}",
@@ -364,6 +384,33 @@
364384
"downloads": "ダウンロード数",
365385
"likes": "いいね数",
366386
"contributors": "コントリビューター"
387+
},
388+
"play_animation": "EN TEXT TO REPLACE: Play animation",
389+
"pause_animation": "EN TEXT TO REPLACE: Pause animation",
390+
"data_correction": "EN TEXT TO REPLACE: Data correction",
391+
"average_window": "EN TEXT TO REPLACE: Average window",
392+
"smoothing": "EN TEXT TO REPLACE: Smoothing",
393+
"known_anomalies": "EN TEXT TO REPLACE: Known anomalies",
394+
"known_anomalies_description": "EN TEXT TO REPLACE: Interpolates over known download spikes caused by bots or CI issues.",
395+
"known_anomalies_ranges": "EN TEXT TO REPLACE: Anomaly ranges",
396+
"known_anomalies_range": "EN TEXT TO REPLACE: From {start} to {end}",
397+
"known_anomalies_range_named": "EN TEXT TO REPLACE: {packageName}: from {start} to {end}",
398+
"known_anomalies_none": "EN TEXT TO REPLACE: No known anomalies for this package. | No known anomalies for these packages.",
399+
"known_anomalies_contribute": "EN TEXT TO REPLACE: Contribute anomaly data",
400+
"apply_correction": "EN TEXT TO REPLACE: Apply correction",
401+
"copy_alt": {
402+
"trend_none": "EN TEXT TO REPLACE: mostly flat",
403+
"trend_strong": "EN TEXT TO REPLACE: strong",
404+
"trend_weak": "EN TEXT TO REPLACE: weak",
405+
"trend_undefined": "EN TEXT TO REPLACE: undefined (insufficient data)",
406+
"button_label": "EN TEXT TO REPLACE: Copy alt text",
407+
"watermark": "EN TEXT TO REPLACE: At the bottom, a watermark reads \"./npmx a fast, modern browser for the npm registry\"",
408+
"analysis": "EN TEXT TO REPLACE: {package_name} starts at {start_value} and ends at {end_value}, showing a {trend} trend with a slope of {downloads_slope} downloads per time interval",
409+
"estimation": "EN TEXT TO REPLACE: The final value is an estimate based on partial data for the current period.",
410+
"estimations": "EN TEXT TO REPLACE: The final values are estimates based on partial data for the current period.",
411+
"compare": "EN TEXT TO REPLACE: Package download comparison line chart for: {packages}.",
412+
"single_package": "EN TEXT TO REPLACE: Downloads line chart for the {package} package.",
413+
"general_description": "EN TEXT TO REPLACE: The Y axis represents the number of downloads. The X axis represents the date range, from {start_date} to {end_date}, with a {granularity} time period.{estimation_notice} {packages_analysis}. {watermark}."
367414
}
368415
},
369416
"downloads": {
@@ -621,6 +668,7 @@
621668
"invalid_name": "無効なパッケージ名:",
622669
"available": "この名前は使用可能です!",
623670
"taken": "この名前はすでに使用されています。",
671+
"missing_permission": "EN TEXT TO REPLACE: You do not have permission to add a package to scope {'@'}{scope}.",
624672
"similar_warning": "似た名前のパッケージが存在します。npmによって拒否される可能性があります:",
625673
"related": "関連パッケージ:",
626674
"scope_warning_title": "スコープ付きパッケージの使用を検討してください",
@@ -815,6 +863,12 @@
815863
"managers": "存在します"
816864
}
817865
},
866+
"sponsors": {
867+
"title": "EN TEXT TO REPLACE: Sponsors"
868+
},
869+
"oss_partners": {
870+
"title": "EN TEXT TO REPLACE: OSS Partners"
871+
},
818872
"team": {
819873
"title": "チーム",
820874
"governance": "ガバナンス",
@@ -907,6 +961,7 @@
907961
"section_packages": "パッケージ",
908962
"section_facets": "比較項目",
909963
"section_comparison": "比較",
964+
"copy_as_markdown": "EN TEXT TO REPLACE: Copy table",
910965
"loading": "パッケージデータを読み込み中...",
911966
"error": "パッケージデータの読み込みに失敗しました。もう一度お試しください。",
912967
"empty_title": "比較するパッケージを選択",
@@ -1014,7 +1069,37 @@
10141069
"trends": {
10151070
"title": "トレンド比較"
10161071
}
1017-
}
1072+
},
1073+
"file_changes": "EN TEXT TO REPLACE: File Changes",
1074+
"files_count": "EN TEXT TO REPLACE: {count} files",
1075+
"lines_hidden": "EN TEXT TO REPLACE: {count} lines hidden",
1076+
"compare_versions": "EN TEXT TO REPLACE: diff",
1077+
"summary": "EN TEXT TO REPLACE: Summary",
1078+
"deps_count": "EN TEXT TO REPLACE: {count} deps",
1079+
"dependencies": "EN TEXT TO REPLACE: Dependencies",
1080+
"dev_dependencies": "EN TEXT TO REPLACE: Dev Dependencies",
1081+
"peer_dependencies": "EN TEXT TO REPLACE: Peer Dependencies",
1082+
"optional_dependencies": "EN TEXT TO REPLACE: Optional Dependencies",
1083+
"no_dependency_changes": "EN TEXT TO REPLACE: No dependency changes",
1084+
"file_filter_option": {
1085+
"all": "EN TEXT TO REPLACE: All ({count})",
1086+
"added": "EN TEXT TO REPLACE: Added ({count})",
1087+
"removed": "EN TEXT TO REPLACE: Removed ({count})",
1088+
"modified": "EN TEXT TO REPLACE: Modified ({count})"
1089+
},
1090+
"search_files_placeholder": "EN TEXT TO REPLACE: Search files...",
1091+
"no_files_all": "EN TEXT TO REPLACE: No files",
1092+
"no_files_search": "EN TEXT TO REPLACE: No files matching \"{query}\"",
1093+
"no_files_filtered": "EN TEXT TO REPLACE: No {filter} files",
1094+
"filter": {
1095+
"added": "EN TEXT TO REPLACE: added",
1096+
"removed": "EN TEXT TO REPLACE: removed",
1097+
"modified": "EN TEXT TO REPLACE: modified"
1098+
},
1099+
"files_button": "EN TEXT TO REPLACE: Files",
1100+
"select_file_prompt": "EN TEXT TO REPLACE: Select a file from the sidebar to view its diff",
1101+
"close_files_panel": "EN TEXT TO REPLACE: Close files panel",
1102+
"filter_files_label": "EN TEXT TO REPLACE: Filter files by change type"
10181103
},
10191104
"privacy_policy": {
10201105
"title": "プライバシーポリシー",

lunaria/files/ja-JP.json

Lines changed: 87 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@
156156
"version": "このバージョンは非推奨になりました。",
157157
"no_reason": "理由は提供されていません"
158158
},
159+
"size_increase": {
160+
"title_size": "EN TEXT TO REPLACE: Significant size increase since v{version}",
161+
"title_deps": "EN TEXT TO REPLACE: Significant dependency count increase since v{version}",
162+
"title_both": "EN TEXT TO REPLACE: Significant size and dependency increase since v{version}",
163+
"size": "EN TEXT TO REPLACE: Install size increased by {percent} ({size} larger)",
164+
"deps": "EN TEXT TO REPLACE: {count} more dependencies"
165+
},
159166
"replacement": {
160167
"title": "この依存関係は不要な可能性があります。",
161168
"native": "これは Node {nodeVersion} 以降で利用可能な {replacement} で置き換え可能です。",
@@ -293,8 +300,16 @@
293300
"view_all": "{count} 個のバージョンを表示|{count} 個のすべてのバージョンを表示",
294301
"distribution_title": "Semverグループ",
295302
"distribution_modal_title": "バージョン",
303+
"distribution_range_date_same_year": "EN TEXT TO REPLACE: from {from} to {to}, {endYear}",
304+
"distribution_range_date_multiple_years": "EN TEXT TO REPLACE: from {from}, {startYear} to {to}, {endYear}",
296305
"grouping_major": "メジャー",
297306
"grouping_minor": "マイナー",
307+
"grouping_versions_title": "EN TEXT TO REPLACE: Versions",
308+
"grouping_versions_all": "EN TEXT TO REPLACE: All",
309+
"grouping_versions_only_recent": "EN TEXT TO REPLACE: Only recent",
310+
"grouping_usage_title": "EN TEXT TO REPLACE: Usage",
311+
"grouping_usage_all": "EN TEXT TO REPLACE: All",
312+
"grouping_usage_low": "EN TEXT TO REPLACE: Low",
298313
"recent_versions_only_tooltip": "過去1年以内に公開されたバージョンのみ表示します。",
299314
"show_low_usage_tooltip": "総ダウンロード数の1%未満のバージョングループも含めます。",
300315
"y_axis_label": "ダウンロード",
@@ -303,7 +318,11 @@
303318
"filter_help": "semver範囲フィルタのヘルプ",
304319
"filter_tooltip": "{link} を使ってバージョンを絞り込みます。例えば、^3.0.0は3.xのすべてのバージョンを表示します。",
305320
"filter_tooltip_link": "semver範囲",
306-
"no_matches": "この範囲に一致するバージョンはありません"
321+
"no_matches": "この範囲に一致するバージョンはありません",
322+
"copy_alt": {
323+
"per_version_analysis": "EN TEXT TO REPLACE: {version} version was downloaded {downloads} times",
324+
"general_description": "EN TEXT TO REPLACE: Bar chart showing per-version downloads for {versions_count} {semver_grouping_mode} versions of the {package_name} package, {date_range_label} from the {first_version} version to the {last_version} version. The most downloaded version is {max_downloaded_version} with {max_version_downloads} downloads. {per_version_analysis}. {watermark}."
325+
}
307326
},
308327
"dependencies": {
309328
"title": "依存関係({count})",
@@ -353,6 +372,7 @@
353372
"date_range_multiline": "{start}\nから {end}",
354373
"download_file": "{fileType} をダウンロード",
355374
"toggle_annotator": "アノテーターを切り替え",
375+
"toggle_stack_mode": "EN TEXT TO REPLACE: Toggle stack mode",
356376
"legend_estimation": "推定値",
357377
"no_data": "データがありません",
358378
"y_axis_label": "{granularity} {facet}",
@@ -363,6 +383,33 @@
363383
"downloads": "ダウンロード数",
364384
"likes": "いいね数",
365385
"contributors": "コントリビューター"
386+
},
387+
"play_animation": "EN TEXT TO REPLACE: Play animation",
388+
"pause_animation": "EN TEXT TO REPLACE: Pause animation",
389+
"data_correction": "EN TEXT TO REPLACE: Data correction",
390+
"average_window": "EN TEXT TO REPLACE: Average window",
391+
"smoothing": "EN TEXT TO REPLACE: Smoothing",
392+
"known_anomalies": "EN TEXT TO REPLACE: Known anomalies",
393+
"known_anomalies_description": "EN TEXT TO REPLACE: Interpolates over known download spikes caused by bots or CI issues.",
394+
"known_anomalies_ranges": "EN TEXT TO REPLACE: Anomaly ranges",
395+
"known_anomalies_range": "EN TEXT TO REPLACE: From {start} to {end}",
396+
"known_anomalies_range_named": "EN TEXT TO REPLACE: {packageName}: from {start} to {end}",
397+
"known_anomalies_none": "EN TEXT TO REPLACE: No known anomalies for this package. | No known anomalies for these packages.",
398+
"known_anomalies_contribute": "EN TEXT TO REPLACE: Contribute anomaly data",
399+
"apply_correction": "EN TEXT TO REPLACE: Apply correction",
400+
"copy_alt": {
401+
"trend_none": "EN TEXT TO REPLACE: mostly flat",
402+
"trend_strong": "EN TEXT TO REPLACE: strong",
403+
"trend_weak": "EN TEXT TO REPLACE: weak",
404+
"trend_undefined": "EN TEXT TO REPLACE: undefined (insufficient data)",
405+
"button_label": "EN TEXT TO REPLACE: Copy alt text",
406+
"watermark": "EN TEXT TO REPLACE: At the bottom, a watermark reads \"./npmx a fast, modern browser for the npm registry\"",
407+
"analysis": "EN TEXT TO REPLACE: {package_name} starts at {start_value} and ends at {end_value}, showing a {trend} trend with a slope of {downloads_slope} downloads per time interval",
408+
"estimation": "EN TEXT TO REPLACE: The final value is an estimate based on partial data for the current period.",
409+
"estimations": "EN TEXT TO REPLACE: The final values are estimates based on partial data for the current period.",
410+
"compare": "EN TEXT TO REPLACE: Package download comparison line chart for: {packages}.",
411+
"single_package": "EN TEXT TO REPLACE: Downloads line chart for the {package} package.",
412+
"general_description": "EN TEXT TO REPLACE: The Y axis represents the number of downloads. The X axis represents the date range, from {start_date} to {end_date}, with a {granularity} time period.{estimation_notice} {packages_analysis}. {watermark}."
366413
}
367414
},
368415
"downloads": {
@@ -620,6 +667,7 @@
620667
"invalid_name": "無効なパッケージ名:",
621668
"available": "この名前は使用可能です!",
622669
"taken": "この名前はすでに使用されています。",
670+
"missing_permission": "EN TEXT TO REPLACE: You do not have permission to add a package to scope {'@'}{scope}.",
623671
"similar_warning": "似た名前のパッケージが存在します。npmによって拒否される可能性があります:",
624672
"related": "関連パッケージ:",
625673
"scope_warning_title": "スコープ付きパッケージの使用を検討してください",
@@ -814,6 +862,12 @@
814862
"managers": "存在します"
815863
}
816864
},
865+
"sponsors": {
866+
"title": "EN TEXT TO REPLACE: Sponsors"
867+
},
868+
"oss_partners": {
869+
"title": "EN TEXT TO REPLACE: OSS Partners"
870+
},
817871
"team": {
818872
"title": "チーム",
819873
"governance": "ガバナンス",
@@ -906,6 +960,7 @@
906960
"section_packages": "パッケージ",
907961
"section_facets": "比較項目",
908962
"section_comparison": "比較",
963+
"copy_as_markdown": "EN TEXT TO REPLACE: Copy table",
909964
"loading": "パッケージデータを読み込み中...",
910965
"error": "パッケージデータの読み込みに失敗しました。もう一度お試しください。",
911966
"empty_title": "比較するパッケージを選択",
@@ -1013,7 +1068,37 @@
10131068
"trends": {
10141069
"title": "トレンド比較"
10151070
}
1016-
}
1071+
},
1072+
"file_changes": "EN TEXT TO REPLACE: File Changes",
1073+
"files_count": "EN TEXT TO REPLACE: {count} files",
1074+
"lines_hidden": "EN TEXT TO REPLACE: {count} lines hidden",
1075+
"compare_versions": "EN TEXT TO REPLACE: diff",
1076+
"summary": "EN TEXT TO REPLACE: Summary",
1077+
"deps_count": "EN TEXT TO REPLACE: {count} deps",
1078+
"dependencies": "EN TEXT TO REPLACE: Dependencies",
1079+
"dev_dependencies": "EN TEXT TO REPLACE: Dev Dependencies",
1080+
"peer_dependencies": "EN TEXT TO REPLACE: Peer Dependencies",
1081+
"optional_dependencies": "EN TEXT TO REPLACE: Optional Dependencies",
1082+
"no_dependency_changes": "EN TEXT TO REPLACE: No dependency changes",
1083+
"file_filter_option": {
1084+
"all": "EN TEXT TO REPLACE: All ({count})",
1085+
"added": "EN TEXT TO REPLACE: Added ({count})",
1086+
"removed": "EN TEXT TO REPLACE: Removed ({count})",
1087+
"modified": "EN TEXT TO REPLACE: Modified ({count})"
1088+
},
1089+
"search_files_placeholder": "EN TEXT TO REPLACE: Search files...",
1090+
"no_files_all": "EN TEXT TO REPLACE: No files",
1091+
"no_files_search": "EN TEXT TO REPLACE: No files matching \"{query}\"",
1092+
"no_files_filtered": "EN TEXT TO REPLACE: No {filter} files",
1093+
"filter": {
1094+
"added": "EN TEXT TO REPLACE: added",
1095+
"removed": "EN TEXT TO REPLACE: removed",
1096+
"modified": "EN TEXT TO REPLACE: modified"
1097+
},
1098+
"files_button": "EN TEXT TO REPLACE: Files",
1099+
"select_file_prompt": "EN TEXT TO REPLACE: Select a file from the sidebar to view its diff",
1100+
"close_files_panel": "EN TEXT TO REPLACE: Close files panel",
1101+
"filter_files_label": "EN TEXT TO REPLACE: Filter files by change type"
10171102
},
10181103
"privacy_policy": {
10191104
"title": "プライバシーポリシー",

0 commit comments

Comments
 (0)