want to change the Strapi Admin into my custom name but in strapi v3 we have the option to modify in the helmet title inside the AuthPage folder but i can't do it same in the strapi v4.

list of available translations
https://github.com/strapi/strapi/blob/main/packages/core/admin/admin/src/translations/en.json
thanks in advance
i have tried modified transaction like "AuthPage.helmet.title": "Login - my website",but still it's doesn't work

The "AuthPage.helmet.title" is not an entry defined in the available translations .
You can change your title through /src/admin/app.js :
https://forum.strapi.io/t/how-to-change-title-in-login-page/19960