forked from GitHub/dbot
11 lines
252 B
JSON
11 lines
252 B
JSON
{
|
|
"omdb_film": {
|
|
"en": "[{title} - Audience:{aRating} - Critic:{cRating} - {year}]",
|
|
"de": "[{title} - {aRating} - {year}]"
|
|
},
|
|
"omdb_noresults": {
|
|
"en": "No films found.",
|
|
"de": "Kein Film gefunden."
|
|
}
|
|
}
|