38751-vm/lang/en.php
2026-02-24 23:19:12 +00:00

137 lines
6.0 KiB
PHP

<?php
return [
'home' => 'Home',
'search' => 'Search...',
'login' => 'Login',
'register' => 'Register',
'logout' => 'Logout',
'profile' => 'Profile',
'admin' => 'Admin',
'download' => 'Download',
'share' => 'Share',
'categories' => 'Categories',
'all_categories' => 'All Categories',
'latest_apks' => 'Latest APKs',
'featured_apks' => 'Featured APKs',
'download_now' => 'Download Now',
'share_link' => 'Share Link',
'balance' => 'Balance',
'referral_link' => 'Referral Link',
'withdraw' => 'Withdraw',
'withdrawal_history' => 'Withdrawal History',
'settings' => 'Settings',
'site_name' => 'Site Name',
'site_icon' => 'Site Icon',
'site_favicon' => 'Site Favicon',
'save_settings' => 'Save Settings',
'select_language' => 'Select Language',
'language_indonesia' => 'Indonesian',
'language_english' => 'English',
'admin_dashboard' => 'Admin Dashboard',
'manage_apks' => 'Manage APKs',
'manage_categories' => 'Manage Categories',
'manage_withdrawals' => 'Manage Withdrawals',
'general_settings' => 'General Settings',
// Footer
'footer_about' => 'is your premier source for professional APK downloads, offering the latest and safest Android applications and games.',
'popular' => 'Popular',
'top_games' => 'Top Games',
'top_apps' => 'Top Apps',
'new_releases' => 'New Releases',
'resources' => 'Resources',
'support_center' => 'Support Center',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'subscribe' => 'Subscribe',
'subscribe_text' => 'Stay updated with the latest APK releases.',
'email_placeholder' => 'Your email address',
'all_rights_reserved' => 'All rights reserved.',
// Home
'hero_title' => 'Download the Best <span class="text-success">Android APKs</span> Professionally',
'hero_subtitle' => 'Fast, safe, and secure downloads for your favorite mobile apps and games. No registration required to browse.',
'explore_apps' => 'Explore Apps',
'join_referral' => 'Join Referral',
'details' => 'Details',
'referral_journey_title' => 'Start your referral journey today',
'referral_journey_text' => 'Earn <b>Rp 500</b> for every download via your link. Join our community and share your favorite APKs.',
'get_started' => 'Get Started',
'home_title_suffix' => ' - Professional APK Download Portal',
// APK Detail
'official_version_text' => 'Official and original version. Verified safe for Android device.',
'downloads' => 'Downloads',
'verified_safe' => 'Verified Safe',
'agree_terms_text' => 'By clicking Download, you agree to our terms of service.',
'description' => 'Description',
'main_features' => 'Main Features',
'feature_original' => 'Original APK from developer',
'feature_no_extra' => 'No extra files needed',
'feature_fast' => 'Fast and direct download',
'feature_regular' => 'Regular updates included',
'system_requirements' => 'System Requirements',
'req_android' => 'Android 6.0+ (Marshmallow)',
'req_ram' => '2GB RAM minimum recommended',
'req_internet' => 'Stable internet connection',
'req_cpu' => 'ARMv8 or newer processor',
'safe_question' => 'Is this safe to download?',
'safe_answer' => 'Yes, every app on ApkNusa is scanned and verified to ensure it is original and safe from the official developers.',
'share_earn' => 'Share & Earn',
'share_earn_text' => 'Share this link and earn <b>Rp 500</b> for every download!',
'copy' => 'Copy',
'login_to_earn' => 'Login to earn money',
'referral_program' => 'Referral Program',
'referral_program_text' => 'Join our community, share APKs, and get paid directly to your e-wallet or bank account.',
'copy_success_js' => 'Share link copied! Send this to your friends to earn money.',
'apk_detail_title' => 'Download %s %s - %s',
'apk_detail_meta_desc' => 'Download %s %s APK for free. %s',
'apk_detail_meta_keywords' => '%s, %s apk, download %s',
// Auth
'login_title' => 'Login to ApkNusa',
'username' => 'Username',
'password' => 'Password',
'dont_have_account' => "Don't have an account?",
'register_here' => 'Register here',
'register_title' => 'Register for ApkNusa',
'confirm_password' => 'Confirm Password',
'referral_code_optional' => 'Referral Code (Optional)',
'create_account' => 'Create Account',
'already_have_account' => 'Already have an account?',
'login_here' => 'Login here',
'error_invalid_login' => 'Invalid username or password',
'error_password_mismatch' => 'Passwords do not match',
'error_username_exists' => 'Username already exists',
// Profile
'member_since' => 'Member since',
'points' => 'Points',
'referrals' => 'Referrals',
'min_withdraw' => 'Min. withdraw',
'referral_share_text' => 'Share your referral link to earn <b>Rp 500</b> for every download.',
'copy_link' => 'Copy Link',
'example_ref_link' => 'Example APK referral link:',
'recent_activities' => 'Recent activities',
'date' => 'Date',
'amount' => 'Amount',
'method' => 'Method',
'status' => 'Status',
'no_history' => 'No withdrawal history yet.',
'request_withdrawal' => 'Request Withdrawal',
'amount_to_withdraw' => 'Amount to Withdraw (IDR)',
'payment_method' => 'Payment Method',
'select_method' => 'Select method...',
'account_details' => 'Account Details',
'account_details_placeholder' => 'Enter phone number or bank account number with name',
'cancel' => 'Cancel',
'submit_request' => 'Submit Request',
'ref_copy_success_js' => 'Referral link copied to clipboard!',
'error_min_withdraw' => 'Minimum withdrawal is Rp 10.000',
'error_insufficient_balance' => 'Insufficient balance',
'success_withdraw_submitted' => 'Withdrawal request submitted successfully',
// SEO Defaults
'meta_description_default' => 'Download Professional APKs.',
'meta_keywords_default' => 'apk, android, download',
];