) : (
}
- label="Requires Authentication?"
+ label={t('proxy.requires_auth')}
/>
{requiresAuth && (
<>
{
{
fullWidth
disabled={!proxyConfigForm.server_url || (requiresAuth && (!proxyConfigForm.username || !proxyConfigForm.password))}
>
- Add Proxy
+ {t('proxy.add_proxy')}
))}
@@ -234,33 +234,33 @@ const ProxyForm: React.FC = () => {
<>
- Coming Soon - In Open Source (Basic Rotation) & Cloud (Advanced Rotation). If you don't want to manage the infrastructure, join our cloud waitlist to get early access.
+ {t('proxy.coming_soon')}
>
)}
- If your proxy requires a username and password, always provide them separately from the proxy URL.
+ {t('proxy.alert.title')}
- The right way
+ {t('proxy.alert.right_way')}
- Proxy URL: http://proxy.com:1337
+ {t('proxy.alert.proxy_url')} http://proxy.com:1337
- Username: myusername
+ {t('proxy.alert.username')} myusername
- Password: mypassword
+ {t('proxy.alert.password')} mypassword
- The wrong way
+ {t('proxy.alert.wrong_way')}
- Proxy URL: http://myusername:mypassword@proxy.com:1337
+ {t('proxy.alert.proxy_url')} http://myusername:mypassword@proxy.com:1337
>
);
};
-export default ProxyForm;
+export default ProxyForm;
\ No newline at end of file