Translations. Fixing the language bar.

This commit is contained in:
Cody Cook 2024-04-30 17:09:28 -07:00
commit 28fc75dd25
38 changed files with 1006 additions and 150 deletions

View file

@ -2,36 +2,36 @@
return [
'welcome' => 'Maligayang pagdating sa aming website!',
'description' => 'Ito ay isang paglalarawan sa Tagalog.',
'userProfile' => "User Profile",
'userProfile' => "Profile ng User",
'user' => 'User',
'home' => 'Home',
'djName' => 'DJ Name',
'djName' => 'Pangalan ng DJ',
'email' => 'Email',
'location' => 'Location',
'location' => 'Lokasyon',
'bio' => 'Bio',
'submit' => 'Submit',
'submit' => 'Isumite',
'login' => 'Login',
'message' => 'Message',
'follow' => 'Follow',
'message' => 'Mensahe',
'follow' => 'Sundan',
'djs' => 'DJs',
"djNotFound" => "Could not load DJ; either the DJ wasn't found or this DJ is private.",
"notfound" => "Page not found",
"genre" => "Genre",
"genres" => "Genres",
"genreNotFound" => "Could not load genre; either the genre wasn't found, was empty, or this genre is private.",
"mix-count" => "Mix Count",
"mixes" => "Mixes",
"djNotFound" => "Hindi ma-load si DJ; maaaring hindi nahanap ang DJ o pribado ang DJ na ito.",
"notfound" => "Hindi nahanap ang pahina",
"genre" => "Dyanra",
"genres" => "Mga Dyanra",
"genreNotFound" => "Hindi ma-load ang dyanra; maaaring hindi nakita ang dyanra, walang laman, o pribado ang dyanra na ito.",
"mix-count" => "Bilang ng Mix",
"mixes" => "Mga Mix",
"mix" => "Mix",
"mixNotFound" => "Could not load mix; either the mix wasn't found, was empty, or this mix is private.",
"mixName" => "Mix Name",
"mixDescription" => "Mix Description",
"mixLength" => "Mix Length",
"mixGenre" => "Mix Genre",
"view" => "View",
"mixname" => "Mix Name",
"search" => "Search",
"searchResults" => "Search Results",
"searchResultsFor" => "Search Results for",
"searchResultsFound" => "Search Results Found",
"mixNotFound" => "Hindi ma-load ang mix; maaaring hindi nakita ang mix, walang laman, o pribado ang mix na ito.",
"mixName" => "Pangalan ng Mix",
"mixDescription" => "Mix Paglalarawan",
"mixLength" => "Haba ng Mix",
"mixGenre" => "Dyanra ng Mix",
"view" => "Tingnan",
"mixname" => "Pangalan ng Mix",
"search" => "Maghanap",
"searchResults" => "Mga Resulta ng Paghahanap",
"searchResultsFor" => "Mga resulta ng paghahanap para sa",
"searchResultsFound" => "Natagpuan ang mga Resulta ng Paghahanap",
];