-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathshared_english.json
1936 lines (1936 loc) · 129 KB
/
shared_english.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
{
"language": "english",
"Steam_Platform": "Steam",
"Button_About": "About",
"Button_Append": "Append",
"Button_Cancel": "Cancel",
"Button_Close": "Close",
"Button_Clone": "Clone",
"Button_Confirm": "Confirm",
"Button_Copy": "Copy",
"Button_CopyClipboard": "Copy to Clipboard",
"Button_CopyLink": "Copy Link",
"Button_Continue": "Continue",
"Button_Create": "Create",
"Button_Delete": "Delete",
"Button_Discuss": "Discuss",
"Button_Dismiss": "Dismiss",
"Button_Edit": "Edit",
"Button_Learn": "Learn more here",
"Button_Publish": "Publish",
"Button_Post": "Post",
"Button_OK": "OK",
"Button_Done": "Done",
"Button_Overwrite": "Overwrite",
"Button_Retry": "Retry",
"Button_Remove": "Remove",
"Button_Revert": "Revert",
"Button_Save": "Save",
"Button_Saved": "Saved",
"Button_Share": "Share",
"Button_Update": "Update",
"Button_SaveAndContinue": "Save and Continue",
"Button_Follow": "Follow",
"Button_Followed": "Followed",
"Button_Ignore": "Ignore",
"Button_Ignored": "Ignored",
"Button_NotifyMe": "Notify Me",
"Button_NotInterested": "Not Interested",
"Button_Preview": "Preview",
"Button_RateUp": "Rate Up",
"Button_ViewPage": "View Page",
"Button_Accept": "Accept",
"Button_Reject": "Reject",
"Button_Go": "Go",
"Button_Got_It": "Got it",
"StoreLink_Label": "Store",
"CommunityLink_Label": "Community",
"SupportLink_Label": "Support",
"Error_Generic": "Error",
"Error_Generic_Label": "Error:",
"Dialog_DontShowMeAgain": "Don't show this message again",
"Dialog_AreYouSure": "Are you sure?",
"ToolTip_CopyLinkToClipboard": "Copy link to clipboard",
"Input_Error_NumberTooSmall": "Number too small.",
"Input_Error_NumberTooLarge": "Number too large.",
"Input_Error_MustBeURL": "Field is not a valid URL.",
"Input_Error_MustBeEmail": "Field is not a valid Email.",
"Input_Error_MustBeNumber": "Field must be a number.",
"Loading": "Loading...",
"Updating": "Updating...",
"Uploading": "Uploading...",
"Saving": "Saving...",
"Sending": "Sending...",
"Deleting": "Deleting...",
"Settings": "Settings",
"ViewDocumentation": "View Documentation",
"FriendSettings_AlwaysNewChatWindow": "Always open a new chat window rather than a tab",
"g_DisabledOnWeb": "Unavailable in web version",
"VoiceTransmissionType_Disabled": "Open Microphone only for web version",
"VoiceVolume": "Volume",
"VoiceSetupHeader": "Voice Setup And Testing",
"VoiceStartLocalMicTest": "Start Microphone Test",
"VoiceStopLocalMicTest": "End Microphone Test",
"VoiceWhenMicIsWorking": "If your microphone is working then you should both hear yourself and see the colored bar next to your avatar move as you speak.",
"VoiceDevice": "Voice Input Device",
"VoiceOutputDevice": "Voice Output Device",
"VoiceInputGain": "Input volume\/gain",
"VoiceInputGainExplainer": "(My microphone)",
"VoiceOutputGain": "Output volume\/gain",
"VoiceOutputGainExplainer": "(My friends)",
"VoiceTransmissionType": "Push-to-talk",
"VoiceTransmissionType_Label": "Voice Transmission Type",
"VoiceTransmissionType_OpenMic": "Open Microphone",
"VoiceTransmissionType_PushToTalk": "Push-to-Talk",
"VoiceTransmissionType_PushToMute": "Push-to-Mute",
"VoiceClearHotKeyTooltip": "Clear mute toggle hotkey assignment",
"VoiceTransmissionTypeExplainer": "Push a user defined key to talk in voice channels",
"VoiceTransmissionType_WhenSpeaking": "Automatic",
"VoiceTransmissionType_PushToTalk_Key": "Push-to-Talk: %1$s",
"VoicePushToTalkPressHotKey": "Press key or mouse-button to assign",
"VoicePushToTalkAssigned": "Push-to-talk hotkey assigned as",
"VoicePushToMuteAssigned": "Push-to-mute hotkey assigned as",
"VoiceMuteToggleAssigned": "Mute toggle hotkey assigned as",
"VoicePushToSomethingSoundOption": "Play a short sound on microphone toggle",
"VoiceTransmisionThreshold": "Voice Transmission Threshold",
"VoiceTransmissionThresholdExplainer": "When your microphone is on, we won't transmit noise below this threshold:",
"VoiceTransmissionThresholdOff": "Off",
"VoiceTransmissionThresholdMedium": "Medium",
"VoiceTransmissionThresholdHigh": "High",
"VoiceTransmissionThresholdRecommended": "Recommended",
"VoiceAdvancedSettings": "Advanced Settings",
"VoiceShowAdvancedSettings": "Show Advanced Settings",
"VoiceHideAdvancedSettings": "Hide Advanced Settings",
"VoiceAdvancedSettingsExplainer": "(These are microphone settings handled by your platform or browser.)",
"VoiceEchoCancellation": "Echo cancellation",
"VoiceNoiseCancellation": "Noise cancellation",
"VoiceAutoGainControl": "Automatic volume\/gain control",
"DefaultMic": "Default",
"MicLoading...": "Loading...",
"DefaultOutputDevice": "Default",
"OutputDeviceLoading...": "Loading...",
"BreadCrumbs_AllEvents": "All Events",
"BreadCrumbs_GameEvents": "%1$s Events",
"CreatorHome_ThisGame": "About This Game:",
"CreatorHome_DevelopedBy": "Developed By:",
"CreatorHome_PublishedBy": "Published By:",
"CreatorHome_InFranchise": "In Franchise:",
"CreatorHome_Followers": "%1$s<br>followers",
"CreatorHome_JustFollowers": "followers",
"CreatorHome_Follow_tooltip": "Follow this creator to to be notified via e-mail and in your Steam store when they release a new game. Email notifications can be turned off at any time.",
"EventBrowse_MoreEventsTitle": "More events from %1$s",
"EventBrowse_MoreEventsBtn": "View All",
"EventBrowse_ViewLatestUpdate": "View",
"EventBrowse_LatestUpdateTime_Button": "See all updates (Latest: %1$s)",
"EventBrowse_RecentUpdates": "Recent Updates",
"EventBrowse_RecentEvents": "Recent Events & Announcements",
"EventBrowse_LastUpdateDate": "Last Update: %1$s",
"EventCurator_BrowseDialog_Title": "News from Steam curators",
"EventCurator_BrowseDialog_Desc": "Follow your favorite Steam Curators to get gaming news right in your Steam News Hub!",
"EventCurator_BrowseDialog_LangCurator": "%1$s Steam curators",
"EventCurator_NoEventsFound_Title": "No Postings Found",
"EventCurator_NoEventsFound_Body": "No postings were found for this curator",
"EventCurator_BrowseMore": "Browse More Sources",
"EventCurator_FeedCaption_Long": "Follow some of these Steam Curators to get gaming news right in your Steam News Hub!",
"EventCurator_DismissTitle": "Hide news suggestions",
"EventCurator_DismissBody": "This will hide news suggestions for this device. You can still find news by going to the Steam Curators tab in the news hub",
"EventCalendar_Title": "Steam%1$sNews Hub",
"EventCalendar_TabTitle_Global": "Steam News Hub",
"EventCalendar_TabTitle_GroupHub": "%1$s - Steam News Hub",
"EventCalendar_TabTitle_GroupNameAndEventDetail": "%1$s - %2$s - Steam News",
"EventCalendar_FilterSubSection_EventTypeGroups": "Show these types of posts",
"EventCalendar_FilterSubSection_GameSources": "Show posts from these sources",
"EventCalendar_FilterSubSection_CuratorSources": "Show posts from curators",
"EventCalendar_BrowseCurators": "Browse Curators",
"EventCalendar_EmptyCalendar": "No posts found. Try selecting different search criteria in the sidebar.",
"EventCalendar_DisabledFilter_LoginPrompt": "# to enable these categories",
"EventCalendar_MainLoginPrompt": "# to see your personal News Hub",
"EventCalendar_NoFutureEvents": "No upcoming events found",
"EventCalendar_NoPastEvents": "No older posts found",
"EventCalendar_NoMoreFutureEvents": "No more upcoming events found",
"EventCalendar_NoMorePastEvents": "No more older posts found",
"EventCalendar_UpdatesViewHeader": "Recent Updates",
"EventCalendar_NoPastUpdates": "No updates found",
"EventCalendar_NoMorePastUpdates": "No more updates found",
"EventCalendar_ResetFiltersButton": "See all posts",
"EventCalendar_ResetFilters_ttip": "Resets your filters to the default values",
"EventCalendar_GameSearch": "Games Search",
"EventCalendar_UniversalSearch": "Search",
"EventCalendar_GameSearch_NoneFound": "No Matches Found",
"EventCalendar_SearchResultsHeader_GameSection": "Games",
"EventCalendar_SearchResultsHeader_GameAndDLCSection": "Games and DLC",
"EventCalendar_SearchResultsHeader_CuratorSection": "Curators",
"EventCalendar_FollowingCurator": "following",
"EventCalendar_GroupTitle_Curators": "From Curators You Follow",
"EventCalendar_GroupTitle_FeaturedCurators": "Stories From Featured Curators",
"EventCalendar_NewsLanguage_Title": "Showing available news sources in your languages",
"EventCalendar_NewsLanguage_Text": "Update your language preferences to allow content and sources in more languages by visiting your %1$s",
"EventCalendar_NewsLanguage_TextInHyperlink": "store language preferences",
"EventCalendar_TimeEventLastPlayed": "Last Played %1$s",
"EventCalendar_TimeEventWishlisted": "Wishlisted %1$s",
"EventCalendar_GlobalCalendar_Action": "Return to News Hub",
"EventCalendar_SpecificCalendar": "%1$s %2$s News Hub",
"EventCalendar_Goto_SpecificCalendar": "Go to %1$s News Hub",
"EventCalendar_Goto_RSSFeed": "Open %1$s RSS Feed",
"EventCalendar_SingleAppIsMuted": "Note: This game is muted and will not show up in your personalized news hub.",
"EventCalendar_SingleGroupIsMuted": "Note: This group is muted and will not show up in your personalized news hub.",
"EventCalendar_WatchYouTubeVideo": "Watch YouTube Video",
"EventCalendar_WatchLiveBroadcast": "Watch Live Broadcast",
"EventModTile_Moderator": "Moderator: %1$s",
"EventModTile_EventCreator": "Original Poster: %1$s",
"EventModTile_EventLastUpdator": "Last Updater: %1$s",
"EventModTile_Signer": "Authority: %1$s",
"EventModTile_Action_Reviewed": "%1$s %2$s marked reviewed",
"EventModTile_Action_ReReviewed": "%1$s %2$s marked Re-Reviewed",
"EventModTile_Action_UnReviewed": "%1$s %2$s cleared reviewed flag",
"EventModTile_Action_NewEventType": "%1$s %2$s changed to category %3$s",
"EventModTile_Action_SeasonTagUpdate": "%1$s %2$s updated seasonal tag %3$s",
"EventModTile_Action_RemoveFromSC": "%1$s %2$s removed event from Steam China",
"EventModTile_Action_FlagAdultContent": "%1$s %2$s flagged as adult content",
"EventModTile_Action_RemoveAdultContent": "%1$s %2$s removed adult content flag",
"EventModTile_Action_Title": "Moderation History",
"EventModTile_Action_More": "Show %1$s older action(s)",
"EventModTile_Action_Hide": "Hide actions",
"SteamLabs": "Steam Labs",
"SteamLabs_ExperimentNumber": "Experiment %1$s",
"SteamLabs_DiscussionLink": "Discuss this experiment",
"SteamLabs_OptOutLink": "Leave this experiment",
"EventCalendar_SignIn_Title": "# To Get Personalized News",
"EventCalendar_SignIn_Text": "# with your Steam account to access your personalized news hub or explore featured news and updates below.",
"EventCalendar_FutureEventsHint": "Scroll up to see what's coming next",
"EventCalendar_FutureEventsLink": "See all upcoming",
"EventCalendar_LoadEventsProgress": "Loaded %1$s events through %2$s",
"EventCalendar_LoadEventsFilters": "You can adjust your options and filters to see more events on this page",
"EventCalendar_FutureEventsHeader": "Coming soon",
"EventCalendar_PastEventsLink": "See earlier posts",
"EventCalendar_LiveAndRecentEventsHeader": "Live and recent",
"EventCalendar_TuneIn": "Tune In",
"EventCalendar_LiveNow": "Live now",
"EventCalendar_TimeLeft": "Ends in %1$s",
"EventCalendar_PostedAtTime": "Posted %1$s",
"EventCalendar_StartedAtTime": "Started %1$s",
"EventCalendar_Upcoming": "upcoming",
"EventCalendar_WillStartAtTime": "Starting %1$s",
"EventCalendar_WillStartAfterDuration": "Starting in %1$s",
"EventCalendar_WillStartAtDateTime": "%1$s at %2$s",
"EventCalendar_LaterToday": "later today",
"EventCalendar_Tomorrow": "tomorrow",
"EventCalendar_NextWeek": "next week",
"EventCalendar_LaterThisMonth": "later this month",
"EventCalendar_MuchLater": "much later",
"EventCalendar_MuteApp": "Mute App",
"EventCalendar_MuteApp_Title": "Mute %1$s",
"EventCalendar_Ignore": "Ignore",
"EventCalendar_IgnoreApp": "Ignore %1$s",
"EventCalendar_IgnoreApp_ttip": "Ignored titles will not be recommended to you and will not appear in featured areas.",
"EventCalendar_IgnoreApp_newhub": "The News Hub will apply your ignore settings and prevent games ignored on the store from appearing your news hub. You can manage ignored games here:",
"EventCalendar_FollowCurator": "Follow Steam Curator: %1$s",
"EventCalendar_FollowCurator_ttip": "By following this curator, their articles will appear in your personalized News hub and their game recommendations will appear on your Steam store.",
"EventCalendar_UnFollowCurator": "Unfollow Steam Curator: %1$s",
"EventCalendar_UnFollowCurator_ttip": "You currently follow this curator. By unfollowing, their articles will no longer appear on your personalized News hub and their recommendations will not appear on your Steam store.",
"EventCalendar_UnignoreApp": "Unignore %1$s",
"EventCalendar_UnMuteApp_Title": "Unmute %1$s",
"EventCalendar_MuteApp_ttip": "Removes this game from your News Hub and block future communications.",
"EventCalendar_UnMuteApp_ttip": "Restore this game to your News Hub and unblock future communications.",
"EventCalendar_MuteApp_details": "Remove this content from appearing in your News Hub and block all future communications. Muted content decisions are always reversible by visiting this page: ",
"EventCalendar_ManageMutedApps": "Manage Muted Apps",
"EventCalendar_ManageMutedSources": "Manage Muted Sources",
"EventCalendar_ManageStorePref": "Manage Store Preferences",
"EventCalendar_MuteApp_Unknown": "Unknown",
"EVentCalendar_Hide_EventType": "Hide all '%1$s' type posts",
"EventCalender_LastPlayed": "Last played %1$s",
"EventCalender_Reason_recent": "This game has been played recently",
"EventCalender_Reason_library": "This game is in your library",
"EventCalender_Reason_following": "You are following this game",
"EventCalender_Reason_wishlist": "This game is in your wishlist",
"EventCalender_Reason_recommended": "This game is recommended for you",
"EventCalender_Reason_steam": "This post is from the Steam Platform",
"EventCalender_Reason_topx": "Game is in the Top Sellers",
"EventCalender_Reason_featured": "This is a featured post",
"EventCalender_Reason_curator": "You are following this curator",
"EventCalender_Hide_Reason_recent": "Hide posts from recently played games",
"EventCalender_Hide_Reason_library": "Hide posts from games in your library",
"EventCalender_Hide_Reason_following": "Hide posts from games you are following",
"EventCalender_Hide_Reason_wishlist": "Hide posts from games in your wishlist",
"EventCalender_Hide_Reason_recommended": "Hide posts from games recommended for you",
"EventCalender_Hide_Reason_steam": "Hide posts from the Steam Platform",
"EventCalender_Hide_Reason_topx": "Hide posts from the Top Sellers",
"EventCalender_Hide_Reason_featured": "Hide featured posts",
"EventCalender_Hide_Reason_curator": "Hide curator posts",
"EventCalendar_ForceDesktopView": "Request desktop view",
"EventCalendar_ShowResponsiveView": "Request responsive view",
"EventCalendar_EventTypeGroup_news": "News",
"EventCalendar_EventTypeGroup_ttip_news": "Includes general news, dev blogs, and announcements",
"EventCalendar_EventTypeGroup_events": "Events",
"EventCalendar_EventTypeGroup_ttip_events": "Includes in-game, online\/chat, and real-world events",
"EventCalendar_EventTypeGroup_streaming": "Live-Streams",
"EventCalendar_EventTypeGroup_ttip_streaming": "Includes developer live-streams such as tournaments and play-alongs",
"EventCalendar_EventTypeGroup_updates": "Content Updates",
"EventCalendar_EventTypeGroup_ttip_updates": "Includes news about new game content, expansions, DLC, and bug fixes",
"EventCalendar_EventTypeGroup_releases": "Releases",
"EventCalendar_EventTypeGroup_ttip_releases": "Includes new game, beta, season, or DLC release schedules.",
"EventCalendar_EventTypeGroup_sales": "Sales",
"EventCalendar_EventTypeGroup_ttip_sales": "Includes discounts, promotions, and free trials",
"EventCalendar_GameSource_recent": "Recently Played",
"EventCalendar_GameSource_ttip_recent": "Include posts about games you have played or purchased in the past six months",
"EventCalendar_GameSource_EventExplanation_ttip_recent": "You have played this game in the past six months",
"EventCalendar_GameSource_library": "Library",
"EventCalendar_GameSource_inLibrary": "In Library",
"EventCalendar_GameSource_ttip_library": "Include posts about games in your library",
"EventCalendar_GameSource_EventExplanation_ttip_library": "This game is in your library",
"EventCalendar_GameSource_wishlist": "wishlist",
"EventCalendar_GameSource_onWishlist": "On Wishlist",
"EventCalendar_GameSource_ttip_wishlist": "Include posts about games on your wishlist",
"EventCalendar_GameSource_EventExplanation_ttip_wishlist": "This game is on your wishlist",
"EventCalendar_GameSource_following": "following",
"EventCalendar_GameSource_followed": "Followed",
"EventCalendar_GameSource_ttip_following": "Include posts about games that you follow",
"EventCalendar_GameSource_EventExplanation_ttip_following": "This is a game that you follow",
"EventCalendar_GameSource_recommended": "recommended",
"EventCalendar_GameSource_recommended_Verbose": "Recommended Game",
"EventCalendar_GameSource_ttip_recommended": "Include posts about games we think you would like",
"EventCalendar_GameSource_EventExplanation_ttip_recommended": "This is a game we think you would like",
"EventCalendar_GameSource_steam": "steam",
"EventCalendar_GameSource_ttip_steam": "Include posts about the Steam platform",
"EventCalendar_GameSource_EventExplanation_ttip_steam": "This is a post about Steam",
"EventCalendar_GameSource_topx": "Top Sellers",
"EventCalendar_GameSource_ttip_topx": "Include posts about games from the regional top sellers lists",
"EventCalendar_GameSource_featured": "Featured",
"EventCalendar_GameSource_ttip_featured": "Include featured posts, such as those from top selling games",
"EventCalendar_GameSource_curator": "Curators You Follow",
"EventCalendar_GameSource_ttip_curator": "Includes posts from curators you follow on Steam",
"EventCalendar_GameSource_UnhideCuratorsDialog_Title": "Show Curators?",
"EventCalendar_GameSource_UnhideCuratorsDialog_Description": "You just followed a Steam Curator. Would you like to include news from Curators in your personalized News Hub?",
"EventCalendar_GameSource_UnhideCuratorsDialog_OKButton": "Yes",
"EventCalendar_GameSource_UnhideCuratorsDialog_CancelButton": "No",
"EventCalendar_EditFilters": "Options and Filters",
"EventCalendar_CloseFilters": "News Hub",
"EventCalendar_FiltersTitle": "Filters",
"EventCalendar_FiltersDescription": "Manage the types and sources of news that you see in your News Hub",
"EventCalendar_FiltersDescription_NonPersonalized": "Manage event types that you see on this page",
"EventCalendar_NewsChannels": "Your News & Events",
"EventCalendar_NewsChannels_Global": "Global News & Events",
"EventCalendar_NewsChannels_Discover": "Discover",
"EventCalendar_NewsChannel_YourNews": "Your News",
"EventCalendar_NewsChannel_YourNews_HeaderTitle": "Your Personalized Game News",
"EventCalendar_NewsChannel_Upcoming": "Your Upcoming Events",
"EventCalendar_NewsChannel_UpcomingShort": "Upcoming",
"EventCalendar_NewsChannel_Featured": "Featured",
"EventCalendar_NewsChannel_Featured_HeaderTitle": "Featured News",
"EventCalendar_NewsChannel_Personalized": "Personalized",
"EventCalendar_NewsChannel_Filtered": "Filtered",
"EventCalendar_NewsChannel_AllGames": "From all games",
"EventCalendar_NewsChannel_TopSellers": "From Top sources",
"EventCalendar_NewsChannel_Press": "News Curators",
"EventCalendar_Collection_News_Title": "Discover News Curators",
"EventCalendar_Collection_News_Subtitle": "Catch the latest in gaming news from top gaming news sources. Follow a Steam News Curator to add their news and game recommendations to your Steam News Hub.",
"EventCalendar_NewsChannel_Steam": "Steam Official",
"EventCalendar_NewsChannel_SteamSubtitle": "Steam Blog and News",
"EventCalendar_NewsChannel_Steam_HeaderTitle": "Official Steam News",
"EventCalendar_NewsChannel_All": "All News",
"EventCalendar_NewsChannel_AllSales": "All Sales Events",
"EventCalendar_NewsChannel_AssociatedPress": "Press Events Linked to Apps",
"EventCalendar_NewsChannel_Halloween": "Halloween Events",
"EventCalendar_NewsChannel_HalloweenSubtitle": "Beware: Spooky",
"EventCalendar_Collection_Halloween_Title": "Halloween Events",
"EventCalendar_Collection_Halloween_Subtitle": "Browse spooky Halloween related news and events from games on Steam",
"EventDisplay_Admin_Title": "Admin tools:",
"EventDisplay_ViewInLibrary": "View in Library",
"EventDisplay_ViewStorePage": "View Store Page",
"EventDisplay_RSSFeed": "RSS Feed",
"EventDisplay_RSSFeed_ExtraShort": "RSS",
"EventDisplay_ViewCommunityPage": "View Community Page",
"EventDisplay_ViewForum": "View Discussion Forum",
"EventDisplay_ViewRssFeed": "View RSS Feed",
"EventDisplay_ViewInLibrary_ExtraShort": "Library",
"EventDisplay_ViewStorePage_ExtraShort": "Store",
"EventDisplay_ViewCommunityPage_ExtraShort": "Community",
"EventDisplay_ViewForum_ExtraShort": "Forum",
"EventDisplay_ViewRssFeed_ExtraShort": "RSS",
"EventDisplay_Admin": "Admin Dashboard",
"EventDisplay_Admin_ExtraShort": "Admin",
"EventDisplay_NewsHubSubtitle": "News Hub",
"EventDisplay_CallToAction_LearnMore": "Learn More",
"EventDisplay_CallToAction_InLibrary": "In Library",
"EventDisplay_CallToAction_PlayNow": "Play Now",
"EventDisplay_CallToAction_ComingSoon": "Coming Soon",
"EventDisplay_CallToAction_Prepurchase_Short": "Prepurchase",
"EventDisplay_CallToAction_ShowPurchaseOptions_Button": "Purchase Options",
"EventDisplay_CallToAction_FreeToPlay": "Free To Play",
"EventDisplay_CallToAction_PlayNowForFree": "Play for Free!",
"EventDisplay_CallToAction_VisitStore": "View Store Page",
"EventDisplay_CallToAction_FreeDemo": "Free Demo",
"EventDisplay_Events": "Admin Dashboard",
"EventDisplay_SeeOldVersion": "View Current Customer Version",
"EventDisplay_SalesPage": "View Store Sales Page",
"EventDisplay_StatsPage": "(VO) Stats Page",
"EventDisplay_ViewOnStore": "View on Store",
"EventDisplay_ViewOnCommunity": "View on Community",
"EventDisplay_NoEventsToSee": "No events found",
"EventDisplay_RightColumnTitle_Game": "Game",
"EventDisplay_RightColumnTitle_Blog": "Blog",
"EventDisplay_RightColumnTitle_DateAndTime": "Date and Time",
"EventDisplay_RightColumnTitle_EventType": "Type",
"EventDisplay_PostedBy": "by ",
"EventDisplay_Reminder_SetReminder": "Set a reminder",
"EventDisplay_Reminder_GetNotification_Via": "Get a notification",
"EventDisplay_Reminder_ViaEmail": "via email",
"EventDisplay_Reminder_ViaMobileApp": "via mobile app",
"EventDisplay_Reminder_FollowEvent": "Follow Event",
"EventDisplay_Reminder_FollowEvent_ttip": "Follow an event to be notified when the event starts.",
"EventDisplay_Reminder_RemindAtStart": "When the event starts",
"EventDisplay_Reminder_RemindAtStart_ttip": "Steam will notify you at the time the event starts.",
"EventDisplay_Reminder_IgnoreEvent": "Ignore This Event",
"EventDisplay_Reminder_IgnoreStop": "Stop Reminders",
"EventDisplay_Reminder_IgnoreEvent_ttip": "Ignoring an event will tell Steam to exclude this event for future suggestion and recommendations.",
"EventDisplay_Reminder_FollowEvent_Error": "Follow Event Error",
"EventDisplay_Reminder_FollowEvent_ErrorDesc": "Changing the event follow state hit the following error:",
"EventDisplay_Reminder_IgnoreEvent_Error": "Ignore Event Error",
"EventDisplay_Reminder_IgnoreEvent_ErrorDesc": "Changing the event ignore state hit the following error:",
"EventDisplay_Reminder_Toast": "Steam Desktop Toast at Start",
"EventDisplay_Reminder_AddToCalendar": "Add to calendar",
"EventDisplay_Reminder_AddToApple": "Add to Apple Calendar",
"EventDisplay_Reminder_AppleCalendar_Short": "Apple",
"EventDisplay_Reminder_AddToGoogle": "Add to Google Calendar",
"EventDisplay_Reminder_GoogleCalendar_Short": "Google",
"EventDisplay_Reminder_AddToOutlook": "Add to Outlook Calendar",
"EventDisplay_Reminder_OutlookCalendar_Short": "Outlook",
"EventDisplay_Reminder_AddToYahoo": "Add to Yahoo Calendar",
"EventDisplay_Reminder_Preferences": "Edit Reminder Preferences...",
"EventDisplay_TimeDisplay": "From %1$s to %2$s",
"EventDisplay_TimeDisplayNone": "No Date and Time Information",
"EventDisplay_TimeBeginsOn": "Upcoming Event Starts",
"EventDisplay_TimeBeginsOn_Past": "Started",
"EventDisplay_TimeBeginsOn_StartAndEnd_Past": "Past Event Started",
"EventDisplay_TimeEndsOn": "Ends",
"EventDisplay_TimeEndsOn_Past": "Ended",
"EventDisplay_RunsForDuration": "Runs %1$s",
"EventDisplay_TimeLeft": "Ends in %1$s",
"EventDisplay_TimeEndsOn_Ran": "Ran",
"EventDisplay_TimeRange": "Event Time",
"EventDisplay_TimeInPast": "Posted",
"EventDisplay_TimeUpcoming": "Event Starts",
"EventDisplay_EventUpcoming_WithDateAndTime": "Event starts %1$s at %2$s",
"EventDisplay_TimeEventActive": "Event is running now",
"EventDisplay_TimeEventOnNow": "On now!",
"EventDisplay_Share_Link": "Link: ",
"EventDisplay_Share_OnMyStatus": "Share directly to my status",
"EventDisplay_Share_OnMyStatus_Details": "Post this status to your Friends Activity feed. Steam will include the message and item preview shown below.",
"EventDisplay_Share_OnMyStatus_Placeholder": "Say something about this to your friends...",
"EventDisplay_Share_OnSteam": "Share on Steam Community as a status update",
"EventDisplay_Share_OnFaceBook": "Share on Facebook",
"EventDisplay_Share_OnTwitter": "Share on Twitter",
"EventDisplay_Share_OnReddit": "Share on Reddit",
"EventDisplay_Share_Success": "Success!",
"EventDisplay_Share_Failure": "Failed with following message: ",
"EventDisplay_Share_Announcement": "%1$s Announcement",
"EventDisplay_Share_Event": "%1$s Event",
"EventDisplay_Share_NotLoggedIn": "Not signed in",
"EventDisplay_Share_NotLoggedIn_Description": "To use this feature, you first need to #to Steam",
"EventDisplay_Share_CommentMigrationInProcess": "Discussion for this event are queued to be migrated to the events system. They are temporarily unaccessible. Please come back later.",
"EventDisplay_Share_OpenActivityFeed": "Open my activity feed",
"EventDisplay_AreYouSure": "Are you sure you want to delete this event (%1$s)? This action cannot be undone.",
"EventDisplay_AreYouSure_Visible": "Are you sure you want to delete this event (%1$s)? This action cannot be undone. This event will be removed from all places a user can discover it within a few minutes.",
"EventDisplay_DeleteEvent_InProgress": "Delete in progress. Please wait.",
"EventDisplay_DeleteEvent_Error": "There was an error processing the delete request:",
"EventDisplay_DeleteEvent_ForumTopicError": "The event was successfully deleted. We failed when attempting to delete the forum topic thread for the event. You can always try against in %1$s site. Error details:",
"EventDisplay_DeleteEvent_Success": "The event was successfully deleted.",
"EventDisplay_DeleteEvent_Comment": "Also delete the discussion forum comment thread for this event?",
"EventDisplay_SocialTitle": "More About This Game",
"EventDisplay_Sketchfab": "Sketchfab Model",
"EventDisplay_SketchFab_Error_Network": "Could not contact Sketchfab",
"EventEditor_Publish_VisibleNow": "Make Visible Now",
"EventEditor_Publish_VisibleNow_ttip": "This event will automatically become visible at the scheduled time. This button forces the event to become immediately visible.",
"EventEditor_Edit": "Edit Event",
"EventDisplay_DeleteEvent": "Delete Event",
"EventReminder_InProgress": "(note that notification options shown here are representative and not yet functional)",
"EventReminder_NotifyByEmail": "Notify me by Email",
"EventReminder_NotifyByEmail_ttip": "Steam will send an email notification to your account when the event starts.",
"EventReminder_NotifyByMobile": "Notify me on my Mobile device",
"EventReminder_NotifyByMobile_ttip": "Steam will push a notification when the event starts to all devices where you have installed and logged into the Steam mobile app.",
"EventReminder_NotifyByEmail_Missing": "Verify your email address to # for email reminders.",
"EventReminder_NotifyByEmail_Missing_Add": "Verify your email address.",
"EventReminder_NotifyByMobile_Missing": "Install one of the Steam apps to # for mobile reminders. ",
"EventReminder_NotifyByMobile_Install": "View available apps here.",
"EventEmail_Subject_NewUpdate": "%1$s, New Update",
"EventEmail_Subject_UpcomingLaunch": "%1$s, Upcoming Launch",
"EventEmail_Subject_NowAvailable": "%1$s Now Available",
"EventEmail_Subject_FreeDemoAvailable": "%1$s Free Demo Now Available",
"EventEmail_Subject_SpecialOffer": "%1$s Special Offer",
"EventEmail_Subject_Tournament_Now": "%1$s Tournament, Tune in Now",
"EventEmail_Subject_LiveStream_Now": "%1$s Live Stream, Tune in Now",
"EventEmail_Subject_NewDLC": "%1$s, New DLC Available",
"EventEmail_Subject_NewExpansion": "%1$s, New Expansion Available",
"EventEmail_Subject_NewChapter": "%1$s, New Chapter Available",
"EventEmail_Subject_NewBattlePass": "%1$s, New Battle Pass Available",
"EventEmail_Subject_NewSeason": "%1$s, New Season Available",
"Email_Wishlist_NewReleaseEA_Subject": "%1$s is now available in Early Access on Steam!",
"EventEmail_Button_ClickForMoreDetails": "Read More",
"Event_Button_VisitSalePage": "Visit the Sales page",
"EventEmail_Button_PrepurchaseNow": "Prepurchase now!",
"EventEmail_Button_BuyNow": "Buy now!",
"EventEmail_Button_PlayNow": "Play Now!",
"EventEmail_Button_WishlistNow": "Wishlist now!",
"EventEmail_WatchNow": "Watch Now",
"EventEmail_Destination_Store": "Steam Store Game Product Page",
"EventEmail_Destination_Event": "Event Detail Page",
"EventEmail_Destination_SalesPage": "Steam Store Sales Page",
"EventDashBoard_SummaryStats_Admin_Title": "(Visible only to admins)",
"EventDashBoard_SummaryStats_Title": "Unique Impressions and Views",
"EventDashBoard_SummaryStats_Desc": "(Beta) These are impressions and views of your events and announcements by unique logged-in users. This is only for new events and announcements crafted with this editor.",
"EventDashBoard_SummaryStats_Link": "Click here for more details.",
"EventDashBoard_SummaryStats_TotalImpressions": "Total Unique Impressions:",
"EventDashBoard_SummaryStats_TotalViews": "Total Unique Views:",
"EventDashBoard_SummaryStats_Dec2020Note": "Note: Due to heavy load, visibility was greatly undercounted from Dec 23 - Jan 5, 2021",
"EventDashBoard_ModerationQueueWarning": "This event has not yet gone through routine moderation and is therefore not currently visible in the Library.",
"EventDashBoard_Summary_LibraryHome_Shown": "Impressions of events (cover image):",
"EventDashBoard_Summary_LibraryHome_Read": "Clicks on an event to view details:",
"EventDashBoard_Summary_AppDetailSpotlight_Shown": "Impressions of spotlight banner:",
"EventDashBoard_Summary_AppDetailSpotlight_Read": "Clicks on a spotlight banner to view details:",
"EventDashBoard_Summary_AppDetailActivity_Shown": "Impressions of events in activity feed:",
"EventDashBoard_Summary_AppDetailActivity_Read": "Clicks on an event to view details:",
"EventDashBoard_Summary_StoreAppPage_Shown": "Impressions of events (cover image):",
"EventDashBoard_Summary_StoreAppPage_Read": "Clicks on an event to view details:",
"EventDashBoard_Summary_Community_Shown": "Impressions of event summary:",
"EventDashBoard_Summary_Community_Read": "Clicks on event summary to view details:",
"EventDashBoard_Summary_NewsHub_Shown": "Impressions of event in news hub:",
"EventDashBoard_Summary_NewsHub_Read": "Clicks on event to view details:",
"EventDashBoard_Location_LibraryHome": "Library Home Page",
"EventDashBoard_Location_LibraryDetail": "Library Game Page",
"EventDashBoard_Location_StoreDetail": "Store Game Page",
"EventDashBoard_Location_CommunityDetail": "Community App Hub",
"EventDashBoard_Location_PopUpViews": "Views of event pop-up",
"EventDashBoard_Location_NewsHubDetail": "News Hub",
"Sale_EnterEventsURL_Common": "Enter Event URL to Select",
"Sale_EnterEventsURL_Tooltip_Common": "Enter the full event URL and then select from the auto-complete menu. The event must be publicly visible to be added.",
"EventRepost_Dialog_Title": "Repost Event",
"EventRepost_Dialog_OK": "Repost",
"EventRepost_Dialog_Desc": "Reposting is referencing the event in the news hub in the timeline of the chosen groups below. The following are other community groups or apps which this event can be reposted to. Choose one or more groups to be posted.",
"EventRepost_Dialog_Existing": "%1$s - Group already reposting",
"EventRepost_Dialog_Action_Desc": "On clicking OK, we will do the following:",
"EventRepost_Dialog_Action_Add": "Repost on %1$s group(s)",
"EventRepost_Dialog_Action_Remove": "Remove the repost on %1$s group(s)",
"EventRepost_Dialog_Progress": "Reposting %1$s of %2$s items",
"EventRepost_Dialog_ResultFail": "Reposting fail. Please try again later.",
"EventRepost_Dialog_ResultSuccess": "Reposting successfully completed.",
"EventDashBoard_Location_ModerationTitle": "About Event Moderation",
"EventDashBoard_Location_WaitingModeraion": "Visibility pending moderation",
"EventDisplay_ReferencedApps_Joiner": ", ",
"EventDisplay_ReferencedApps": "Referenced content: %2$s.",
"EventDisplay_ReferencedApps_Plural": "Referenced content: %2$s.",
"EventEditor_SaleValveApproval_Title": "This sale page requires approval by Valve before you can publish and set it live",
"EventEditor_SaleValveApproval_Desc": "Please communicate with your Valve contact at least 7 days ahead of your desired publish date to make sure there is time for review\/approval and any necessary changes.",
"EventEditor_SaleValveApproval_Admin_Tooltip": "Marking the page as approved will allow the partner to publish the sale and make it live",
"AddToWishlist_short": "+ Wishlist",
"Wishlisted": "On your Wishlist",
"Wishlisted_short": "Wishlist",
"AddToWishlist_ttip": "Get notified by email when your wishlisted items get released or are on sale",
"Wishlist_Error": "Update Wishlist Error",
"Wishlist_Error_Desc": "We encountered an error adding to your wishlist. Please try again later:",
"WindowTitle_FriendsList": "Friends List",
"FriendsList_OfflineTitle": "ERROR",
"FriendsList_OfflineOrFailure": "Friends Network Unreachable",
"FriendsList_OfflineDetail": "This failure may indicate that your local network is offline or that the Steam Friends servers are currently offline.",
"FriendsList_SignedOut": "Signed Out of Friends & Chat",
"FriendsList_SignedOut_Detail": "You are currently offline. # to access your friends list and chat.",
"FriendsList_OfflineMode": "Signed Out of Friends & Chat",
"FriendsList_OfflineMode_Detail": "Friends and chat are not available in Offline Mode. Please go online to access your friends list and chat.",
"Friends_RetryLoading": "Retry Connection",
"Friends_SignIn": "#",
"FriendsList_Offline_Disconnected": "Disconnected",
"FriendsList_LoadingTitle": "LOADING",
"FriendsList_StillLoadingSummary": "Friends Network Loading...",
"FriendsList_StillLoadingDetail": "Steam is trying to connect to the friends network. This may take a few seconds longer.",
"Dialog_On": "ON",
"Dialog_Off": "OFF",
"Dialog_DefaultWindowTitle": "Steam Dialog",
"TimeInterval_XYears": "%1$s years",
"TimeInterval_1YearXMonths": "1 year and %1$s months",
"TimeInterval_1Year": "1 year",
"TimeInterval_XMonths": "%1$s months",
"TimeInterval_1Month": "1 month",
"TimeInterval_1MonthX": "1 month and %1$s days",
"TimeInterval_XWeeks": "%1$s weeks",
"TimeInterval_1Week": "1 week",
"TimeInterval_XDays": "%1$s days",
"TimeInterval_1Day": "1 day",
"TimeInterval_1DayXHours": "1 day and %1$s hours",
"TimeInterval_XHours": "%1$s hours",
"TimeInterval_1Hour": "1 hour",
"TimeInterval_1HourXMinutes": "1 hour and %1$s minutes",
"TimeInterval_LessThanAnHour": "less than an hour",
"TimeInterval_XMinutes": "%1$s minutes",
"TimeInterval_XMinutesXSeconds": "%1$s minutes, %2$s seconds",
"TimeInterval_XMinutes1Second": "%1$s minutes, 1 second",
"TimeInterval_1Minute": "1 minute",
"TimeInterval_1MinuteXSeconds": "1 minute, %1$s seconds",
"TimeInterval_1Minute1Second": "1 minute, 1 second",
"TimeInterval_LessThanAMinute": "less than a minute",
"TimeInterval_XSeconds": "%1$s seconds",
"TimeInterval_1Second": "1 second",
"TimeSince_XYears": "%1$s years ago",
"TimeSince_1YearXMonths": "1 year and %1$s months ago",
"TimeSince_1Year": "1 year ago",
"TimeSince_XMonths": "%1$s months ago",
"TimeSince_1Month": "1 month ago",
"TimeSince_1MonthXDays": "1 month and %1$s days ago",
"TimeSince_XWeeks": "%1$s weeks ago",
"TimeSince_1Week": "1 week ago",
"TimeSince_XDays": "%1$s days ago",
"TimeSince_1Day": "1 day ago",
"TimeSince_1DayXHours": "1 day and %1$s hours ago",
"TimeSince_XHours": "%1$s hours ago",
"TimeSince_1Hour": "1 hour ago",
"TimeSince_1HourXMinutes": "1 hour and %1$s minutes ago",
"TimeSince_LessThanAnHour": "less than an hour ago",
"TimeSince_XMinutes": "%1$s minutes ago",
"TimeSince_XMinutesXSeconds": "%1$s minutes, %2$s seconds ago",
"TimeSince_XMinutes1Second": "%1$s minutes, 1 second ago",
"TimeSince_1Minute": "1 minute ago",
"TimeSince_1MinuteXSeconds": "1 minute, %1$s seconds ago",
"TimeSince_1Minute1Second": "1 minute, 1 second ago",
"TimeSince_LessThanAMinute": "less than a minute ago",
"TimeSince_XSeconds": "%1$s seconds ago",
"TimeSince_1Second": "1 second ago",
"TimeSince_ThisWeek": "This week",
"TimeRemaining_XYears": "%1$s years remaining",
"TimeRemaining_1YearXMonths": "1 year and %1$s months remaining",
"TimeRemaining_1Year": "1 year remaining",
"TimeRemaining_XMonths": "%1$s months remaining",
"TimeRemaining_1Month": "1 month remaining",
"TimeRemaining_1MonthXDays": "1 month and %1$s days remaining",
"TimeRemaining_XWeeks": "%1$s weeks remaining",
"TimeRemaining_1Week": "1 week remaining",
"TimeRemaining_XDays": "%1$s days remaining",
"TimeRemaining_1Day": "1 day remaining",
"TimeRemaining_1DayXHours": "1 day and %1$s hours remaining",
"TimeRemaining_XHours": "%1$s hours remaining",
"TimeRemaining_1Hour": "1 hour remaining",
"TimeRemaining_1HourXMinutes": "1 hour and %1$s minutes remaining",
"TimeRemaining_LessThanAnHour": "less than an hour remaining",
"TimeRemaining_XMinutes": "%1$s minutes remaining",
"TimeRemaining_XMinutesXSeconds": "%1$s minutes, %2$s seconds remaining",
"TimeRemaining_XMinutes1Second": "%1$s minutes, 1 second remaining",
"TimeRemaining_1Minute": "1 minute remaining",
"TimeRemaining_1MinuteXSeconds": "1 minute, %1$s seconds remaining",
"TimeRemaining_1Minute1Second": "1 minute, 1 second remaining",
"TimeRemaining_LessThanAMinute": "less than a minute remaining",
"TimeRemaining_XSeconds": "%1$s seconds remaining",
"TimeRemaining_1Second": "1 second remaining",
"TimeRemaining_ThisWeek": "This week",
"Time_Now": "Live Now",
"Time_UpNext": "Up Next",
"Time_Today": "Today",
"Time_Tomorrow": "Tomorrow",
"Time_Yesterday": "Yesterday",
"Time_Recent": "Recent",
"Time_Today_At": "Today at %1$s",
"Time_Yesterday_At": "Yesterday at %1$s",
"Time_Past_At": "%1$s at %2$s",
"ContextMenu_Copy": "Copy",
"ContextMenu_Cut": "Cut",
"ContextMenu_Paste": "Paste",
"ContextMenu_CopyLinkURL": "Copy Link URL",
"ContextMenu_OpenLinkInNewWindow": "Open Link in New Window",
"ContextMenu_CopyImageURL": "Copy Image URL",
"ContextMenu_OpenImageInNewWindow": "Open Image in New Window",
"ContextMenu_AddToDictionary": "Add \"%1$s\" To Dictionary",
"Tooltip_Settings": "Manage friends list settings",
"Tooltip_VoiceSettings": "Manage voice settings",
"Tooltip_CopyRemotePlayTogetherInviteURL": "Copy Remote Play Together invite URL",
"Tooltip_SearchFriends": "Search my friends list",
"Tooltip_AddFriend": "Add a friend",
"Tooltip_FriendRequest": "%1$s incoming request",
"Tooltip_FriendRequest_Plural": "%1$s incoming requests",
"Tooltip_CreateGroupChat": "Create a group chat",
"Tooltip_InviteToGroup": "Invite a friend to this group chat",
"Tooltip_InviteToGroup_Denied": "You do not have permission to invite users to this group",
"Tooltip_GroupChatSettings": "Manage group chat settings",
"Tooltip_MemberCollapse": "Collapse member list",
"Tooltip_MemberExpand": "Expand member list",
"Tooltip_ChatsCollapse": "Collapse chats list",
"Tooltip_ChatsExpand": "Expand chats list",
"Tooltip_MinimizeList": "Minimize List",
"Tooltip_ExpandList": "Expand List",
"Tooltip_PinChannelList": "Pin Channel List",
"Tooltip_UnpinChannelList": "Unpin Channel List",
"Tooltip_TextChannel": "Text chat with group members",
"Tooltip_TextChannelCreate": "Create new text channel",
"Tooltip_NoPermissionChannelCreate": "You do not have permission to create channels in this group chat",
"Tooltip_VoiceChannel": "Voice chat in these voice channels",
"Tooltip_VoiceChannelCreate": "Create new voice channel",
"Tooltip_DismissVoice": "Decline Voice Invite",
"Tooltip_MicStatus_Active": "Microphone is active",
"Tooltip_MicStatus_Muted": "Microphone is muted",
"Tooltip_RemoteMicStatus_Muted": "User muted their microphone",
"Tooltip_MicStatus_NoMic": "User has no microphone connected",
"Tooltip_RemoteOutputStatus_Muted": "User disabled audio from this channel",
"Tooltip_YourMicStatus_Muted": "You muted your microphone",
"Tooltip_YourOutputStatus_Muted": "You disabled audio from this channel",
"Tooltip_VoiceControlButton_1v1_inactive": "Send a voice request",
"Tooltip_VoiceControlButton_1v1_active": "Leave voice channel",
"Tooltip_VoiceControlButton_group_create": "Create a voice channel",
"Tooltip_VoiceControlButton_group_leave": "Leave voice channel",
"Tooltip_VoiceControlButton_group_joinsingle": "Join voice channel",
"Tooltip_VoiceControlButton_group_joinmultiple": "Select a voice channel to join",
"LanguageTitle": "Language",
"Language_english": "English",
"Language_german": "German",
"Language_french": "French",
"Language_italian": "Italian",
"Language_korean": "Korean",
"Language_spanish": "Spanish - Spain",
"Language_schinese": "Chinese - Simplified",
"Language_tchinese": "Chinese - Traditional",
"Language_russian": "Russian",
"Language_thai": "Thai",
"Language_japanese": "Japanese",
"Language_portuguese": "Portuguese - Portugal",
"Language_polish": "Polish",
"Language_danish": "Danish",
"Language_dutch": "Dutch",
"Language_finnish": "Finnish",
"Language_norwegian": "Norwegian",
"Language_swedish": "Swedish",
"Language_hungarian": "Hungarian",
"Language_czech": "Czech",
"Language_romanian": "Romanian",
"Language_turkish": "Turkish",
"Language_arabic": "Arabic",
"Language_brazilian": "Portuguese - Brazil",
"Language_bulgarian": "Bulgarian",
"Language_greek": "Greek",
"Language_ukrainian": "Ukrainian",
"Language_latam": "Spanish - Latin America",
"Language_vietnamese": "Vietnamese",
"Language_sc_schinese": "SteamChina - Simplified Chinese",
"Language_koreana": "Korean",
"language_selection_english": "English",
"language_selection_spanish": "Espa\u00f1ol - Espa\u00f1a (Spanish - Spain)",
"language_selection_french": "Fran\u00e7ais (French)",
"language_selection_italian": "Italiano (Italian)",
"language_selection_german": "Deutsch (German)",
"language_selection_greek": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (Greek)",
"language_selection_koreana": "\ud55c\uad6d\uc5b4 (Korean)",
"language_selection_korean": "\ud55c\uad6d\uc5b4 (Korean)",
"language_selection_schinese": "\u7b80\u4f53\u4e2d\u6587 (Simplified Chinese)",
"language_selection_sc_schinese": "\u7b80\u4f53\u4e2d\u6587 (Simplified Chinese)",
"language_selection_tchinese": "\u7e41\u9ad4\u4e2d\u6587 (Traditional Chinese)",
"language_selection_russian": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439 (Russian)",
"language_selection_thai": "\u0e44\u0e17\u0e22 (Thai)",
"language_selection_japanese": "\u65e5\u672c\u8a9e (Japanese)",
"language_selection_portuguese": "Portugu\u00eas (Portuguese)",
"language_selection_brazilian": "Portugu\u00eas - Brasil (Portuguese - Brazil)",
"language_selection_polish": "Polski (Polish)",
"language_selection_danish": "Dansk (Danish)",
"language_selection_dutch": "Nederlands (Dutch)",
"language_selection_finnish": "Suomi (Finnish)",
"language_selection_norwegian": "Norsk (Norwegian)",
"language_selection_swedish": "Svenska (Swedish)",
"language_selection_czech": "\u010ce\u0161tina (Czech)",
"language_selection_hungarian": "Magyar (Hungarian)",
"language_selection_romanian": "Rom\u00e2n\u0103 (Romanian)",
"language_selection_bulgarian": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 (Bulgarian)",
"language_selection_pirate": "Pirate (Yarr!)",
"language_selection_turkish": "T\u00fcrk\u00e7e (Turkish)",
"language_selection_ukrainian": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 (Ukrainian)",
"language_selection_vietnamese": "Ti\u1ebfng Vi\u1ec7t (Vietnamese)",
"language_selection_arabic": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629 (Arabic)",
"language_selection_spanish_mexican": "Espa\u00f1ol - Mexicano (Spanish - Mexican)",
"language_selection_latam": "Espa\u00f1ol - Latinoam\u00e9rica (Spanish - Latin America)",
"Bbcode_Originally_Posted_By": "Originally posted by",
"Bbcode_No_Match": "No matches to supported BBCode",
"Bbcode_Expand_ShowMore_Collapsed": "Show More",
"Bbcode_Expand_ShowMore_Expanded": "Show Less",
"Bbcode_Expand_Spoiler_Collapsed": "Show Spoilers",
"Bbcode_Expand_Spoiler_Expanded": "Hide Spoilers",
"Bbcode_Expand_Details_Collapsed": "Show Details",
"Bbcode_Expand_Details_Expanded": "Hide Details",
"Editor_Bold": "Bold",
"Editor_Underline": "Underline",
"Editor_Italics": "Italics",
"Editor_StrikeThrough": "Strikethrough",
"Editor_Link": "Insert Link",
"Editor_Unordered": "Unordered List",
"Editor_Ordered": "Ordered List",
"Editor_Header": "Header",
"Editor_Header2": "Header 2",
"Editor_Header3": "Header 3",
"Editor_Emoticon": "Insert Emoticon",
"EventEditor_ConvertHTML_Error": "Failed Converting HTML",
"EventEditor_ConvertHTML_Error_Desc": "Failed Converting HTML to BBcode with the following error: '%1$s'",
"EventEditor_InsertLinkURL": "Insert URL",
"EventEditor_FormattingHelp_GetHelpLink": "Formatting help",
"EventEditor_InsertTrailer": "Insert Game Trailer",
"EventEditor_InsertTrailer_SearchApp": "Search by app name or ID",
"EventEditor_FailedToLoadApp": "Failed to load app details, try again later: %1$s",
"EventEditor_ImportHTML": "Import HTML",
"EventEditor_ImportFromHTML": "Import from HTML",
"EventEditor_ImportFromHTML_ttip": "Import from HTML. Will automatically convert your html to Steam formatting tags.",
"EventEditor_ImportFromHTML_Instruction": "Type or paste HTML below.",
"EventEditor_ImportFromHTML_PreserveNewlines": "Preserve newlines",
"EventEditor_ImportFromHTML_PreserveNewlines_Hint": "In HTML, newlines usually have no effect, but in BBCode they will show as blank lines. If you used <p> or <br> tags, leave this unchecked. If you usually use blog software that automatically adds <br> tags for newlines, you will probably want to check this box.",
"EventEditor_ImportFromHTML_ConvertToBBCode": "Convert to BBCode:",
"EventEditor_ImportFromHTML_ConversionInProgress": "Conversion in progress. Please do not close dialog.",
"EventEditor_ImportFromHTML_ConvertFinished": "Conversion Finished. You can now safely close this dialog.",
"EventEditor_InsertYouTube": "Insert YouTube\u2122 Video",
"EventEditor_InsertYouTube_Left": "Left-aligned",
"EventEditor_InsertYouTube_Right": "Right-aligned",
"EventEditor_InsertYouTube_Full": "Full width",
"EventEditor_InsertYouTube_URL": "Full URL",
"EventEditor_InsertYouTube_Position": "Position",
"EventEditor_InsertYouTube_Placholder": "Enter YouTube\u2122 URL",
"EventEditor_InsertYouTube_NoURL": "Please enter a valid YouTube\u2122 URL.",
"EventEditor_InsertYouTube_Summary": "Descriptive summary version",
"EventEditor_InsertImage": "Insert an image from the web",
"EventEditor_InsertImage_Title": "Insert Image",
"EventEditor_InsertImage_Desc": "Enter an URL for an image (such as .jpg .gif or .png) to include that image in your post.",
"EventEditor_InsertImage_URL": "Image URL",
"EventEditor_InsertImage_Placeholder": "Enter a valid URL",
"EventEditor_InsertImage_Anchor": "Optional: URL to open when image clicked",
"EventEditor_AddSpeaker": "Insert Speaker",
"EventEditor_AddSpeaker_Desc": "Add a speaker's or streamer's details to the events. They will appear on the event and will also appear in event summary such that they are inspectable by Steam users.",
"EventEditor_AddSpeaker_Name": "Name:",
"EventEditor_AddSpeaker_Title": "Title (optional):",
"EventEditor_AddSpeaker_Company": "Company (optional):",
"EventEditor_AddSpeaker_About": "About the Speakers:",
"EventEditor_AddSpeaker_About_Placeholder": "Tell us aout the Presenters\/Streamers... Can include social media links",
"EventEditor_ChoosePhoto": "Choose Speaker Photo",
"EventEditor_AssociateSteamAccount": "Associate Steam Account",
"EventEditor_AssociateSteamAccount_ttip": "By associating the appropriate Steam account with the speaker, they will get a presenter badge on the Steam broadcast that appears on A Steam sale page.",
"EventEditor_SteamAccount_addme": "Add me",
"EventEditor_SteamAccount_addfriend": "Add a friend",
"EventEditor_SteamAccount_clear": "Clear association",
"BBCode_ChooseImage": "Choose Image (%1$s x %2$s)",
"BBCode_ResizeImage": "Resize Image",
"EventEditor_LinkDescription": "Text To Display",
"EventEditor_LinkURL": "URL",
"EventEditor_YouTubeVideoTitle": "YouTube\u2122 Video: %1$s",
"EventEditor_YouTubeVideoViews": "Views: %1$s",
"EventEditor_Author": "By: %1$s",
"EventEditor_Comments": "Comments",
"EventEditor_UpVotes": "Up Votes",
"EventEditor_DownVotes": "Down Votes",
"RSSManager_PostEvent_CreateFeedTitle": "Create News Feed Settings",
"RSSManager_PostEvent_UpdateFeedTitle": "Update News Feed Settings",
"RSSManager_PostEvent_Tilte": "Post News to Steam?",
"RSSManager_CreateFeed_Review": "Please review the following requirement before continuing:",
"RSSManager_PostEvent_CreateFeed_DuringPost": "The RSS feed being previewed doesn't match the current setting. Before we can create this new event, we need to first update the feed to the RSS URL used for the preview. By default the RSS feed automation will be disabled. This can be changed later.",
"RSSManager_PostEvent_CreateFeed_Desc": "Create\/Update feed to this RSS URL?: '%1$s'",
"RSSManager_PostEvent_Failure": "Failed to complete the feed creation\/update and\/or news posting action",
"RSSManager_PostEvent_CreatePost": "Would you like to post this item to Steam?",
"RSSManager_PostEvent_CreatePost_Draft": "Save as a draft? - Instead of posting immediately, this will create a hidden and unpublished announcement. You may then make changes before publishing in your Announcements Dashboard.",
"RSSManager_PostEvent_UpdatePost": "This event already exists in Steam. Would you like to update its content from the RSS item? Useful if RSS item content has changed. This will remove any customization done using the editor.",
"RSSManager_PostEvent_InFlight": "Please wait for Steam server to complete action.",
"RSSManager_PostEvent_Success_feed": "RSS feed has been successfully updated",
"RSSManager_PostEvent_Success": "Your announcement has been successfully created. To edit further go here: ",
"RSSManager_PostEvent_EventLink": "Edit Event Here",
"RSSManager_CreateFeed_Permissions_v1": "I agree that I am authorized to provide this RSS feed to be stored and redistributed via Steam.",
"RSSManager_CreateFeed_Conduct_v1": "I confirm that the contents of this RSS feed that are redistributed through Steam will comply with the Steam Online Conduct Rules.",
"RSSManager_CreateFeed_Conduct_Link": "Read Steam Online Conduct Rules here.",
"RSSManager_Status_Automation_Desc": "Automatically post news announcements from RSS feed",
"RSSManager_Status_Automation_Activate": "Activate RSS Feed",
"RSSManager_Status_Automation_DisableFailed": "Failed to deactivate feed. Please try again later.",
"RSSManager_EventDashBoard": "Open events dashboard",
"RSSManager_PostEvent_ViewEvent": "View Event",
"RSSManager_PostEvent_EditEvent": "Edit Event",
"RSSManager_PostEvent_UpdateEvent": "Update Event from RSS",
"RSSManager_SeeReview": "See Curation",
"RSSManager_PostEvent_Draft": "Saved as a draft",
"RSSManager_PostEvent_Staged": "Saved as a draft, staged to automatically publish %1$s",
"RSSManager_PostEvent_PostedDate": "Posted on %1$s",
"RSSManager_PostEvent_ViewRaw": "View Raw RSS",
"RSSManager_PreviewInfo": "Showing content for RSS url '%1$s':",
"Error_Message": "Error Message",
"Warning_Message": "Warning Message",
"Informational_Message": "Informational Message",
"Error_Description": "Error (code: %1$s) occurred with details: (%2$s)",
"Error_FailureNotice": "Failure",
"Error_GenericFailureDescription": "Sorry, that didn't work.",
"Image_ErrorTitle": "Failed to Load Image '%1$s', possible issues include:",
"Image_Error_msg1": "Check that the path to the image is correct.",
"Image_Error_msg2": "Check if server hosting the image supports anonymous access. The browser console may indicate an error related Access-Control-Allow-Origin if it doesn't.",
"Image_Error_msg3": "Ensure the URL to the image starts with https:\/\/ not http:\/\/. We expect access to images over an encrypted transfer.",
"Image_Error_suggestion": "You can always upload the image to Steam to host the content for free.",
"Platform_Hint_Mobile": "on Mobile Device",
"Platform_Hint_BigPicture": "in Big Picture",
"Platform_Hint_VR": "in Virtual Reality",
"Hover_SteamLevel": "Steam Level",
"Hover_BadgeXP": "%1$s XP",
"PersonaStateOffline": "Offline",
"PersonaStateAway": "Away",
"PersonaStateOnline": "Online",
"PersonaStateBlocked": "Blocked",
"PersonaStateInGame": "In-Game",
"PersonaStateBusy": "Busy",
"PersonaStateSnooze": "Away",
"PersonaStateOnlineIngame": "Online\/In Game",
"PersonaStatePartyBeacon": "Wants to Play",
"PersonaStateInvisible": "Invisible",
"PersonaStateInNonSteamGame": "In non-Steam game",
"PersonaStateSignedOut": "Signed out",
"PersonaStateOfflineMode": "Offline Mode",
"PersonaStateWatchingBroadcast": "Watching broadcast:",
"PersonaStateLookingToTrade": "Looking to Trade",
"PersonaStateLookingToPlay": "Looking to Play",
"PersonaStateLastSeen": "Last online %1$s",
"PersonaStateLastSeen_JustNow": "Last online just now",
"PersonaStateRemotePlayTogether": "Remote Play Together",
"PersonaStateInvisibleDescriptor": "Appear offline, but you can still chat",
"PersonaStateSignedOutDescriptor": "Sign out of Friends & Chat",
"PersonaStateDoNotDisturbDescriptor": "Disables all chat notifications",
"PersonaStateOfflineModeDescriptor": "Do not connect to Steam servers",
"User_WantsToPlay": "Join",
"User_ToggleDoNotDisturb": "Do Not Disturb",
"User_GameInfoHidden": "Your game status is hidden from friends because of your privacy settings",
"User_LimitedAccount": "Your account does not meet the requirements to use this feature. %1$s for more information.",
"User_LimitedAccount_UrlInfo": "Visit Steam Support",
"isNickname": "Your nickname for this friend",
"Friend_Menu_NotAFriendLabel": "Not Friends",
"Friend_Menu_NotAFriendRequesting": "Requesting to be Friends",
"DASHPlayerStats_BytesReceived": "Bytes Received:",
"DASHPlayerStats_BufferingResolution": "Buffering Resolution:",
"DASHPlayerStats_PlaybackResolution": "Playback Resolution:",
"DASHPlayerStats_HtmlResolution": "Display Resolution:",
"DASHPlayerStats_DroppedFrames": "Dropped Frames:",
"DASHPlayerStats_VideoBuffered": "Video Buffered:",
"DASHPlayerStats_AudioBuffered": "Audio Buffered:",
"DASHPlayerStats_BandwidthRequired": "Bandwidth Required (Mbps):",
"DASHPlayerStats_BandwidthVideo": "Bandwidth Video (Mbps):",
"DASHPlayerStats_BandwidthNums": "Bandwidth Min\/Max\/Avg (Mbps):",
"DASHPlayerStats_DownloadNums": "DL Times Min\/Max\/Avg (Sec):",
"DASHPlayerStats_ContentServer": "Host:",
"DASHPlayerStats_ActiveDownloads": "Active Downloads:",
"DASHPlayerStats_StallEvents": "Stall Events:",
"DASHPlayerStats_FailedDownloads": "Failed Download Events:",
"DASHPlayerStats_VideoDownloadProgress": "Video Download Progress:",
"DASHPlayerStats_TimeToFirstFrame": "Time to First Frame MS:",
"DASHPlayerStats_DroppingFrames": "Persistent Frame Drops Detected:",
"DASHPlayerStats_CurrentFPS": "Current FPS:",
"DASHPlayerStats_Tracking": "Gathering Data...",
"DASHPlayerStats_PlaybackRate": "Playback Speed:",
"DASHPlayerStats_VideoBufferRange": "Video Buffer %1$s:",
"DASHPlayerStats_AudioBufferRange": "Audio Buffer %1$s:",
"DASHPlayerStats_VideoNoRangeInformation": "No Buffered Video Segments",
"DASHPlayerStats_AudioNoRangeInformation": "No Buffered Audio Segments",
"DASHPlayerControls_GoLive": "Go Live",
"DASHPlayerControls_IsLive": "Live",
"DASHPlayerControls_ClickToPlay": "Click to Play",
"DASHPlayerControls_IsReplay": "RE-BROADCAST",
"DASHPlayerControls_Start": "Start",
"DASHPlayerControls_End": "End",
"Played_Minutes": "%1$s minutes",
"Played_Hours": "%1$s hours",
"WriteReview_Dialog_PostReview": "Post review",
"WriteReview_Dialog_ReviseReview": "Edit review",
"WriteReview_Dialog_Title": "Review",
"WriteReview_Dialog_Playtime": "You've played for %1$s",
"WriteReview_Dialog_Playtime_Software": "You've used this title for %1$s",
"WriteReview_Dialog_Playtime_Revise": "You've played an additional %1$s",
"WriteReview_Dialog_RecommendGame": "Would you recommend this game to other players?",
"WriteReview_Dialog_RecommendGame_Software": "Would you recommend this software to other players?",
"WriteReview_Dialog_RecommendGame_Revise": "Would you like to revise your review?",
"WriteReview_Dialog_GetHelp_Btn": "Get help with your purchase",
"WriteReview_Dialog_Visibility": "Visibility:",
"WriteReview_Dialog_Public": "Public",
"WriteReview_Dialog_Friends": "Friends Only",
"WriteReview_Dialog_Yes": "Yes",
"WriteReview_Dialog_No": "No",
"WriteReview_Dialog_GetSupport_Btn": "Get help with your purchase",
"WriteReview_Dialog_GetSupport_Desc": "Get technical advice, official customer support, or request a refund.",
"WriteReview_Dialog_AddReview_Btn": "Post a review",
"WriteReview_Dialog_AddReview_Desc": "Share your thoughts with other players.",
"WriteReview_Dialog_AddReview_Header": "Would you like to post a review?",
"WriteReview_Dialog_ReviewInstructions_Link": "Rules and Guidelines",
"WriteReview_Dialog_ReviewInstructions": "Please describe what you liked or disliked about this product and whether you recommend it to others. Please remember to be polite and follow the %1$s. A description is required to post your recommendation.",
"WriteReview_Dialog_AllowComments": "Allow comments",
"WriteReview_Dialog_FreeDisclaimer": "Check this box if you received this product for free",
"WriteReview_Dialog_FreeDisclaimer_Tooltip": "Check this box if you were given this product for free. Will show Product received for free alongside your review. If you received additional compensation for the review of this game, you must disclose that in the text of your review.",
"WriteReview_Dialog_FormattingHelp": "Formatting Help",
"WriteReview_Dialog_GenericError": "We encountered a problem while posting your review. Please try again later.",
"WriteReview_Dialog_NoTextError": "Please describe what you liked or disliked about this product.",
"WriteReview_Dialog_Delay": "Maybe Later",
"Broadcast_View_Stack_H": "Horizontal View",
"Broadcast_View_Stack_V": "Vertical View",
"Broadcast_View_Theater": "Theater Mode",
"Broadcast_View_Fullscreen": "Fullscreen",
"Broadcast_View_HideChat": "Hide Chat",
"Broadcast_View_ShowBothChats": "Show Both Chats",
"Broadcast_View_ShowSingleChats": "Show Single Chat",
"Broadcast_View_ShowChat": "Show Chat",
"Broadcast_Store_FreeToPlay": "Free to Play",
"Broadcast_PartnerChat_Login": "# with your Steam Partner account in order to chat",
"PartnerEvent_1": "Other Event",
"PartnerEvent_2": "Game Event",
"PartnerEvent_3": "Party Event",
"PartnerEvent_4": "Meeting Event",
"PartnerEvent_5": "Special Cause",
"PartnerEvent_6": "Music and Arts Event",
"PartnerEvent_7": "Sports Event",
"PartnerEvent_8": "Live Trip Event",
"PartnerEvent_9": "Chat",
"PartnerEvent_9_editor": "A Chat or AMA Session",
"PartnerEvent_10": "Game Release",
"PartnerEvent_10_editor": "Game is Releasing Now!",
"PartnerEvent_11": "Live-Stream \/ Broadcast",
"PartnerEvent_12": "Small Update \/ Patch Notes",
"PartnerEvent_12_editor": "Small Update \/ Patch Notes",
"PartnerEvent_13": "Regular Update",
"PartnerEvent_14": "Major Update",
"PartnerEvent_15": "DLC Release",
"PartnerEvent_16": "Upcoming Release",
"PartnerEvent_16_editor": "Game is Releasing on a Specific Date",
"PartnerEvent_17": "ESport Tournament Broadcast",
"PartnerEvent_18": "Dev Stream Broadcast",
"PartnerEvent_19": "Famous Broadcast",
"PartnerEvent_20": "Game Discount",
"PartnerEvent_20_editor": "Discount on This Game",
"PartnerEvent_21": "Item or DLC Discount",
"PartnerEvent_21_editor": "Discount on In-Game Items or DLC",
"PartnerEvent_22": "XP Boost",
"PartnerEvent_23": "Loot Event",
"PartnerEvent_24": "Perks Event",
"PartnerEvent_25": "Challenge Event",
"PartnerEvent_26": "Contest",
"PartnerEvent_27": "IRL Event",
"PartnerEvent_27_editor": "Attending an Expo, Meetup, or Convention",
"PartnerEvent_28": "News",
"PartnerEvent_28_editor": "Announcement \/ News",
"PartnerEvent_29": "Beta Release",
"PartnerEvent_29_editor": "Beta Invitation \/ News",