|
19 | 19 | "social": "social", |
20 | 20 | "chat": "chat", |
21 | 21 | "builders_chat": "builders", |
22 | | - "keyboard_shortcuts": "keyboard shortcuts" |
| 22 | + "keyboard_shortcuts": "keyboard shortcuts", |
| 23 | + "product": "Product", |
| 24 | + "legal": "Legal", |
| 25 | + "community": "Community" |
23 | 26 | }, |
24 | 27 | "shortcuts": { |
25 | 28 | "section": { |
|
207 | 210 | "members": "members" |
208 | 211 | }, |
209 | 212 | "scroll_to_top": "Scroll to top", |
| 213 | + "previous": "Previous", |
| 214 | + "next": "Next", |
210 | 215 | "cancel": "Cancel", |
211 | 216 | "save": "Save", |
212 | 217 | "edit": "Edit", |
|
318 | 323 | "docs": "docs", |
319 | 324 | "fund": "fund", |
320 | 325 | "compare": "compare", |
321 | | - "compare_this_package": "compare this package" |
| 326 | + "compare_this_package": "compare this package", |
| 327 | + "dependents": "dependents" |
322 | 328 | }, |
323 | 329 | "likes": { |
324 | 330 | "like": "Like this package", |
|
352 | 358 | "title": "Run", |
353 | 359 | "locally": "Run locally" |
354 | 360 | }, |
| 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 | + }, |
355 | 368 | "readme": { |
356 | 369 | "title": "Readme", |
357 | 370 | "no_readme": "No README available.", |
|
454 | 467 | "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})", |
455 | 468 | "outdated_patch": "Patch update available (latest: {latest})", |
456 | 469 | "has_replacement": "This dependency has suggested replacements", |
457 | | - "vulnerabilities_count": "{count} vulnerability | {count} vulnerabilities" |
| 470 | + "vulnerabilities_count": "{count} vulnerability | {count} vulnerabilities", |
| 471 | + "none": "No dependencies" |
458 | 472 | }, |
459 | 473 | "peer_dependencies": { |
460 | 474 | "title": "Peer Dependency ({count}) | Peer Dependencies ({count})", |
|
564 | 578 | }, |
565 | 579 | "license": { |
566 | 580 | "view_spdx": "View license text on SPDX", |
567 | | - "none": "None" |
| 581 | + "none": "None", |
| 582 | + "changed_badge": "changed", |
| 583 | + "changed": "License changed from {latest} in the latest version" |
568 | 584 | }, |
569 | 585 | "vulnerabilities": { |
570 | 586 | "tree_found": "{vulns} vulnerability in {packages}/{total} packages | {vulns} vulnerabilities in {packages}/{total} packages", |
|
840 | 856 | }, |
841 | 857 | "file_path": "File path", |
842 | 858 | "binary_file": "Binary file", |
843 | | - "binary_rendering_warning": "File type \"{contentType}\" is not supported for preview." |
| 859 | + "binary_rendering_warning": "File type \"{contentType}\" is not supported for preview.", |
| 860 | + "toggle_word_wrap": "Word wrap" |
844 | 861 | }, |
845 | 862 | "badges": { |
846 | 863 | "provenance": { |
|
0 commit comments