2019-05-06 11:05:10 +02:00
|
|
|
default_language = "en"
|
|
|
|
|
|
|
|
'''Characters following '*' are placeholders and will be replaced by some number/text/etc.'''
|
|
|
|
|
2019-05-09 17:41:34 +02:00
|
|
|
'''Events'''
|
2019-05-06 11:05:10 +02:00
|
|
|
more_events = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': '+ *0 more',
|
|
|
|
'de': '+ *0 weitere'
|
2019-05-06 11:05:10 +02:00
|
|
|
}
|
|
|
|
multiday_events = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Multi-day',
|
|
|
|
'de': 'Mehrtägig'
|
2019-05-06 11:05:10 +02:00
|
|
|
}
|
|
|
|
allday_events = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'All-day',
|
|
|
|
'de': 'Ganztägig'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
'''Weather'''
|
|
|
|
rain_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Rain',
|
|
|
|
'de': 'Regen'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
clear_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Clear',
|
|
|
|
'de': 'Klar'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
clouds_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Clouds',
|
|
|
|
'de': 'Wolken'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
thunderstorm_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Thunderstorm',
|
|
|
|
'de': 'Gewitter'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
drizzle_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Drizzle',
|
|
|
|
'de': 'Niesel'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
snow_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Snow',
|
|
|
|
'de': 'Schnee'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
mist_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Mist',
|
|
|
|
'de': 'Nebel'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
smoke_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Smoke',
|
|
|
|
'de': 'Rauch'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
haze_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Haze',
|
|
|
|
'de': 'Nebel'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
dust_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Dust',
|
|
|
|
'de': 'Staub'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
fog_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Fog',
|
|
|
|
'de': 'Nebel'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
sand_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Sand',
|
|
|
|
'de': 'Sand'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
ash_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Ash',
|
|
|
|
'de': 'Asche'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
squall_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Squall',
|
|
|
|
'de': 'Sturm'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
tornado_weather = {
|
2019-07-13 08:05:35 +02:00
|
|
|
'en': 'Tornado',
|
|
|
|
'de': 'Tornado'
|
2019-05-09 17:41:34 +02:00
|
|
|
}
|
|
|
|
dictionary_collection = [
|
|
|
|
rain_weather,
|
|
|
|
clear_weather,
|
|
|
|
dust_weather,
|
|
|
|
squall_weather,
|
|
|
|
tornado_weather,
|
|
|
|
clouds_weather,
|
|
|
|
thunderstorm_weather,
|
|
|
|
smoke_weather,
|
|
|
|
ash_weather,
|
|
|
|
sand_weather,
|
|
|
|
fog_weather,
|
|
|
|
haze_weather,
|
|
|
|
mist_weather,
|
|
|
|
drizzle_weather,
|
|
|
|
snow_weather,
|
|
|
|
more_events,
|
|
|
|
allday_events,
|
|
|
|
multiday_events
|
2019-07-13 08:05:35 +02:00
|
|
|
]
|