Skip to content

Commit

Permalink
Merge pull request #62 from Shiioriii/patch-2
Browse files Browse the repository at this point in the history
Added a Korean Translation
  • Loading branch information
BattlefieldDuck authored Jan 21, 2024
2 parents 8ea1fcf + cf0e369 commit 895a723
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Feel free to contribute! Learn more: [Contributor's Guide: Adding Translations](
| Malayalam | മലയാളം | ✔️ | [ml.json](/discordgsm/translations/ml.json) | [@DarkwixZz](https://github.com/DarkwixZz) |
| <img src="https://discordgsm.com/images/flags/th.png" width=20 /> Thai | ไทย || [th.json](/discordgsm/translations/th.json) | |
| <img src="https://discordgsm.com/images/flags/zh-CN.png" width=20 /> Chinese, China | 中文 | ✔️ | [zh-CN.json](/discordgsm/translations/zh-CN.json) | [@BattlefieldDuck](https://github.com/BattlefieldDuck) |
| <img src="https://discordgsm.com/images/flags/ja.png" width=20 /> Japanese | 日本語 | ✔️ | [ja.json](/discordgsm/translations/ja.json) | [@Kyuikaa](https://github.com/kyuikaa) |
| <img src="https://discordgsm.com/images/flags/ja.png" width=20 /> Japanese | 日本語 | ✔️ | [ja.json](/discordgsm/translations/ja.json) | [@Shiorii](https://github.com/Shiioriii) |
| <img src="https://discordgsm.com/images/flags/zh-TW.png" width=20 /> Chinese, Taiwan | 繁體中文 | ✔️ | [zh-TW.json](/discordgsm/translations/zh-TW.json) | [@BattlefieldDuck](https://github.com/BattlefieldDuck) |
| <img src="https://discordgsm.com/images/flags/ko.png" width=20 /> Korean | 한국어 | | [ko.json](/discordgsm/translations/ko.json) | |
| <img src="https://discordgsm.com/images/flags/ko.png" width=20 /> Korean | 한국어 | ✔️ | [ko.json](/discordgsm/translations/ko.json) | [@Shiorii](https://github.com/Shiioriii) |

## Support Server
Got any questions or feedback? Join our Discord Server: https://discordgsm.com/discord
192 changes: 96 additions & 96 deletions discordgsm/translations/ko.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**",
"command.option.game_id": "게임 ID. 자세히 알아보기: https://discordgsm.com/guide/supported-games",
"command.option.address": "IP 주소 또는 도메인 이름",
"command.option.query_port": "쿼리 포트",
"command.option.channel": "디스코드 채널",
"command.option.clock_format": "시계 형식",
"command.option.timezone": "TZ 데이터베이스 이름. 자세히 알아보기: https://discordgsm.com/guide/timezones",
"command.option.locale": "로캘. 자세히 알아보기: https://discordgsm.com/guide/locales",
"command.choice.12_hour_clock": "12시간 시계",
"command.choice.24_hour_clock": "24시간 시계",
"command.error.no_permission": "이 명령을 사용할 수 있는 충분한 권한이 없습니다.",
"command.error.internal_error": "내부 오류입니다. 나중에 다시 시도해 주세요.",
"command.queryserver.description": "게임 서버 쿼리(한 번만)",
"command.addserver.description": "현재 채널에 서버 추가하기",
"command.addserver.text_channel_only": "이 명령은 텍스트 채널에서만 지원됩니다.",
"command.addserver.limit_exceeded": "서버 할당량이 초과되었습니다. 제한: {limit}.",
"command.delserver.description": "현재 채널에서 서버 삭제하기",
"command.refresh.description": "현재 채널에서 서버의 메시지를 수동으로 새로고침하기",
"command.factoryreset.description": "현재 길드의 모든 서버 삭제",
"command.factoryreset.button.label": "모든 서버 삭제",
"command.factoryreset.content": "현재 길드의 모든 서버를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",
"command.factoryreset.success": "공장 초기화에 성공했습니다.",
"command.moveup.description": "서버 메시지를 위로 이동",
"command.movedown.description": "서버 메시지를 아래로 이동",
"command.changestyle.description": "서버 메시지 스타일 변경",
"command.changestyle.content": "서버의 메시지 스타일 선택 `{address}:{query_port}`",
"command.editstyledata.description": "서버 메시지 스타일 데이터 편집",
"command.editstyledata.modal.title": "편집 {address}:{query_port}",
"command.switch.description": "서버 메시지를 다른 채널로 전환하기",
"command.switch.same_channel": "서버를 동일한 채널로 전환할 수 없습니다.",
"command.switch.success": "전환 {count} 서버 에서 <#{channel_id1}> <#{channel_id2}>",
"command.settimezone.description": "서버 메시지 시간대 설정",
"command.settimezone.invalid": "`{timezone}` 은 유효한 시간대가 아닙니다. 자세히 알아보기: https://discordgsm.com/guide/timezones",
"command.setlocale.description": "서버 메시지 로캘 설정",
"command.setlocale.invalid": "`{locale}` 는 유효한 로캘이 아닙니다. 자세히 알아보기: https://discordgsm.com/guide/locales",
"command.setclock.description": "서버 메시지 시계 형식 설정",
"command.setalert.description": "서버 상태 알림 설정",
"command.setalert.content": "서버에 대한 알림 설정 `{address}:{query_port}`",
"command.setalert.settings.button.label": "알림 설정",
"command.setalert.settings.modal.title": "알림 설정",
"command.setalert.test.button.label": "테스트 알림 보내기",
"command.setalert.test.success": "테스트 웹훅이 전송되었습니다.",
"command.setalert.test.empty": "웹훅 URL은 비워 둘 수 없습니다.",
"command.setalert.test.invalid": "웹훅 URL이 잘못되었습니다.",
"command.setalert.test.not_found": "이 웹훅을 찾을 수 없습니다.",
"function.find_game.not_found": "`{game_id}` 은 유효한 게임 ID가 아닙니다. 자세히 알아보기: https://discordgsm.com/guide/supported-games",
"function.find_server.not_found": "서버 `{address}:{query_port}` 채널에 존재하지 않습니다.",
"function.find_servers.empty": "이 채널에는 서버가 없습니다.",
"function.find_servers.parameter_error": "`address` `query_port` 를 함께 제공해야 합니다.",
"function.query_server_modal.invalid_port": "포트 번호는 0에서 65535 사이여야 합니다.",
"function.query_server_modal.already_exists": "이 서버는 채널에 이미 존재합니다.",
"function.query_server_modal.fail_to_query": "쿼리 실패 `{game_id}` 서버 `{address}:{query_port}`. 다시 시도해 주세요.",
"function.query_server_modal.success": "쿼리에 성공했습니다!",
"missing_permission.manage_messages": "권한이 없습니다: `Manage Messages`",
"missing_permission.send_messages": "권한이 없습니다: `Send Messages`",
"modal.text_input.address.label": "주소",
"modal.text_input.query_port.label": "쿼리 포트",
"modal.text_input.guild_id.label": "길드 ID",
"modal.text_input.webhook_url.label": "웹훅 URL",
"modal.text_input.webhook_content.label": "웹후크 콘텐츠",
"embed.alert.description.test": "🧪 테스트 알림입니다!",
"embed.alert.description.online": "서버가 다시 온라인 상태가 되었습니다!",
"embed.alert.description.offline": "🚨 서버가 다운된 것 같습니다!",
"embed.alert.footer.query_time": "쿼리 시간: {query_time}",
"embed.text_input.description.label": "설명",
"embed.text_input.description.placeholder": "임베드에 대한 설명입니다.",
"embed.text_input.fullname.label": "전체 이름",
"embed.text_input.fullname.placeholder": "게임의 표시 이름입니다.",
"embed.text_input.image_url.label": "이미지 URL",
"embed.text_input.image_url.placeholder": "이미지의 소스 URL입니다. HTTP(S)만 지원됩니다.",
"embed.text_input.thumbnail_url.label": "썸네일 URL",
"embed.text_input.thumbnail_url.placeholder": "썸네일의 소스 URL입니다. HTTP(S)만 지원됩니다.",
"embed.text_input.country.label": "국가",
"embed.text_input.country.placeholder": "국가 알파벳 2 코드입니다.",
"embed.description.instant_invite": "즉시 초대: {url}",
"embed.description.connect": "연결: {url}",
"embed.field.status.name": "상태",
"embed.field.status.value.online": ":green_circle: **온라인**",
"embed.field.status.value.offline": ":red_circle: **오프라인**",
"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",
"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.",
"embed.field.country.name": "국가",
"embed.field.game.name": "게임",
"embed.field.current_map.name": "현재 지도",
"embed.field.players.name": "플레이어",
"embed.field.presence.name": "프레즌스",
"embed.field.members.name": "회원",
"embed.field.player_list.name": "플레이어 목록",
"embed.field.bot_list.name": "봇 목록",
"embed.field.footer.last_update": "마지막 업데이트: {last_update}",
"style.extra_small.display_name": "엑스트라 스몰",
"style.extra_small.description": "더 적은 정보를 표시하는 초소형 스타일입니다.",
"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.small.description": "서버 정보를 적게 표시하는 작은 크기의 스타일입니다.",
"style.medium.display_name": "중간",
"style.medium.description": "서버 정보를 표시하는 중간 크기의 스타일입니다.",
"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."
}
"style.large.description": "서버 정보와 플레이어 목록을 표시하는 큰 사이즈 스타일입니다.",
"style.extra_large.display_name": "엑스트라 라지",
"style.extra_large.description": "봇 목록과 함께 표시되는 초대형 스타일입니다."
}

0 comments on commit 895a723

Please sign in to comment.