Fixing language structure

This commit is contained in:
A Bunch of Computer Nerds 2024-12-17 13:11:51 -03:00
parent 9c0126738e
commit ef079eb033
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,9 @@
"unKnown": "Unknown",
"varYes": "Yes",
"varNo": "No",
"varTo": " to",
"varTo": "to",
"varIs": "is",
"varWas": "was",
"varNone": "None",
"invalidOption": "Whoops! Invalid option!",
"kickingMyself": "*Since you don't need me, I'll leave.*",
@ -38,10 +40,8 @@
"lastFmNoUser": "*Please provide a Last.fm username.*\nExample: `/setuser <username>`",
"lastFmNoSet": "*You haven't set your Last.fm username yet.*\nUse the command /setuser to set.\n\nExample: `/setuser <username>`",
"lastFmNoRecent": "*No recent tracks found for Last.fm user* `{lastfmUser}`*.*",
"lastFmListeningNow": "is",
"lastFmUserSet": "*Your Last.fm username has been set to:* `{lastUser}`.",
"lastFmLastPlayed": "was",
"lastFmStatusFor": "{lastfmUser} *{nowPlaying} listening{playCount}*:\n\n{trackName} by {artistName}",
"lastFmStatusFor": "{lastfmUser} *{nowPlaying} listening {playCount}*:\n\n{trackName} by {artistName}",
"lastFmPlayCount": " by the {plays}th time",
"lastFmErr": "*Error retrieving data for Last.fm user* {lastfmUser}.\n\n`{err}`",
"currentCommit": "*Current commit:* `{commitHash}`",