added recaptcha to settings page

This commit is contained in:
1day2die 2022-08-14 16:47:58 +02:00
parent 65e6dd3cfc
commit 06fc0047b7
2 changed files with 84 additions and 9 deletions

View file

@ -6,6 +6,8 @@
"Misc settings updated!": "Misc settings updated!",
"Payment settings have not been updated!": "Payment settings have not been updated!",
"Payment settings updated!": "Payment settings updated!",
"Your Key or URL is not correct": "Your Key or URL is not correct",
"Everything is good!": "Everything is good!",
"System settings have not been updated!": "System settings have not been updated!",
"System settings updated!": "System settings updated!",
"api key created!": "api key created!",
@ -42,9 +44,11 @@
"product has been removed!": "product has been removed!",
"User does not exists on pterodactyl's panel": "User does not exists on pterodactyl's panel",
"user has been removed!": "user has been removed!",
"Email has been verified!": "Email has been verified!",
"Notification sent!": "Notification sent!",
"User has been updated!": "User has been updated!",
"Login as User": "Login as User",
"Verify": "Verify",
"voucher has been created!": "voucher has been created!",
"voucher has been updated!": "voucher has been updated!",
"voucher has been removed!": "voucher has been removed!",
@ -58,14 +62,29 @@
"days": "days",
"hours": "hours",
"You ran out of Credits": "You ran out of Credits",
"A ticket has been closed, ID: #": "A ticket has been closed, ID: #",
"A ticket has been deleted, ID: #": "A ticket has been deleted, ID: #",
"Your comment has been submitted": "Your comment has been submitted",
"View": "View",
"Close": "Close",
"Target User already in blacklist. Reason updated": "Target User already in blacklist. Reason updated",
"Change Status": "Change Status",
"Profile updated": "Profile updated",
"Server limit reached!": "Server limit reached!",
"The node '\" . $nodeName . \"' doesn't have the required memory or disk left to allocate this product.": "The node '\" . $nodeName . \"' doesn't have the required memory or disk left to allocate this product.",
"You are required to verify your email address before you can create a server.": "You are required to verify your email address before you can create a server.",
"You are required to link your discord account before you can create a server.": "You are required to link your discord account before you can create a server.",
"Server created": "Server created",
"No allocations satisfying the requirements for automatic deployment on this node were found.": "No allocations satisfying the requirements for automatic deployment on this node were found.",
"´This is not your Server!": "´This is not your Server!",
"this product is the only one": "this product is the only one",
"Server Successfully Upgraded": "Server Successfully Upgraded",
"Not Enough Balance for Upgrade": "Not Enough Balance for Upgrade",
"You are required to verify your email address before you can purchase credits.": "You are required to verify your email address before you can purchase credits.",
"You are required to link your discord account before you can purchase Credits": "You are required to link your discord account before you can purchase Credits",
"You can't make a ticket because you're on the blacklist for a reason: '\" . $check->reason . \"": "You can't make a ticket because you're on the blacklist for a reason: '\" . $check->reason . \"",
"A ticket has been opened, ID: #": "A ticket has been opened, ID: #",
"You can't reply a ticket because you're on the blacklist for a reason: '\" . $check->reason . \"": "You can't reply a ticket because you're on the blacklist for a reason: '\" . $check->reason . \"",
"EXPIRED": "EXPIRED",
"Payment Confirmation": "Payment Confirmation",
"Payment Confirmed!": "Payment Confirmed!",
@ -166,7 +185,13 @@
"Product": "Product",
"CPU": "CPU",
"Updated at": "Updated at",
"ATTENTION!": "ATTENTION!",
"Only edit these settings if you know exactly what you are doing ": "Only edit these settings if you know exactly what you are doing ",
"You usually do not need to change anything here": "You usually do not need to change anything here",
"Edit Server": "Edit Server",
"Server identifier": "Server identifier",
"User": "User",
"Server id": "Server id",
"Config": "Config",
"Suspended at": "Suspended at",
"Settings": "Settings",
@ -225,6 +250,7 @@
"Who is allowed to see their referral-URL": "Who is allowed to see their referral-URL",
"Everyone": "Everyone",
"Clients": "Clients",
"Enable Ticketsystem": "Enable Ticketsystem",
"PayPal Client-ID": "PayPal Client-ID",
"PayPal Secret-Key": "PayPal Secret-Key",
"PayPal Sandbox Client-ID": "PayPal Sandbox Client-ID",
@ -248,6 +274,9 @@
"Enter the URL to your Pterodactyl installation. <strong>Without a trailing slash!<\/strong>": "Enter the URL to your Pterodactyl installation. <strong>Without a trailing slash!<\/strong>",
"Pterodactyl API Key": "Pterodactyl API Key",
"Enter the API Key to your Pterodactyl installation.": "Enter the API Key to your Pterodactyl installation.",
"Pterodactyl Admin-Account API Key": "Pterodactyl Admin-Account API Key",
"Enter the Client-API Key to a Pterodactyl-Admin-User here.": "Enter the Client-API Key to a Pterodactyl-Admin-User here.",
"Test API": "Test API",
"Force Discord verification": "Force Discord verification",
"Force E-Mail verification": "Force E-Mail verification",
"Initial Credits": "Initial Credits",
@ -256,10 +285,14 @@
"Credits Reward Amount - E-Mail": "Credits Reward Amount - E-Mail",
"Server Limit Increase - Discord": "Server Limit Increase - Discord",
"Server Limit Increase - E-Mail": "Server Limit Increase - E-Mail",
"Server Limit after Credits Purchase": "Server Limit after Credits Purchase",
"Server": "Server",
"Server Allocation Limit": "Server Allocation Limit",
"The maximum amount of allocations to pull per node for automatic deployment, if more allocations are being used than this limit is set to, no new servers can be created!": "The maximum amount of allocations to pull per node for automatic deployment, if more allocations are being used than this limit is set to, no new servers can be created!",
"Design": "Design",
"Enable Logo on Loginpage": "Enable Logo on Loginpage",
"Select panel icon": "Select panel icon",
"Select Login-page Logo": "Select Login-page Logo",
"Select panel favicon": "Select panel favicon",
"Store": "Store",
"Server Slots": "Server Slots",
@ -288,8 +321,10 @@
"Server Limit": "Server Limit",
"Role": "Role",
" Administrator": " Administrator",
"Moderator": "Moderator",
"Client": "Client",
"Member": "Member",
"Referral-Code": "Referral-Code",
"New Password": "New Password",
"Confirm Password": "Confirm Password",
"Notify": "Notify",
@ -307,6 +342,7 @@
"Usage": "Usage",
"IP": "IP",
"Referals": "Referals",
"referral-code": "referral-code",
"Vouchers": "Vouchers",
"Voucher details": "Voucher details",
"Summer break voucher": "Summer break voucher",
@ -349,6 +385,10 @@
"Profile": "Profile",
"Log back in": "Log back in",
"Logout": "Logout",
"Support Ticket": "Support Ticket",
"Moderation": "Moderation",
"Ticket List": "Ticket List",
"Ticket Blacklist": "Ticket Blacklist",
"Administration": "Administration",
"Overview": "Overview",
"Management": "Management",
@ -362,8 +402,18 @@
"Your payment has been confirmed; Your credit balance has been updated.": "Your payment has been confirmed; Your credit balance has been updated.",
"Thanks": "Thanks",
"Redeem voucher code": "Redeem voucher code",
"Close": "Close",
"Redeem": "Redeem",
"Blacklist List": "Blacklist List",
"Reason": "Reason",
"Created At": "Created At",
"Actions": "Actions",
"Add To Blacklist": "Add To Blacklist",
"please make the best of it": "please make the best of it",
"Please note, the blacklist will make the user unable to make a ticket\/reply again": "Please note, the blacklist will make the user unable to make a ticket\/reply again",
"Ticket": "Ticket",
"Category": "Category",
"Last Updated": "Last Updated",
"Comment": "Comment",
"All notifications": "All notifications",
"Required Email verification!": "Required Email verification!",
"Required Discord verification!": "Required Discord verification!",
@ -380,6 +430,7 @@
"You are verified!": "You are verified!",
"Re-Sync Discord": "Re-Sync Discord",
"Save Changes": "Save Changes",
"URL copied to clipboard": "URL copied to clipboard",
"Server configuration": "Server configuration",
"Make sure to link your products to nodes and eggs.": "Make sure to link your products to nodes and eggs.",
"There has to be at least 1 valid product for server creation": "There has to be at least 1 valid product for server creation",
@ -415,12 +466,22 @@
"per Hour": "per Hour",
"per Month": "per Month",
"Manage": "Manage",
"Are you sure?": "Are you sure?",
"This is an irreversible action, all files of this server will be removed.": "This is an irreversible action, all files of this server will be removed.",
"Yes, delete it!": "Yes, delete it!",
"No, cancel!": "No, cancel!",
"Canceled ...": "Canceled ...",
"Deletion has been canceled.": "Deletion has been canceled.",
"Server Settings": "Server Settings",
"Server Information": "Server Information",
"Server ID": "Server ID",
"Hourly Price": "Hourly Price",
"Monthly Price": "Monthly Price",
"MySQL Database": "MySQL Database",
"To enable the upgrade\/downgrade system, please set your Ptero Admin-User API Key in the Settings!": "To enable the upgrade\/downgrade system, please set your Ptero Admin-User API Key in the Settings!",
"Upgrade \/ Downgrade": "Upgrade \/ Downgrade",
"Upgrade\/Downgrade Server": "Upgrade\/Downgrade Server",
"FOR DOWNGRADE PLEASE CHOOSE A PLAN BELOW YOUR PLAN": "FOR DOWNGRADE PLEASE CHOOSE A PLAN BELOW YOUR PLAN",
"YOUR PRODUCT": "YOUR PRODUCT",
"Select the product": "Select the product",
"Once the Upgrade button is pressed, we will automatically deduct the amount for the first hour according to the new product from your credits": "Once the Upgrade button is pressed, we will automatically deduct the amount for the first hour according to the new product from your credits",
"Change Product": "Change Product",
"Delete Server": "Delete Server",
"This is an irreversible action, all files of this server will be removed!": "This is an irreversible action, all files of this server will be removed!",
"Date": "Date",
"Subtotal": "Subtotal",
"Amount Due": "Amount Due",
@ -429,6 +490,12 @@
"Purchase": "Purchase",
"There are no store products!": "There are no store products!",
"The store is not correctly configured!": "The store is not correctly configured!",
"Open a new ticket": "Open a new ticket",
"Open Ticket": "Open Ticket",
"Ticket details": "Ticket details",
"My Ticket": "My Ticket",
"New Ticket": "New Ticket",
"Ticket Information": "Ticket Information",
"Serial No.": "Serial No.",
"Invoice date": "Invoice date",
"Seller": "Seller",
@ -462,4 +529,4 @@
"sv": "Swedish",
"sk": "Slovakish",
"hu": "Hungarian"
}
}

View file

@ -193,11 +193,19 @@
@enderror
</div>
</div>
<div class="form-group mb-3">
<div class="custom-control p-0">
<label>{{ __('Your Recaptcha') }}:</label>
{!! htmlScriptTagJsApi() !!}
{!! htmlFormSnippet() !!}
</div>
</div>
</div>
<div class="col-md-3 px-3">
<div class="row mb-2">
<div class="col text-center">
<h1>Referral System</h1>
<h1>{{__("Referral System")}}</h1>
</div>
</div>