如何在 reCaptcha 中重命名 "I'm not a robot"

How to rename "I'm not a robot" in reCaptcha

我想在其文件的 reCaptcha 中更改 "I'm not a robot" 的名称,但我没有找到编辑的位置。有人可以帮我重命名吗? 非常感谢。

我认为这是不可能改变的。

但我在网上找到了这个...检查它是否有效:

This is not possible because the Same Origin Policy prohibits any script (that's on your site) trying to access an iframe (the captcha) that has another origin (Google server).

We should be no problem running the code below if we own both servers :)

$( ".g-recaptcha > div > div > iframe" ).contents().find( "#recaptcha-anchor-label" ).text('Custom Text');