Skip to content

Commit 540f206

Browse files
committed
fix(i18n): fill missing keys
1 parent 17a9ecd commit 540f206

2 files changed

Lines changed: 198 additions & 4 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 99 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@
139139
"documented": "{community} は、このパッケージによりパフォーマンスの高い代替手段があると報告しています。",
140140
"none": "このパッケージは不要になったとフラグが立てられています。その機能はすべてのエンジンでネイティブに利用できる可能性があります。",
141141
"learn_more": "詳細はこちら",
142+
"learn_more_above": "EN TEXT TO REPLACE: Learn more above.",
142143
"mdn": "MDN",
143-
"community": "コミュニティ"
144+
"community": "コミュニティ",
145+
"consider_no_dep": "EN TEXT TO REPLACE: + Consider no dep?"
144146
},
145147
"stats": {
146148
"license": "ライセンス",
@@ -185,6 +187,10 @@
185187
"fund": "資金援助",
186188
"compare": "比較"
187189
},
190+
"likes": {
191+
"like": "EN TEXT TO REPLACE: Like this package",
192+
"unlike": "EN TEXT TO REPLACE: Unlike this package"
193+
},
188194
"docs": {
189195
"not_available": "ドキュメントは利用できません",
190196
"not_available_detail": "このバージョンのドキュメントを生成できませんでした。"
@@ -878,6 +884,15 @@
878884
"loading_versions": "バージョンを読み込み中...",
879885
"select_version": "バージョンを選択"
880886
},
887+
"no_dependency": {
888+
"label": "EN TEXT TO REPLACE: (No dependency)",
889+
"typeahead_title": "EN TEXT TO REPLACE: What Would James Do?",
890+
"typeahead_description": "EN TEXT TO REPLACE: Compare against not using a dependency! e18e approved.",
891+
"tooltip_title": "EN TEXT TO REPLACE: You might not need a dependency",
892+
"tooltip_description": "EN TEXT TO REPLACE: Compare against not using a dependency! The {link} maintains a list of packages that can be replaced with native APIs or simpler alternatives.",
893+
"e18e_community": "EN TEXT TO REPLACE: e18e community",
894+
"add_column": "EN TEXT TO REPLACE: Add no dependency column to comparison"
895+
},
881896
"facets": {
882897
"group_label": "比較項目",
883898
"all": "すべて",
@@ -952,8 +967,90 @@
952967
"not_deprecated": "いいえ",
953968
"types_included": "同梱",
954969
"types_none": "なし",
955-
"vulnerabilities_summary": "{count} 件 ({critical}C/{high}H)"
970+
"vulnerabilities_summary": "{count} 件 ({critical}C/{high}H)",
971+
"up_to_you": "EN TEXT TO REPLACE: Up to you!"
972+
}
973+
}
974+
},
975+
"privacy_policy": {
976+
"title": "EN TEXT TO REPLACE: privacy policy",
977+
"last_updated": "EN TEXT TO REPLACE: Last updated: {date}",
978+
"welcome": "EN TEXT TO REPLACE: Welcome to {app}. We are committed to protecting your privacy. This policy explains what data we collect, how we use it, and your rights regarding your information.",
979+
"cookies": {
980+
"title": "EN TEXT TO REPLACE: Cookies",
981+
"what_are": {
982+
"title": "EN TEXT TO REPLACE: What are cookies?",
983+
"p1": "EN TEXT TO REPLACE: Cookies are small text files stored on your device when you visit a website. Their purpose is to enhance your browsing experience by remembering certain preferences and settings."
984+
},
985+
"types": {
986+
"title": "EN TEXT TO REPLACE: What cookies do we use?",
987+
"p1": "EN TEXT TO REPLACE: We only use {bold} for purposes strictly necessary for the site's functionality. We do not use third-party or advertising cookies.",
988+
"bold": "EN TEXT TO REPLACE: essential technical cookies",
989+
"li1": "EN TEXT TO REPLACE: {li11}{separator} {li12}",
990+
"li2": "EN TEXT TO REPLACE: {li21}{separator} {li22}",
991+
"separator": "EN TEXT TO REPLACE: :",
992+
"cookie_vdpl": "EN TEXT TO REPLACE: __vdpl",
993+
"cookie_vdpl_desc": "EN TEXT TO REPLACE: This cookie is used by our hosting provider (Vercel) for skew protection. It ensures you fetch assets from the correct deployment version if a new update is released while you are browsing. It does not track you.",
994+
"cookie_h3": "EN TEXT TO REPLACE: h3",
995+
"cookie_h3_desc": "EN TEXT TO REPLACE: This is our secure session cookie. It stores the OAuth access token when you connect your Atmosphere account. It is essential for maintaining your authenticated session."
996+
},
997+
"local_storage": {
998+
"title": "EN TEXT TO REPLACE: Local storage",
999+
"p1": "EN TEXT TO REPLACE: In addition to session cookies, we use your browser's {bold} to save your display preferences. This allows us to remember the theme (light/dark) and some other {settings} you have selected, so you don't have to reconfigure them on each visit.",
1000+
"bold": "EN TEXT TO REPLACE: Local Storage",
1001+
"p2": "EN TEXT TO REPLACE: This information is purely functional, stored only on your device, and {bold2}. We use it exclusively to improve your experience on our website.",
1002+
"bold2": "EN TEXT TO REPLACE: contains no personal data nor is it used to track you",
1003+
"settings": "EN TEXT TO REPLACE: settings"
1004+
},
1005+
"management": {
1006+
"title": "EN TEXT TO REPLACE: Managing cookies",
1007+
"p1": "EN TEXT TO REPLACE: You can configure your browser to accept, reject, or delete cookies according to your preferences. However, please note that {bold}.",
1008+
"bold": "EN TEXT TO REPLACE: rejecting essential cookies may prevent full access to the application",
1009+
"p2": "EN TEXT TO REPLACE: Below are links with instructions for cookie management in the most commonly used browsers:",
1010+
"chrome": "EN TEXT TO REPLACE: Google Chrome (opens in a new window)",
1011+
"firefox": "EN TEXT TO REPLACE: Mozilla Firefox (opens in a new window)",
1012+
"edge": "EN TEXT TO REPLACE: Microsoft Edge (opens in a new window)"
9561013
}
1014+
},
1015+
"analytics": {
1016+
"title": "EN TEXT TO REPLACE: Analytics",
1017+
"p1": "EN TEXT TO REPLACE: We use {bold} to understand how visitors use our website. This helps us improve the user experience and identify issues.",
1018+
"bold": "EN TEXT TO REPLACE: Vercel Web Analytics",
1019+
"p2": "EN TEXT TO REPLACE: Vercel Analytics is designed with privacy in mind:",
1020+
"li1": "EN TEXT TO REPLACE: It does not use cookies",
1021+
"li2": "EN TEXT TO REPLACE: It does not collect personal identifiers",
1022+
"li3": "EN TEXT TO REPLACE: It does not track users across websites",
1023+
"li4": "EN TEXT TO REPLACE: All data is aggregated and anonymised",
1024+
"p3": "EN TEXT TO REPLACE: The only information collected includes: page URLs, referrer, country/region, device type, browser, and operating system. This data cannot be used to identify individual users."
1025+
},
1026+
"authenticated": {
1027+
"title": "EN TEXT TO REPLACE: Authenticated users",
1028+
"p1": "EN TEXT TO REPLACE: When you connect your {bold} account to npmx, we store your OAuth access token in a secure, HTTP-only session cookie. This token is used solely to authenticate requests on your behalf.",
1029+
"bold": "EN TEXT TO REPLACE: Atmosphere",
1030+
"p2": "EN TEXT TO REPLACE: We do not store your credentials, and we do not access any data beyond what is necessary to provide the features you use. You can disconnect your account at any time from the {settings} page.",
1031+
"settings": "EN TEXT TO REPLACE: settings"
1032+
},
1033+
"data_retention": {
1034+
"title": "EN TEXT TO REPLACE: Data retention",
1035+
"p1": "EN TEXT TO REPLACE: Session cookies are automatically deleted when you close your browser or after a period of inactivity. Local storage preferences remain on your device until you clear your browser data. Analytics data is retained in aggregate form and cannot be linked to individual users."
1036+
},
1037+
"your_rights": {
1038+
"title": "EN TEXT TO REPLACE: Your rights",
1039+
"p1": "EN TEXT TO REPLACE: You have the right to:",
1040+
"li1": "EN TEXT TO REPLACE: Access information about what data we collect",
1041+
"li2": "EN TEXT TO REPLACE: Clear your local storage and cookies at any time",
1042+
"li3": "EN TEXT TO REPLACE: Disconnect your authenticated session",
1043+
"li4": "EN TEXT TO REPLACE: Request information about our data practices",
1044+
"p2": "EN TEXT TO REPLACE: Since we do not collect personal data, there is typically no personal information to delete or export."
1045+
},
1046+
"contact": {
1047+
"title": "EN TEXT TO REPLACE: Contact us",
1048+
"p1": "EN TEXT TO REPLACE: For any questions or concerns about this privacy policy, you can contact us by opening an issue on our {link}.",
1049+
"link": "EN TEXT TO REPLACE: GitHub repository"
1050+
},
1051+
"changes": {
1052+
"title": "EN TEXT TO REPLACE: Changes to this policy",
1053+
"p1": "EN TEXT TO REPLACE: We may update this privacy policy from time to time. Any changes will be published on this page with an updated revision date."
9571054
}
9581055
}
9591056
}

