Flatlogic Bot 0c23b971b3 Mantap
2026-02-26 19:54:27 +00:00

45 lines
1.6 KiB
PHP

<?php
return [
'welcome' => 'Welcome to TikTok Live AI',
'hero_text' => 'Enhance your live stream with AI-powered interactions. Connect with your audience like never before.',
'login_to_start' => 'Please login or register to connect to TikTok Live.',
'config' => 'Configuration',
'tiktok_username' => 'TikTok Username',
'connect' => 'Connect to Live',
'disconnect' => 'Disconnect',
'tts_settings' => 'TTS Settings',
'voice' => 'Voice',
'speed' => 'Speed',
'auto_reply' => 'AI Auto-Reply',
'live_feed' => 'Live Comment Feed',
'comments' => 'comments',
'simulate' => 'Simulate',
'recent_interactions' => 'Recent AI Interactions',
'time' => 'Time',
'user' => 'User',
'comment' => 'Comment',
'ai_reply' => 'AI Reply',
'no_history' => 'No history yet.',
'hi' => 'Hi',
'logout' => 'Logout',
'login' => 'Login',
'register' => 'Register',
'admin' => 'Admin',
'footer_text' => 'TikTok Live AI Assistant. Built with LAMP + OpenAI.',
'back_to_home' => 'Back to Home',
'save_settings' => 'Save All Settings',
'site_settings' => 'Site Settings',
'openai_key' => 'OpenAI API Key',
'openai_model' => 'OpenAI Model',
'head_scripts' => 'Head Scripts',
'body_scripts' => 'Body Scripts',
'site_name' => 'Site Name',
'site_icon' => 'Site Icon',
'site_favicon' => 'Site Favicon',
'language' => 'Language',
'personality' => 'AI Personality',
'personality_funny' => 'Funny',
'personality_serious' => 'Serious',
'personality_expert' => 'Expert',
];