29 lines
398 B
TOML
29 lines
398 B
TOML
[Montag]
|
|
other = "Monday"
|
|
[Dienstag]
|
|
other = "Tuesday"
|
|
[Mittwoch]
|
|
other = "Wednesday"
|
|
[Donnerstag]
|
|
other = "Thursday"
|
|
[Freitag]
|
|
other = "Friday"
|
|
[Samstag]
|
|
other = "Saturday"
|
|
[Sonntag]
|
|
other = "Sunday"
|
|
|
|
[Mai]
|
|
other = "May"
|
|
[Juni]
|
|
other = "June"
|
|
[Juli]
|
|
other = "July"
|
|
|
|
[Biel]
|
|
other = "Biel"
|
|
|
|
[LocationVillaRitter]
|
|
other = "Villa Ritter"
|
|
[PrepositionAndArticleForLocationVillaRitter]
|
|
other = "at the"
|