@php
$translations = [
"You have made too many requests. Please wait a while before trying again." => __("You have made too many requests. Please wait a while before trying again."),
"Failed to generate pairing code. Please try again." => __("Failed to generate pairing code. Please try again."),
"Connection closed. You are logged out." => __("Connection closed. You are logged out."),
"Requesting pairing code." => __("Requesting pairing code."),
"Pairing code received." => __("Pairing code received."),
"Device connected." => __("Device connected."),
"Unauthorized access." => __("Unauthorized access."),
"Logout initiated." => __("Logout initiated."),
"Use this code to pair your device" => __("Use this code to pair your device"),
"Scan this QR code with your WhatsApp" => __("Scan this QR code with your WhatsApp"),
"No phone number available for pairing" => __("No phone number available for pairing"),
"Rate limit exceeded." => __("Rate limit exceeded."),
];
@endphp