-
Notifications
You must be signed in to change notification settings - Fork 156
/
en_src_messages.json
9792 lines (9792 loc) · 369 KB
/
en_src_messages.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
{
"about-content-one": {
"description": "One of three paragraphs describing the Santa Tracker website. Tone should be whimsical. The Dashboard will be a google map with information displayed on top, like the name of the city he's in, the number of presents delivered, the current temperature, etc.",
"message": "On Christmas Eve we\u2019ll be proudly showcasing a Santa\u2019s dashboard, the technology that powers his sleigh during his around-the-world journey. We\u2019ve received this special preview from one of Santa\u2019s many developer elves, who are hard at work in the North Pole helping Santa prepare for his big day. Santa\u2019s dashboard - featuring the latest and greatest in Google Maps technology and sleigh engineering - will allow you to follow his progress around the world, and also learn a little about some of his stops along the way."
},
"about-content-three": {
"description": "One of three paragraphs describing the Santa Tracker website. Tone should be light, but direct, as it links people to more help.",
"raw": "The Google Maps Santa Tracker is created and developed by Google, with a little help from Santa\u2019s elves. Need help or have another question? Visit our <ph name=\"BEGIN_LINK\"><ex><a href=\"link\"></ex><a href=\"//support.google.com/santatracker\"></ph>Help Center<ph name=\"END_LINK\"><ex></a></ex></a></ph>."
},
"about-content-two": {
"description": "One of three paragraphs describing the Santa Tracker website. Tone should be whimsical. The Village is the main navigation for Santa Tracker.",
"message": "Our friendly elves have also invited you to explore Santa\u2019s village while Santa gets ready for his journey. So go ahead and explore his village, you might just find some fun activities and meet some interesting elves."
},
"about-santa": {
"description": "Link text. Please keep this short. Links to the Santa Tracker About page. Page supplies more info about the project.",
"message": "About"
},
"about_title": {
"description": "The title of the 'About' page.",
"message": "Welcome to the Google Maps Santa Tracker!"
},
"ae_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "United Arab Emirates"
},
"af_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Afghanistan"
},
"al_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Albania"
},
"ao_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Angola"
},
"ar_country_name": {
"description": "Name of a country. This appears as a label in a game that teaches children about holiday traditions from around the world.",
"message": "Argentina"
},
"ar_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "Arabic"
},
"ar_tradition": {
"description": "Describes a local holiday tradition. Restrict to 300 characters.",
"message": "In Argentina, Christmas begins promptly at midnight. Many families kick off the holiday by hosting festive celebrations in their homes, opening gifts with their loved ones, and lighting fireworks in the early hours of the morning."
},
"at_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Austria"
},
"au_country_name": {
"description": "Name of a country. This appears as a label in a game that teaches children about holiday traditions from around the world.",
"message": "Australia"
},
"au_tradition": {
"description": "Describes a local holiday tradition. Restrict to 300 characters.",
"message": "Australia's Southern Hemisphere location means it's summer time in December. Instead of sleigh bells and cocoa, many Australians head to the beach to celebrate the holidays with a prawn lunch and a few rounds of cricket."
},
"ba_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Bosnia and Herzegovina"
},
"back_to_tracker": {
"description": "Link to go back to the santa tracker screen.",
"message": "Back to Tracker"
},
"back_to_previous_page": {
"description": "Link to go back to the previous screen.",
"message": "Back"
},
"bd_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Bangladesh"
},
"be_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Belgium"
},
"bf_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Burkina Faso"
},
"bg_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Bulgaria"
},
"bj_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Benin"
},
"bo_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Bolivia"
},
"br_country_name": {
"description": "Name of a country. This appears as a label in a game that teaches children about holiday traditions from around the world.",
"message": "Brazil"
},
"br_tradition": {
"description": "Describes a local holiday tradition. Restrict to 300 characters.",
"message": "Christmas celebrations start near midnight, usually with big family dinners, gift opening, and the celebration of the 'Missa do Galo' (the rooster's mass) in churches. Despite the warm tropical summer weather, themes of winter and snow are not uncommon."
},
"bt_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Bhutan"
},
"buildandbolt-build-car-multiple" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build <ph name=\"COUNT\"><ex>3</ex>{{count}}</ph> cars!"
},
"buildandbolt-build-car-single" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build 1 car!"
},
"buildandbolt-build-robot-multiple" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build <ph name=\"COUNT\"><ex>3</ex>{{count}}</ph> robots!"
},
"buildandbolt-build-robot-single" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build 1 robot!"
},
"buildandbolt-build-teddybear-multiple" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build <ph name=\"COUNT\"><ex>3</ex>{{count}}</ph> teddy bears!"
},
"buildandbolt-build-teddybear-single" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build 1 teddy bear!"
},
"buildandbolt-build-rocket-multiple" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build <ph name=\"COUNT\"><ex>3</ex>{{count}}</ph> rockets!"
},
"buildandbolt-build-rocket-single" : {
"description": "Message telling the player the quantity and type of toy they need to make.",
"raw": "Build 1 rocket!"
},
"buildandbolt-instructions-label": {
"description": "Large title on an intermediary screen explaining game controls.",
"message": "Instructions"
},
"buildandbolt-instructions-move-key": {
"description": "Label pointing to a key on a keyboard diagram. Indicates that the key is used to move the player around. Keep short.",
"message": "Move"
},
"buildandbolt-instructions-action-key": {
"description": "Label pointing to a key on a keyboard diagram. Indicates that the key is used for interacting with toys. Keep short.",
"message": "Pick up & drop toys"
},
"buildandbolt-player-one-label": {
"description": "Label for parts of the UI that are for player one. Can be large, keep short.",
"message": "Player 1"
},
"buildandbolt-player-two-label": {
"description": "Label for parts of the UI that are for player two. Can be large, keep short.",
"message": "Player 2"
},
"buildandbolt-players-selection": {
"description": "Large label on an intermediary screen for single or multi-player selection.",
"message": "How many players?"
},
"buildandbolt-players-selection-one": {
"description": "Label for the one player option of a player selection screen.",
"message": "1 Player"
},
"buildandbolt-players-selection-two": {
"description": "Label for the two player option of a player selection screen.",
"message": "2 Players"
},
"buildandbolt-result-win": {
"description": "Title for the results screen of a level, telling the player that they won.",
"message": "You win"
},
"buildandbolt-result-tie": {
"description": "Title for the results screen of a level, telling the players that they got the same score and tied.",
"message": "Tie"
},
"buildandbolt-skip": {
"description": "Button label to skip to the next step. Keep short.",
"message": "Skip"
},
"bw_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Botswana"
},
"by_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Belarus"
},
"bz_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Belize"
},
"ca_country_name": {
"description": "Name of a country. This appears as a label in a game that teaches children about holiday traditions from around the world.",
"message": "Canada"
},
"ca_tradition": {
"description": "Describes a local holiday tradition. Restrict to 300 characters.",
"message": "Canadian children usually celebrate a snowy, white Christmas. They bundle up in their scarves and toques, a Canadian woolen hat, to play in the snow, ice-skate, and toboggan! On Christmas Eve, they leave milk and cookies by the fireplace for Santa (and sometimes a carrot for his reindeer)."
},
"calendar": {
"description": "A link to a calendar view of the site navigation. Refers to an advent calendar of the month of December.",
"message": "The Calendar"
},
"category_all": {
"description": "Button text. Category label that shows all games.",
"message": "View All"
},
"category_android": {
"description": "Button text. Category label that shows games available on Android devices.",
"message": "Android"
},
"category_code": {
"description": "Button text. 15char limit. A label on an activity that will let the user write some programming code.",
"message": "Code"
},
"category_computer-science": {
"description": "Button text. Category label that shows educational games with a Computer Science focus.",
"message": "Computer Science"
},
"category_draw": {
"description": "Button text. 15char limit. A label on an activity that will let the user write draw a picture",
"message": "Draw"
},
"category_education": {
"description": "Button text. Category label that shows all educational games.",
"message": "Education Focused"
},
"category_geography": {
"description": "Button text. Category label that shows educational geography games.",
"message": "Geography"
},
"category_language": {
"description": "Button text. Category label that shows educational games with a language focus.",
"message": "Language"
},
"category_listen": {
"description": "Button text. 15char limit. A label on an activity that will let the user listen to some music.",
"message": "Listen"
},
"category_new-this-year": {
"description": "Button text. Category label that shows games that are new for the current year.",
"message": "New This Year"
},
"category_send": {
"description": "Button text. 15char limit. A label on an activity that will let the user send a message (like an e-mail).",
"message": "Send"
},
"category_social-studies": {
"description": "Button text. Category label that shows educational games with a social studies (e.g., culture/traditions) focus.",
"message": "Social Studies"
},
"cd_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Democratic Republic of the Congo"
},
"cf_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Central African Republic"
},
"cg_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Republic of Congo"
},
"ch_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Switzerland"
},
"ci_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "C\u00f4te d'Ivoire"
},
"citylights-contribute": {
"description": "CTA link to a community where people can upload panoramas of their own. Includes a placeholder with current localised city/country name.",
"raw": "Add your own photos of <ph name=\"LOCATION\"><ex>Trafalgar Square, London</ex>{{location}}</ph>"
},
"citylights-panorama-01-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in New York City, USA.",
"message": "Rockefeller Plaza"
},
"citylights-panorama-01-location": {
"description": "City and country location of a photo panorama.",
"message": "New York City, USA"
},
"citylights-panorama-02-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Moscow, Russia.",
"message": "Pushkin Square"
},
"citylights-panorama-02-location": {
"description": "City and country location of a photo panorama.",
"message": "Moscow, Russia"
},
"citylights-panorama-03-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Vienna, Austria.",
"message": "Rathausplatz"
},
"citylights-panorama-03-location": {
"description": "City and country location of a photo panorama.",
"message": "Vienna, Austria"
},
"citylights-panorama-04-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Paris, France.",
"message": "Champs-Elysees to the Arc de Triomphe"
},
"citylights-panorama-04-location": {
"description": "City and country location of a photo panorama.",
"message": "Paris, France"
},
"citylights-panorama-05-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Chicago, USA.",
"message": "Magnificent Mile"
},
"citylights-panorama-05-location": {
"description": "City and country location of a photo panorama.",
"message": "Chicago, USA"
},
"citylights-panorama-06-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Nuremberg, Germany.",
"message": "Christmas Market"
},
"citylights-panorama-06-location": {
"description": "City and country location of a photo panorama.",
"message": "Nuremberg, Germany"
},
"citylights-panorama-07-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Medellin, Colombia.",
"message": "Medellin River"
},
"citylights-panorama-07-location": {
"description": "City and country location of a photo panorama.",
"message": "Medellin, Colombia"
},
"citylights-panorama-08-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Lapland, Finland.",
"message": "Santa Claus Village"
},
"citylights-panorama-08-location": {
"description": "City and country location of a photo panorama.",
"message": "Lapland, Finland"
},
"citylights-panorama-09-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Brussels, Belgium.",
"message": "Grand Place"
},
"citylights-panorama-09-location": {
"description": "City and country location of a photo panorama.",
"message": "Brussels, Belgium"
},
"citylights-panorama-10-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in London, England.",
"message": "Trafalgar Square"
},
"citylights-panorama-10-location": {
"description": "City and country location of a photo panorama.",
"message": "London, England"
},
"citylights-panorama-11-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Madrid, Spain.",
"message": "Plaza Mayor"
},
"citylights-panorama-11-location": {
"description": "City and country location of a photo panorama.",
"message": "Madrid, Spain"
},
"citylights-panorama-12-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Tokyo, Japan.",
"message": "Roppongi Hills"
},
"citylights-panorama-12-location": {
"description": "City and country location of a photo panorama.",
"message": "Tokyo, Japan"
},
"citylights-panorama-13-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Copenhagen, Denmark.",
"message": "Tivoli Gardens"
},
"citylights-panorama-13-location": {
"description": "City and country location of a photo panorama.",
"message": "Copenhagen, Denmark"
},
"citylights-panorama-14-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Singapore, Singapore.",
"message": "Orchard Road"
},
"citylights-panorama-14-location": {
"description": "City and country location of a photo panorama.",
"message": "Singapore, Singapore"
},
"citylights-panorama-15-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Gothenburg, Sweden.",
"message": "Lane of Light"
},
"citylights-panorama-15-location": {
"description": "City and country location of a photo panorama.",
"message": "Gothenburg, Sweden"
},
"citylights-panorama-16-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Niagara Falls, Canada.",
"message": "Winter Festival of Lights"
},
"citylights-panorama-16-location": {
"description": "City and country location of a photo panorama.",
"message": "Niagara Falls, Canada"
},
"citylights-panorama-17-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Hong Kong, China.",
"message": "WinterFest"
},
"citylights-panorama-17-location": {
"description": "City and country location of a photo panorama.",
"message": "Hong Kong, China"
},
"citylights-panorama-18-description": {
"description": "Description of a photo panorama, usually a place of interest. Source is sometimes in english, sometimes in the local language. Translate as appropriate. This one is in Rio de Janeiro, Brazil.",
"message": "Rodrigo de Freitas Lake"
},
"citylights-panorama-18-location": {
"description": "City and country location of a photo panorama.",
"message": "Rio de Janeiro, Brazil"
},
"cl_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Chile"
},
"clear": {
"description": "Button text. 15char limit. Clears a user's block code.",
"message": "Clear"
},
"close": {
"description": "Button text. 15char limit. Closes a menu.",
"message": "Close"
},
"cm_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Cameroon"
},
"co_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Colombia"
},
"codeboogie-back-to-start": {
"description": "Link text for going from the pick a stage screen (second screen) back to the gameplay mode screen (first screen).",
"message": "Back to start"
},
"codeboogie-block-clap": {
"description": "Code block label for a dancing move where the character claps. 15char limit.",
"message": "Clap"
},
"codeboogie-block-clap-tooltip": {
"description": "Code block tooltip for a dancing move where the character claps. Written as a command in first person.",
"message": "Do a clap."
},
"codeboogie-block-jump": {
"description": "Code block label for the dancing move 'jump'. 15char limit.",
"message": "Jump"
},
"codeboogie-block-jump-tooltip": {
"description": "Code block tooltip for the dancing move 'jump'. Written as a command in first person.",
"message": "Do a jump."
},
"codeboogie-block-leftarm": {
"description": "Code block label for dancing with left arm. 15char limit.",
"message": "Point left"
},
"codeboogie-block-leftarm-tooltip": {
"description": "Code block tooltip for dancing with left arm. Written as a command in first person.",
"message": "Point to the left."
},
"codeboogie-block-leftfoot": {
"description": "Code block label for dancing with left foot. 15char limit.",
"message": "Step left"
},
"codeboogie-block-leftfoot-tooltip": {
"description": "Code block tooltip for dancing with left foot. Written as a command in first person.",
"message": "Take a step to the left."
},
"codeboogie-block-rightarm": {
"description": "Code block label for dancing with right arm. 15char limit.",
"message": "Point right"
},
"codeboogie-block-rightarm-tooltip": {
"description": "Code block tooltip for dancing with right arm. Written as a command in first person.",
"message": "Point to the right."
},
"codeboogie-block-rightfoot": {
"description": "Code block label for dancing with right foot. 15char limit.",
"message": "Step right"
},
"codeboogie-block-rightfoot-tooltip": {
"description": "Code block tooltip for dancing with right foot. Written as a command in first person.",
"message": "Take a step to the right."
},
"codeboogie-block-shake": {
"description": "Code block label for a dancing move where the character shakes the hip. 15char limit.",
"message": "Hip shake"
},
"codeboogie-block-shake-tooltip": {
"description": "Code block tooltip for a dancing move where the character shakes the hip. Written as a command in first person.",
"message": "Do a hip shake."
},
"codeboogie-block-split": {
"description": "Code block label for the dancing move 'split'. 15char limit.",
"message": "Split"
},
"codeboogie-block-split-tooltip": {
"description": "Code block tooltip for the dancing move 'split'. Written as a command in first person.",
"message": "Do a split."
},
"codeboogie-choose-game-mode": {
"description": "Large title telling the user to pick between classes and freestyle modes. Single sentence.",
"message": "Choose a game mode"
},
"codeboogie-choose-stage": {
"description": "Large title telling the user to pick a location (stage). Single sentence.",
"message": "Choose a stage"
},
"codeboogie-get-dancing": {
"description": "Large title to encourage the player to try out the dancing code blocks. 15char limit.",
"message": "Get dancing!"
},
"codeboogie-go": {
"description": "Overlay on mode and stage select shown on hover. Needs to be a single word.",
"message": "Go!"
},
"codeboogie-keep-dancing": {
"description": "Button text to continue making your own dance in freestyle mode.",
"message": "Keep dancing"
},
"codeboogie-lets-dance": {
"description": "Large title before player starts dancing his routine. 15char limit.",
"message": "Let's dance"
},
"codeboogie-mode-dance-class": {
"description": "Title for gameplay mode where the user copies a dance teacher.",
"message": "Dance class"
},
"codeboogie-mode-dance-class-description": {
"description": "Small text shown below dance class title. Single sentence.",
"message": "Match the teacher's moves"
},
"codeboogie-mode-freestyle": {
"description": "Title for gameplay mode where user can make up their own dances.",
"message": "Dance freestyle"
},
"codeboogie-mode-freestyle-description": {
"description": "Small text show below freestyle title. Single sentence.",
"message": "Make your own moves and share with friends"
},
"codeboogie-next-dance": {
"description": "Button label to start next level. 15char limit.",
"message": "Next Dance"
},
"codeboogie-nice-moves": {
"description": "Huge success title after finishing a level. 15char limit.",
"message": "Nice moves!"
},
"codeboogie-result-missing-block-fail": {
"description": "Short hint after failing a level. One or two sentences max. Refers to blocks visually displayed below.",
"message": "Try the block below to match the dance."
},
"codeboogie-result-missing-block-success": {
"description": "Short hint on how the puzzle can be improved even if level is complete. One or two sentences max. Refers to blocks visually displayed below. Has a token for a dynamic number between 2-6, the token can be skipped and translation worded that fewer blocks are needed.",
"message": "Did you know you can finish this dance with just {{ideal}} blocks? Try using the block below."
},
"codeboogie-result-perfect-success": {
"description": "Short message after completing a level. One or two sentences max.",
"message": "Nice moves! You finished the dance perfectly."
},
"codeboogie-result-too-few-blocks-fail": {
"description": "Short hint after failing a level. One or two sentences max.",
"message": "You are using the right blocks, but try using more of them to complete the dance."
},
"codeboogie-result-too-many-blocks-success": {
"description": "Short hint on how the puzzle can be improved even if level is complete. One or two sentences max. Has a token for a dynamic number between 2-6, the token can be skipped and translation worded that fewer blocks are needed.",
"message": "Did you know you can finish this dance with just {{ideal}} blocks?"
},
"codeboogie-result-too-many-steps": {
"description": "Short hint indicating that the coded dance was too long.",
"message": "You did too many steps."
},
"codeboogie-result-wrong-move": {
"description": "Short hint when the user performs a wrong step, showing the right step to use instead. The right step appears below.",
"message": "Seems like you did the wrong move there. Try this one instead:"
},
"codeboogie-share-moves": {
"description": "Subtitle that encourages the user to click the share button.",
"message": "Share your moves and challenge your friends"
},
"codeboogie-success": {
"description": "Large title when the player gets all the dance moves correct. 15char limit.",
"message": "Success!"
},
"codeboogie-watch-closely": {
"description": "Title to indicate the teacher is going to do the dance moves that they should copy",
"message": "Watch closely!"
},
"codeboogie-your-turn": {
"description": "Large title to prompt player to assemble his dance routine. 15char limit.",
"message": "Your turn"
},
"codelab-block-jump-length": {
"description": "Code block label. 15char limit. Placed after a jump arrow (indicating a jump) and before an editable number, i.e. jump over 5.",
"message": "jump over"
},
"codelab-block-jump-tooltip": {
"description": "Tooltip for code block which tells player to jump over tiles.",
"message": "Jump over tiles."
},
"codelab-block-moveeast": {
"description": "Code block label for moving the player east. Preferably just one word for the direction.",
"message": "east"
},
"codelab-block-moveeast-tooltip": {
"description": "Tooltip for a code block which moves the player east. Written as a command in first person.",
"message": "Move me east one space."
},
"codelab-block-movenorth": {
"description": "Code block label for moving the player north. Preferably just one word for the direction.",
"message": "north"
},
"codelab-block-movenorth-tooltip": {
"description": "Tooltip for a code block which moves the player north. Written as a command in first person.",
"message": "Move me north one space."
},
"codelab-block-movesouth": {
"description": "Code block label for moving the player south. Preferably just one word for the direction.",
"message": "south"
},
"codelab-block-movesouth-tooltip": {
"description": "Tooltip for a code block which moves the player south. Written as a command in first person.",
"message": "Move me south one space."
},
"codelab-block-movewest": {
"description": "Code block label for moving the player west. Preferably just one word for the direction.",
"message": "west"
},
"codelab-block-movewest-tooltip": {
"description": "Tooltip for a code block which moves the player west. Written as a command in first person.",
"message": "Move me west one space."
},
"codelab-block-repeat": {
"description": "Code block label. 15char limit. Is followed by a editable number and another label like this \"repeat 5 times\". Sadly the labels can't be reordered for technical reasons.",
"message": "repeat"
},
"codelab-block-repeat-times": {
"description": "Code block label. 15char limit. Placed after a circle arrow (indicating repeat) and an editable number, i.e. repeat 5 times.",
"message": "times"
},
"codelab-block-repeat-tooltip": {
"description": "Tooltip for code block which repeats one or more statements.",
"message": "Repeat some statements several times."
},
"codelab-block-whenrun": {
"description": "Code block label. 15char limit. Start of the code, reads to indicate that blocks below it will execute in order",
"message": "when run"
},
"codelab-finish": {
"description": "Button label to end game. 15char limit.",
"message": "Finish"
},
"codelab-great": {
"description": "Huge success title after finishing a level. 15char limit.",
"message": "Great"
},
"codelab-mwc-promo": {
"description": "Promotion for the Made w/ Code initiative. Displayed in footer of code lab game. Should be short and direct.",
"raw": "Explore more Google coding projects at <ph name=\"LINK\"><ex><a href=\"link\">link</a></ex><a href=\"//www.madewithcode.com/\" target=\"_blank\">MadewithCode.com</a></ph>."
},
"codelab-next-challenge": {
"description": "Button label to start next level. 15char limit.",
"message": "Next Challenge"
},
"codelab-oops": {
"description": "Huge whimsical title after failing a level. 15char limit.",
"message": "Oops!"
},
"codelab-result-empty-repeat-fail": {
"description": "Short hint after failing a level. One or two sentences max.",
"message": "The \"Repeat\" block needs to have other blocks inside it to work."
},
"codelab-result-extra-top-block-fail": {
"description": "Short hint after failing a level. One or two sentences max.",
"message": "Some of the blocks are not attached together properly."
},
"codelab-result-generic-fail": {
"description": "Short generic message after failing a level. One or two sentences max.",
"message": "Looks like you got lost!"
},
"codelab-result-missing-block-fail": {
"description": "Short hint after failing a level. One or two sentences max. Refers to blocks visually displayed below.",
"message": "Try one or more of the block below to solve this puzzle."
},
"codelab-result-missing-block-success": {
"description": "Short hint on how the puzzle can be improved even if level is complete. One or two sentences max. Refers to blocks visually displayed below. Has a token for a dynamic number between 2-6, the token can be skipped and translation worded that fewer blocks are needed.",
"raw": "Did you know you can finish this level with just <ph name=\"IDEAL\"><ex>4</ex>{{ideal}}</ph> blocks? Try using the block below."
},
"codelab-result-perfect-success": {
"description": "Short message after completing a level. One or two sentences max.",
"message": "Congratulations! You finished the puzzle perfectly."
},
"codelab-result-too-few-blocks-fail": {
"description": "Short hint after failing a level. One or two sentences max.",
"message": "You are using the right blocks, but try using more of them to complete this puzzle."
},
"codelab-result-too-many-blocks-success": {
"description": "Short hint on how the puzzle can be improved even if level is complete. One or two sentences max. Has a token for a dynamic number between 2-6, the token can be skipped and translation worded that fewer blocks are needed.",
"raw": "Did you know you can finish this level with just <ph name=\"IDEAL\"><ex>4</ex>{{ideal}}</ph> blocks?"
},
"codelab-try-again": {
"description": "Button label to try the level again after failing or completing with room for improvement. 15char limit.",
"message": "Try Again"
},
"copied": {
"description": "Short message informing the user that they've successfully copied a URL",
"message": "Copied!"
},
"copy-me": {
"description": "Label. Users will see a URL that they can copy to email to a friend, or share on Facebook/G+",
"message": "Copy this link to share your message"
},
"copy-me-short": {
"description": "Label. Users will see a URL that they can copy to share. Short, concise, ideally <25 chars.",
"message": "Copy link to share"
},
"controller_gamepad": {
"description": "A video game controller, also known as a 'game pad' or 'game controller'. The device you would use to play a game, normally on a gaming console.",
"message": "Controller"
},
"controller_keyboard": {
"description": "The name of your keyboard, the way that you can interact with a computer.",
"message": "Keyboard"
},
"controller_mouse": {
"description": "The name of your mouse, the way that you can interact with a computer.",
"message": "Mouse"
},
"controller_touch": {
"description": "The way you interact with a mobile phone, e.g., you touch with your finger. Noun.",
"message": "Touch"
},
"countdown_days": {
"description": "Label to be placed under days on a countdown clock. Shorten to 3-5 chars, fewer better. Plural preferred.",
"message": "Days"
},
"countdown_hours": {
"description": "Label to be placed under hours on a countdown clock. Shorten to 3-5 chars, fewer better. Non-plural OK.",
"message": "Hrs"
},
"countdown_minutes": {
"description": "Label to be placed under minutes on a countdown clock. Shorten to 3-5 chars, fewer better. Non-plural OK.",
"message": "Min"
},
"countdown_seconds": {
"description": "Label to be placed under seconds on a countdown clock. Shorten to 3-5 chars, fewer better. Non-plural OK.",
"message": "Sec"
},
"countdown_until": {
"description": "Labels a countdown clock. Count until Santa takes off.",
"message": "Santa Takes Off In"
},
"countdownlabel": {
"description": "Labels the countdown clock. Appears under a timer.",
"message": "Until Santa Departs"
},
"cr_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Costa Rica"
},
"cs_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "Czech"
},
"cu_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Cuba"
},
"cz_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Czech Republic"
},
"da_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "Danish"
},
"days": {
"description": "Label for a counter showing the days left until Dec 24. Keep short/one word.",
"message": "Days"
},
"de_country_name": {
"description": "Name of a country. This appears as a label in a game that teaches children about holiday traditions from around the world.",
"message": "Germany"
},
"de_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "German"
},
"de_tradition": {
"description": "Describes a local holiday tradition. Restrict to 300 characters.",
"message": "In nearly Every German town Christmas markets open in town squares. Townspeople gather to hear brass bands, and enjoy traditional fare of the region. They eat gingerbread hearts, sugar-roasted almonds, sweets of all kinds, and drink mulled wine (Gl\u00fchwein) or apple cider."
},
"deck": {
"description": "Link text. Deck out implies decorating.",
"message": "Deck Out"
},
"deckdescription": {
"description": "Describes what happens when you click the deck link",
"message": "Deck out your browser with a Santa Chrome extension."
},
"detected": {
"description": "Marks a detected language in a dropdown of languages.",
"message": "detected"
},
"difficulty": {
"description": "15 char limit. Label describing the game difficulty you are on.",
"message": "Difficulty"
},
"dk_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Denmark"
},
"do_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Dominican Republic"
},
"donate_button": {
"description": "Label for a button that allows users to donate.",
"message": "Donate"
},
"donate_text": {
"description": "Information about donations and that Google will match 50% of all user donations. Don't translate '#ForEveryKid', or the DonorsChoose.org domain link.",
"message": "Help fund a special needs project on DonorsChoose.org. This December, we're helping to double the impact by matching donations by 50%, until we reach our goal of donating US$1m. Together, we can help to make classrooms more inclusive #ForEveryKid"
},
"download-cta": {
"description": "Call to action asking the user to download the Android app.",
"message": "Download to play even more games"
},
"dz_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Algeria"
},
"easy_difficulty": {
"description": "Difficulty setting for a game.",
"message": "Easy"
},
"ec_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Ecuador"
},
"educators": {
"description": "Menu item/heading for a page containing teacher resources.",
"message": "Santa Tracker for Educators"
},
"educators-learn": {
"description": "Subheading for Santa Tracker's educators page",
"message": "Learning with Santa Tracker"
},
"educators-games": {
"description": "Heading used above a categorization of educational games",
"message": "Games for the classroom"
},
"ee_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Estonia"
},
"el_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "Greek"
},
"elves": {
"description": "9 char limit. Short label that would appear under a count of Elves, the humanoids who live in Santa's village.",
"message": "Elves"
},
"elvish_language_name": {
"description": "Localised name of a fake language. Appears in a translation drop down.",
"message": "Elvish"
},
"en_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "English"
},
"endofjourneymessage": {
"description": "",
"message": "Santa's finished his journey for the year! He and the elves are still having some fun in the North Pole before their annual vacation."
},
"er_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Eritrea"
},
"error": {
"description": "Shown on the error page, if anything went wrong. Short and non-specific.",
"message": "There was a problem, but Santa's Elves are looking into it."
},
"error-lost-connection": {
"description": "Paragraph text that appears on our error page. The error might appear if the user is offline or there is a problem with Google's servers. Text should be non-specific and light hearted.",
"message": "Looks like we just lost our connection with the North Pole. Santa's elves are working hard to fix it - stay tuned!"
},
"error-not-found": {
"description": "Paragraph text that appears on an error page if something can't be found, with a link back to Santa's Village. Text should be non-specific and light hearted.",
"raw": "Oh no, Santa's Elves can't find this page! You might have better luck if you head back to <ph name=\"BEGIN_LINK\"><ex><a href=\"link\"></ex><a href=\"./\"></ph>Santa's Village<ph name=\"END_LINK\"><ex></a></ex></a></ph>."
},
"error-internal": {
"description": "Paragraph text that appears on an error page if the site encountered an error, with a link back to Santa's Village. Text should be non-specific and light hearted.",
"raw": "Oh no, there was a problem! We've informed Santa's Elves, but try heading back to <ph name=\"BEGIN_LINK\"><ex><a href=\"link\"></ex><a href=\"./\"></ph>Santa's Village<ph name=\"END_LINK\"><ex></a></ex></a></ph>."
},
"error-out-of-date": {
"description": "A short error message saying that Santa Tracker is out of date and that the user should reload.",
"message": "This is an outdated version of Santa's Village! Try opening Santa Tracker again to see the latest version."
},
"error-try-again": {
"description": "Link text. Please keep this short. Link appears on an error page. Clicking the link will reload the application.",
"message": "Try again"
},
"error-unsupported": {
"description": "Paragraph informing user that they're using a fallback version of Santa Tracker, and that they'd have a better time with a different browser. This fallback version has a limited number of games but doesn't support tracking Santa on the 24th of December (on a map)",
"message": "Santa Tracker doesn't support your browser. To play more games and to track Santa on the 24th of December, try your phone or a different browser."
},
"es_language_name": {
"description": "Localised name of a language. Appears in a translation drop down.",
"message": "Spanish"
},
"et_country_name": {
"description": "Name of a country. This appears as a label in a geography game.",
"message": "Ethiopia"
},
"explore": {
"description": "Button text. 15char limit. A label on an activity that will let the user explore a scene.",
"message": "Explore"
},
"explore-village": {
"description": "Button text. Allows users to return to Santa's Village.",
"message": "Explore Santa's Village"
},
"familyguide_title": {
"description": "Title of an information page.",
"message": "Holiday fun for the whole family"
},
"familyguide_body": {
"description": "Body text of an information page.",
"message": "Santa’s Village is the perfect place for families to celebrate the season. You’ll find all your favorite characters together with fun, educational and interactive activities for every age."
},
"familyguide_secondary_title": {
"description": "Title of a section. This appears on an information page.",
"message": "Track Santa on the big day"
},
"familyguide_secondary_body": {
"description": "Body text of a section. This appears on an information page.",
"message": "On December 24th Santa’s Village transforms into a tracking experience where you can follow Santa and his reindeer as they deliver presents to kids around the world."
},
"familyguide_secondary_cta_01": {
"description": "Call to action label. This appears on an information page.",
"message": "Follow along on the Santa Tracker website or Android app"
},
"familyguide_secondary_cta_02": {
"description": "Call to action label. This appears on an information page.",
"message": "Psst! Did you know, Santa's journey lasts 25 hours?! He makes his first stop just after 10 PM local time in far eastern Russia, when it’s 5 AM in New York and 11 AM in Paris."
},
"familyguide_nav_link_01": {
"description": "Nav label. This appears on an information page.",
"message": "code"
},
"familyguide_nav_link_02": {
"description": "Nav label. This appears on an information page.",
"message": "celebrate"
},
"familyguide_nav_link_03": {
"description": "Nav label. This appears on an information page.",
"message": "create"
},
"familyguide_nav_link_04": {
"description": "Nav label. This appears on an information page.",
"message": "family time"
},
"familyguide_nav_link_05": {
"description": "Nav label. This appears on an information page.",
"message": "tips & tricks"
},
"familyguide_nav_link_06": {
"description": "Nav label. This appears on an information page.",
"message": "more"
},
"familyguide_nav_link_07": {
"description": "Nav label. This appears on an information page and refers to the Google Assistant.",
"message": "assistant"
},
"familyguide_accordion_title": {
"description": "Title of a section in an information page.",
"message": "Celebrate all month long"
},
"familyguide_group_01_title": {
"description": "Title of a card group in an information page.",
"message": "Learn to code with Santa’s Elves"
},
"familyguide_group_01_body": {
"description": "Description of a card group in an information page.",
"message": "The elves are always working on their coding skills. Explore games that will teach you the basics. Anyone can try their hand at coding!"