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",
];