How do i stop chat from translating specific words/strings?

Is there any way to add a table of words that the chat will never translate? I dont want to completely turn off auto translation i just want specific words to be ignored
Basically in my game, you use chat to cast spells, so if someone says ‘Duro’ (a spell) it will be translated to ‘Hard’ for other people and that makes my players confused.

you could always try muting the spell they say then replace it with a fake chat message with game.Chat or something (if u want code ill give)