mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
93166c774a
* feat(i18n): add Hungarian (hu) translation files * feat(i18n): register Hungarian locale and language option * docs(changelog): Hungarian translation entry and credit (#1149) * fix(i18n): list Romanian in the Login language picker
7 lines
281 B
TypeScript
7 lines
281 B
TypeScript
export const luckyMix = {
|
|
done: 'Lucky Mix kész: {{count}} szám',
|
|
failed: 'A Lucky Mix összeállítása nem sikerült. Próbáld újra.',
|
|
unavailable: 'A Lucky Mix nem érhető el ehhez a szerverhez.',
|
|
cancelTooltip: 'Lucky Mix összeállításának megszakítása',
|
|
};
|