microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/services/surveyService/surveyService.i18n.json
10lines · modecode
| 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * Copyright (c) Microsoft Corporation. All rights reserved. |
| 3 | * Licensed under the MIT License. See License.txt in the project root for license information. |
| 4 | *--------------------------------------------------------------------------------------------*/ |
| 5 | // Do not edit this file. It is machine generated. |
| 6 | { |
| 7 | "giveFeedback": "피드백 보내기", |
| 8 | "remindLater": "나중에 알림", |
| 9 | "surveyNotificationText": "React Native Tools 팀을 도울 시간이 생겼습니다. 지금까지 확장 프로그램에 대한 경험에 대해 알려주십시오." |
| 10 | } |
| 11 | |