-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdynamicLocalisation
92 lines (92 loc) · 3.82 KB
/
dynamicLocalisation
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
{
"en":{
"hashFinishFormat":"Just finished 1st on @UltimateFanLive for %s v %s %s",
"hashScreenFormat":"Check this out! @UltimateFanLive for %s v %s %s",
"hashDraftFormat":"I just drafted %s & %s on @UltimateFanLive for %s v %s %s",
"powerupShareText":"Just used my %s on %s on @ultimatefanlive for %s vs %s %s",
"referShareSubject":"Hey, I'm playing this real-time fantasy football",
"referShareText":"Hey, I'm playing real-time fantasy football on @ultimatefanlive. Join me: %s",
"actions":{
"offside_won":"Offside Won",
"won_corner":"won corner",
"great_tackle":"Great Tackle",
"bad_mistake":"Bad Mistake",
"2nd_yellow_card":"2nd Yellow Card",
"big_mistake":"Big Mistake",
"tackle_lost":"Tackle Lost",
"save_off_line":"Save off line",
"penalty_fault":"Penalty Fault",
"offside":"Offside",
"red_card":"Red Card",
"pen_won":"Pen Won",
"pen_miss":"Pen Miss",
"header_won":"Header Won",
"foul_won":"Foul Won",
"assist":"Assist",
"foul_conceded":"Foul Conceded",
"crosses_ball":"Crosses Ball",
"tackle":"Tackle",
"header_lost":"Header Lost",
"pass_miss":"Pass miss",
"big_miss":"Big Miss",
"own_goal":"Own Goal",
"great_pass":"Great Pass",
"shot_hit_post":"Shot hit Post",
"clears_ball":"Clears Ball",
"shot_on_goal":"Shot on Goal",
"top_skill":"Top Skill",
"shot_off_goal":"Shot off Goal",
"intercepts_ball":"Intercepts Ball",
"tackle":"Tackle",
"goal":"GOAL",
"loses_ball":"Loses Ball",
"through_ball":"Through Ball",
"shot_blocked":"Shot Blocked",
"great_dribble":"Great Dribble",
"bad_dribble":"Bad Dribble",
"great_block":"Great Block",
"yellow_card":"Yellow Card",
"pass":"Pass"
},
"point_scoring":{
"goal":"Goal",
"assist":"Assist",
"shot_on_target":"Shot on Target",
"shot_hit_the_post":"Shot hit the Post",
"last_line_save":"Last Line Save",
"last_man_tackle":"Last Man Tackle",
"penalty_won":"Penalty Won",
"defensive_block":"Defensive Block",
"shot_blocked":"Shot Blocked",
"shot_off_target":"Shot off Target",
"great_skill":"Great Skill",
"tackle_won":"Tackle - Won",
"tackle_won_without_possession":"Tackle - Won (without Possession)",
"through_ball":"Through Ball",
"successful_take_on_dribble":"Successful Take On (dribble)",
"key_pass":"Key Pass",
"interception":"Interception",
"provoked_offside_last_defender":"Provoked Offside (last defender)",
"successful_cross_bonus":"Successful Cross - Bonus",
"effective_clearance":"Effective Clearance",
"pass_successful":"Pass - Successful",
"aerial_duel_won":"Aerial Duel - Won",
"foul_won":"Foul - Won",
"dispossessed":"Dispossessed",
"pass_unsuccessful":"Pass - Unsuccessful",
"foul_conceded":"Foul - Conceded",
"unsuccessful_dribble":"Unsuccessful dribble",
"tackle_challenge_lost":"Tackle - challenge lost",
"caught_offside":"Caught Offside",
"big_error_lead_to_shot":"Big Error - lead to shot",
"big_chance_missed":"Big Chance Missed",
"2nd_yellow_card":"2nd Yellow Card",
"yellow_card":"Yellow Card",
"big_error_lead_to_goal":"Big Error - lead to goal",
"penalty_missed":"Penalty Missed",
"penalty_conceded":"Penalty Conceded",
"own_goal":"Own Goal",
"red_card":"Red Card"
}
}
}