forked from Shopify/dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-CN.schema.json
3421 lines (3421 loc) · 93.5 KB
/
zh-CN.schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"settings_schema": {
"colors": {
"name": "颜色",
"settings": {
"background": {
"label": "背景"
},
"background_gradient": {
"label": "背景渐变",
"info": "背景渐变将在所有适用位置替换背景。"
},
"text": {
"label": "文本"
},
"button_background": {
"label": "实心按钮背景"
},
"button_label": {
"label": "实心按钮标签"
},
"secondary_button_label": {
"label": "轮廓按钮"
},
"shadow": {
"label": "阴影"
}
}
},
"typography": {
"name": "版式",
"settings": {
"type_header_font": {
"label": "字体",
"info": "选择其他字体可能会影响您商店的速度。[详细了解系统字体。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)"
},
"header__1": {
"content": "标题"
},
"header__2": {
"content": "正文"
},
"type_body_font": {
"label": "字体",
"info": "选择其他字体可能会影响您商店的速度。[详细了解系统字体。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)"
},
"heading_scale": {
"label": "字号比例"
},
"body_scale": {
"label": "字号比例"
}
}
},
"social-media": {
"name": "社交媒体",
"settings": {
"social_twitter_link": {
"label": "X / Twitter",
"info": "https://x.com/shopify"
},
"social_facebook_link": {
"label": "Facebook",
"info": "https://facebook.com/shopify"
},
"social_pinterest_link": {
"label": "Pinterest",
"info": "https://pinterest.com/shopify"
},
"social_instagram_link": {
"label": "Instagram",
"info": "http://instagram.com/shopify"
},
"social_tiktok_link": {
"label": "TikTok",
"info": "https://tiktok.com/@shopify"
},
"social_tumblr_link": {
"label": "Tumblr",
"info": "https://shopify.tumblr.com"
},
"social_snapchat_link": {
"label": "Snapchat",
"info": "https://www.snapchat.com/add/shopify"
},
"social_youtube_link": {
"label": "YouTube",
"info": "https://www.youtube.com/shopify"
},
"social_vimeo_link": {
"label": "Vimeo",
"info": "https://vimeo.com/shopify"
},
"header": {
"content": "社交媒体账户"
}
}
},
"currency_format": {
"name": "货币格式",
"settings": {
"content": "货币代码",
"currency_code_enabled": {
"label": "显示货币代码"
},
"paragraph": "购物车和结账价格将始终显示货币代码。示例:1.00 USD。"
}
},
"layout": {
"name": "布局",
"settings": {
"page_width": {
"label": "页面宽度"
},
"spacing_sections": {
"label": "模板分区之间的间距"
},
"header__grid": {
"content": "网格"
},
"paragraph__grid": {
"content": "影响具有多列或行的区域。"
},
"spacing_grid_horizontal": {
"label": "水平间距"
},
"spacing_grid_vertical": {
"label": "垂直间距"
}
}
},
"search_input": {
"name": "搜索行为",
"settings": {
"header": {
"content": "搜索建议"
},
"predictive_search_enabled": {
"label": "启用搜索建议"
},
"predictive_search_show_vendor": {
"label": "显示产品厂商",
"info": "在启用搜索建议时可见。"
},
"predictive_search_show_price": {
"label": "显示产品价格",
"info": "在启用搜索建议时可见。"
}
}
},
"global": {
"settings": {
"header__border": {
"content": "边框"
},
"header__shadow": {
"content": "阴影"
},
"blur": {
"label": "模糊"
},
"corner_radius": {
"label": "圆角半径"
},
"horizontal_offset": {
"label": "水平偏移"
},
"vertical_offset": {
"label": "垂直偏移"
},
"thickness": {
"label": "厚度"
},
"opacity": {
"label": "不透明度"
},
"image_padding": {
"label": "图片填充"
},
"text_alignment": {
"options__1": {
"label": "左"
},
"options__2": {
"label": "居中"
},
"options__3": {
"label": "右"
},
"label": "文本对齐方式"
}
}
},
"badges": {
"name": "徽章",
"settings": {
"position": {
"options__1": {
"label": "左下方"
},
"options__2": {
"label": "右下方"
},
"options__3": {
"label": "左上方"
},
"options__4": {
"label": "右上方"
},
"label": "在卡上的位置"
},
"sale_badge_color_scheme": {
"label": "促销徽章配色方案"
},
"sold_out_badge_color_scheme": {
"label": "售罄徽章配色方案"
}
}
},
"buttons": {
"name": "按钮"
},
"variant_pills": {
"name": "多属性椭圆形框",
"paragraph": "多属性椭圆形框是显示产品多属性的一种方式。[详细了解](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)"
},
"inputs": {
"name": "输入"
},
"content_containers": {
"name": "内容容器"
},
"popups": {
"name": "下拉菜单和弹出窗口",
"paragraph": "影响区域,例如导航下拉菜单、弹出模态窗口和购物车弹出窗口。"
},
"media": {
"name": "媒体文件"
},
"drawers": {
"name": "抽屉"
},
"cart": {
"name": "购物车",
"settings": {
"cart_type": {
"label": "购物车类型",
"drawer": {
"label": "抽屉"
},
"page": {
"label": "页面"
},
"notification": {
"label": "弹出窗口通知"
}
},
"show_vendor": {
"label": "显示厂商"
},
"show_cart_note": {
"label": "启用购物车备注"
},
"cart_drawer": {
"header": "购物车抽屉",
"collection": {
"label": "产品系列",
"info": "在购物车抽屉为空时可见。"
}
}
}
},
"cards": {
"name": "产品卡",
"settings": {
"style": {
"options__1": {
"label": "标准"
},
"options__2": {
"label": "卡"
},
"label": "样式"
}
}
},
"collection_cards": {
"name": "产品系列卡",
"settings": {
"style": {
"options__1": {
"label": "标准"
},
"options__2": {
"label": "卡"
},
"label": "样式"
}
}
},
"blog_cards": {
"name": "博客卡",
"settings": {
"style": {
"options__1": {
"label": "标准"
},
"options__2": {
"label": "卡"
},
"label": "样式"
}
}
},
"logo": {
"name": "logo",
"settings": {
"logo_image": {
"label": "logo"
},
"logo_width": {
"label": "台式电脑 logo 宽度",
"info": "logo 宽度会针对移动设备进行自动优化。"
},
"favicon": {
"label": "网站图标图片",
"info": "将缩小到 32 x 32px"
}
}
},
"brand_information": {
"name": "品牌信息",
"settings": {
"brand_headline": {
"label": "标题"
},
"brand_description": {
"label": "描述"
},
"brand_image": {
"label": "图片"
},
"brand_image_width": {
"label": "图片宽度"
},
"paragraph": {
"content": "在商店的页脚中添加品牌描述。"
}
}
},
"animations": {
"name": "动画",
"settings": {
"animations_reveal_on_scroll": {
"label": "在滚动时显示分区"
},
"animations_hover_elements": {
"options__1": {
"label": "无"
},
"options__2": {
"label": "垂直提升"
},
"label": "悬停效果",
"info": "影响卡和按钮。",
"options__3": {
"label": "3D 提升"
}
}
}
}
},
"sections": {
"all": {
"padding": {
"section_padding_heading": "分区填充",
"padding_top": "顶部填充",
"padding_bottom": "底部填充"
},
"spacing": "间距",
"colors": {
"label": "配色方案",
"has_cards_info": "若要更改卡配色方案,请更新您的模板设置。"
},
"heading_size": {
"label": "标题大小",
"options__1": {
"label": "小"
},
"options__2": {
"label": "中"
},
"options__3": {
"label": "大"
},
"options__4": {
"label": "特大"
},
"options__5": {
"label": "特特大号"
}
},
"image_shape": {
"options__1": {
"label": "默认"
},
"options__2": {
"label": "弧形"
},
"options__3": {
"label": "Blob"
},
"options__4": {
"label": "向左 V 形"
},
"options__5": {
"label": "向右 V 形"
},
"options__6": {
"label": "菱形"
},
"options__7": {
"label": "平行四边形"
},
"options__8": {
"label": "圆形"
},
"label": "图片形状",
"info": "当“图片形状”为非“默认”选项时,标准样式的卡没有边框。"
},
"animation": {
"content": "动画",
"image_behavior": {
"options__1": {
"label": "无"
},
"options__2": {
"label": "环境移动"
},
"label": "图片行为",
"options__3": {
"label": "修复背景位置"
},
"options__4": {
"label": "滚动时放大"
}
}
}
},
"announcement-bar": {
"name": "公告栏",
"blocks": {
"announcement": {
"settings": {
"text": {
"label": "文本",
"default": "欢迎访问我们的商店"
},
"text_alignment": {
"label": "文本对齐方式",
"options__1": {
"label": "左"
},
"options__2": {
"label": "居中"
},
"options__3": {
"label": "右"
}
},
"link": {
"label": "链接"
}
},
"name": "公告"
}
},
"settings": {
"auto_rotate": {
"label": "自动循环展示公告"
},
"change_slides_speed": {
"label": "更换时间间隔"
},
"header__1": {
"content": "社交媒体图标",
"info": "若要显示您的社交媒体账户,请在 [模板设置](/editor?context=theme&category=social%20media) 中添加其链接。"
},
"header__2": {
"content": "公告"
},
"show_social": {
"label": "在桌面上显示图标"
},
"header__3": {
"content": "国家/地区选择器",
"info": "若要添加国家/地区,请转到 [市场设置](/admin/settings/markets)。"
},
"enable_country_selector": {
"label": "启用国家/地区选择器"
},
"header__4": {
"content": "语言选择器",
"info": "若要添加语言,请转到您的 [语言设置](/admin/settings/languages)。"
},
"enable_language_selector": {
"label": "启用语言选择器"
}
},
"presets": {
"name": "公告栏"
}
},
"collage": {
"name": "拼贴画",
"settings": {
"heading": {
"label": "标题",
"default": "多媒体拼贴"
},
"desktop_layout": {
"label": "桌面布局",
"options__1": {
"label": "左侧大块"
},
"options__2": {
"label": "右侧大块"
}
},
"mobile_layout": {
"label": "移动布局",
"options__1": {
"label": "拼贴画"
},
"options__2": {
"label": "列"
}
},
"card_styles": {
"label": "卡样式",
"info": "可在模板设置中更新产品、产品系列和博客卡样式。",
"options__1": {
"label": "使用单独的卡样式"
},
"options__2": {
"label": "将所有内容设置为产品卡样式"
}
}
},
"blocks": {
"image": {
"settings": {
"image": {
"label": "图片"
}
},
"name": "图片"
},
"product": {
"settings": {
"product": {
"label": "产品"
},
"secondary_background": {
"label": "显示辅助背景"
},
"second_image": {
"label": "在悬停时显示第二张图片"
}
},
"name": "产品"
},
"collection": {
"settings": {
"collection": {
"label": "产品系列"
}
},
"name": "产品系列"
},
"video": {
"settings": {
"cover_image": {
"label": "封面图片"
},
"video_url": {
"label": "URL",
"info": "如果分区中包含其他块,则在弹出窗口中播放视频。",
"placeholder": "使用 YouTube 或 Vimeo URL"
},
"description": {
"label": "视频替代文本",
"info": "为使用屏幕阅读器的客户描述视频。[详细了解](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)",
"default": "描述视频"
}
},
"name": "视频"
}
},
"presets": {
"name": "拼贴画"
}
},
"collection-list": {
"name": "产品系列列表",
"settings": {
"title": {
"label": "标题",
"default": "产品系列"
},
"image_ratio": {
"label": "图片比",
"options__1": {
"label": "适应图片"
},
"options__2": {
"label": "纵向"
},
"options__3": {
"label": "方形"
},
"info": "通过编辑产品集合来添加图片。[详细了解](https://help.shopify.com/manual/products/collections)"
},
"swipe_on_mobile": {
"label": "在移动设备上启用刷卡功能"
},
"show_view_all": {
"label": "如果列表中的产品系列未全部显示,请启用“查看全部”按钮"
},
"columns_desktop": {
"label": "桌面上的列数"
},
"header_mobile": {
"content": "移动设备布局"
},
"columns_mobile": {
"label": "移动设备上的列数",
"options__1": {
"label": "1 列"
},
"options__2": {
"label": "2 列"
}
}
},
"blocks": {
"featured_collection": {
"settings": {
"collection": {
"label": "产品系列"
}
},
"name": "产品系列"
}
},
"presets": {
"name": "产品系列列表"
}
},
"contact-form": {
"name": "联系表",
"presets": {
"name": "联系表"
},
"settings": {
"title": {
"default": "联系表",
"label": "标题"
}
}
},
"custom-liquid": {
"name": "自定义 Liquid",
"settings": {
"custom_liquid": {
"label": "Liquid 代码",
"info": "添加应用代码片段或其他代码以创建高级自定义。[详细了解](https://shopify.dev/docs/api/liquid)"
}
},
"presets": {
"name": "自定义 Liquid"
}
},
"featured-blog": {
"name": "博客文章",
"settings": {
"heading": {
"label": "标题",
"default": "博客文章"
},
"blog": {
"label": "博客"
},
"post_limit": {
"label": "要显示的博客文章数"
},
"show_view_all": {
"label": "如果博客中的博客文章未全部显示,请启用“查看全部”按钮"
},
"show_image": {
"label": "显示配图",
"info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[详细了解](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)"
},
"show_date": {
"label": "显示日期"
},
"show_author": {
"label": "显示作者"
},
"columns_desktop": {
"label": "桌面上的列数"
}
},
"presets": {
"name": "博客文章"
}
},
"featured-collection": {
"name": "特色产品系列",
"settings": {
"title": {
"label": "标题",
"default": "特色产品系列"
},
"collection": {
"label": "产品系列"
},
"products_to_show": {
"label": "要显示的最大产品数"
},
"show_view_all": {
"label": "如果产品系列中的产品未全部显示,请启用“查看全部”"
},
"header": {
"content": "产品卡"
},
"image_ratio": {
"label": "图片比",
"options__1": {
"label": "适应图片"
},
"options__2": {
"label": "纵向"
},
"options__3": {
"label": "方形"
}
},
"show_secondary_image": {
"label": "在悬停时显示第二张图片"
},
"show_vendor": {
"label": "显示厂商"
},
"show_rating": {
"label": "显示产品评分",
"info": "若要显示评分,请添加产品评分应用。[详细了解](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)"
},
"enable_quick_buy": {
"label": "启用快速添加按钮",
"info": "通过弹出窗口或抽屉式购物车类型实现优化。"
},
"columns_desktop": {
"label": "桌面上的列数"
},
"description": {
"label": "描述"
},
"show_description": {
"label": "从后台显示产品系列描述"
},
"description_style": {
"label": "描述类型",
"options__1": {
"label": "正文"
},
"options__2": {
"label": "副标题"
},
"options__3": {
"label": "大写"
}
},
"view_all_style": {
"options__1": {
"label": "链接"
},
"options__2": {
"label": "轮廓按钮"
},
"options__3": {
"label": "实心按钮"
},
"label": "“查看全部”样式"
},
"enable_desktop_slider": {
"label": "在台式设备上启用轮播"
},
"full_width": {
"label": "使产品全宽显示"
},
"header_mobile": {
"content": "移动设备布局"
},
"columns_mobile": {
"label": "移动设备上的列数",
"options__1": {
"label": "1 列"
},
"options__2": {
"label": "2 列"
}
},
"swipe_on_mobile": {
"label": "在移动设备上启用刷卡功能"
}
},
"presets": {
"name": "特色产品系列"
}
},
"footer": {
"name": "页脚",
"blocks": {
"link_list": {
"settings": {
"heading": {
"label": "标题",
"default": "快速链接"
},
"menu": {
"label": "菜单",
"info": "仅显示一级菜单项。"
}
},
"name": "菜单"
},
"text": {
"settings": {
"heading": {
"label": "标题",
"default": "标题"
},
"subtext": {
"label": "子文本",
"default": "<p>与您的客户分享联系信息、商店详细信息和品牌内容。</p>"
}
},
"name": "文本"
},
"brand_information": {
"name": "品牌信息",
"settings": {
"paragraph": {
"content": "此块将显示您的品牌信息。[编辑品牌信息。](/editor?context=theme&category=brand%20information)"
},
"header__1": {
"content": "社交媒体图标"
},
"show_social": {
"label": "显示社交媒体图标",
"info": "若要显示您的社交媒体账户,请在 [模板设置](/editor?context=theme&category=social%20media) 中添加其链接。"
}
}
}
},
"settings": {
"newsletter_enable": {
"label": "显示电子邮件注册信息"
},
"newsletter_heading": {
"label": "标题",
"default": "订阅我们的电子邮件"
},
"header__1": {
"info": "订阅者已自动添加到您的“已接受营销”客户列表。[详细了解](https://help.shopify.com/manual/customers/manage-customers)",
"content": "电子邮件注册信息"
},
"header__2": {
"content": "社交媒体图标",
"info": "若要显示您的社交媒体账户,请在 [模板设置](/editor?context=theme&category=social%20media) 中添加其链接。"
},
"show_social": {
"label": "显示社交媒体图标"
},
"header__3": {
"content": "国家/地区选择器"
},
"header__4": {
"info": "若要添加国家/地区,请转到 [营销设置](/admin/settings/markets)。"
},
"enable_country_selector": {
"label": "启用国家/地区选择器"
},
"header__5": {
"content": "语言选择器"
},
"header__6": {
"info": "若要添加语言,请转到您的 [语言设置](/admin/settings/languages)。"
},
"enable_language_selector": {
"label": "启用语言选择器"
},
"header__7": {
"content": "付款方式"
},
"payment_enable": {
"label": "显示付款图标"
},
"margin_top": {
"label": "上边距"
},
"header__8": {
"content": "政策链接",
"info": "若要添加商店政策,请前往 [政策设置](/admin/settings/legal)。"
},
"show_policy": {
"label": "显示政策链接"
},
"header__9": {
"content": "在 Shop 中关注",
"info": "若要使客户能够通过您的店面在 Shop 应用中关注您的商店,则必须启用 Shop Pay。[详细了解](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)"
},
"enable_follow_on_shop": {
"label": "启用在 Shop 中关注"
}
}
},
"header": {
"name": "标头",
"settings": {
"logo_position": {
"label": "台式设备上的 logo 位置",
"options__1": {
"label": "中间居左"
},
"options__2": {
"label": "左上方"
},
"options__3": {
"label": "顶部居中"
},
"options__4": {
"label": "中间居中"
}
},
"menu": {
"label": "菜单"
},
"show_line_separator": {
"label": "显示分隔线"
},
"margin_bottom": {
"label": "下边距"
},
"menu_type_desktop": {
"label": "桌面菜单类型",
"info": "菜单类型会针对移动设备进行自动优化。",
"options__1": {
"label": "下拉菜单"
},
"options__2": {
"label": "超级菜单"
},
"options__3": {
"label": "抽屉"
}
},
"mobile_layout": {
"content": "移动设备布局"
},
"mobile_logo_position": {
"label": "移动设备上的 logo 位置",
"options__1": {
"label": "居中"
},
"options__2": {
"label": "左"
}
},
"logo_help": {
"content": "在[模板设置]](/editor?context=theme&category=logo)中编辑您的 logo。"
},
"sticky_header_type": {
"label": "粘性标头",
"options__1": {
"label": "无"
},
"options__2": {
"label": "向上滚动时"
},
"options__3": {
"label": "始终"
},
"options__4": {
"label": "始终,缩小 logo 尺寸"
}
},
"header__3": {
"content": "国家/地区选择器"