Newer
Older
{
"paweljong": {
"register": {
"menu_title": "Register"
},
"events": {
"menu_title": "Events",
"vouchers": {
"menu_title": "Vouchers"
},
"terms": {
"menu_title": "Terms"
},
"registration_states": {
"menu_title": "Registration states"
},
"info_mailings": {
"menu_title": "Info mailings"
},
"generate_lists": {
"menu_title": "Generate participant list"
},
"manage_events": {
"menu_title": "Manage events"
}
"title_plural": "Additional Fields For Events",
"menu_title": "Additional Event Fields",
"field_type": {
"form_field_name": "Field Type",
"BOOLEANFIELD": "Boolean (Yes/No)",
"CHARFIELD": "Text (one line)",
"DATEFIELD": "Date",
"DATETIMEFIELD": "Date and time",
"DECIMALFIELD": "Decimal number",
"EMAILFIELD": "E-mail address",
"INTEGERFIELD": "Integer",
"GENERICIPADDRESSFIELD": "IP address",
"NULLBOOLEANFIELD": "Boolean or empty (Yes/No/Neither)",
"TEXTFIELD": "Text (multi-line)",
"TIMEFIELD": "Time",
"URLFIELD": "URL / Link"
},
"required": "Required",
"optional": "Optional"
},
"event_registration": {
"form": {
"submitted": {
"thank_you": "Thanks!",
"submitted_successfully": "Your registration was submitted successfully."
},
"steps": {
"email": {
"title": "E-Mail address",
"choose_mode": {
"help_text": "Every person needs a personal e-mail address. This address must be one that you, the participating child, check and read yourself, not one owned by your parents. If you do not have a personal e-mail address yet, and do not want or cannot register one with one of the \"big\" providers (keep in mind that Google, Outlook, etc. are allowed from 16 years only, and often collect and analyse your private mail), you can register an e-mail address with us.",
"continue_aleksis": "I don't have a personal email address",
"continue_own": "I have a personal email address",
"continue_existing_account": "I already have an account",
"back": "Go back"
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
},
"fields": {
"email": {
"label": "E-Mail address"
},
"confirm_email": {
"label": "Confirm e-mail address"
}
}
},
"register": {
"title": "Account",
"fields": {
"first_name": {
"label": "First name"
},
"last_name": {
"label": "Last name"
},
"username": {
"label": "Username"
},
"password": {
"label": "Password"
},
"confirm_password": {
"label": "Confirm password"
}
}
},
"contact_details": {
"title": "Contact information",
"fields": {
"first_name": {
"label": "First name"
},
"last_name": {
"label": "Last name"
},
"date_of_birth": {
"label": "Date of birth"
},
"sex": {
"label": "Sex",
"help_text": "For various reasons, e.g. because we have to keep gender segregation during the night for legal reasons, we need to know if you are a boy or a girl."
},
"street": {
"label": "Street"
},
"housenumber": {
"label": "Housenumber"
},
"postal_code": {
"label": "Postal code"
},
"place": {
"label": "Place"
},
"email": {
"label": "E-Mail address",
"help_text": "Please use your personal e-mail address here, which you will check personally. Important information will always be sent to your parents as well. Do not use an e-mail address owned by your parents here."
},
"mobile_number": {
"label": "Mobile number",
"help_text": "Your mobile number helps us to reach you in an emergency during the event, e.g. if you are alone with your group at a conference or similar. If you don't have a cell phone, you can leave the field blank."
},
"school": {
"label": "School",
"help_text": "Please enter the name of your school."
},
"school_place": {
"label": "School place",
"help_text": "Enter the place (city) where your school is located."
},
"school_class": {
"label": "School class",
"help_text": "Please enter the class you are in (e.g. 8a)."
}
}
},
"guardians": {
"title": "Legal guardians",
"counter": "Guardian {i}",
"add": "Add guardian",
"fields": {
"first_name": {
"label": "Guardian's first name",
"help_text": "Please enter the first name of the legal guardian who will fill in the registration with you and who can be reached during the event in an emergency."
},
"last_name": {
"label": "Guardian's last name",
"help_text": "Please enter the last name of the legal guardian who will fill in the registration with you and who can be reached during the event in an emergency."
},
"email": {
"label": "Guardian's email address"
},
"mobile_number": {
"label": "Guardian's mobile number",
"help_text": "We need the mobile phone number for emergencies if we urgently need to reach your parents during the event."
}
}
},
"additional": {
"title": "Additional information",
"fields": {
"medical_information": {
"label": "Medical information / intolerances",
"help_text": "If there are any medically important things we need to consider, e.g. when making food or to make sure you take prescribed medication, please enter it here."
}
}
},
"financial": {
"title": "Payment",
"help_text": {
"cost": "Real costs",
"max_cost": "Maximal payable amount",
"min_cost": "Minimal payable amount",
"cost_info": "Our association would like to offer all children and young people the opportunity to participate in our events. Sometimes, however, families cannot afford the full fee. We therefore have a budget from which we can promote participation after we have carefully examined the necessity and eligibility. We rely on donations for this budget. If you would like to donate a voluntary additional amount for this budget, please enter an amount higher than our costs. If you cannot afford the full fee, please enter an amount that fits your financial capacities."
"payment_method": {
"label": "Payment method",
"help_text": "Please choose a payment method. The actual payment will be made after the registration."
},
"voucher_code": {
"label": "Voucher code",
"help_text": "If you have a voucher code, type it in here."
},
"amount": {
"label": "Amount paid by you (in €)"
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
}
}
},
"consent": {
"title": "Consent",
"fields": {
"retraction_consent": {
"label": "I confirm that the retraction of the registration is not possible anymore after {date}"
}
}
},
"confirm": {
"title": "Confirm",
"hint": "After this step, you won't be able to edit your registration.",
"fields": {
"comment": {
"label": "Other remarks",
"help_text": "You can write down any remarks you want to tell us here."
}
}
}
},
"rules": {
"email": {
"valid": "This is not a valid e-mail address"
},
"confirm_email": {
"no_match": "The e-mail addresses do not match"
},
"confirm_password": {
"no_match": "The passwords do not match"
},
"amount": {
"too_high": "The amount is higher than the maximal payable amount.",
"too_low": "The amount is lower than the minimal payable amount."