|
9 | 9 | "non_affiliation_disclaimer": "not affiliated with npm, Inc.", |
10 | 10 | "trademark_disclaimer": "npm is a registered trademark of npm, Inc. This site is not affiliated with npm, Inc.", |
11 | 11 | "footer": { |
| 12 | + "site_footer": "Site footer", |
12 | 13 | "about": "about", |
13 | 14 | "docs": "docs", |
14 | 15 | "source": "source", |
|
24 | 25 | "found_packages": "Found {count} packages", |
25 | 26 | "updating": "(updating...)", |
26 | 27 | "no_results": "No packages found for \"{query}\"", |
| 28 | + "results": "Search results", |
27 | 29 | "not_taken": "{name} is not taken", |
28 | 30 | "claim_prompt": "Claim this package name on npm", |
29 | 31 | "claim_button": "Claim \"{name}\"", |
|
38 | 40 | } |
39 | 41 | }, |
40 | 42 | "nav": { |
| 43 | + "main_navigation": "Main navigation", |
41 | 44 | "popular_packages": "Popular packages", |
42 | 45 | "search": "search", |
43 | 46 | "settings": "settings", |
|
52 | 55 | "theme_system": "System", |
53 | 56 | "language": "Language", |
54 | 57 | "help_translate": "Help translate npmx", |
55 | | - "accent_colors": "Accent colors" |
| 58 | + "accent_colors": "Accent colors", |
| 59 | + "clear_accent": "Clear accent color" |
56 | 60 | }, |
57 | 61 | "common": { |
58 | 62 | "loading": "Loading...", |
|
64 | 68 | "retry": "Retry", |
65 | 69 | "copy": "copy", |
66 | 70 | "copied": "copied!", |
| 71 | + "skip_link": "Skip to main content", |
| 72 | + "close_modal": "Close modal", |
67 | 73 | "show_more": "show more", |
68 | 74 | "warnings": "Warnings:", |
69 | 75 | "go_back_home": "Go back home", |
|
84 | 90 | "not_latest": "(not latest)", |
85 | 91 | "verified_provenance": "Verified provenance", |
86 | 92 | "view_permalink": "View permalink for this version", |
| 93 | + "navigation": "Package navigation", |
87 | 94 | "deprecation": { |
88 | 95 | "package": "This package has been deprecated.", |
89 | 96 | "version": "This version has been deprecated.", |
90 | 97 | "no_reason": "No reason provided" |
91 | 98 | }, |
92 | 99 | "stats": { |
93 | 100 | "license": "License", |
94 | | - "weekly": "Weekly", |
95 | 101 | "deps": "Deps", |
96 | 102 | "install_size": "Install Size", |
97 | 103 | "updated": "Updated", |
98 | | - "view_download_trends": "View download trends", |
99 | 104 | "view_dependency_graph": "View dependency graph", |
100 | 105 | "inspect_dependency_tree": "Inspect dependency tree" |
101 | 106 | }, |
102 | 107 | "links": { |
103 | 108 | "repo": "repo", |
104 | 109 | "homepage": "homepage", |
105 | 110 | "issues": "issues", |
106 | | - "forks": "fork | forks", |
107 | 111 | "jsr": "jsr", |
108 | 112 | "code": "code", |
109 | 113 | "docs": "docs", |
110 | 114 | "fund": "fund" |
111 | 115 | }, |
| 116 | + "docs": { |
| 117 | + "not_available": "Docs not available", |
| 118 | + "not_available_detail": "We could not generate docs for this version." |
| 119 | + }, |
112 | 120 | "get_started": { |
113 | 121 | "title": "Get started", |
114 | 122 | "pm_label": "Package manager", |
|
154 | 162 | "title": "Dependencies ({count})", |
155 | 163 | "list_label": "Package dependencies", |
156 | 164 | "show_all": "show all {count} deps", |
157 | | - "optional": "optional" |
| 165 | + "optional": "optional", |
| 166 | + "view_vulnerabilities": "View vulnerabilities" |
158 | 167 | }, |
159 | 168 | "peer_dependencies": { |
160 | 169 | "title": "Peer Dependencies ({count})", |
|
566 | 575 | } |
567 | 576 | }, |
568 | 577 | "header": { |
| 578 | + "site_header": "Site header", |
569 | 579 | "home": "npmx home", |
570 | 580 | "github": "GitHub", |
571 | 581 | "packages": "packages", |
|
0 commit comments