diff --git a/src/locales/hu.json b/src/locales/hu.json index 0967ef4..802354d 100644 --- a/src/locales/hu.json +++ b/src/locales/hu.json @@ -1 +1,19 @@ -{} +{ + "title": { + "similar_artists": "Hasonló előadók", + "albums": "Albumok", + "artists": "Előadók", + "playlists": "Lejátszási listák", + "genres": "Műfajok", + "login": "Bejelentkezés", + "logout": "Kijelentkezés", + "search": "Keresés", + "now_playing": "Most játszott", + "songs": "Dalok" + }, + "action": { + "back": "Vissza", + "add": "Hozzáad", + "send": "Küldés" + } +}