Added additional strings + fixes

This commit is contained in:
Lucas Gabriel 2024-10-24 00:28:46 -03:00
parent 4688c4af31
commit 2c1ef7c605
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 32 additions and 13 deletions

View file

@ -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."
}