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

Translate to Hungarian #57

Merged
merged 5 commits into from
Jan 3, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feel free to contribute! Learn more: [Contributor's Guide: Adding Translations](
| <img src="https://discordgsm.com/images/flags/hr.png" width=20 /> Croatian | Hrvatski | ❌ | [hr.json](/discordgsm/translations/hr.json) | |
| <img src="https://discordgsm.com/images/flags/it.png" width=20 /> Italian | Italiano | ❌ | [it.json](/discordgsm/translations/it.json) | |
| <img src="https://discordgsm.com/images/flags/lt.png" width=20 /> Lithuanian | Lietuviškai | ❌ | [lt.json](/discordgsm/translations/lt.json) | |
| <img src="https://discordgsm.com/images/flags/hu.png" width=20 /> Hungarian | Magyar | | [hu.json](/discordgsm/translations/hu.json) | |
| <img src="https://discordgsm.com/images/flags/hu.png" width=20 /> Hungarian | Magyar | ✔️ | [hu.json](/discordgsm/translations/hu.json) | [@w4sb0y](https://github.com/w4sb0y) |
| <img src="https://discordgsm.com/images/flags/nl.png" width=20 /> Dutch | Nederlands | ✔️ | [nl.json](/discordgsm/translations/nl.json) | [@CounterForce](https://github.com/CounterForce) |
| <img src="https://discordgsm.com/images/flags/no.png" width=20 /> Norwegian | Norsk | ❌ | [no.json](/discordgsm/translations/no.json) | |
| <img src="https://discordgsm.com/images/flags/pl.png" width=20 /> Polish | Polski | ✔️ | [pl.json](/discordgsm/translations/pl.json) | [@StarterX4](https://github.com/StarterX4) |
Expand Down
198 changes: 99 additions & 99 deletions discordgsm/translations/hu.json
Original file line number Diff line number Diff line change
@@ -1,101 +1,101 @@
{
"command.option.game_id": "Game ID. Learn more: https://discordgsm.com/guide/supported-games",
"command.option.address": "IP address or domain name",
"command.option.query_port": "Query port",
"command.option.channel": "Discord channel",
"command.option.clock_format": "Clock format",
"command.option.timezone": "TZ database name. Learn more: https://discordgsm.com/guide/timezones",
"command.option.locale": "Locale. Learn more: https://discordgsm.com/guide/locales",
"command.choice.12_hour_clock": "12-hour clock",
"command.choice.24_hour_clock": "24-hour clock",
"command.error.no_permission": "You don't have sufficient privileges to use this command.",
"command.error.internal_error": "Internal Error. Please try again later.",
"command.queryserver.description": "Query a game server (only once)",
"command.addserver.description": "Add a server to the current channel",
"command.addserver.text_channel_only": "This command is only supported in text channel.",
"command.addserver.limit_exceeded": "The server quota has been exceeded. Limit: {limit}.",
"command.delserver.description": "Delete the server in the current channel",
"command.refresh.description": "Refresh servers' messages manually in the current channel",
"command.factoryreset.description": "Delete all servers in current guild",
"command.factoryreset.button.label": "Delete all servers",
"command.factoryreset.content": "Are you sure you want to delete all servers in the current guild? This cannot be undone.",
"command.factoryreset.success": "Factory reset successfully.",
"command.moveup.description": "Move the server message upward",
"command.movedown.description": "Move the server message downward",
"command.changestyle.description": "Change server message style",
"command.changestyle.content": "Select the message style for the server `{address}:{query_port}`",
"command.editstyledata.description": "Edit server message style data",
"command.editstyledata.modal.title": "Edit {address}:{query_port}",
"command.switch.description": "Switch the server message(s) to another channel",
"command.switch.same_channel": "You cannot switch servers to the same channel.",
"command.switch.success": "Switched {count} servers from <#{channel_id1}> to <#{channel_id2}>",
"command.settimezone.description": "Set server message time zone",
"command.settimezone.invalid": "`{timezone}` is not a valid time zone. Learn more: https://discordgsm.com/guide/timezones",
"command.setlocale.description": "Set server message locale",
"command.setlocale.invalid": "`{locale}` is not a valid locale. Learn more: https://discordgsm.com/guide/locales",
"command.setclock.description": "Set server message clock format",
"command.setalert.description": "Set server status alert settings",
"command.setalert.content": "Alert settings for the server `{address}:{query_port}`",
"command.setalert.settings.button.label": "Alert Settings",
"command.setalert.settings.modal.title": "Alert Settings",
"command.setalert.test.button.label": "Send Test Alert",
"command.setalert.test.success": "Test webhook sent.",
"command.setalert.test.empty": "The Webhook URL cannot be empty.",
"command.setalert.test.invalid": "The Webhook URL is invalid.",
"command.setalert.test.not_found": "This webhook was not found.",
"function.find_game.not_found": "`{game_id}` is not a valid game id. Learn more: https://discordgsm.com/guide/supported-games",
"function.find_server.not_found": "The server `{address}:{query_port}` does not exist in the channel.",
"function.find_servers.empty": "There are no servers in this channel.",
"function.find_servers.parameter_error": "`address` and `query_port` must be given together.",
"function.query_server_modal.invalid_port": "The port number must be between 0 and 65535.",
"function.query_server_modal.already_exists": "This server already exists in the channel.",
"function.query_server_modal.fail_to_query": "Fail to query `{game_id}` server `{address}:{query_port}`. Please try again.",
"function.query_server_modal.success": "Query successfully!",
"missing_permission.manage_messages": "Missing Permission: `Manage Messages`",
"missing_permission.send_messages": "Missing Permission: `Send Messages`",
"modal.text_input.address.label": "Address",
"modal.text_input.query_port.label": "Query Port",
"modal.text_input.guild_id.label": "Guild ID",
"modal.text_input.webhook_url.label": "Webhook URL",
"modal.text_input.webhook_content.label": "Webhook Content",
"embed.alert.description.test": "🧪 This is a test alert!",
"embed.alert.description.online": "✅ Your server is back online!",
"embed.alert.description.offline": "🚨 Your server seems to be down!",
"embed.alert.footer.query_time": "Query time: {query_time}",
"embed.text_input.description.label": "Description",
"embed.text_input.description.placeholder": "The description of the embed.",
"embed.text_input.fullname.label": "Full Name",
"embed.text_input.fullname.placeholder": "The display name of the game.",
"embed.text_input.image_url.label": "Image URL",
"embed.text_input.image_url.placeholder": "The source URL for the image. Only HTTP(S) is supported.",
"embed.text_input.thumbnail_url.label": "Thumbnail URL",
"embed.text_input.thumbnail_url.placeholder": "The source URL for the thumbnail. Only HTTP(S) is supported.",
"embed.text_input.country.label": "Country",
"embed.text_input.country.placeholder": "The country alpha-2 code.",
"embed.description.instant_invite": "Instant Invite: {url}",
"embed.description.connect": "Connect: {url}",
"embed.field.status.name": "Status",
"embed.field.status.value.online": ":green_circle: **Online**",
"embed.field.status.value.offline": ":red_circle: **Offline**",
"embed.field.address:port.name": "Address:Port",
"embed.field.address:port:query.name": "Address:Port (Query)",
"embed.field.country.name": "Country",
"embed.field.game.name": "Game",
"embed.field.current_map.name": "Current Map",
"embed.field.players.name": "Players",
"command.option.game_id": "Játék azonosító. További információ: https://discordgsm.com/guide/supported-games",
"command.option.address": "IP cím, vagy domain",
"command.option.query_port": "Lekérdezési port",
"command.option.channel": "Discord csatorna",
"command.option.clock_format": "Idő formátum",
"command.option.timezone": "Időzóna adatbázis neve. További információ: https://discordgsm.com/guide/timezones",
"command.option.locale": "Nyelv. További információ: https://discordgsm.com/guide/locales",
"command.choice.12_hour_clock": "12 órás időformátum",
"command.choice.24_hour_clock": "24 órás időformátum",
"command.error.no_permission": "Nincs jogod használni ezt a parancsot.",
"command.error.internal_error": "Hiba. Kérlek próbáld újra később.",
"command.queryserver.description": "Játékszerver lekérdezése (egyszeri)",
"command.addserver.description": "Szerver hozzáadása ehhez a csatornához",
"command.addserver.text_channel_only": "Ez a parancs csak egy szöveges csatornában használható.",
"command.addserver.limit_exceeded": "A szerver kvóta el lett érve. Határ: {limit}.",
"command.delserver.description": "Egy szerver kitörlése ebből a csatornából",
"command.refresh.description": "Az ebben a csatornában található szerverek frissítése manuálisan",
"command.factoryreset.description": "Az összes ebben a discord szerveren található megfigyelt szerverek törlése",
"command.factoryreset.button.label": "Összes szerver törlése",
"command.factoryreset.content": "Biztos, hogy ki szeretnéd törölni az összes szervert? Ez visszavonhatatlan következményekkel jár.",
"command.factoryreset.success": "Gyári beállítások sikeresen visszaállítva.",
"command.moveup.description": "Rakd a szervert eggyel fennebb",
"command.movedown.description": "Rakd a szervert eggyel lejjebb",
"command.changestyle.description": "Üzenet stílusának megváltoztatása",
"command.changestyle.content": "Válassz stílust a `{address}:{query_port}` szervernek",
"command.editstyledata.description": "Szerver stílus manuális szerkesztése",
"command.editstyledata.modal.title": "{address}:{query_port} szerkesztés",
"command.switch.description": "Rakd át a megfigyelt szerver üzenetét egy másik csatornába",
"command.switch.same_channel": "Nem rakhatod ugyan abba a csatornába az üzenetet.",
"command.switch.success": "{count} darab szerver a(z) <#{channel_id1}> csatornából a(z) <#{channel_id2}> csatornába átrakva.",
"command.settimezone.description": "Válassz időzónát a megfigyelt szerver üzenetének",
"command.settimezone.invalid": "`{timezone}` nem egy felismert időzóna. További információ: https://discordgsm.com/guide/timezones",
"command.setlocale.description": "Állítsd be a szerver üzenetének nyelvét",
"command.setlocale.invalid": "`{locale}` nem egy felismert nyelv. További információ: https://discordgsm.com/guide/locales",
"command.setclock.description": "Állítsd be a szerver időformátumát",
"command.setalert.description": "Állítsd be a szerver figyelmeztetéseit",
"command.setalert.content": "`{address}:{query_port}` szerver figyelmeztetési beállításai",
"command.setalert.settings.button.label": "Figyelmeztetések beállításai",
"command.setalert.settings.modal.title": "Figyelmeztetések beállításai",
"command.setalert.test.button.label": "Teszt figyelmeztetés küldése",
"command.setalert.test.success": "Teszt figyelmeztetés elküldve.",
"command.setalert.test.empty": "A Webhook link nem lehet üres.",
"command.setalert.test.invalid": "A Webhook link érvénytelen.",
"command.setalert.test.not_found": "A Webhook nem található.",
"function.find_game.not_found": "`{game_id}` nem egy felismert játék azonosító. További információ: https://discordgsm.com/guide/supported-games",
"function.find_server.not_found": "A(z) `{address}:{query_port}` szerver nem létezik ebben a csatornában.",
"function.find_servers.empty": "Ebben a csatornában nincsenek szerverek beállítva.",
"function.find_servers.parameter_error": "A címet (`address`) és a portot (`query_port`) együtt kell megadni.",
"function.query_server_modal.invalid_port": "A port egy 0 és 65535 közötti szám kell legyen.",
"function.query_server_modal.already_exists": "Ez a szerver már létezik ebben a csatornában.",
"function.query_server_modal.fail_to_query": "Nem sikerült a(z) `{game_id}` szervert (`{address}:{query_port}`) lekérdezni. Kérlek próbáld újra.",
"function.query_server_modal.success": "Sikeres lekérdezés!",
"missing_permission.manage_messages": "Hiányzó jog: `Manage Messages`",
"missing_permission.send_messages": "Hiányzó jog: `Send Messages`",
"modal.text_input.address.label": "Cím",
"modal.text_input.query_port.label": "Lekérdezési Port",
"modal.text_input.guild_id.label": "Discord szerver ID",
"modal.text_input.webhook_url.label": "Webhook link",
"modal.text_input.webhook_content.label": "Webhook tartalma",
"embed.alert.description.test": "🧪 Ez egy teszt figyelmeztetés!",
"embed.alert.description.online": "✅ A szervered elérhető!",
"embed.alert.description.offline": "🚨 Úgy tűnik, a szervered nem érhető el!",
"embed.alert.footer.query_time": "Lekérdezve: {query_time}",
"embed.text_input.description.label": "Leírás",
"embed.text_input.description.placeholder": "Az embed leírása.",
"embed.text_input.fullname.label": "Teljes név",
"embed.text_input.fullname.placeholder": "A játék neve.",
"embed.text_input.image_url.label": "Kép linkje",
"embed.text_input.image_url.placeholder": "A képhez vezető URL. Csak HTTP(S) támogatott.",
"embed.text_input.thumbnail_url.label": "A miniatűr kép linkje",
"embed.text_input.thumbnail_url.placeholder": "A miniatűr képhez vezető URL. Csak HTTP(S) támogatott.",
"embed.text_input.country.label": "Ország",
"embed.text_input.country.placeholder": "Az ország kódja `alpha-2`-es formátumban.",
"embed.description.instant_invite": "Instant meghívó: {url}",
"embed.description.connect": "Csatlakozás: {url}",
"embed.field.status.name": "Státusz",
"embed.field.status.value.online": ":green_circle: **Elérhető**",
"embed.field.status.value.offline": ":red_circle: **Nem elérhető**",
"embed.field.address:port.name": "Cím:Port",
"embed.field.address:port:query.name": "Cím:Port (lekérdezés)",
"embed.field.country.name": "Ország",
"embed.field.game.name": "Játék",
"embed.field.current_map.name": "Aktuális map",
"embed.field.players.name": "Játékosok",
"embed.field.presence.name": "Presence",
"embed.field.members.name": "Members",
"embed.field.player_list.name": "Player List",
"embed.field.bot_list.name": "Bot List",
"embed.field.footer.last_update": "Last update: {last_update}",
"style.extra_small.display_name": "Extra Small",
"style.extra_small.description": "An extra small-sized style that shows less information.",
"style.small.display_name": "Small",
"style.small.description": "A small-sized style that displays less server information.",
"style.medium.display_name": "Medium",
"style.medium.description": "A medium-sized style that shows server information.",
"style.large.display_name": "Large",
"style.large.description": "A large-sized style that shows server info and player list.",
"style.extra_large.display_name": "Extra Large",
"style.extra_large.description": "An extra large-sized style that shows with bot list."
}
"embed.field.members.name": "Tagok",
"embed.field.player_list.name": "Játékosok listája",
"embed.field.bot_list.name": "Bot lista",
"embed.field.footer.last_update": "Utolsó frissítés: {last_update}",
"style.extra_small.display_name": "Extra kicsi",
"style.extra_small.description": "Egy nagyon minimális stílus, kevés információt mutat.",
"style.small.display_name": "Minimális",
"style.small.description": "Egy minimalisztikus stílus, kevesebb információt mutat.",
"style.medium.display_name": "Közepes",
"style.medium.description": "Egy közepes sítlus, ami általános információkat mutat.",
"style.large.display_name": "Nagy",
"style.large.description": "Egy nagy méretű stílus, ami mutatja az információkat és a játékosokat",
"style.extra_large.display_name": "Extra nagy",
"style.extra_large.description": "Egy Nagy stílus, ami mutatja a botok listáját is"
}