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" => "جميع الحقوق محفوظة.format@@0",
"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",
];