File tree Expand file tree Collapse file tree 2 files changed +32
-25
lines changed
Expand file tree Collapse file tree 2 files changed +32
-25
lines changed Original file line number Diff line number Diff line change 207207 "members" : " members"
208208 },
209209 "scroll_to_top" : " Scroll to top" ,
210+ "previous" : " Previous" ,
211+ "next" : " Next" ,
210212 "cancel" : " Cancel" ,
211213 "save" : " Save" ,
212214 "edit" : " Edit" ,
318320 "docs" : " docs" ,
319321 "fund" : " fund" ,
320322 "compare" : " compare" ,
321- "compare_this_package" : " compare this package"
323+ "compare_this_package" : " compare this package" ,
324+ "dependents" : " dependents"
322325 },
323326 "likes" : {
324327 "like" : " Like this package" ,
634637 "download" : {
635638 "button" : " Download" ,
636639 "tarball" : " Download Tarball as .tar.gz"
640+ },
641+ "dependents" : {
642+ "title" : " Dependents" ,
643+ "subtitle" : " Packages that depend on {name}" ,
644+ "count" : " {count} dependent | {count} dependents" ,
645+ "none" : " No packages found that depend on {name}" ,
646+ "error" : " Failed to load dependents"
637647 }
638648 },
639649 "connector" : {
Original file line number Diff line number Diff line change 14111411 },
14121412 "additionalProperties" : false
14131413 },
1414- "dependents" : {
1415- "type" : " object" ,
1416- "properties" : {
1417- "title" : {
1418- "type" : " string"
1419- },
1420- "subtitle" : {
1421- "type" : " string"
1422- },
1423- "count" : {
1424- "type" : " string"
1425- },
1426- "error" : {
1427- "type" : " string"
1428- },
1429- "none" : {
1430- "type" : " string"
1431- }
1432- },
1433- "additionalProperties" : false
1434- },
14351414 "maintainers" : {
14361415 "type" : " object" ,
14371416 "properties" : {
19381917 }
19391918 },
19401919 "additionalProperties" : false
1920+ },
1921+ "dependents" : {
1922+ "type" : " object" ,
1923+ "properties" : {
1924+ "title" : {
1925+ "type" : " string"
1926+ },
1927+ "subtitle" : {
1928+ "type" : " string"
1929+ },
1930+ "count" : {
1931+ "type" : " string"
1932+ },
1933+ "none" : {
1934+ "type" : " string"
1935+ },
1936+ "error" : {
1937+ "type" : " string"
1938+ }
1939+ },
1940+ "additionalProperties" : false
19411941 }
19421942 },
19431943 "additionalProperties" : false
25242524 "back_to_package" : {
25252525 "type" : " string"
25262526 },
2527- "toggle_word_wrap" : {
2528- "type" : " string"
2529- },
25302527 "table" : {
25312528 "type" : " object" ,
25322529 "properties" : {
You can’t perform that action at this time.
0 commit comments