Language updates from Crowdin.

This commit is contained in:
Cody Cook 2025-01-09 12:00:07 -08:00
commit c76ab1abf3
30 changed files with 420 additions and 60 deletions

View file

@ -2,6 +2,7 @@
return [
'welcome' => 'Ласкаво просимо на наш сайт!',
'description' => 'Це опис англійською.',
'desc' => 'Description',
'userProfile' => "Профіль користувача",
'user' => 'Користувач',
'home' => 'Домашній екран',
@ -23,6 +24,7 @@ return [
"mixes" => "Змішати",
"mix" => "Змішати",
"mixNotFound" => "Не вдалось завантажити мікс; або суміш не знайдена, була порожня, або ця суміш приватна.",
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
"mixName" => "Змішане ім'я",
"mixDescription" => "Змішати опис",
"mixLength" => "Довжина мікса",
@ -53,7 +55,17 @@ return [
"play" => "Відтворити",
"contactus" => "Зв’язатись з нами",
"allrightsreserved" => "Усі права захищені.",
"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",
];