58 lines
1.6 KiB
PHP
58 lines
1.6 KiB
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
// General
|
||
|
|
'site_title' => 'PicHost - Image Hosting Service',
|
||
|
|
'welcome' => 'Welcome',
|
||
|
|
'home' => 'Home',
|
||
|
|
'login' => 'Login',
|
||
|
|
'register' => 'Register',
|
||
|
|
'logout' => 'Logout',
|
||
|
|
'dashboard' => 'My Gallery',
|
||
|
|
'upload' => 'Upload Images',
|
||
|
|
'api_docs' => 'API Docs',
|
||
|
|
'feedback' => 'Feedback',
|
||
|
|
'settings' => 'Settings',
|
||
|
|
'admin_panel' => 'Admin Panel',
|
||
|
|
'notifications' => 'Notifications',
|
||
|
|
'profile' => 'Profile',
|
||
|
|
|
||
|
|
// Buttons
|
||
|
|
'save' => 'Save',
|
||
|
|
'cancel' => 'Cancel',
|
||
|
|
'delete' => 'Delete',
|
||
|
|
'edit' => 'Edit',
|
||
|
|
'view' => 'View',
|
||
|
|
'download' => 'Download',
|
||
|
|
'copy' => 'Copy',
|
||
|
|
'search' => 'Search',
|
||
|
|
'filter' => 'Filter',
|
||
|
|
'sort' => 'Sort',
|
||
|
|
|
||
|
|
// Status
|
||
|
|
'success' => 'Success',
|
||
|
|
'error' => 'Error',
|
||
|
|
'warning' => 'Warning',
|
||
|
|
'info' => 'Info',
|
||
|
|
'loading' => 'Loading',
|
||
|
|
'saving' => 'Saving',
|
||
|
|
|
||
|
|
// Homepage
|
||
|
|
'hero_title' => 'Share Your Wonderful Moments',
|
||
|
|
'hero_subtitle' => 'Secure, Fast, Free Image Hosting Service',
|
||
|
|
'register_now' => 'Register Now',
|
||
|
|
'user_login' => 'User Login',
|
||
|
|
'bing_daily' => '📸 Today\'s Photo',
|
||
|
|
'gallery_showcase' => 'Featured Images',
|
||
|
|
|
||
|
|
// Features
|
||
|
|
'features' => 'Features',
|
||
|
|
'fast_upload' => 'Fast Upload',
|
||
|
|
'fast_upload_desc' => 'CDN accelerated, fast image upload and download',
|
||
|
|
'secure' => 'Secure & Reliable',
|
||
|
|
'secure_desc' => 'Multiple security verifications to protect your image privacy',
|
||
|
|
'permanent' => 'Permanent Storage',
|
||
|
|
'permanent_desc' => 'High-quality image storage with external link support',
|
||
|
|
|
||
|
|
// More translations...
|
||
|
|
];
|
||
|
|
?>
|