Files
parcer/public/locales/en.json
2024-12-20 21:11:10 +05:30

124 lines
4.2 KiB
JSON

{
"login": {
"title": "Welcome Back!",
"email": "Email",
"password": "Password",
"button": "Login",
"loading": "Loading",
"register_prompt": "Don't have an account?",
"register_link": "Register",
"welcome_notification": "Welcome to Maxun!",
"error_notification": "Login Failed. Please try again."
},
"register": {
"title": "Register Account",
"email": "Email",
"password": "Password",
"button": "Register",
"loading": "Loading",
"register_prompt": "Already have an account?",
"login_link": "Login",
"welcome_notification": "Welcome to Maxun!",
"error_notification": "Registeration Failed. Please try again."
},
"recordingtable":{
"run": "Run",
"name": "Name",
"schedule": "Schedule",
"integrate": "Integrate",
"settings": "Settings",
"options": "Options",
"heading":"My Robots",
"new":"Create Robot",
"modal":{
"title":"Enter the URL",
"label":"URL",
"button":"Start Recording"
},
"edit":"Edit",
"delete":"Delete",
"duplicate":"Duplicate",
"search":"Search Robots..."
},
"mainmenu":{
"recordings": "Robots",
"runs": "Runs",
"proxy": "Proxy",
"apikey": "API Key",
"feedback":"Join Maxun Cloud",
"apidocs":"API Docs"
},
"runstable":{
"runs":"All Runs",
"runStatus":"Status",
"runName":"Name",
"startedAt":"Started At",
"finishedAt":"Finished At",
"delete":"Delete",
"settings":"Settings",
"search":"Search Runs..."
},
"proxy": {
"title": "Proxy Configuration",
"tab_standard": "Standard Proxy",
"tab_rotation": "Automatic Proxy Rotation",
"server_url": "Proxy Server URL",
"server_url_helper": "Proxy to be used for all robots. HTTP and SOCKS proxies are supported. Example http://myproxy.com:3128 or socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.",
"requires_auth": "Requires Authentication?",
"username": "Username",
"password": "Password",
"add_proxy": "Add Proxy",
"test_proxy": "Test Proxy",
"remove_proxy": "Remove Proxy",
"table": {
"proxy_url": "Proxy URL",
"requires_auth": "Requires Authentication"
},
"coming_soon": "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.",
"join_waitlist": "Join Maxun Cloud Waitlist",
"alert": {
"title": "If your proxy requires a username and password, always provide them separately from the proxy URL.",
"right_way": "The right way",
"wrong_way": "The wrong way",
"proxy_url": "Proxy URL:",
"username": "Username:",
"password": "Password:"
},
"notifications": {
"config_success": "Proxy configuration submitted successfully",
"config_error": "Failed to submit proxy configuration. Try again.",
"test_success": "Proxy configuration is working",
"test_error": "Failed to test proxy configuration. Try again.",
"fetch_success": "Proxy configuration fetched successfully",
"remove_success": "Proxy configuration removed successfully",
"remove_error": "Failed to remove proxy configuration. Try again."
}
},
"apikey": {
"title": "Manage Your API Key",
"default_name": "Maxun API Key",
"table": {
"name": "API Key Name",
"key": "API Key",
"actions": "Actions"
},
"actions": {
"copy": "Copy",
"show": "Show",
"hide": "Hide",
"delete": "Delete"
},
"no_key_message": "You haven't generated an API key yet.",
"generate_button": "Generate API Key",
"notifications": {
"fetch_error": "Failed to fetch API Key - ${error}",
"generate_success": "Generated API Key successfully",
"generate_error": "Failed to generate API Key - ${error}",
"delete_success": "API Key deleted successfully",
"delete_error": "Failed to delete API Key - ${error}",
"copy_success": "Copied API Key successfully"
}
}
}