feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "취소",
|
||||
"choose_file": "파일 선택",
|
||||
"clear": "지우기",
|
||||
"clear_all": "모두 지우기",
|
||||
"close": "Close",
|
||||
"connect": "연결",
|
||||
"copy": "복사",
|
||||
"delete": "삭제",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "닫기",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "파일 다운로드",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "복제",
|
||||
"edit": "편집",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "돌아가기",
|
||||
"label": "이름",
|
||||
"learn_more": "더 알아보기",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "더보기",
|
||||
"new": "추가",
|
||||
"no": "아니요",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "붙여넣기",
|
||||
"prettify": "구문 강조",
|
||||
"remove": "제거",
|
||||
"restore": "복원",
|
||||
"save": "저장",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "검색",
|
||||
"send": "보내기",
|
||||
"start": "시작",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "로그인하여 프로필을 확인합니다.",
|
||||
"protocols": "프로토콜이 비어 있습니다.",
|
||||
"schema": "스키마를 보려면 GraphQL 엔드포인트에 연결하세요.",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "팀 이름이 비어 있습니다.",
|
||||
"teams": "아무 팀에도 속하지 않았습니다.",
|
||||
"tests": "이 요청에 대한 테스트가 없습니다."
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "잘못된 이메일 형식",
|
||||
"invalid_link": "잘못된 링크",
|
||||
"invalid_link_description": "잘못된 링크이거나 만료된 링크입니다.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "잘못된 본문을 구문 강조할 수 없습니다. json 구문 오류를 해결하고 다시 시도하세요.",
|
||||
"network_error": "네트워크 에러인 것 같습니다. 다시 시도하세요.",
|
||||
"network_fail": "요청을 보낼 수 없습니다.",
|
||||
"no_duration": "소요 시간 없음",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "사전 요청 스크립트를 실행할 수 없습니다.",
|
||||
"something_went_wrong": "문제가 발생했습니다.",
|
||||
"test_script_fail": "테스트 스크립트를 실행할 수 없습니다."
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Postman 모음집을 가져옵니다.",
|
||||
"from_url": "URL에서 가져오기",
|
||||
"gist_url": "Gist URL 입력",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "호프스카치 모음집 JSON 파일을 가져옵니다.",
|
||||
"title": "가저오기"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "요청 본문",
|
||||
"choose_language": "언어 선택",
|
||||
"content_type": "컨텐츠 종류",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "링크 복사",
|
||||
"duration": "소요 시간",
|
||||
"enter_curl": "cURL 입력",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "제목",
|
||||
"type": "요청 유형",
|
||||
"url": "URL",
|
||||
"variables": "변수"
|
||||
"variables": "변수",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "응답 본문",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "헤더",
|
||||
"html": "HTML",
|
||||
"image": "이미지",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "프록시 미들웨어를 사용하여 요청 보내기",
|
||||
"read_the": "읽기",
|
||||
"reset_default": "기본값으로 재설정",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "사이드바를 왼쪽에 위치",
|
||||
"sync": "동기화",
|
||||
"sync_collections": "모음집",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "응용 프로그램 테마를 사용자 지정합니다.",
|
||||
"use_experimental_url_bar": "환경을 강조해주는 실험용 URL바 사용",
|
||||
"user": "사용자",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "이메일 확인"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "현재 메뉴 닫기",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "통신",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "이벤트 이름",
|
||||
"events": "이벤트",
|
||||
"log": "로그",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "연결됨",
|
||||
"connected_to": "{name}에 연결됨",
|
||||
"connecting_to": "{name}에 연결 중...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "클립보드에 복사됨",
|
||||
"deleted": "삭제됨",
|
||||
"deprecated": "더 이상 사용되지 않음",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "이력 삭제됨",
|
||||
"linewrap": "랩 라인",
|
||||
"loading": "로드 중...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "없음",
|
||||
"nothing_found": "에 대한 검색 결과가 없습니다.",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "요청 전송 대기 중"
|
||||
},
|
||||
"support": {
|
||||
|
||||
Reference in New Issue
Block a user