Added additional strings + fixes
This commit is contained in:
parent
4688c4af31
commit
2c1ef7c605
4 changed files with 32 additions and 13 deletions
|
@ -85,5 +85,10 @@
|
|||
"httpCodeNotFound": "HTTP code not found.",
|
||||
"httpCodeResult": "*HTTP Code*: {code}\n*Name*: `{message}`\n*Description*: {description}",
|
||||
"ponyApiCharRes": "*MLP Character Information for* `{input}`*:*\n\n*Name:* `{name}`\n*Alias*: `{alias}`\n*Fandom URL:* [{url}]({url})\n*Sex:* `{sex}`\n*Residence:* `{residence}`\n*Occupation:* `{occupation}`\n*Kind:* `{kind}`",
|
||||
"ponyApiEpRes": "*MLP Episode Information for* `{input}`*:*\n\n*Name:* `{name}`\n*Fandom URL:* [{url}]({url})\n*Season:* `{season}`\n*Episode:* `{episode}`\n*Overall Ep.:* `{overall}`\n*Release date:* `{airdate}`\n*Story by:* `{storyby}`\n*Written by:* `{writtenby}`\n*Storyboard:* `{storyboard}`"
|
||||
"ponyApiEpRes": "*MLP Episode Information for* `{input}`*:*\n\n*Name:* `{name}`\n*Fandom URL:* [{url}]({url})\n*Season:* `{season}`\n*Episode:* `{episode}`\n*Overall Ep.:* `{overall}`\n*Release date:* `{airdate}`\n*Story by:* `{storyby}`\n*Written by:* `{writtenby}`\n*Storyboard:* `{storyboard}`",
|
||||
"ponyApiNoCharName": "Please provide the character's name.",
|
||||
"ponyApiNoCharFound": "No character found.",
|
||||
"ponyApiNoEpisodeNum": "Please provide the episode's number.",
|
||||
"ponyApiNoEpisodeFound": "No episode found.",
|
||||
"ponyApiErr": "An error occurred while fetching data from the API."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue