dbot/modules-stock/words/strings.json
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

21 lines
404 B
JSON

{
"def": {
"en": "{word}: {definition}."
},
"no_def": {
"en": "No definitions found for {word}."
},
"no_word": {
"en": "{word} not known."
},
"no_example": {
"en": "No examples found for {word}."
},
"no_similar": {
"en": "No related words found for {word}"
},
"origin": {
"en": "{word} origin: {origin}"
}
}