Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update hungarian translations #196

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/translations/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"label.shareGalleryFile": "Fájl megosztás galériából",
"label.showAdvancedInformation": "Speciális információk megjelenítése",
"label.showChat": "Chat megtekintése",
"label.showStats": "Chat megtekintése",
"label.showStats": "Statisztisztikák megtekintése",
"label.sortAscending": "Rendezés növekvő sorrendbe",
"label.sortDescending": "Rendezés csökkenő sorrendbe",
"label.ultra": "Ultra magas (UHD)",
Expand Down Expand Up @@ -269,14 +269,14 @@
"settings.blurBackgroundNotSupported": "A háttér elmosás nem támogatott",
"settings.enableBlurBackground": "Háttér elmosás engedélyezése",
"settings.tryToLoadAudioDevices": "Audioeszközök betöltése",
"room.errorJoiningRoom": null,
"device.shareScreen": null,
"filesharing.downloadError": null,
"room.errorJoiningRoom": "Hiba történt a szobához való csatlakozáskor",
"device.shareScreen": "Képernyőmegosztás",
"filesharing.downloadError": "Hiba a letöltés közben",
"settings.lastN": "Látható résztvevők",
"settings.confirmOnExit": null,
"svc.mgmtUnavailable": null,
"svc.mediaNodeUnavailable": null,
"svc.mediaConnectionNodeError": null,
"svc.mediaConnectionNodeSuccess": null,
"svc.mgmtUnavailable": "Menedzsment szolgáltatás: Nem elérhető",
"svc.mediaNodeUnavailable": "Média-node szolgáltatás: Nem elérhető",
"svc.mediaConnectionNodeError": "Média-node szolgáltatás: Kapcsolódási hiba",
"svc.mediaConnectionNodeSuccess": "Média-node szolgáltatás: Sikeres kapcsolódás",
"settings.testAudioOutput": "Audio kimenet teszt"
}
2 changes: 1 addition & 1 deletion src/utils/intlManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const localeList = [
locale: [ 'hi', 'hi-hi' ]
},
{
name: 'Hungarian',
name: 'Hungarian (magyar)',
file: 'hu',
locale: [ 'hu', 'hu-hu' ]
},
Expand Down
Loading