Language updates from Crowdin.
This commit is contained in:
parent
0b0697bb42
commit
c76ab1abf3
30 changed files with 420 additions and 60 deletions
|
@ -2,6 +2,7 @@
|
|||
return [
|
||||
'welcome' => 'Welcome to our Website!',
|
||||
'description' => 'This is a description in English.',
|
||||
'desc' => 'Description',
|
||||
'userProfile' => "User Profile",
|
||||
'user' => 'User',
|
||||
'home' => 'Home',
|
||||
|
@ -23,6 +24,7 @@ return [
|
|||
"mixes" => "Mixes",
|
||||
"mix" => "Mix",
|
||||
"mixNotFound" => "Could not load mix; either the mix wasn't found, was empty, or this mix is private.",
|
||||
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
|
||||
"mixName" => "Mix Name",
|
||||
"mixDescription" => "Mix Description",
|
||||
"mixLength" => "Mix Length",
|
||||
|
@ -53,7 +55,17 @@ return [
|
|||
"play" => "Play",
|
||||
"contactus" => "Contact Us",
|
||||
"allrightsreserved" => "All rights reserved.",
|
||||
|
||||
|
||||
"mixshows" => "Mixshows",
|
||||
"mixshow" => "Mixshow",
|
||||
"mixshowName" => "Mixshow Name",
|
||||
"share" => "Share",
|
||||
"sahrethismix" => "Share this mix",
|
||||
"sharethismixshow" => "Share this mixshow",
|
||||
"rss" => "RSS",
|
||||
"year" => "Year",
|
||||
"sharetotwitter" => "Share to X (formerly Twitter)",
|
||||
"sharetofb" => "Share to Facebook",
|
||||
"sharetoig" => "Share to Instagram",
|
||||
"copyurl" => "Copy URL",
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue