@@ -16,48 +16,48 @@ require_once __DIR__ . '/includes/header.php';
-
Getting Started
-
Learn how to create an account, verify your identity, and secure your funds.
+
= __('getting_started') ?>
+
= __('getting_started_desc') ?>
-
Deposits & Withdrawals
-
Everything you need to know about moving assets in and out of Byro.
+
= __('dep_with_title') ?>
+
= __('dep_with_desc') ?>
-
Trading Tutorials
-
Master spot, contract, and binary options trading with our guides.
+
= __('trading_tutorials') ?>
+
= __('trading_tutorials_desc') ?>
-
Security & Account
-
Troubleshoot login issues, 2FA, and manage your account settings.
+
= __('sec_acc_title') ?>
+
= __('sec_acc_desc') ?>
-
API Documentation
-
Integrate Byro trading features into your own applications.
+
= __('api_doc_title') ?>
+
= __('api_doc_desc') ?>
-
Contact Support
-
Can't find what you're looking for? Reach out to our 24/7 team.
+
= __('contact_sup_title') ?>
+
= __('contact_sup_desc') ?>
diff --git a/includes/footer.php b/includes/footer.php
index eb9e4c9..6e530bd 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -14,7 +14,7 @@
- = $site_name ?>
+ = $lang === 'zh' ? '数字交易' : $site_name ?>
= __('footer_desc') ?>
@@ -232,7 +232,7 @@ csFileInput.addEventListener('change', async () => {
if (data.success) {
// Success
} else {
- alert(data.error || 'Upload failed');
+ alert(data.error || '= __("send_failed") ?>');
}
} catch (err) {
console.error('Upload error:', err);
diff --git a/includes/header.php b/includes/header.php
index 64d7428..5d61782 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -340,7 +340,7 @@ if (!function_exists('getSetting')) {
- = strtoupper($site_name) ?>
+ = $lang === 'zh' ? '数字交易' : strtoupper($site_name) ?>