|
19 | 19 | "social": "social", |
20 | 20 | "chat": "chat", |
21 | 21 | "builders_chat": "builders", |
22 | | - "keyboard_shortcuts": "keyboard shortcuts", |
23 | | - "product": "Product", |
24 | | - "legal": "Legal", |
25 | | - "community": "Community" |
| 22 | + "keyboard_shortcuts": "keyboard shortcuts" |
26 | 23 | }, |
27 | 24 | "shortcuts": { |
28 | 25 | "section": { |
|
210 | 207 | "members": "members" |
211 | 208 | }, |
212 | 209 | "scroll_to_top": "Scroll to top", |
213 | | - "previous": "Previous", |
214 | | - "next": "Next", |
215 | 210 | "cancel": "Cancel", |
216 | 211 | "save": "Save", |
217 | 212 | "edit": "Edit", |
|
323 | 318 | "docs": "docs", |
324 | 319 | "fund": "fund", |
325 | 320 | "compare": "compare", |
326 | | - "compare_this_package": "compare this package", |
327 | | - "dependents": "dependents" |
| 321 | + "compare_this_package": "compare this package" |
328 | 322 | }, |
329 | 323 | "likes": { |
330 | 324 | "like": "Like this package", |
|
358 | 352 | "title": "Run", |
359 | 353 | "locally": "Run locally" |
360 | 354 | }, |
361 | | - "dependents": { |
362 | | - "title": "Dependents", |
363 | | - "subtitle": "Packages that depend on {name}", |
364 | | - "count": "{count} dependent | {count} dependents", |
365 | | - "none": "No packages found that depend on {name}", |
366 | | - "error": "Failed to load dependents" |
367 | | - }, |
368 | 355 | "readme": { |
369 | 356 | "title": "Readme", |
370 | 357 | "no_readme": "No README available.", |
|
467 | 454 | "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})", |
468 | 455 | "outdated_patch": "Patch update available (latest: {latest})", |
469 | 456 | "has_replacement": "This dependency has suggested replacements", |
470 | | - "vulnerabilities_count": "{count} vulnerability | {count} vulnerabilities", |
471 | | - "none": "No dependencies" |
| 457 | + "vulnerabilities_count": "{count} vulnerability | {count} vulnerabilities" |
472 | 458 | }, |
473 | 459 | "peer_dependencies": { |
474 | 460 | "title": "Peer Dependency ({count}) | Peer Dependencies ({count})", |
|
578 | 564 | }, |
579 | 565 | "license": { |
580 | 566 | "view_spdx": "View license text on SPDX", |
581 | | - "none": "None", |
582 | | - "changed_badge": "changed", |
583 | | - "changed": "License changed from {latest} in the latest version" |
| 567 | + "none": "None" |
584 | 568 | }, |
585 | 569 | "vulnerabilities": { |
586 | 570 | "tree_found": "{vulns} vulnerability in {packages}/{total} packages | {vulns} vulnerabilities in {packages}/{total} packages", |
|
0 commit comments