forked from
npmx.dev/npmx.dev
[READ-ONLY]
a fast, modern browser for the npm registry
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "npmx i18n locale file",
4 "description": "Schema for npmx i18n translation files. Generated from en.json — do not edit manually.",
5 "type": "object",
6 "properties": {
7 "seo": {
8 "type": "object",
9 "properties": {
10 "home": {
11 "type": "object",
12 "properties": {
13 "title": {
14 "type": "string"
15 },
16 "description": {
17 "type": "string"
18 }
19 },
20 "additionalProperties": false
21 }
22 },
23 "additionalProperties": false
24 },
25 "built_at": {
26 "type": "string"
27 },
28 "alt_logo": {
29 "type": "string"
30 },
31 "tagline": {
32 "type": "string"
33 },
34 "non_affiliation_disclaimer": {
35 "type": "string"
36 },
37 "trademark_disclaimer": {
38 "type": "string"
39 },
40 "footer": {
41 "type": "object",
42 "properties": {
43 "about": {
44 "type": "string"
45 },
46 "docs": {
47 "type": "string"
48 },
49 "source": {
50 "type": "string"
51 },
52 "social": {
53 "type": "string"
54 },
55 "chat": {
56 "type": "string"
57 },
58 "keyboard_shortcuts": {
59 "type": "string"
60 }
61 },
62 "additionalProperties": false
63 },
64 "shortcuts": {
65 "type": "object",
66 "properties": {
67 "section": {
68 "type": "object",
69 "properties": {
70 "global": {
71 "type": "string"
72 },
73 "search": {
74 "type": "string"
75 },
76 "package": {
77 "type": "string"
78 }
79 },
80 "additionalProperties": false
81 },
82 "focus_search": {
83 "type": "string"
84 },
85 "show_kbd_hints": {
86 "type": "string"
87 },
88 "settings": {
89 "type": "string"
90 },
91 "compare": {
92 "type": "string"
93 },
94 "compare_from_package": {
95 "type": "string"
96 },
97 "navigate_results": {
98 "type": "string"
99 },
100 "go_to_result": {
101 "type": "string"
102 },
103 "open_code_view": {
104 "type": "string"
105 },
106 "open_docs": {
107 "type": "string"
108 }
109 },
110 "additionalProperties": false
111 },
112 "search": {
113 "type": "object",
114 "properties": {
115 "label": {
116 "type": "string"
117 },
118 "placeholder": {
119 "type": "string"
120 },
121 "button": {
122 "type": "string"
123 },
124 "searching": {
125 "type": "string"
126 },
127 "found_packages": {
128 "type": "string"
129 },
130 "found_packages_sorted": {
131 "type": "string"
132 },
133 "updating": {
134 "type": "string"
135 },
136 "no_results": {
137 "type": "string"
138 },
139 "rate_limited": {
140 "type": "string"
141 },
142 "title": {
143 "type": "string"
144 },
145 "title_search": {
146 "type": "string"
147 },
148 "title_packages": {
149 "type": "string"
150 },
151 "meta_description": {
152 "type": "string"
153 },
154 "meta_description_packages": {
155 "type": "string"
156 },
157 "not_taken": {
158 "type": "string"
159 },
160 "claim_prompt": {
161 "type": "string"
162 },
163 "claim_button": {
164 "type": "string"
165 },
166 "want_to_claim": {
167 "type": "string"
168 },
169 "start_typing": {
170 "type": "string"
171 },
172 "algolia_disclaimer": {
173 "type": "string"
174 },
175 "exact_match": {
176 "type": "string"
177 },
178 "suggestion": {
179 "type": "object",
180 "properties": {
181 "user": {
182 "type": "string"
183 },
184 "org": {
185 "type": "string"
186 },
187 "view_user_packages": {
188 "type": "string"
189 },
190 "view_org_packages": {
191 "type": "string"
192 }
193 },
194 "additionalProperties": false
195 }
196 },
197 "additionalProperties": false
198 },
199 "nav": {
200 "type": "object",
201 "properties": {
202 "main_navigation": {
203 "type": "string"
204 },
205 "popular_packages": {
206 "type": "string"
207 },
208 "settings": {
209 "type": "string"
210 },
211 "compare": {
212 "type": "string"
213 },
214 "back": {
215 "type": "string"
216 },
217 "menu": {
218 "type": "string"
219 },
220 "mobile_menu": {
221 "type": "string"
222 },
223 "open_menu": {
224 "type": "string"
225 },
226 "links": {
227 "type": "string"
228 },
229 "tap_to_search": {
230 "type": "string"
231 }
232 },
233 "additionalProperties": false
234 },
235 "settings": {
236 "type": "object",
237 "properties": {
238 "title": {
239 "type": "string"
240 },
241 "tagline": {
242 "type": "string"
243 },
244 "meta_description": {
245 "type": "string"
246 },
247 "sections": {
248 "type": "object",
249 "properties": {
250 "appearance": {
251 "type": "string"
252 },
253 "display": {
254 "type": "string"
255 },
256 "search": {
257 "type": "string"
258 },
259 "language": {
260 "type": "string"
261 }
262 },
263 "additionalProperties": false
264 },
265 "data_source": {
266 "type": "object",
267 "properties": {
268 "label": {
269 "type": "string"
270 },
271 "description": {
272 "type": "string"
273 },
274 "npm": {
275 "type": "string"
276 },
277 "npm_description": {
278 "type": "string"
279 },
280 "algolia": {
281 "type": "string"
282 },
283 "algolia_description": {
284 "type": "string"
285 }
286 },
287 "additionalProperties": false
288 },
289 "relative_dates": {
290 "type": "string"
291 },
292 "include_types": {
293 "type": "string"
294 },
295 "include_types_description": {
296 "type": "string"
297 },
298 "hide_platform_packages": {
299 "type": "string"
300 },
301 "hide_platform_packages_description": {
302 "type": "string"
303 },
304 "theme": {
305 "type": "string"
306 },
307 "theme_light": {
308 "type": "string"
309 },
310 "theme_dark": {
311 "type": "string"
312 },
313 "theme_system": {
314 "type": "string"
315 },
316 "language": {
317 "type": "string"
318 },
319 "help_translate": {
320 "type": "string"
321 },
322 "accent_colors": {
323 "type": "string"
324 },
325 "clear_accent": {
326 "type": "string"
327 },
328 "translation_progress": {
329 "type": "string"
330 },
331 "background_themes": {
332 "type": "string"
333 }
334 },
335 "additionalProperties": false
336 },
337 "i18n": {
338 "type": "object",
339 "properties": {
340 "missing_keys": {
341 "type": "string"
342 },
343 "copy_keys": {
344 "type": "string"
345 },
346 "show_more_keys": {
347 "type": "string"
348 },
349 "contribute_hint": {
350 "type": "string"
351 },
352 "edit_on_github": {
353 "type": "string"
354 },
355 "view_guide": {
356 "type": "string"
357 }
358 },
359 "additionalProperties": false
360 },
361 "common": {
362 "type": "object",
363 "properties": {
364 "loading": {
365 "type": "string"
366 },
367 "loading_more": {
368 "type": "string"
369 },
370 "loading_packages": {
371 "type": "string"
372 },
373 "end_of_results": {
374 "type": "string"
375 },
376 "try_again": {
377 "type": "string"
378 },
379 "close": {
380 "type": "string"
381 },
382 "or": {
383 "type": "string"
384 },
385 "retry": {
386 "type": "string"
387 },
388 "copy": {
389 "type": "string"
390 },
391 "copied": {
392 "type": "string"
393 },
394 "skip_link": {
395 "type": "string"
396 },
397 "warnings": {
398 "type": "string"
399 },
400 "go_back_home": {
401 "type": "string"
402 },
403 "view_on_npm": {
404 "type": "string"
405 },
406 "per_week": {
407 "type": "string"
408 },
409 "vanity_downloads_hint": {
410 "type": "string"
411 },
412 "sort": {
413 "type": "object",
414 "properties": {
415 "name": {
416 "type": "string"
417 },
418 "role": {
419 "type": "string"
420 },
421 "members": {
422 "type": "string"
423 }
424 },
425 "additionalProperties": false
426 },
427 "scroll_to_top": {
428 "type": "string"
429 }
430 },
431 "additionalProperties": false
432 },
433 "package": {
434 "type": "object",
435 "properties": {
436 "not_found": {
437 "type": "string"
438 },
439 "not_found_message": {
440 "type": "string"
441 },
442 "no_description": {
443 "type": "string"
444 },
445 "not_latest": {
446 "type": "string"
447 },
448 "verified_provenance": {
449 "type": "string"
450 },
451 "view_permalink": {
452 "type": "string"
453 },
454 "navigation": {
455 "type": "string"
456 },
457 "copy_name": {
458 "type": "string"
459 },
460 "copy_version": {
461 "type": "string"
462 },
463 "deprecation": {
464 "type": "object",
465 "properties": {
466 "package": {
467 "type": "string"
468 },
469 "version": {
470 "type": "string"
471 },
472 "no_reason": {
473 "type": "string"
474 }
475 },
476 "additionalProperties": false
477 },
478 "replacement": {
479 "type": "object",
480 "properties": {
481 "title": {
482 "type": "string"
483 },
484 "native": {
485 "type": "string"
486 },
487 "simple": {
488 "type": "string"
489 },
490 "documented": {
491 "type": "string"
492 },
493 "none": {
494 "type": "string"
495 },
496 "learn_more": {
497 "type": "string"
498 },
499 "learn_more_above": {
500 "type": "string"
501 },
502 "mdn": {
503 "type": "string"
504 },
505 "community": {
506 "type": "string"
507 },
508 "consider_no_dep": {
509 "type": "string"
510 }
511 },
512 "additionalProperties": false
513 },
514 "stats": {
515 "type": "object",
516 "properties": {
517 "license": {
518 "type": "string"
519 },
520 "deps": {
521 "type": "string"
522 },
523 "install_size": {
524 "type": "string"
525 },
526 "vulns": {
527 "type": "string"
528 },
529 "published": {
530 "type": "string"
531 },
532 "published_tooltip": {
533 "type": "string"
534 },
535 "view_dependency_graph": {
536 "type": "string"
537 },
538 "inspect_dependency_tree": {
539 "type": "string"
540 },
541 "size_tooltip": {
542 "type": "object",
543 "properties": {
544 "unpacked": {
545 "type": "string"
546 },
547 "total": {
548 "type": "string"
549 }
550 },
551 "additionalProperties": false
552 }
553 },
554 "additionalProperties": false
555 },
556 "skills": {
557 "type": "object",
558 "properties": {
559 "title": {
560 "type": "string"
561 },
562 "skills_available": {
563 "type": "string"
564 },
565 "compatible_with": {
566 "type": "string"
567 },
568 "install": {
569 "type": "string"
570 },
571 "installation_method": {
572 "type": "string"
573 },
574 "learn_more": {
575 "type": "string"
576 },
577 "available_skills": {
578 "type": "string"
579 },
580 "click_to_expand": {
581 "type": "string"
582 },
583 "no_description": {
584 "type": "string"
585 },
586 "file_counts": {
587 "type": "object",
588 "properties": {
589 "scripts": {
590 "type": "string"
591 },
592 "refs": {
593 "type": "string"
594 },
595 "assets": {
596 "type": "string"
597 }
598 },
599 "additionalProperties": false
600 },
601 "view_source": {
602 "type": "string"
603 }
604 },
605 "additionalProperties": false
606 },
607 "links": {
608 "type": "object",
609 "properties": {
610 "repo": {
611 "type": "string"
612 },
613 "homepage": {
614 "type": "string"
615 },
616 "issues": {
617 "type": "string"
618 },
619 "jsr": {
620 "type": "string"
621 },
622 "code": {
623 "type": "string"
624 },
625 "docs": {
626 "type": "string"
627 },
628 "fund": {
629 "type": "string"
630 },
631 "compare": {
632 "type": "string"
633 }
634 },
635 "additionalProperties": false
636 },
637 "likes": {
638 "type": "object",
639 "properties": {
640 "like": {
641 "type": "string"
642 },
643 "unlike": {
644 "type": "string"
645 }
646 },
647 "additionalProperties": false
648 },
649 "docs": {
650 "type": "object",
651 "properties": {
652 "not_available": {
653 "type": "string"
654 },
655 "not_available_detail": {
656 "type": "string"
657 }
658 },
659 "additionalProperties": false
660 },
661 "get_started": {
662 "type": "object",
663 "properties": {
664 "title": {
665 "type": "string"
666 },
667 "pm_label": {
668 "type": "string"
669 },
670 "copy_command": {
671 "type": "string"
672 },
673 "copy_dev_command": {
674 "type": "string"
675 },
676 "dev_dependency_hint": {
677 "type": "string"
678 },
679 "view_types": {
680 "type": "string"
681 }
682 },
683 "additionalProperties": false
684 },
685 "create": {
686 "type": "object",
687 "properties": {
688 "title": {
689 "type": "string"
690 },
691 "copy_command": {
692 "type": "string"
693 },
694 "view": {
695 "type": "string"
696 }
697 },
698 "additionalProperties": false
699 },
700 "run": {
701 "type": "object",
702 "properties": {
703 "title": {
704 "type": "string"
705 },
706 "locally": {
707 "type": "string"
708 }
709 },
710 "additionalProperties": false
711 },
712 "readme": {
713 "type": "object",
714 "properties": {
715 "title": {
716 "type": "string"
717 },
718 "no_readme": {
719 "type": "string"
720 },
721 "view_on_github": {
722 "type": "string"
723 },
724 "toc_title": {
725 "type": "string"
726 },
727 "callout": {
728 "type": "object",
729 "properties": {
730 "note": {
731 "type": "string"
732 },
733 "tip": {
734 "type": "string"
735 },
736 "important": {
737 "type": "string"
738 },
739 "warning": {
740 "type": "string"
741 },
742 "caution": {
743 "type": "string"
744 }
745 },
746 "additionalProperties": false
747 },
748 "copy_as_markdown": {
749 "type": "string"
750 }
751 },
752 "additionalProperties": false
753 },
754 "provenance_section": {
755 "type": "object",
756 "properties": {
757 "title": {
758 "type": "string"
759 },
760 "built_and_signed_on": {
761 "type": "string"
762 },
763 "view_build_summary": {
764 "type": "string"
765 },
766 "source_commit": {
767 "type": "string"
768 },
769 "build_file": {
770 "type": "string"
771 },
772 "public_ledger": {
773 "type": "string"
774 },
775 "transparency_log_entry": {
776 "type": "string"
777 },
778 "view_more_details": {
779 "type": "string"
780 },
781 "error_loading": {
782 "type": "string"
783 }
784 },
785 "additionalProperties": false
786 },
787 "security_downgrade": {
788 "type": "object",
789 "properties": {
790 "title": {
791 "type": "string"
792 },
793 "description_to_none_provenance": {
794 "type": "string"
795 },
796 "description_to_none_trustedPublisher": {
797 "type": "string"
798 },
799 "description_to_provenance_trustedPublisher": {
800 "type": "string"
801 },
802 "fallback_install_provenance": {
803 "type": "string"
804 },
805 "fallback_install_trustedPublisher": {
806 "type": "string"
807 },
808 "provenance_link_text": {
809 "type": "string"
810 },
811 "trusted_publishing_link_text": {
812 "type": "string"
813 }
814 },
815 "additionalProperties": false
816 },
817 "keywords_title": {
818 "type": "string"
819 },
820 "compatibility": {
821 "type": "string"
822 },
823 "card": {
824 "type": "object",
825 "properties": {
826 "publisher": {
827 "type": "string"
828 },
829 "published": {
830 "type": "string"
831 },
832 "weekly_downloads": {
833 "type": "string"
834 },
835 "keywords": {
836 "type": "string"
837 },
838 "license": {
839 "type": "string"
840 }
841 },
842 "additionalProperties": false
843 },
844 "versions": {
845 "type": "object",
846 "properties": {
847 "title": {
848 "type": "string"
849 },
850 "collapse": {
851 "type": "string"
852 },
853 "expand": {
854 "type": "string"
855 },
856 "collapse_other": {
857 "type": "string"
858 },
859 "expand_other": {
860 "type": "string"
861 },
862 "collapse_major": {
863 "type": "string"
864 },
865 "expand_major": {
866 "type": "string"
867 },
868 "other_versions": {
869 "type": "string"
870 },
871 "more_tagged": {
872 "type": "string"
873 },
874 "all_covered": {
875 "type": "string"
876 },
877 "deprecated_title": {
878 "type": "string"
879 },
880 "view_all": {
881 "type": "string"
882 },
883 "distribution_title": {
884 "type": "string"
885 },
886 "distribution_modal_title": {
887 "type": "string"
888 },
889 "grouping_major": {
890 "type": "string"
891 },
892 "grouping_minor": {
893 "type": "string"
894 },
895 "recent_versions_only": {
896 "type": "string"
897 },
898 "recent_versions_only_tooltip": {
899 "type": "string"
900 },
901 "show_low_usage": {
902 "type": "string"
903 },
904 "show_low_usage_tooltip": {
905 "type": "string"
906 },
907 "date_range_tooltip": {
908 "type": "string"
909 },
910 "y_axis_label": {
911 "type": "string"
912 },
913 "filter_placeholder": {
914 "type": "string"
915 },
916 "filter_invalid": {
917 "type": "string"
918 },
919 "filter_help": {
920 "type": "string"
921 },
922 "filter_tooltip": {
923 "type": "string"
924 },
925 "filter_tooltip_link": {
926 "type": "string"
927 },
928 "no_matches": {
929 "type": "string"
930 }
931 },
932 "additionalProperties": false
933 },
934 "dependencies": {
935 "type": "object",
936 "properties": {
937 "title": {
938 "type": "string"
939 },
940 "list_label": {
941 "type": "string"
942 },
943 "show_all": {
944 "type": "string"
945 },
946 "optional": {
947 "type": "string"
948 },
949 "view_vulnerabilities": {
950 "type": "string"
951 },
952 "outdated_major": {
953 "type": "string"
954 },
955 "outdated_minor": {
956 "type": "string"
957 },
958 "outdated_patch": {
959 "type": "string"
960 },
961 "has_replacement": {
962 "type": "string"
963 }
964 },
965 "additionalProperties": false
966 },
967 "peer_dependencies": {
968 "type": "object",
969 "properties": {
970 "title": {
971 "type": "string"
972 },
973 "list_label": {
974 "type": "string"
975 },
976 "show_all": {
977 "type": "string"
978 }
979 },
980 "additionalProperties": false
981 },
982 "optional_dependencies": {
983 "type": "object",
984 "properties": {
985 "title": {
986 "type": "string"
987 },
988 "list_label": {
989 "type": "string"
990 },
991 "show_all": {
992 "type": "string"
993 }
994 },
995 "additionalProperties": false
996 },
997 "maintainers": {
998 "type": "object",
999 "properties": {
1000 "title": {
1001 "type": "string"
1002 },
1003 "list_label": {
1004 "type": "string"
1005 },
1006 "you": {
1007 "type": "string"
1008 },
1009 "via": {
1010 "type": "string"
1011 },
1012 "remove_owner": {
1013 "type": "string"
1014 },
1015 "username_to_add": {
1016 "type": "string"
1017 },
1018 "username_placeholder": {
1019 "type": "string"
1020 },
1021 "add_button": {
1022 "type": "string"
1023 },
1024 "cancel_add": {
1025 "type": "string"
1026 },
1027 "add_owner": {
1028 "type": "string"
1029 },
1030 "show_more": {
1031 "type": "string"
1032 },
1033 "show_less": {
1034 "type": "string"
1035 }
1036 },
1037 "additionalProperties": false
1038 },
1039 "trends": {
1040 "type": "object",
1041 "properties": {
1042 "granularity": {
1043 "type": "string"
1044 },
1045 "granularity_daily": {
1046 "type": "string"
1047 },
1048 "granularity_weekly": {
1049 "type": "string"
1050 },
1051 "granularity_monthly": {
1052 "type": "string"
1053 },
1054 "granularity_yearly": {
1055 "type": "string"
1056 },
1057 "start_date": {
1058 "type": "string"
1059 },
1060 "end_date": {
1061 "type": "string"
1062 },
1063 "loading": {
1064 "type": "string"
1065 },
1066 "date_range": {
1067 "type": "string"
1068 },
1069 "date_range_multiline": {
1070 "type": "string"
1071 },
1072 "download_file": {
1073 "type": "string"
1074 },
1075 "toggle_annotator": {
1076 "type": "string"
1077 },
1078 "legend_estimation": {
1079 "type": "string"
1080 },
1081 "no_data": {
1082 "type": "string"
1083 },
1084 "y_axis_label": {
1085 "type": "string"
1086 },
1087 "facet": {
1088 "type": "string"
1089 },
1090 "title": {
1091 "type": "string"
1092 },
1093 "contributors_skip": {
1094 "type": "string"
1095 },
1096 "items": {
1097 "type": "object",
1098 "properties": {
1099 "downloads": {
1100 "type": "string"
1101 },
1102 "likes": {
1103 "type": "string"
1104 },
1105 "contributors": {
1106 "type": "string"
1107 }
1108 },
1109 "additionalProperties": false
1110 }
1111 },
1112 "additionalProperties": false
1113 },
1114 "downloads": {
1115 "type": "object",
1116 "properties": {
1117 "title": {
1118 "type": "string"
1119 },
1120 "community_distribution": {
1121 "type": "string"
1122 }
1123 },
1124 "additionalProperties": false
1125 },
1126 "install_scripts": {
1127 "type": "object",
1128 "properties": {
1129 "title": {
1130 "type": "string"
1131 },
1132 "script_label": {
1133 "type": "string"
1134 },
1135 "npx_packages": {
1136 "type": "string"
1137 },
1138 "currently": {
1139 "type": "string"
1140 }
1141 },
1142 "additionalProperties": false
1143 },
1144 "playgrounds": {
1145 "type": "object",
1146 "properties": {
1147 "title": {
1148 "type": "string"
1149 },
1150 "choose": {
1151 "type": "string"
1152 }
1153 },
1154 "additionalProperties": false
1155 },
1156 "metrics": {
1157 "type": "object",
1158 "properties": {
1159 "esm": {
1160 "type": "string"
1161 },
1162 "cjs": {
1163 "type": "string"
1164 },
1165 "no_esm": {
1166 "type": "string"
1167 },
1168 "types_label": {
1169 "type": "string"
1170 },
1171 "types_included": {
1172 "type": "string"
1173 },
1174 "types_available": {
1175 "type": "string"
1176 },
1177 "no_types": {
1178 "type": "string"
1179 }
1180 },
1181 "additionalProperties": false
1182 },
1183 "license": {
1184 "type": "object",
1185 "properties": {
1186 "view_spdx": {
1187 "type": "string"
1188 },
1189 "none": {
1190 "type": "string"
1191 }
1192 },
1193 "additionalProperties": false
1194 },
1195 "vulnerabilities": {
1196 "type": "object",
1197 "properties": {
1198 "tree_found": {
1199 "type": "string"
1200 },
1201 "show_all_packages": {
1202 "type": "string"
1203 },
1204 "path": {
1205 "type": "string"
1206 },
1207 "more": {
1208 "type": "string"
1209 },
1210 "packages_failed": {
1211 "type": "string"
1212 },
1213 "scan_failed": {
1214 "type": "string"
1215 },
1216 "severity": {
1217 "type": "object",
1218 "properties": {
1219 "critical": {
1220 "type": "string"
1221 },
1222 "high": {
1223 "type": "string"
1224 },
1225 "moderate": {
1226 "type": "string"
1227 },
1228 "low": {
1229 "type": "string"
1230 }
1231 },
1232 "additionalProperties": false
1233 },
1234 "fixed_in_title": {
1235 "type": "string"
1236 }
1237 },
1238 "additionalProperties": false
1239 },
1240 "deprecated": {
1241 "type": "object",
1242 "properties": {
1243 "label": {
1244 "type": "string"
1245 },
1246 "tree_found": {
1247 "type": "string"
1248 },
1249 "show_all": {
1250 "type": "string"
1251 }
1252 },
1253 "additionalProperties": false
1254 },
1255 "access": {
1256 "type": "object",
1257 "properties": {
1258 "title": {
1259 "type": "string"
1260 },
1261 "refresh": {
1262 "type": "string"
1263 },
1264 "list_label": {
1265 "type": "string"
1266 },
1267 "owner": {
1268 "type": "string"
1269 },
1270 "rw": {
1271 "type": "string"
1272 },
1273 "ro": {
1274 "type": "string"
1275 },
1276 "revoke_access": {
1277 "type": "string"
1278 },
1279 "no_access": {
1280 "type": "string"
1281 },
1282 "select_team_label": {
1283 "type": "string"
1284 },
1285 "loading_teams": {
1286 "type": "string"
1287 },
1288 "select_team": {
1289 "type": "string"
1290 },
1291 "permission_label": {
1292 "type": "string"
1293 },
1294 "permission": {
1295 "type": "object",
1296 "properties": {
1297 "read_only": {
1298 "type": "string"
1299 },
1300 "read_write": {
1301 "type": "string"
1302 }
1303 },
1304 "additionalProperties": false
1305 },
1306 "grant_button": {
1307 "type": "string"
1308 },
1309 "cancel_grant": {
1310 "type": "string"
1311 },
1312 "grant_access": {
1313 "type": "string"
1314 }
1315 },
1316 "additionalProperties": false
1317 },
1318 "list": {
1319 "type": "object",
1320 "properties": {
1321 "filter_label": {
1322 "type": "string"
1323 },
1324 "filter_placeholder": {
1325 "type": "string"
1326 },
1327 "sort_label": {
1328 "type": "string"
1329 },
1330 "showing_count": {
1331 "type": "string"
1332 }
1333 },
1334 "additionalProperties": false
1335 },
1336 "skeleton": {
1337 "type": "object",
1338 "properties": {
1339 "loading": {
1340 "type": "string"
1341 },
1342 "maintainers": {
1343 "type": "string"
1344 },
1345 "keywords": {
1346 "type": "string"
1347 },
1348 "versions": {
1349 "type": "string"
1350 },
1351 "dependencies": {
1352 "type": "string"
1353 }
1354 },
1355 "additionalProperties": false
1356 },
1357 "sort": {
1358 "type": "object",
1359 "properties": {
1360 "downloads": {
1361 "type": "string"
1362 },
1363 "published": {
1364 "type": "string"
1365 },
1366 "name_asc": {
1367 "type": "string"
1368 },
1369 "name_desc": {
1370 "type": "string"
1371 }
1372 },
1373 "additionalProperties": false
1374 },
1375 "size": {
1376 "type": "object",
1377 "properties": {
1378 "b": {
1379 "type": "string"
1380 },
1381 "kb": {
1382 "type": "string"
1383 },
1384 "mb": {
1385 "type": "string"
1386 }
1387 },
1388 "additionalProperties": false
1389 }
1390 },
1391 "additionalProperties": false
1392 },
1393 "connector": {
1394 "type": "object",
1395 "properties": {
1396 "modal": {
1397 "type": "object",
1398 "properties": {
1399 "title": {
1400 "type": "string"
1401 },
1402 "contributor_badge": {
1403 "type": "string"
1404 },
1405 "contributor_notice": {
1406 "type": "string"
1407 },
1408 "contributor_link": {
1409 "type": "string"
1410 },
1411 "connected": {
1412 "type": "string"
1413 },
1414 "connected_as_user": {
1415 "type": "string"
1416 },
1417 "connected_hint": {
1418 "type": "string"
1419 },
1420 "disconnect": {
1421 "type": "string"
1422 },
1423 "run_hint": {
1424 "type": "string"
1425 },
1426 "copy_command": {
1427 "type": "string"
1428 },
1429 "copied": {
1430 "type": "string"
1431 },
1432 "paste_token": {
1433 "type": "string"
1434 },
1435 "token_label": {
1436 "type": "string"
1437 },
1438 "token_placeholder": {
1439 "type": "string"
1440 },
1441 "advanced": {
1442 "type": "string"
1443 },
1444 "port_label": {
1445 "type": "string"
1446 },
1447 "warning": {
1448 "type": "string"
1449 },
1450 "warning_text": {
1451 "type": "string"
1452 },
1453 "connect": {
1454 "type": "string"
1455 },
1456 "connecting": {
1457 "type": "string"
1458 },
1459 "auto_open_url": {
1460 "type": "string"
1461 }
1462 },
1463 "additionalProperties": false
1464 }
1465 },
1466 "additionalProperties": false
1467 },
1468 "operations": {
1469 "type": "object",
1470 "properties": {
1471 "queue": {
1472 "type": "object",
1473 "properties": {
1474 "title": {
1475 "type": "string"
1476 },
1477 "clear_all": {
1478 "type": "string"
1479 },
1480 "refresh": {
1481 "type": "string"
1482 },
1483 "empty": {
1484 "type": "string"
1485 },
1486 "empty_hint": {
1487 "type": "string"
1488 },
1489 "active_label": {
1490 "type": "string"
1491 },
1492 "otp_required": {
1493 "type": "string"
1494 },
1495 "otp_prompt": {
1496 "type": "string"
1497 },
1498 "otp_placeholder": {
1499 "type": "string"
1500 },
1501 "otp_label": {
1502 "type": "string"
1503 },
1504 "retry_otp": {
1505 "type": "string"
1506 },
1507 "retry_web_auth": {
1508 "type": "string"
1509 },
1510 "retrying": {
1511 "type": "string"
1512 },
1513 "open_web_auth": {
1514 "type": "string"
1515 },
1516 "approve_operation": {
1517 "type": "string"
1518 },
1519 "remove_operation": {
1520 "type": "string"
1521 },
1522 "approve_all": {
1523 "type": "string"
1524 },
1525 "execute": {
1526 "type": "string"
1527 },
1528 "executing": {
1529 "type": "string"
1530 },
1531 "log": {
1532 "type": "string"
1533 },
1534 "log_label": {
1535 "type": "string"
1536 },
1537 "remove_from_log": {
1538 "type": "string"
1539 }
1540 },
1541 "additionalProperties": false
1542 }
1543 },
1544 "additionalProperties": false
1545 },
1546 "org": {
1547 "type": "object",
1548 "properties": {
1549 "teams": {
1550 "type": "object",
1551 "properties": {
1552 "title": {
1553 "type": "string"
1554 },
1555 "refresh": {
1556 "type": "string"
1557 },
1558 "filter_label": {
1559 "type": "string"
1560 },
1561 "filter_placeholder": {
1562 "type": "string"
1563 },
1564 "sort_by": {
1565 "type": "string"
1566 },
1567 "loading": {
1568 "type": "string"
1569 },
1570 "no_teams": {
1571 "type": "string"
1572 },
1573 "list_label": {
1574 "type": "string"
1575 },
1576 "delete_team": {
1577 "type": "string"
1578 },
1579 "member_count": {
1580 "type": "string"
1581 },
1582 "members_of": {
1583 "type": "string"
1584 },
1585 "no_members": {
1586 "type": "string"
1587 },
1588 "remove_user": {
1589 "type": "string"
1590 },
1591 "username_to_add": {
1592 "type": "string"
1593 },
1594 "username_placeholder": {
1595 "type": "string"
1596 },
1597 "add_button": {
1598 "type": "string"
1599 },
1600 "cancel_add_user": {
1601 "type": "string"
1602 },
1603 "add_member": {
1604 "type": "string"
1605 },
1606 "team_name_label": {
1607 "type": "string"
1608 },
1609 "team_name_placeholder": {
1610 "type": "string"
1611 },
1612 "create_button": {
1613 "type": "string"
1614 },
1615 "no_match": {
1616 "type": "string"
1617 },
1618 "cancel_create": {
1619 "type": "string"
1620 },
1621 "create_team": {
1622 "type": "string"
1623 }
1624 },
1625 "additionalProperties": false
1626 },
1627 "members": {
1628 "type": "object",
1629 "properties": {
1630 "title": {
1631 "type": "string"
1632 },
1633 "refresh": {
1634 "type": "string"
1635 },
1636 "filter_label": {
1637 "type": "string"
1638 },
1639 "filter_placeholder": {
1640 "type": "string"
1641 },
1642 "filter_by_role": {
1643 "type": "string"
1644 },
1645 "filter_by_team": {
1646 "type": "string"
1647 },
1648 "all_teams": {
1649 "type": "string"
1650 },
1651 "sort_by": {
1652 "type": "string"
1653 },
1654 "loading": {
1655 "type": "string"
1656 },
1657 "no_members": {
1658 "type": "string"
1659 },
1660 "list_label": {
1661 "type": "string"
1662 },
1663 "change_role_for": {
1664 "type": "string"
1665 },
1666 "remove_from_org": {
1667 "type": "string"
1668 },
1669 "view_team": {
1670 "type": "string"
1671 },
1672 "no_match": {
1673 "type": "string"
1674 },
1675 "username_label": {
1676 "type": "string"
1677 },
1678 "username_placeholder": {
1679 "type": "string"
1680 },
1681 "role_label": {
1682 "type": "string"
1683 },
1684 "role": {
1685 "type": "object",
1686 "properties": {
1687 "all": {
1688 "type": "string"
1689 },
1690 "developer": {
1691 "type": "string"
1692 },
1693 "admin": {
1694 "type": "string"
1695 },
1696 "owner": {
1697 "type": "string"
1698 }
1699 },
1700 "additionalProperties": false
1701 },
1702 "team_label": {
1703 "type": "string"
1704 },
1705 "no_team": {
1706 "type": "string"
1707 },
1708 "add_button": {
1709 "type": "string"
1710 },
1711 "cancel_add": {
1712 "type": "string"
1713 },
1714 "add_member": {
1715 "type": "string"
1716 }
1717 },
1718 "additionalProperties": false
1719 },
1720 "public_packages": {
1721 "type": "string"
1722 },
1723 "page": {
1724 "type": "object",
1725 "properties": {
1726 "packages_title": {
1727 "type": "string"
1728 },
1729 "members_tab": {
1730 "type": "string"
1731 },
1732 "teams_tab": {
1733 "type": "string"
1734 },
1735 "no_packages": {
1736 "type": "string"
1737 },
1738 "no_packages_hint": {
1739 "type": "string"
1740 },
1741 "failed_to_load": {
1742 "type": "string"
1743 },
1744 "no_match": {
1745 "type": "string"
1746 },
1747 "not_found": {
1748 "type": "string"
1749 },
1750 "not_found_message": {
1751 "type": "string"
1752 }
1753 },
1754 "additionalProperties": false
1755 }
1756 },
1757 "additionalProperties": false
1758 },
1759 "user": {
1760 "type": "object",
1761 "properties": {
1762 "combobox": {
1763 "type": "object",
1764 "properties": {
1765 "add_to_org_hint": {
1766 "type": "string"
1767 },
1768 "press_enter_to_add": {
1769 "type": "string"
1770 },
1771 "default_placeholder": {
1772 "type": "string"
1773 },
1774 "suggestions_label": {
1775 "type": "string"
1776 }
1777 },
1778 "additionalProperties": false
1779 },
1780 "page": {
1781 "type": "object",
1782 "properties": {
1783 "packages_title": {
1784 "type": "string"
1785 },
1786 "no_packages": {
1787 "type": "string"
1788 },
1789 "no_packages_hint": {
1790 "type": "string"
1791 },
1792 "failed_to_load": {
1793 "type": "string"
1794 },
1795 "no_match": {
1796 "type": "string"
1797 },
1798 "filter_placeholder": {
1799 "type": "string"
1800 }
1801 },
1802 "additionalProperties": false
1803 },
1804 "orgs_page": {
1805 "type": "object",
1806 "properties": {
1807 "title": {
1808 "type": "string"
1809 },
1810 "back_to_profile": {
1811 "type": "string"
1812 },
1813 "connect_required": {
1814 "type": "string"
1815 },
1816 "connect_hint_prefix": {
1817 "type": "string"
1818 },
1819 "connect_hint_suffix": {
1820 "type": "string"
1821 },
1822 "own_orgs_only": {
1823 "type": "string"
1824 },
1825 "view_your_orgs": {
1826 "type": "string"
1827 },
1828 "loading": {
1829 "type": "string"
1830 },
1831 "empty": {
1832 "type": "string"
1833 },
1834 "empty_hint": {
1835 "type": "string"
1836 },
1837 "count": {
1838 "type": "string"
1839 },
1840 "packages_count": {
1841 "type": "string"
1842 }
1843 },
1844 "additionalProperties": false
1845 }
1846 },
1847 "additionalProperties": false
1848 },
1849 "claim": {
1850 "type": "object",
1851 "properties": {
1852 "modal": {
1853 "type": "object",
1854 "properties": {
1855 "title": {
1856 "type": "string"
1857 },
1858 "success": {
1859 "type": "string"
1860 },
1861 "success_detail": {
1862 "type": "string"
1863 },
1864 "success_hint": {
1865 "type": "string"
1866 },
1867 "view_package": {
1868 "type": "string"
1869 },
1870 "invalid_name": {
1871 "type": "string"
1872 },
1873 "available": {
1874 "type": "string"
1875 },
1876 "taken": {
1877 "type": "string"
1878 },
1879 "similar_warning": {
1880 "type": "string"
1881 },
1882 "related": {
1883 "type": "string"
1884 },
1885 "scope_warning_title": {
1886 "type": "string"
1887 },
1888 "scope_warning_text": {
1889 "type": "string"
1890 },
1891 "connect_required": {
1892 "type": "string"
1893 },
1894 "connect_button": {
1895 "type": "string"
1896 },
1897 "publish_hint": {
1898 "type": "string"
1899 },
1900 "preview_json": {
1901 "type": "string"
1902 },
1903 "claim_button": {
1904 "type": "string"
1905 },
1906 "publishing": {
1907 "type": "string"
1908 },
1909 "checking": {
1910 "type": "string"
1911 },
1912 "failed_to_check": {
1913 "type": "string"
1914 },
1915 "failed_to_claim": {
1916 "type": "string"
1917 }
1918 },
1919 "additionalProperties": false
1920 }
1921 },
1922 "additionalProperties": false
1923 },
1924 "code": {
1925 "type": "object",
1926 "properties": {
1927 "files_label": {
1928 "type": "string"
1929 },
1930 "no_files": {
1931 "type": "string"
1932 },
1933 "root": {
1934 "type": "string"
1935 },
1936 "lines": {
1937 "type": "string"
1938 },
1939 "toggle_tree": {
1940 "type": "string"
1941 },
1942 "close_tree": {
1943 "type": "string"
1944 },
1945 "copy_link": {
1946 "type": "string"
1947 },
1948 "raw": {
1949 "type": "string"
1950 },
1951 "view_raw": {
1952 "type": "string"
1953 },
1954 "file_too_large": {
1955 "type": "string"
1956 },
1957 "file_size_warning": {
1958 "type": "string"
1959 },
1960 "failed_to_load": {
1961 "type": "string"
1962 },
1963 "unavailable_hint": {
1964 "type": "string"
1965 },
1966 "version_required": {
1967 "type": "string"
1968 },
1969 "go_to_package": {
1970 "type": "string"
1971 },
1972 "loading_tree": {
1973 "type": "string"
1974 },
1975 "failed_to_load_tree": {
1976 "type": "string"
1977 },
1978 "back_to_package": {
1979 "type": "string"
1980 },
1981 "table": {
1982 "type": "object",
1983 "properties": {
1984 "name": {
1985 "type": "string"
1986 },
1987 "size": {
1988 "type": "string"
1989 }
1990 },
1991 "additionalProperties": false
1992 },
1993 "markdown_view_mode": {
1994 "type": "object",
1995 "properties": {
1996 "preview": {
1997 "type": "string"
1998 },
1999 "code": {
2000 "type": "string"
2001 }
2002 },
2003 "additionalProperties": false
2004 },
2005 "file_path": {
2006 "type": "string"
2007 }
2008 },
2009 "additionalProperties": false
2010 },
2011 "badges": {
2012 "type": "object",
2013 "properties": {
2014 "provenance": {
2015 "type": "object",
2016 "properties": {
2017 "verified": {
2018 "type": "string"
2019 },
2020 "verified_title": {
2021 "type": "string"
2022 },
2023 "verified_via": {
2024 "type": "string"
2025 }
2026 },
2027 "additionalProperties": false
2028 },
2029 "jsr": {
2030 "type": "object",
2031 "properties": {
2032 "title": {
2033 "type": "string"
2034 }
2035 },
2036 "additionalProperties": false
2037 }
2038 },
2039 "additionalProperties": false
2040 },
2041 "filters": {
2042 "type": "object",
2043 "properties": {
2044 "title": {
2045 "type": "string"
2046 },
2047 "search": {
2048 "type": "string"
2049 },
2050 "search_scope": {
2051 "type": "string"
2052 },
2053 "search_placeholder_name": {
2054 "type": "string"
2055 },
2056 "search_placeholder_description": {
2057 "type": "string"
2058 },
2059 "search_placeholder_keywords": {
2060 "type": "string"
2061 },
2062 "search_placeholder_all": {
2063 "type": "string"
2064 },
2065 "scope_name": {
2066 "type": "string"
2067 },
2068 "scope_name_description": {
2069 "type": "string"
2070 },
2071 "scope_description": {
2072 "type": "string"
2073 },
2074 "scope_description_description": {
2075 "type": "string"
2076 },
2077 "scope_keywords": {
2078 "type": "string"
2079 },
2080 "scope_keywords_description": {
2081 "type": "string"
2082 },
2083 "scope_all": {
2084 "type": "string"
2085 },
2086 "scope_all_description": {
2087 "type": "string"
2088 },
2089 "weekly_downloads": {
2090 "type": "string"
2091 },
2092 "updated_within": {
2093 "type": "string"
2094 },
2095 "security": {
2096 "type": "string"
2097 },
2098 "keywords": {
2099 "type": "string"
2100 },
2101 "more_keywords": {
2102 "type": "string"
2103 },
2104 "clear_all": {
2105 "type": "string"
2106 },
2107 "remove_filter": {
2108 "type": "string"
2109 },
2110 "chips": {
2111 "type": "object",
2112 "properties": {
2113 "search": {
2114 "type": "string"
2115 },
2116 "downloads": {
2117 "type": "string"
2118 },
2119 "keyword": {
2120 "type": "string"
2121 },
2122 "security": {
2123 "type": "string"
2124 },
2125 "updated": {
2126 "type": "string"
2127 }
2128 },
2129 "additionalProperties": false
2130 },
2131 "download_range": {
2132 "type": "object",
2133 "properties": {
2134 "any": {
2135 "type": "string"
2136 },
2137 "lt100": {
2138 "type": "string"
2139 },
2140 "100_1k": {
2141 "type": "string"
2142 },
2143 "1k_10k": {
2144 "type": "string"
2145 },
2146 "10k_100k": {
2147 "type": "string"
2148 },
2149 "gt100k": {
2150 "type": "string"
2151 }
2152 },
2153 "additionalProperties": false
2154 },
2155 "updated": {
2156 "type": "object",
2157 "properties": {
2158 "any": {
2159 "type": "string"
2160 },
2161 "week": {
2162 "type": "string"
2163 },
2164 "month": {
2165 "type": "string"
2166 },
2167 "quarter": {
2168 "type": "string"
2169 },
2170 "year": {
2171 "type": "string"
2172 }
2173 },
2174 "additionalProperties": false
2175 },
2176 "security_options": {
2177 "type": "object",
2178 "properties": {
2179 "all": {
2180 "type": "string"
2181 },
2182 "secure": {
2183 "type": "string"
2184 },
2185 "insecure": {
2186 "type": "string"
2187 }
2188 },
2189 "additionalProperties": false
2190 },
2191 "sort": {
2192 "type": "object",
2193 "properties": {
2194 "label": {
2195 "type": "string"
2196 },
2197 "toggle_direction": {
2198 "type": "string"
2199 },
2200 "ascending": {
2201 "type": "string"
2202 },
2203 "descending": {
2204 "type": "string"
2205 },
2206 "relevance": {
2207 "type": "string"
2208 },
2209 "downloads_week": {
2210 "type": "string"
2211 },
2212 "downloads_day": {
2213 "type": "string"
2214 },
2215 "downloads_month": {
2216 "type": "string"
2217 },
2218 "downloads_year": {
2219 "type": "string"
2220 },
2221 "published": {
2222 "type": "string"
2223 },
2224 "name": {
2225 "type": "string"
2226 },
2227 "quality": {
2228 "type": "string"
2229 },
2230 "popularity": {
2231 "type": "string"
2232 },
2233 "maintenance": {
2234 "type": "string"
2235 },
2236 "score": {
2237 "type": "string"
2238 }
2239 },
2240 "additionalProperties": false
2241 },
2242 "columns": {
2243 "type": "object",
2244 "properties": {
2245 "title": {
2246 "type": "string"
2247 },
2248 "show": {
2249 "type": "string"
2250 },
2251 "reset": {
2252 "type": "string"
2253 },
2254 "coming_soon": {
2255 "type": "string"
2256 },
2257 "name": {
2258 "type": "string"
2259 },
2260 "version": {
2261 "type": "string"
2262 },
2263 "description": {
2264 "type": "string"
2265 },
2266 "downloads": {
2267 "type": "string"
2268 },
2269 "published": {
2270 "type": "string"
2271 },
2272 "maintainers": {
2273 "type": "string"
2274 },
2275 "keywords": {
2276 "type": "string"
2277 },
2278 "quality_score": {
2279 "type": "string"
2280 },
2281 "popularity_score": {
2282 "type": "string"
2283 },
2284 "maintenance_score": {
2285 "type": "string"
2286 },
2287 "combined_score": {
2288 "type": "string"
2289 },
2290 "security": {
2291 "type": "string"
2292 }
2293 },
2294 "additionalProperties": false
2295 },
2296 "view_mode": {
2297 "type": "object",
2298 "properties": {
2299 "label": {
2300 "type": "string"
2301 },
2302 "cards": {
2303 "type": "string"
2304 },
2305 "table": {
2306 "type": "string"
2307 }
2308 },
2309 "additionalProperties": false
2310 },
2311 "pagination": {
2312 "type": "object",
2313 "properties": {
2314 "mode_label": {
2315 "type": "string"
2316 },
2317 "infinite": {
2318 "type": "string"
2319 },
2320 "paginated": {
2321 "type": "string"
2322 },
2323 "items_per_page": {
2324 "type": "string"
2325 },
2326 "per_page": {
2327 "type": "string"
2328 },
2329 "all_yolo": {
2330 "type": "string"
2331 },
2332 "showing": {
2333 "type": "string"
2334 },
2335 "previous": {
2336 "type": "string"
2337 },
2338 "next": {
2339 "type": "string"
2340 },
2341 "nav_label": {
2342 "type": "string"
2343 }
2344 },
2345 "additionalProperties": false
2346 },
2347 "count": {
2348 "type": "object",
2349 "properties": {
2350 "showing_filtered": {
2351 "type": "string"
2352 },
2353 "showing_all": {
2354 "type": "string"
2355 },
2356 "showing_paginated": {
2357 "type": "string"
2358 }
2359 },
2360 "additionalProperties": false
2361 },
2362 "table": {
2363 "type": "object",
2364 "properties": {
2365 "security_warning": {
2366 "type": "string"
2367 },
2368 "secure": {
2369 "type": "string"
2370 },
2371 "no_packages": {
2372 "type": "string"
2373 }
2374 },
2375 "additionalProperties": false
2376 }
2377 },
2378 "additionalProperties": false
2379 },
2380 "about": {
2381 "type": "object",
2382 "properties": {
2383 "title": {
2384 "type": "string"
2385 },
2386 "heading": {
2387 "type": "string"
2388 },
2389 "meta_description": {
2390 "type": "string"
2391 },
2392 "what_we_are": {
2393 "type": "object",
2394 "properties": {
2395 "title": {
2396 "type": "string"
2397 },
2398 "better_ux_dx": {
2399 "type": "string"
2400 },
2401 "admin_ui": {
2402 "type": "string"
2403 },
2404 "description": {
2405 "type": "string"
2406 },
2407 "admin_description": {
2408 "type": "string"
2409 }
2410 },
2411 "additionalProperties": false
2412 },
2413 "what_we_are_not": {
2414 "type": "object",
2415 "properties": {
2416 "title": {
2417 "type": "string"
2418 },
2419 "not_package_manager": {
2420 "type": "string"
2421 },
2422 "not_registry": {
2423 "type": "string"
2424 },
2425 "registry_description": {
2426 "type": "string"
2427 },
2428 "package_managers_exist": {
2429 "type": "string"
2430 },
2431 "words": {
2432 "type": "object",
2433 "properties": {
2434 "already": {
2435 "type": "string"
2436 },
2437 "people": {
2438 "type": "string"
2439 },
2440 "building": {
2441 "type": "string"
2442 },
2443 "really": {
2444 "type": "string"
2445 },
2446 "cool": {
2447 "type": "string"
2448 },
2449 "package": {
2450 "type": "string"
2451 },
2452 "managers": {
2453 "type": "string"
2454 }
2455 },
2456 "additionalProperties": false
2457 }
2458 },
2459 "additionalProperties": false
2460 },
2461 "team": {
2462 "type": "object",
2463 "properties": {
2464 "title": {
2465 "type": "string"
2466 },
2467 "governance": {
2468 "type": "string"
2469 },
2470 "role_steward": {
2471 "type": "string"
2472 },
2473 "role_maintainer": {
2474 "type": "string"
2475 },
2476 "sponsor": {
2477 "type": "string"
2478 },
2479 "sponsor_aria": {
2480 "type": "string"
2481 }
2482 },
2483 "additionalProperties": false
2484 },
2485 "contributors": {
2486 "type": "object",
2487 "properties": {
2488 "title": {
2489 "type": "string"
2490 },
2491 "description": {
2492 "type": "string"
2493 },
2494 "loading": {
2495 "type": "string"
2496 },
2497 "error": {
2498 "type": "string"
2499 },
2500 "view_profile": {
2501 "type": "string"
2502 }
2503 },
2504 "additionalProperties": false
2505 },
2506 "get_involved": {
2507 "type": "object",
2508 "properties": {
2509 "title": {
2510 "type": "string"
2511 },
2512 "contribute": {
2513 "type": "object",
2514 "properties": {
2515 "title": {
2516 "type": "string"
2517 },
2518 "description": {
2519 "type": "string"
2520 },
2521 "cta": {
2522 "type": "string"
2523 }
2524 },
2525 "additionalProperties": false
2526 },
2527 "community": {
2528 "type": "object",
2529 "properties": {
2530 "title": {
2531 "type": "string"
2532 },
2533 "description": {
2534 "type": "string"
2535 },
2536 "cta": {
2537 "type": "string"
2538 }
2539 },
2540 "additionalProperties": false
2541 },
2542 "follow": {
2543 "type": "object",
2544 "properties": {
2545 "title": {
2546 "type": "string"
2547 },
2548 "description": {
2549 "type": "string"
2550 },
2551 "cta": {
2552 "type": "string"
2553 }
2554 },
2555 "additionalProperties": false
2556 }
2557 },
2558 "additionalProperties": false
2559 }
2560 },
2561 "additionalProperties": false
2562 },
2563 "account_menu": {
2564 "type": "object",
2565 "properties": {
2566 "connect": {
2567 "type": "string"
2568 },
2569 "account": {
2570 "type": "string"
2571 },
2572 "npm_cli": {
2573 "type": "string"
2574 },
2575 "atmosphere": {
2576 "type": "string"
2577 },
2578 "npm_cli_desc": {
2579 "type": "string"
2580 },
2581 "atmosphere_desc": {
2582 "type": "string"
2583 },
2584 "connect_npm_cli": {
2585 "type": "string"
2586 },
2587 "connect_atmosphere": {
2588 "type": "string"
2589 },
2590 "connecting": {
2591 "type": "string"
2592 },
2593 "ops": {
2594 "type": "string"
2595 }
2596 },
2597 "additionalProperties": false
2598 },
2599 "auth": {
2600 "type": "object",
2601 "properties": {
2602 "modal": {
2603 "type": "object",
2604 "properties": {
2605 "title": {
2606 "type": "string"
2607 },
2608 "connected_as": {
2609 "type": "string"
2610 },
2611 "disconnect": {
2612 "type": "string"
2613 },
2614 "connect_prompt": {
2615 "type": "string"
2616 },
2617 "handle_label": {
2618 "type": "string"
2619 },
2620 "handle_placeholder": {
2621 "type": "string"
2622 },
2623 "connect": {
2624 "type": "string"
2625 },
2626 "create_account": {
2627 "type": "string"
2628 },
2629 "connect_bluesky": {
2630 "type": "string"
2631 },
2632 "what_is_atmosphere": {
2633 "type": "string"
2634 },
2635 "atmosphere_explanation": {
2636 "type": "string"
2637 },
2638 "default_input_error": {
2639 "type": "string"
2640 }
2641 },
2642 "additionalProperties": false
2643 }
2644 },
2645 "additionalProperties": false
2646 },
2647 "header": {
2648 "type": "object",
2649 "properties": {
2650 "home": {
2651 "type": "string"
2652 },
2653 "packages": {
2654 "type": "string"
2655 },
2656 "packages_dropdown": {
2657 "type": "object",
2658 "properties": {
2659 "title": {
2660 "type": "string"
2661 },
2662 "loading": {
2663 "type": "string"
2664 },
2665 "error": {
2666 "type": "string"
2667 },
2668 "empty": {
2669 "type": "string"
2670 },
2671 "view_all": {
2672 "type": "string"
2673 }
2674 },
2675 "additionalProperties": false
2676 },
2677 "orgs": {
2678 "type": "string"
2679 },
2680 "orgs_dropdown": {
2681 "type": "object",
2682 "properties": {
2683 "title": {
2684 "type": "string"
2685 },
2686 "loading": {
2687 "type": "string"
2688 },
2689 "error": {
2690 "type": "string"
2691 },
2692 "empty": {
2693 "type": "string"
2694 },
2695 "view_all": {
2696 "type": "string"
2697 }
2698 },
2699 "additionalProperties": false
2700 }
2701 },
2702 "additionalProperties": false
2703 },
2704 "compare": {
2705 "type": "object",
2706 "properties": {
2707 "packages": {
2708 "type": "object",
2709 "properties": {
2710 "title": {
2711 "type": "string"
2712 },
2713 "tagline": {
2714 "type": "string"
2715 },
2716 "meta_title": {
2717 "type": "string"
2718 },
2719 "meta_title_empty": {
2720 "type": "string"
2721 },
2722 "meta_description": {
2723 "type": "string"
2724 },
2725 "meta_description_empty": {
2726 "type": "string"
2727 },
2728 "section_packages": {
2729 "type": "string"
2730 },
2731 "section_facets": {
2732 "type": "string"
2733 },
2734 "section_comparison": {
2735 "type": "string"
2736 },
2737 "loading": {
2738 "type": "string"
2739 },
2740 "error": {
2741 "type": "string"
2742 },
2743 "empty_title": {
2744 "type": "string"
2745 },
2746 "empty_description": {
2747 "type": "string"
2748 }
2749 },
2750 "additionalProperties": false
2751 },
2752 "selector": {
2753 "type": "object",
2754 "properties": {
2755 "search_label": {
2756 "type": "string"
2757 },
2758 "search_first": {
2759 "type": "string"
2760 },
2761 "search_add": {
2762 "type": "string"
2763 },
2764 "searching": {
2765 "type": "string"
2766 },
2767 "remove_package": {
2768 "type": "string"
2769 },
2770 "packages_selected": {
2771 "type": "string"
2772 },
2773 "add_hint": {
2774 "type": "string"
2775 }
2776 },
2777 "additionalProperties": false
2778 },
2779 "no_dependency": {
2780 "type": "object",
2781 "properties": {
2782 "label": {
2783 "type": "string"
2784 },
2785 "typeahead_title": {
2786 "type": "string"
2787 },
2788 "typeahead_description": {
2789 "type": "string"
2790 },
2791 "tooltip_title": {
2792 "type": "string"
2793 },
2794 "tooltip_description": {
2795 "type": "string"
2796 },
2797 "e18e_community": {
2798 "type": "string"
2799 },
2800 "add_column": {
2801 "type": "string"
2802 }
2803 },
2804 "additionalProperties": false
2805 },
2806 "facets": {
2807 "type": "object",
2808 "properties": {
2809 "group_label": {
2810 "type": "string"
2811 },
2812 "all": {
2813 "type": "string"
2814 },
2815 "none": {
2816 "type": "string"
2817 },
2818 "coming_soon": {
2819 "type": "string"
2820 },
2821 "select_all": {
2822 "type": "string"
2823 },
2824 "deselect_all": {
2825 "type": "string"
2826 },
2827 "select_category": {
2828 "type": "string"
2829 },
2830 "deselect_category": {
2831 "type": "string"
2832 },
2833 "binary_only_tooltip": {
2834 "type": "string"
2835 },
2836 "categories": {
2837 "type": "object",
2838 "properties": {
2839 "performance": {
2840 "type": "string"
2841 },
2842 "health": {
2843 "type": "string"
2844 },
2845 "compatibility": {
2846 "type": "string"
2847 },
2848 "security": {
2849 "type": "string"
2850 }
2851 },
2852 "additionalProperties": false
2853 },
2854 "items": {
2855 "type": "object",
2856 "properties": {
2857 "packageSize": {
2858 "type": "object",
2859 "properties": {
2860 "label": {
2861 "type": "string"
2862 },
2863 "description": {
2864 "type": "string"
2865 }
2866 },
2867 "additionalProperties": false
2868 },
2869 "installSize": {
2870 "type": "object",
2871 "properties": {
2872 "label": {
2873 "type": "string"
2874 },
2875 "description": {
2876 "type": "string"
2877 }
2878 },
2879 "additionalProperties": false
2880 },
2881 "dependencies": {
2882 "type": "object",
2883 "properties": {
2884 "label": {
2885 "type": "string"
2886 },
2887 "description": {
2888 "type": "string"
2889 }
2890 },
2891 "additionalProperties": false
2892 },
2893 "totalDependencies": {
2894 "type": "object",
2895 "properties": {
2896 "label": {
2897 "type": "string"
2898 },
2899 "description": {
2900 "type": "string"
2901 }
2902 },
2903 "additionalProperties": false
2904 },
2905 "downloads": {
2906 "type": "object",
2907 "properties": {
2908 "label": {
2909 "type": "string"
2910 },
2911 "description": {
2912 "type": "string"
2913 }
2914 },
2915 "additionalProperties": false
2916 },
2917 "totalLikes": {
2918 "type": "object",
2919 "properties": {
2920 "label": {
2921 "type": "string"
2922 },
2923 "description": {
2924 "type": "string"
2925 }
2926 },
2927 "additionalProperties": false
2928 },
2929 "lastUpdated": {
2930 "type": "object",
2931 "properties": {
2932 "label": {
2933 "type": "string"
2934 },
2935 "description": {
2936 "type": "string"
2937 }
2938 },
2939 "additionalProperties": false
2940 },
2941 "deprecated": {
2942 "type": "object",
2943 "properties": {
2944 "label": {
2945 "type": "string"
2946 },
2947 "description": {
2948 "type": "string"
2949 }
2950 },
2951 "additionalProperties": false
2952 },
2953 "engines": {
2954 "type": "object",
2955 "properties": {
2956 "label": {
2957 "type": "string"
2958 },
2959 "description": {
2960 "type": "string"
2961 }
2962 },
2963 "additionalProperties": false
2964 },
2965 "types": {
2966 "type": "object",
2967 "properties": {
2968 "label": {
2969 "type": "string"
2970 },
2971 "description": {
2972 "type": "string"
2973 }
2974 },
2975 "additionalProperties": false
2976 },
2977 "moduleFormat": {
2978 "type": "object",
2979 "properties": {
2980 "label": {
2981 "type": "string"
2982 },
2983 "description": {
2984 "type": "string"
2985 }
2986 },
2987 "additionalProperties": false
2988 },
2989 "license": {
2990 "type": "object",
2991 "properties": {
2992 "label": {
2993 "type": "string"
2994 },
2995 "description": {
2996 "type": "string"
2997 }
2998 },
2999 "additionalProperties": false
3000 },
3001 "vulnerabilities": {
3002 "type": "object",
3003 "properties": {
3004 "label": {
3005 "type": "string"
3006 },
3007 "description": {
3008 "type": "string"
3009 }
3010 },
3011 "additionalProperties": false
3012 }
3013 },
3014 "additionalProperties": false
3015 },
3016 "values": {
3017 "type": "object",
3018 "properties": {
3019 "any": {
3020 "type": "string"
3021 },
3022 "none": {
3023 "type": "string"
3024 },
3025 "unknown": {
3026 "type": "string"
3027 },
3028 "deprecated": {
3029 "type": "string"
3030 },
3031 "not_deprecated": {
3032 "type": "string"
3033 },
3034 "types_included": {
3035 "type": "string"
3036 },
3037 "types_none": {
3038 "type": "string"
3039 },
3040 "vulnerabilities_summary": {
3041 "type": "string"
3042 },
3043 "up_to_you": {
3044 "type": "string"
3045 }
3046 },
3047 "additionalProperties": false
3048 },
3049 "trends": {
3050 "type": "object",
3051 "properties": {
3052 "title": {
3053 "type": "string"
3054 }
3055 },
3056 "additionalProperties": false
3057 }
3058 },
3059 "additionalProperties": false
3060 }
3061 },
3062 "additionalProperties": false
3063 },
3064 "privacy_policy": {
3065 "type": "object",
3066 "properties": {
3067 "title": {
3068 "type": "string"
3069 },
3070 "last_updated": {
3071 "type": "string"
3072 },
3073 "welcome": {
3074 "type": "string"
3075 },
3076 "cookies": {
3077 "type": "object",
3078 "properties": {
3079 "what_are": {
3080 "type": "object",
3081 "properties": {
3082 "title": {
3083 "type": "string"
3084 },
3085 "p1": {
3086 "type": "string"
3087 }
3088 },
3089 "additionalProperties": false
3090 },
3091 "types": {
3092 "type": "object",
3093 "properties": {
3094 "title": {
3095 "type": "string"
3096 },
3097 "p1": {
3098 "type": "string"
3099 },
3100 "bold": {
3101 "type": "string"
3102 },
3103 "li1": {
3104 "type": "string"
3105 },
3106 "li2": {
3107 "type": "string"
3108 },
3109 "separator": {
3110 "type": "string"
3111 },
3112 "cookie_vdpl": {
3113 "type": "string"
3114 },
3115 "cookie_vdpl_desc": {
3116 "type": "string"
3117 },
3118 "cookie_h3": {
3119 "type": "string"
3120 },
3121 "cookie_h3_desc": {
3122 "type": "string"
3123 }
3124 },
3125 "additionalProperties": false
3126 },
3127 "local_storage": {
3128 "type": "object",
3129 "properties": {
3130 "title": {
3131 "type": "string"
3132 },
3133 "p1": {
3134 "type": "string"
3135 },
3136 "bold": {
3137 "type": "string"
3138 },
3139 "p2": {
3140 "type": "string"
3141 },
3142 "bold2": {
3143 "type": "string"
3144 },
3145 "settings": {
3146 "type": "string"
3147 }
3148 },
3149 "additionalProperties": false
3150 },
3151 "management": {
3152 "type": "object",
3153 "properties": {
3154 "title": {
3155 "type": "string"
3156 },
3157 "p1": {
3158 "type": "string"
3159 },
3160 "bold": {
3161 "type": "string"
3162 },
3163 "p2": {
3164 "type": "string"
3165 },
3166 "chrome": {
3167 "type": "string"
3168 },
3169 "firefox": {
3170 "type": "string"
3171 },
3172 "edge": {
3173 "type": "string"
3174 }
3175 },
3176 "additionalProperties": false
3177 }
3178 },
3179 "additionalProperties": false
3180 },
3181 "analytics": {
3182 "type": "object",
3183 "properties": {
3184 "title": {
3185 "type": "string"
3186 },
3187 "p1": {
3188 "type": "string"
3189 },
3190 "bold": {
3191 "type": "string"
3192 },
3193 "p2": {
3194 "type": "string"
3195 },
3196 "li1": {
3197 "type": "string"
3198 },
3199 "li2": {
3200 "type": "string"
3201 },
3202 "li3": {
3203 "type": "string"
3204 },
3205 "li4": {
3206 "type": "string"
3207 },
3208 "p3": {
3209 "type": "string"
3210 }
3211 },
3212 "additionalProperties": false
3213 },
3214 "authenticated": {
3215 "type": "object",
3216 "properties": {
3217 "title": {
3218 "type": "string"
3219 },
3220 "p1": {
3221 "type": "string"
3222 },
3223 "bold": {
3224 "type": "string"
3225 },
3226 "p2": {
3227 "type": "string"
3228 },
3229 "settings": {
3230 "type": "string"
3231 }
3232 },
3233 "additionalProperties": false
3234 },
3235 "data_retention": {
3236 "type": "object",
3237 "properties": {
3238 "title": {
3239 "type": "string"
3240 },
3241 "p1": {
3242 "type": "string"
3243 }
3244 },
3245 "additionalProperties": false
3246 },
3247 "your_rights": {
3248 "type": "object",
3249 "properties": {
3250 "title": {
3251 "type": "string"
3252 },
3253 "p1": {
3254 "type": "string"
3255 },
3256 "li1": {
3257 "type": "string"
3258 },
3259 "li2": {
3260 "type": "string"
3261 },
3262 "li3": {
3263 "type": "string"
3264 },
3265 "li4": {
3266 "type": "string"
3267 },
3268 "p2": {
3269 "type": "string"
3270 }
3271 },
3272 "additionalProperties": false
3273 },
3274 "contact": {
3275 "type": "object",
3276 "properties": {
3277 "title": {
3278 "type": "string"
3279 },
3280 "p1": {
3281 "type": "string"
3282 },
3283 "link": {
3284 "type": "string"
3285 }
3286 },
3287 "additionalProperties": false
3288 },
3289 "changes": {
3290 "type": "object",
3291 "properties": {
3292 "title": {
3293 "type": "string"
3294 },
3295 "p1": {
3296 "type": "string"
3297 }
3298 },
3299 "additionalProperties": false
3300 }
3301 },
3302 "additionalProperties": false
3303 },
3304 "a11y": {
3305 "type": "object",
3306 "properties": {
3307 "title": {
3308 "type": "string"
3309 },
3310 "footer_title": {
3311 "type": "string"
3312 },
3313 "welcome": {
3314 "type": "string"
3315 },
3316 "approach": {
3317 "type": "object",
3318 "properties": {
3319 "title": {
3320 "type": "string"
3321 },
3322 "p1": {
3323 "type": "string"
3324 },
3325 "p2": {
3326 "type": "string"
3327 },
3328 "about_link": {
3329 "type": "string"
3330 }
3331 },
3332 "additionalProperties": false
3333 },
3334 "measures": {
3335 "type": "object",
3336 "properties": {
3337 "title": {
3338 "type": "string"
3339 },
3340 "p1": {
3341 "type": "string"
3342 },
3343 "li1": {
3344 "type": "string"
3345 },
3346 "li2": {
3347 "type": "string"
3348 },
3349 "li3": {
3350 "type": "string"
3351 },
3352 "li4": {
3353 "type": "string"
3354 },
3355 "li5": {
3356 "type": "string"
3357 },
3358 "li6": {
3359 "type": "string"
3360 }
3361 },
3362 "additionalProperties": false
3363 },
3364 "limitations": {
3365 "type": "object",
3366 "properties": {
3367 "title": {
3368 "type": "string"
3369 },
3370 "p1": {
3371 "type": "string"
3372 }
3373 },
3374 "additionalProperties": false
3375 },
3376 "contact": {
3377 "type": "object",
3378 "properties": {
3379 "title": {
3380 "type": "string"
3381 },
3382 "p1": {
3383 "type": "string"
3384 },
3385 "link": {
3386 "type": "string"
3387 }
3388 },
3389 "additionalProperties": false
3390 }
3391 },
3392 "additionalProperties": false
3393 },
3394 "vacations": {
3395 "type": "object",
3396 "properties": {
3397 "title": {
3398 "type": "string"
3399 },
3400 "meta_description": {
3401 "type": "string"
3402 },
3403 "heading": {
3404 "type": "string"
3405 },
3406 "subtitle": {
3407 "type": "string"
3408 },
3409 "illustration_alt": {
3410 "type": "string"
3411 },
3412 "poke_log": {
3413 "type": "string"
3414 },
3415 "what": {
3416 "type": "object",
3417 "properties": {
3418 "title": {
3419 "type": "string"
3420 },
3421 "p1": {
3422 "type": "string"
3423 },
3424 "dates": {
3425 "type": "string"
3426 },
3427 "p2": {
3428 "type": "string"
3429 },
3430 "garden": {
3431 "type": "string"
3432 }
3433 },
3434 "additionalProperties": false
3435 },
3436 "meantime": {
3437 "type": "object",
3438 "properties": {
3439 "title": {
3440 "type": "string"
3441 },
3442 "p1": {
3443 "type": "string"
3444 },
3445 "repo_link": {
3446 "type": "string"
3447 }
3448 },
3449 "additionalProperties": false
3450 },
3451 "return": {
3452 "type": "object",
3453 "properties": {
3454 "title": {
3455 "type": "string"
3456 },
3457 "p1": {
3458 "type": "string"
3459 },
3460 "social_link": {
3461 "type": "string"
3462 },
3463 "add_to_calendar": {
3464 "type": "string"
3465 }
3466 },
3467 "additionalProperties": false
3468 },
3469 "stats": {
3470 "type": "object",
3471 "properties": {
3472 "contributors": {
3473 "type": "string"
3474 },
3475 "commits": {
3476 "type": "string"
3477 },
3478 "pr": {
3479 "type": "string"
3480 },
3481 "subtitle": {
3482 "type": "object",
3483 "properties": {
3484 "some": {
3485 "type": "string"
3486 },
3487 "all": {
3488 "type": "string"
3489 }
3490 },
3491 "additionalProperties": false
3492 }
3493 },
3494 "additionalProperties": false
3495 }
3496 },
3497 "additionalProperties": false
3498 },
3499 "$schema": {
3500 "type": "string"
3501 }
3502 },
3503 "additionalProperties": false
3504}