Buka file config/data/status.js
Ganti label sesuai bahasa yang diinginkan
Simpan file untuk melihat perubahan
window.statusConfig = { // ============================================ // JUDUL HALAMAN // ============================================ title: { status: "Status", // Judul halaman status logout: "Logout" // Judul halaman logout }, // ============================================ // LABEL INFO KONEKSI // ============================================ labels: { connectionInfo: "Connection Information", trial: "Username", username: "Username", ip: "IP Address", mac: "MAC Address", uptime: "Uptime", timeLeft: "Time Left", quota: "Quota Remaining", upload: "UPLOAD", download: "DOWNLOAD", expired: "Expired", refresh: "Refresh: " }, // ============================================ // TOMBOL // ============================================ buttons: { logout: "Logout" } };
Judul yang muncul di halaman status dan halaman logout.
Label untuk setiap informasi:
username: Nama userip: Alamat IPuptime: Durasi onlinequota: Sisa kuotaTeks pada tombol logout. Anda bisa mengubahnya ke bahasa lain seperti "Keluar" atau "Log Keluar".
Anda bisa menerjemahkan label ke bahasa daerah agar lebih mudah dipahami pelanggan. Semua label bersifat opsional, jadi ubah sesuai kebutuhan saja.
Erik Sanjaya - Login Page Hotspot Mikrotik
https://eriksanjaya.com