mirror of
https://github.com/reality/dbot.git
synced 2025-01-02 16:12:35 +01:00
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."
|
||
|
}
|
||
|
}
|