|
18 | 18 | "placeholder": "search packages...", |
19 | 19 | "button": "search", |
20 | 20 | "clear": "Clear search", |
| 21 | + "searching": "Searching...", |
21 | 22 | "found_packages": "Found {count} packages", |
22 | 23 | "updating": "(updating...)", |
23 | 24 | "no_results": "No packages found for \"{query}\"", |
|
117 | 118 | "expand": "Expand {tag}", |
118 | 119 | "other_versions": "Other versions", |
119 | 120 | "more_tagged": "{count} more tagged", |
120 | | - "all_covered": "All versions are covered by tags above" |
| 121 | + "all_covered": "All versions are covered by tags above", |
| 122 | + "deprecated_title": "{version} (deprecated)" |
121 | 123 | }, |
122 | 124 | "dependencies": { |
123 | 125 | "title": "Dependencies ({count})", |
|
148 | 150 | "add_owner": "+ Add owner" |
149 | 151 | }, |
150 | 152 | "downloads": { |
151 | | - "title": "Weekly Downloads" |
| 153 | + "title": "Weekly Downloads", |
| 154 | + "date_range": "{start} to {end}" |
152 | 155 | }, |
153 | 156 | "install_scripts": { |
154 | 157 | "title": "Install Scripts", |
|
354 | 357 | "no_packages": "No public packages found for", |
355 | 358 | "no_packages_hint": "This organization may not exist or has no public packages.", |
356 | 359 | "failed_to_load": "Failed to load organization packages", |
357 | | - "no_match": "No packages match \"{query}\"" |
| 360 | + "no_match": "No packages match \"{query}\"", |
| 361 | + "not_found": "Organization not found", |
| 362 | + "not_found_message": "The organization \"{'@'}{name}\" does not exist on npm", |
| 363 | + "filter_placeholder": "Filter {count} packages..." |
358 | 364 | } |
359 | 365 | }, |
360 | 366 | "user": { |
|
369 | 375 | "no_packages": "No public packages found for", |
370 | 376 | "no_packages_hint": "This user may not exist or has no public packages.", |
371 | 377 | "failed_to_load": "Failed to load user packages", |
372 | | - "no_match": "No packages match \"{query}\"" |
| 378 | + "no_match": "No packages match \"{query}\"", |
| 379 | + "filter_placeholder": "Filter {count} packages..." |
373 | 380 | } |
374 | 381 | }, |
375 | 382 | "claim": { |
|
405 | 412 | "no_files": "No files in this directory", |
406 | 413 | "select_version": "Select version", |
407 | 414 | "root": "root", |
| 415 | + "lines": "{count} lines", |
408 | 416 | "toggle_tree": "Toggle file tree", |
409 | 417 | "close_tree": "Close file tree", |
410 | 418 | "copy_link": "Copy link", |
|
0 commit comments