forked from vintage/party_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintl_messages.arb
159 lines (159 loc) · 5.23 KB
/
intl_messages.arb
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
{
"@@last_modified": "2019-03-26T11:50:42.313637",
"tutorialSkip": "Play",
"@tutorialSkip": {
"description": "Button which skips the tutorial and takes the player to the game",
"type": "text",
"placeholders": {}
},
"tutorialFirstSectionHeader": "Friends",
"@tutorialFirstSectionHeader": {
"description": "Header for the first tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialFirstSectionDescription": "Gather a groups of friends and sit together. Youngest player starts.",
"@tutorialFirstSectionDescription": {
"description": "Description for the first tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialSecondSectionHeader": "Category",
"@tutorialSecondSectionHeader": {
"description": "Header for the second tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialSecondSectionDescription": "Select the category and place the phone on forehead. Guess the word with friends help.",
"@tutorialSecondSectionDescription": {
"description": "Description for the second tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialThirdSectionHeader": "Tips",
"@tutorialThirdSectionHeader": {
"description": "Header for the third tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialThirdSectionDescription": "Decide on what kind of tips would you use during the round - speak, show, draw or even hum.",
"@tutorialThirdSectionDescription": {
"description": "Description for the third tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialFourthSectionHeader": "Fun!",
"@tutorialFourthSectionHeader": {
"description": "Header for the fourth tutorial section",
"type": "text",
"placeholders": {}
},
"tutorialFourthSectionDescription": "Tap the screen once when correctly guessed or twice if you want to pass. Good luck!",
"@tutorialFourthSectionDescription": {
"description": "Description for the fourth tutorial section",
"type": "text",
"placeholders": {}
},
"preparationPlay": "Play",
"@preparationPlay": {
"description": "Button which confirms the selected category and starts the main game",
"type": "text",
"placeholders": {}
},
"moreQuestionsAvailable": "and a lot more",
"@moreQuestionsAvailable": {
"description": "Text indicating that there are lot more questions available in given category",
"type": "text",
"placeholders": {}
},
"preparationBack": "Back",
"@preparationBack": {
"description": "Button which discards current category and takes the player back to the category listing",
"type": "text",
"placeholders": {}
},
"preparationOrientationDescription": "Place the phone on forehead",
"@preparationOrientationDescription": {
"description": "Message which reminds player to put the phone in landscape orientation before game starts",
"type": "text",
"placeholders": {}
},
"gameCancelConfirmation": "Do you want to cancel the current game?",
"@gameCancelConfirmation": {
"description": "Description of the dialog which is presented to the player when he tries to quit the game loop",
"type": "text",
"placeholders": {}
},
"gameCancelApprove": "OK",
"@gameCancelApprove": {
"description": "Text for approving the decision to cancel current game.",
"type": "text",
"placeholders": {}
},
"gameCancelDeny": "Cancel",
"@gameCancelDeny": {
"description": "Text for canceling the decision to cancel current game.",
"type": "text",
"placeholders": {}
},
"nextQuestion": "Next",
"@nextQuestion": {
"description": "Text shown before presenting next question during the game",
"type": "text",
"placeholders": {}
},
"summaryHeader": "Your score",
"@summaryHeader": {
"description": "Header displayed at the top of summary screen, informing player about current score",
"type": "text",
"placeholders": {}
},
"summaryBack": "Back",
"@summaryBack": {
"description": "Button which takes the player from summary screen to category listing",
"type": "text",
"placeholders": {}
},
"settingsHeader": "Settings",
"@settingsHeader": {
"description": "Header displayed at the top of settings screen",
"type": "text",
"placeholders": {}
},
"settingsAccelerometer": "Accelerometer",
"@settingsAccelerometer": {
"description": "Label for toggling accelerometer support",
"type": "text",
"placeholders": {}
},
"settingsAudio": "Audio",
"@settingsAudio": {
"description": "Label for toggling audio support",
"type": "text",
"placeholders": {}
},
"settingsVibrations": "Vibrations",
"@settingsVibrations": {
"description": "Label for toggling vibrations support",
"type": "text",
"placeholders": {}
},
"settingsLanguage": "Language",
"@settingsLanguage": {
"description": "Label for changing game language",
"type": "text",
"placeholders": {}
},
"settingsPrivacyPolicy": "Privacy policy",
"@settingsPrivacyPolicy": {
"description": "Label for opening privacy policy",
"type": "text",
"placeholders": {}
},
"roundTime": "Round time",
"@roundTime": {
"description": "Label for round time slider",
"type": "text",
"placeholders": {}
}
}