This commit is contained in:
2025-09-18 15:31:27 +02:00
commit 2abba0c2b7
406 changed files with 31879 additions and 0 deletions

19
lang/en/home.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
return [
'branding' => 'Quality Hentai for free in 4k!',
'recently-uploaded' => 'Recently Uploaded',
'recently-released' => 'Recently Released',
'trending' => 'Trending',
'show-more-recently-uploaded' => 'Show More Recently Uploaded',
'show-more-recently-released' => 'Show More Recently Released',
'show-more' => 'Show More',
'most-views' => 'Most Views',
'most-likes' => 'Most Likes',
'popular-weekly' => 'Popular Weekly',
'popular-monthly' => 'Popular Monthly',
'show-more-with-most-views' => 'Show More With Most Views',
'categories' => 'Categories',
'latest-comments' => 'Latest Comments',
'episodes' => 'Episodes',
];

19
lang/en/nav.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
return [
'home' => 'Home',
'search' => 'Search',
'public-playlists' => 'Public Playlists',
'downloads' => 'Downloads',
'our-discord-server' => 'Our Discord Server',
'theme' => 'Theme',
'please-login' => 'Please Login',
'comments' => 'Comments',
'likes' => 'Likes',
'playlists' => 'Playlists',
'watched' => 'Watched',
'settings' => 'Settings',
'logout' => 'Logout',
'login' => 'Login',
'profile' => 'Profile',
];

9
lang/en/playlist.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'no-playlist-found' => 'No Playlist found!',
'personal-playlists' => 'Personal Playlists',
'create-on-personal-page' => 'You can create one in your personal playlists page.',
'play' => 'Play',
'playlist' => 'Playlist',
];

13
lang/en/search.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
return [
'showing' => 'Showing',
'to' => 'to',
'of' => 'of',
'results' => 'results',
'oldest-uploads' => 'Oldest Uploads',
'oldest-releases' => 'Oldest Releases',
'view-count' => 'View Count',
'search-hentai' => 'Search Hentai...',
'search' => 'Search',
];

12
lang/en/stream.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
return [
'download' => 'Download',
'share' => 'Share',
'more-from-studio' => 'More from Studio',
'more-from' => 'More from',
'description' => 'Description',
'genres' => 'Genres',
'gallery' => 'Gallery',
'show-less' => 'Show less',
];