3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-02 16:12:35 +01:00
dbot/modules/omdb/strings.json

11 lines
252 B
JSON
Raw Normal View History

{
"omdb_film": {
"en": "[{title} - Audience:{aRating} - Critic:{cRating} - {year}]",
"de": "[{title} - {aRating} - {year}]"
},
"omdb_noresults": {
"en": "No films found.",
"de": "Kein Film gefunden."
}
}