-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
492 lines (378 loc) · 9.67 KB
/
messages.pot
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
# Translations template for PROJECT.
# Copyright (C) 2023 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-08-06 17:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: config.py:20
msgid ""
"Search for train ticket prices in Austria and create a travel journal, to"
" find out if your Klimaticket pays off."
msgstr ""
#: app/__init__.py:139
msgid "Language changed"
msgstr ""
#: app/util.py:49
msgid ""
"<p>Price for a ticket from {origin} to {destination}:</p><p><mark "
"class=\"display-4\">{price} €</mark></p>"
msgstr ""
#: app/util.py:61
msgid "Checking local cache"
msgstr ""
#: app/util.py:73
msgid "Generating access token"
msgstr ""
#: app/util.py:78
msgid "Failed to generate access token"
msgstr ""
#: app/util.py:83
msgid "Processing origin"
msgstr ""
#: app/util.py:88
msgid "Failed to process origin"
msgstr ""
#: app/util.py:93
msgid "Processing destination"
msgstr ""
#: app/util.py:98
msgid "Failed to process destination"
msgstr ""
#: app/util.py:103
msgid "Processing travel action"
msgstr ""
#: app/util.py:110
msgid "Failed to process travel action"
msgstr ""
#: app/util.py:115
msgid "Processing connections"
msgstr ""
#: app/util.py:126
msgid "Failed to process connections"
msgstr ""
#: app/util.py:131
msgid "Retrieving price"
msgstr ""
#: app/util.py:136
msgid "Failed to retrieve price"
msgstr ""
#: app/error/views.py:8
msgid "Page Not Found"
msgstr ""
#: app/error/views.py:12
msgid "Internal Server Error"
msgstr ""
#: app/error/views.py:15 app/templates/503.html:5
msgid "Maintenance"
msgstr ""
#: app/extended_security/forms.py:7
msgid "Prove that you are human"
msgstr ""
#: app/journal/forms.py:12 app/journal/views.py:128 app/ticket_price/forms.py:9
msgid "Origin"
msgstr ""
#: app/journal/forms.py:17
msgid "e.g. Wien"
msgstr ""
#: app/journal/forms.py:21 app/journal/views.py:129
#: app/ticket_price/forms.py:18
msgid "Destination"
msgstr ""
#: app/journal/forms.py:25
msgid "e.g. Innsbruck"
msgstr ""
#: app/journal/forms.py:30 app/journal/views.py:130
msgid "Price in €"
msgstr ""
#: app/journal/forms.py:30
msgid "e.g. 10.5"
msgstr ""
#: app/journal/forms.py:33 app/journal/forms.py:35 app/journal/views.py:131
msgid "Date"
msgstr ""
#: app/journal/forms.py:37 app/templates/journeys.html:24
msgid "Add Journey"
msgstr ""
#: app/journal/forms.py:41
msgid "Delete"
msgstr ""
#: app/journal/forms.py:45
msgid "CSV File"
msgstr ""
#: app/journal/forms.py:46 app/templates/journeys.html:85
#: app/templates/journeys.html:91
msgid "Import"
msgstr ""
#: app/journal/views.py:58
msgid "Journal entry added."
msgstr ""
#: app/journal/views.py:65
msgid "All journal entries deleted."
msgstr ""
#: app/journal/views.py:87
msgid "Could not decode the file. Are you sure you uploaded a CSV file?"
msgstr ""
#: app/journal/views.py:94
msgid "Could not find the expected column {} in the uploaded CSV file."
msgstr ""
#: app/journal/views.py:102
msgid "Could not process the uploaded CSV file."
msgstr ""
#: app/journal/views.py:105
msgid "All journal entries imported."
msgstr ""
#: app/journal/views.py:134
msgid "Actions"
msgstr ""
#: app/journal/views.py:150 app/templates/base.html:56
#: app/templates/journeys.html:80
msgid "Travel Journal"
msgstr ""
#: app/journal/views.py:173
msgid "Journal entry deleted."
msgstr ""
#: app/journal/views.py:176
msgid "Failed to delete journal entry."
msgstr ""
#: app/main/forms.py:18 app/ticket_price/forms.py:26
msgid "Vorteilscard"
msgstr ""
#: app/main/forms.py:20
msgid "Klimaticket price in €"
msgstr ""
#: app/main/forms.py:23
msgid "e.g."
msgstr ""
#: app/main/forms.py:28
msgid "Klimaticket start date"
msgstr ""
#: app/main/forms.py:30
msgid "Save"
msgstr ""
#: app/main/forms.py:35
msgid "Do you really want to delete your account?"
msgstr ""
#: app/main/forms.py:36
msgid "Needs to be selected"
msgstr ""
#: app/main/forms.py:38
msgid "Delete account"
msgstr ""
#: app/main/views.py:34 app/templates/base.html:54
msgid "Home"
msgstr ""
#: app/main/views.py:39 app/templates/base.html:96
msgid "Data Protection"
msgstr ""
#: app/main/views.py:44 app/templates/base.html:97
msgid "Imprint"
msgstr ""
#: app/main/views.py:65 app/templates/base.html:58
msgid "Profile"
msgstr ""
#: app/main/views.py:80
msgid "Your account has been deleted."
msgstr ""
#: app/main/views.py:82 app/templates/delete_account.html:7
msgid "Delete Account"
msgstr ""
#: app/templates/404.html:5
msgid "Page Not Found!"
msgstr ""
#: app/templates/404.html:7
msgid "Unfortunately, the page you requested could not be found"
msgstr ""
#: app/templates/404.html:11
msgid ""
"If you don't think that this was your mistake you can complain by sending"
" an email to "
msgstr ""
#: app/templates/404.html:13 app/templates/500.html:14
#: app/templates/503.html:14 app/templates/home.html:20
msgid "or open an issue on"
msgstr ""
#: app/templates/404.html:14 app/templates/500.html:15
#: app/templates/503.html:15 app/templates/home.html:21
msgid "the issue tracker"
msgstr ""
#: app/templates/404.html:18 app/templates/500.html:19
msgid "Return to main page"
msgstr ""
#: app/templates/500.html:5
msgid "Internal Server Error!"
msgstr ""
#: app/templates/500.html:7
msgid "Unfortunately, your request caused an internal server error."
msgstr ""
#: app/templates/500.html:11
msgid ""
"The error has been logged and the site administrators have been notified."
" If you would like to add further context you can send an email to "
msgstr ""
#: app/templates/503.html:7
msgid "The site is currently in maintenance, please check back later"
msgstr ""
#: app/templates/503.html:11
msgid "To get in touch you can send an email to "
msgstr ""
#: app/templates/base.html:43
msgid "Logo: A happy Train"
msgstr ""
#: app/templates/base.html:55 app/ticket_price/views.py:12
#: app/ticket_price/views.py:13
msgid "Ticket Price"
msgstr ""
#: app/templates/base.html:59
msgid "Logout"
msgstr ""
#: app/templates/base.html:61 app/templates/login.html:2
#: app/templates/login.html:20
msgid "Login"
msgstr ""
#: app/templates/base.html:62 app/templates/register.html:2
#: app/templates/register.html:8
msgid "Register"
msgstr ""
#: app/templates/base.html:90
msgid "A"
msgstr ""
#: app/templates/base.html:90
msgid "production"
msgstr ""
#: app/templates/base.html:102 app/templates/home.html:17
msgid "Contact"
msgstr ""
#: app/templates/base.html:103
msgid "Source Code"
msgstr ""
#: app/templates/home.html:6 app/templates/profile.html:7
msgid "Welcome"
msgstr ""
#: app/templates/home.html:7
msgid "This site offers 2 services"
msgstr ""
#: app/templates/home.html:10
msgid "Search for"
msgstr ""
#: app/templates/home.html:10
msgid "train ticket prices"
msgstr ""
#: app/templates/home.html:10
msgid "in Austria"
msgstr ""
#: app/templates/home.html:11
msgid "Create a"
msgstr ""
#: app/templates/home.html:11
msgid "travel journal"
msgstr ""
#: app/templates/home.html:11
msgid "to find out if your Klimaticket pays off"
msgstr ""
#: app/templates/home.html:19
msgid "For complaints, bug reports or any other feedback you can send an email to"
msgstr ""
#: app/templates/journeys.html:9
msgid "Note"
msgstr ""
#: app/templates/journeys.html:13
msgid ""
"Here you can add journeys to your journal, see your current entries and "
"if your Klimaticket already paid off."
msgstr ""
#: app/templates/journeys.html:16
msgid ""
"In your <a href=\"{}\">profile</a> you can set the price that you paid "
"for the Klimaticket and whether prices should be based on Vorteilscard "
"prices."
msgstr ""
#: app/templates/journeys.html:38
msgid "Determine Price"
msgstr ""
#: app/templates/journeys.html:44
msgid "Reverse Direction"
msgstr ""
#: app/templates/journeys.html:55
msgid "Travel Statistics"
msgstr ""
#: app/templates/journeys.html:58
msgid "Journeys"
msgstr ""
#: app/templates/journeys.html:61
msgid "Sum ticket prices"
msgstr ""
#: app/templates/journeys.html:66
msgid "Klimaticket gains"
msgstr ""
#: app/templates/journeys.html:70
msgid "POSITIVE"
msgstr ""
#: app/templates/journeys.html:72
msgid "NEGATIVE"
msgstr ""
#: app/templates/journeys.html:83
msgid "Export"
msgstr ""
#: app/templates/journeys.html:99
msgid "Using the form below, you can import a previously exported journal."
msgstr ""
#: app/templates/journeys.html:104 app/templates/journeys.html:131
msgid "Close"
msgstr ""
#: app/templates/journeys.html:114
msgid "Delete all"
msgstr ""
#: app/templates/journeys.html:120 app/templates/profile.html:25
msgid "Danger Zone"
msgstr ""
#: app/templates/journeys.html:126
msgid "Are you sure you want to delete <strong>ALL</strong> your journal entries?"
msgstr ""
#: app/templates/journeys.html:145
msgid "Current"
msgstr ""
#: app/templates/journeys.html:149
msgid "Archive"
msgstr ""
#: app/templates/price_form.html:7
msgid "Ticket Price Search"
msgstr ""
#: app/templates/profile.html:9
msgid "Hi"
msgstr ""
#: app/templates/profile.html:16
msgid "Settings"
msgstr ""
#: app/templates/profile.html:27
msgid "If you don't want to use this site anymore you can"
msgstr ""
#: app/templates/profile.html:27
msgid "delete your account"
msgstr ""
#: app/templates/sse_container.html:3
msgid "Result"
msgstr ""
#: app/templates/sse_container.html:6
msgid "Waiting for connection"
msgstr ""
#: app/ticket_price/forms.py:14
msgid "Origin (e.g. Wien)"
msgstr ""
#: app/ticket_price/forms.py:22
msgid "Destination (e.g. Innsbruck)"
msgstr ""
#: app/ticket_price/forms.py:27
msgid "Search Price"
msgstr ""