Check-in; adding features like mixshow and google analytics.

This commit is contained in:
Cody Cook 2024-05-02 19:21:24 -07:00
commit 8288ebc67a
50 changed files with 1492 additions and 483 deletions

View file

@ -33,5 +33,18 @@ return [
"searchResults" => "Výsledky hledání",
"searchResultsFor" => "Výsledky hledání pro",
"searchResultsFound" => "Nalezeny výsledky hledání",
"tracklist" => "Seznam stop",
"lastupdated" => "Naposledy aktualizováno",
"duration" => "Doba trvání",
"hour" => "hodina",
"hours" => "hodiny",
"minute" => "minuta",
"minutes" => "minuty",
"second" => "sekunda",
"seconds" => "sekundy",
"by" => "od",
"added" => "Přidáno",
"recorded" => "Zaznamenáno",
];