From 29a052ad2353435022d7c405ff6914891a4678fb Mon Sep 17 00:00:00 2001 From: Jeonghun Oh Date: Sun, 1 Nov 2020 19:54:48 +0900 Subject: [PATCH] Update ko.json This is a translation into Korean --- language/ko.json | 105 ++++++++++++++++++++++++----------------------- 1 file changed, 53 insertions(+), 52 deletions(-) diff --git a/language/ko.json b/language/ko.json index 12bcdd1..6d2778f 100644 --- a/language/ko.json +++ b/language/ko.json @@ -3,119 +3,120 @@ { "widgets": [ { - "label": "Default" + "label": "기본값" } ], - "label": "Cards", - "entity": "card", + "label": "카드", + "entity": "카드", "field": { - "label": "Card", + "label": "카드", "fields": [ { - "label": "Image" + "label": "이미지" }, { - "label": "Alternative text for Image", - "description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." + "label": "이미지의 대체 텍스트", + "description": "사진에서 볼 수 있는 것을 묘사하세요. 이 텍스트는 시각 장애 사용자가 필요로 하는 텍스트 음성 변환 도구로 읽힌다." }, { - "label": "Audio Track", - "description": "An optional sound that plays when the card is turned." + "label": "오디오 트랙", + "description": "카드를 돌렸을 때 재생되는 선택적 사운드." }, { - "label": "Matching Image", - "description": "An optional image to match against instead of using two cards with the same image." + "label": "매칭 이미지", + "description": "(선택사항) 같은 이미지의 두 카드를 사용하는 대신에 매칭할 수 있는 선택적 이미지." }, { - "label": "Alternative text for Matching Image", - "description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." + "label": "매칭 이미지에 대한 대체 텍스트", + "description": "사진에서 볼 수 있는 것을 묘사하세요. 이 텍스트는 시각 장애 사용자가 필요로 하는 텍스트 음성 변환 도구로 읽힌다.." }, { - "label": "Matching Audio Track", - "description": "An optional sound that plays when the second card is turned." + "label": "매칭 오디오 트랙", + "description": "(선택사항)두 번째 카드를 돌릴 때 재생되는 사운드" }, { - "label": "Description", - "description": "An optional short text that will pop up once the two matching cards are found." + "label": "설명", + "description": "(선택사항) 일치되는 두 장의 카드가 발견되면 팝업될 짧은 텍스트." } ] } }, { - "label": "Behavioural settings", - "description": "These options will let you control how the game behaves.", + "label": "과제가 수행되는 방법 설정.", + "description": "이 옵션은 과제가 어떻게 수행될 지 환경을 설정합니다.", "fields": [ { - "label": "Position the cards in a square", - "description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + "label": "카드를 정사각형으로 배열하기", + "description": "카드를 놓을 때 열과 행의 개수를 맞추려고 할 것이다. 이후, 카드는 용기에 맞게 크기가 조정될 것이다." }, { - "label": "Number of cards to use", - "description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + "label": "사용할 카드 수", + "description": "이것을 2보다 큰 숫자로 설정하면 게임이 카드 목록에서 무작위 카드를 선택하게 될 것이다." }, { - "label": "Add button for retrying when the game is over" + "label": "게임 종료 시 재시도하기 위한 버튼 추가" } ] }, { - "label": "Look and feel", - "description": "Control the visuals of the game.", + "label": "외관과 느낌", + "description": "게임의 비주얼 관리", "fields": [ { - "label": "Theme Color", - "description": "Choose a color to create a theme for your card game." + "label": "테마 색깔", + "description": "카드 게임의 테마를 만들 색을 선택하십시오." }, { - "label": "Card Back", - "description": "Use a custom back for your cards." + "label": "카드 뒷면", + "description": "카드의 뒷면을 맞춤형으로 사용하십시오." + } ] }, { - "label": "Localization", + "label": "맞춤형 설정", "fields": [ { - "label": "Card turns text", - "default": "Card turns" + "label": "카드가 돌려질 때 텍스트", + "default": "카드가 돌려집니다." }, { - "label": "Time spent text", - "default": "Time spent" + "label": "걸린 시간 텍스트", + "default": "걸린 시간" }, { - "label": "Feedback text", - "default": "Good work!" + "label": "피드백 텍스트", + "default": "잘 했습니다.!" }, { - "label": "Try again button text", - "default": "Try again?" + "label": "재시도 버튼 텍스트", + "default": "다시 시도하시겠습니까?" }, { - "label": "Close button label", - "default": "Close" + "label": "닫기 버튼 텍스트", + "default": "닫기" }, { - "label": "Game label", - "default": "Memory Game. Find the matching cards." + "label": "게임 라벨", + "default": "메모리 게임. 매칭되는 카드를 찾으세요." }, { - "label": "Game finished label", - "default": "All of the cards have been found." + "label": "게임 완료 텍스트", + "default": "모든 카드가 발견되었습니다." }, { - "label": "Card indexing label", - "default": "Card %num:" + "label": "카드 색인 라벨", + "default": "카드 %num:" }, { - "label": "Card unturned label", - "default": "Unturned." + "label": "돌려지지 않은 카드 라벨", + "default": "돌려지지 않음." }, { - "label": "Card matched label", - "default": "Match found." + "label": "매칭된 카드 라벨", + "default": "매칭되었습니다." } ] } ] -} \ No newline at end of file +}