Hi @andreranulfo,
It’s possible to change that language, yes. The recommended method is using a PHP snippet that actually translates it. Here’s a snippet that translates the word Donations throughout the plugin:
https://github.com/impress-org/givewp-snippet-library/blob/master/translation-snippets/change-all-instances-donation.php
If you need assistance implementing custom PHP code on your website we have this guide:
https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/?
Please note that this code snippet is provided as an example of how you can extend Give with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.
Thanks!