lunaria/files/ja-JP.json

Lines changed: 99 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@
139139
"documented": "{community} は、このパッケージによりパフォーマンスの高い代替手段があると報告しています。",
140140
"none": "このパッケージは不要になったとフラグが立てられています。その機能はすべてのエンジンでネイティブに利用できる可能性があります。",
141141
"learn_more": "詳細はこちら",
142+
"learn_more_above": "EN TEXT TO REPLACE: Learn more above.",
142143
"mdn": "MDN",
143-
"community": "コミュニティ"
144+
"community": "コミュニティ",
145+
"consider_no_dep": "EN TEXT TO REPLACE: + Consider no dep?"
144146
},
145147
"stats": {
146148
"license": "ライセンス",
@@ -185,6 +187,10 @@
185187
"fund": "資金援助",
186188
"compare": "比較"
187189
},
190+
"likes": {
191+
"like": "EN TEXT TO REPLACE: Like this package",
192+
"unlike": "EN TEXT TO REPLACE: Unlike this package"
193+
},
188194
"docs": {
189195
"not_available": "ドキュメントは利用できません",
190196
"not_available_detail": "このバージョンのドキュメントを生成できませんでした。"
@@ -878,6 +884,15 @@
878884
"loading_versions": "バージョンを読み込み中...",
879885
"select_version": "バージョンを選択"
880886
},
887+
"no_dependency": {
888+
"label": "EN TEXT TO REPLACE: (No dependency)",
889+
"typeahead_title": "EN TEXT TO REPLACE: What Would James Do?",
890+
"typeahead_description": "EN TEXT TO REPLACE: Compare against not using a dependency! e18e approved.",
891+
"tooltip_title": "EN TEXT TO REPLACE: You might not need a dependency",
892+
"tooltip_description": "EN TEXT TO REPLACE: Compare against not using a dependency! The {link} maintains a list of packages that can be replaced with native APIs or simpler alternatives.",
893+
"e18e_community": "EN TEXT TO REPLACE: e18e community",
894+
"add_column": "EN TEXT TO REPLACE: Add no dependency column to comparison"
895+
},
881896
"facets": {
882897
"group_label": "比較項目",
883898
"all": "すべて",
@@ -952,8 +967,90 @@
952967
"not_deprecated": "いいえ",
953968
"types_included": "同梱",
954969
"types_none": "なし",
955-
"vulnerabilities_summary": "{count} 件 ({critical}C/{high}H)"
970+
"vulnerabilities_summary": "{count} 件 ({critical}C/{high}H)",
971+
"up_to_you": "EN TEXT TO REPLACE: Up to you!"
972+
}
973+
}
974+
},
975+
"privacy_policy": {
976+
"title": "EN TEXT TO REPLACE: privacy policy",
977+
"last_updated": "EN TEXT TO REPLACE: Last updated: {date}",
978+
"welcome": "EN TEXT TO REPLACE: Welcome to {app}. We are committed to protecting your privacy. This policy explains what data we collect, how we use it, and your rights regarding your information.",
979+
"cookies": {
980+
"title": "EN TEXT TO REPLACE: Cookies",
981+
"what_are": {
982+
"title": "EN TEXT TO REPLACE: What are cookies?",
983+
"p1": "EN TEXT TO REPLACE: Cookies are small text files stored on your device when you visit a website. Their purpose is to enhance your browsing experience by remembering certain preferences and settings."
984+
},
985+
"types": {
986+
"title": "EN TEXT TO REPLACE: What cookies do we use?",
987+
"p1": "EN TEXT TO REPLACE: We only use {bold} for purposes strictly necessary for the site's functionality. We do not use third-party or advertising cookies.",
988+
"bold": "EN TEXT TO REPLACE: essential technical cookies",
989+
"li1": "EN TEXT TO REPLACE: {li11}{separator} {li12}",
990+
"li2": "EN TEXT TO REPLACE: {li21}{separator} {li22}",
991+
"separator": "EN TEXT TO REPLACE: :",
992+
"cookie_vdpl": "EN TEXT TO REPLACE: __vdpl",
993+
"cookie_vdpl_desc": "EN TEXT TO REPLACE: This cookie is used by our hosting provider (Vercel) for skew protection. It ensures you fetch assets from the correct deployment version if a new update is released while you are browsing. It does not track you.",
994+
"cookie_h3": "EN TEXT TO REPLACE: h3",
995+
"cookie_h3_desc": "EN TEXT TO REPLACE: This is our secure session cookie. It stores the OAuth access token when you connect your Atmosphere account. It is essential for maintaining your authenticated session."
996+
},
997+
"local_storage": {
998+
"title": "EN TEXT TO REPLACE: Local storage",
999+
"p1": "EN TEXT TO REPLACE: In addition to session cookies, we use your browser's {bold} to save your display preferences. This allows us to remember the theme (light/dark) and some other {settings} you have selected, so you don't have to reconfigure them on each visit.",
1000+
"bold": "EN TEXT TO REPLACE: Local Storage",
1001+
"p2": "EN TEXT TO REPLACE: This information is purely functional, stored only on your device, and {bold2}. We use it exclusively to improve your experience on our website.",
1002+
"bold2": "EN TEXT TO REPLACE: contains no personal data nor is it used to track you",
1003+
"settings": "EN TEXT TO REPLACE: settings"
1004+
},
1005+
"management": {
1006+
"title": "EN TEXT TO REPLACE: Managing cookies",
1007+
"p1": "EN TEXT TO REPLACE: You can configure your browser to accept, reject, or delete cookies according to your preferences. However, please note that {bold}.",
1008+
"bold": "EN TEXT TO REPLACE: rejecting essential cookies may prevent full access to the application",
1009+
"p2": "EN TEXT TO REPLACE: Below are links with instructions for cookie management in the most commonly used browsers:",
1010+
"chrome": "EN TEXT TO REPLACE: Google Chrome (opens in a new window)",
1011+
"firefox": "EN TEXT TO REPLACE: Mozilla Firefox (opens in a new window)",
1012+
"edge": "EN TEXT TO REPLACE: Microsoft Edge (opens in a new window)"
9561013
}
1014+
},
1015+
"analytics": {
1016+
"title": "EN TEXT TO REPLACE: Analytics",
1017+
"p1": "EN TEXT TO REPLACE: We use {bold} to understand how visitors use our website. This helps us improve the user experience and identify issues.",
1018+
"bold": "EN TEXT TO REPLACE: Vercel Web Analytics",
1019+
"p2": "EN TEXT TO REPLACE: Vercel Analytics is designed with privacy in mind:",
1020+
"li1": "EN TEXT TO REPLACE: It does not use cookies",
1021+
"li2": "EN TEXT TO REPLACE: It does not collect personal identifiers",
1022+
"li3": "EN TEXT TO REPLACE: It does not track users across websites",
1023+
"li4": "EN TEXT TO REPLACE: All data is aggregated and anonymised",
1024+
"p3": "EN TEXT TO REPLACE: The only information collected includes: page URLs, referrer, country/region, device type, browser, and operating system. This data cannot be used to identify individual users."
1025+
},
1026+
"authenticated": {
1027+
"title": "EN TEXT TO REPLACE: Authenticated users",
1028+
"p1": "EN TEXT TO REPLACE: When you connect your {bold} account to npmx, we store your OAuth access token in a secure, HTTP-only session cookie. This token is used solely to authenticate requests on your behalf.",
1029+
"bold": "EN TEXT TO REPLACE: Atmosphere",
1030+
"p2": "EN TEXT TO REPLACE: We do not store your credentials, and we do not access any data beyond what is necessary to provide the features you use. You can disconnect your account at any time from the {settings} page.",
1031+
"settings": "EN TEXT TO REPLACE: settings"
1032+
},
1033+
"data_retention": {
1034+
"title": "EN TEXT TO REPLACE: Data retention",
1035+
"p1": "EN TEXT TO REPLACE: Session cookies are automatically deleted when you close your browser or after a period of inactivity. Local storage preferences remain on your device until you clear your browser data. Analytics data is retained in aggregate form and cannot be linked to individual users."
1036+
},
1037+
"your_rights": {
1038+
"title": "EN TEXT TO REPLACE: Your rights",
1039+
"p1": "EN TEXT TO REPLACE: You have the right to:",
1040+
"li1": "EN TEXT TO REPLACE: Access information about what data we collect",
1041+
"li2": "EN TEXT TO REPLACE: Clear your local storage and cookies at any time",
1042+
"li3": "EN TEXT TO REPLACE: Disconnect your authenticated session",
1043+
"li4": "EN TEXT TO REPLACE: Request information about our data practices",
1044+
"p2": "EN TEXT TO REPLACE: Since we do not collect personal data, there is typically no personal information to delete or export."
1045+
},
1046+
"contact": {
1047+
"title": "EN TEXT TO REPLACE: Contact us",
1048+
"p1": "EN TEXT TO REPLACE: For any questions or concerns about this privacy policy, you can contact us by opening an issue on our {link}.",
1049+
"link": "EN TEXT TO REPLACE: GitHub repository"
1050+
},
1051+
"changes": {
1052+
"title": "EN TEXT TO REPLACE: Changes to this policy",
1053+
"p1": "EN TEXT TO REPLACE: We may update this privacy policy from time to time. Any changes will be published on this page with an updated revision date."
9571054
}
9581055
}
9591056
}

0 commit comments

Comments
 (0)