上传文件至 languages
This commit is contained in:
58
languages/en.php
Normal file
58
languages/en.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?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...
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user