| 1 | { |
| 2 | "remoteAutomation": { |
| 3 | "title": "원격 자동화 디버그", |
| 4 | "description": "고정 흐름: 페이지 열기, 웹에서 전달한 JavaScript 실행, 스크린샷 촬영, 결과 반환.", |
| 5 | "status": { |
| 6 | "connected": "플러그인 연결됨", |
| 7 | "disconnected": "플러그인 연결 안 됨" |
| 8 | }, |
| 9 | "form": { |
| 10 | "title": "실행 파라미터", |
| 11 | "urlLabel": "대상 페이지 URL", |
| 12 | "urlPlaceholder": "https://example.com", |
| 13 | "codeLabel": "실행 코드", |
| 14 | "codePlaceholder": "실행할 JavaScript 코드를 입력하세요", |
| 15 | "codeHint": "코드는 대상 페이지의 메인 월드에서 실행됩니다. 함수 본문만 직접 작성하면 됩니다. 예: `return document.title`", |
| 16 | "timeoutLabel": "실행 시간 제한 (ms)", |
| 17 | "screenshotLabel": "실행 후 스크린샷", |
| 18 | "screenshotHint": "창을 닫기 전에 현재 페이지를 캡처합니다", |
| 19 | "run": "실행 시작" |
| 20 | }, |
| 21 | "validation": { |
| 22 | "urlRequired": "대상 페이지 URL을 입력하세요", |
| 23 | "codeRequired": "실행할 JavaScript 코드를 입력하세요" |
| 24 | }, |
| 25 | "result": { |
| 26 | "title": "실행 결과", |
| 27 | "empty": "아직 실행 기록이 없습니다", |
| 28 | "emptyValue": "(비어 있음)", |
| 29 | "pluginUnsupported": "플러그인이 설치되지 않았거나 현재 플러그인 버전에서 remoteAutomationRun 메서드를 지원하지 않습니다", |
| 30 | "executionError": "실행 오류", |
| 31 | "success": "성공", |
| 32 | "failed": "실패", |
| 33 | "executionTime": "실행 시간 {{value}} ms", |
| 34 | "url": "URL: ", |
| 35 | "message": "메시지: ", |
| 36 | "payload": "실행 결과", |
| 37 | "screenshot": "스크린샷", |
| 38 | "screenshotAlt": "실행 스크린샷" |
| 39 | } |
| 40 | }, |
| 41 | "proxyRequest": { |
| 42 | "title": "플러그인 프록시 요청 디버그", |
| 43 | "description": "브라우저 확장 프로그램 Background 를 통해 임의의 URL 을 요청하고, 원본 응답 본문, 상태, 헤더를 웹사이트로 반환합니다.", |
| 44 | "status": { |
| 45 | "connected": "플러그인 연결됨", |
| 46 | "disconnected": "플러그인 연결 안 됨" |
| 47 | }, |
| 48 | "form": { |
| 49 | "title": "요청 파라미터", |
| 50 | "urlLabel": "대상 URL", |
| 51 | "urlPlaceholder": "https://example.com/api", |
| 52 | "headersLabel": "헤더 (JSON)", |
| 53 | "headersPlaceholder": "{\n \"accept\": \"application/json\"\n}", |
| 54 | "headersHint": "JSON 객체를 입력하세요. 헤더 값은 전송 전에 문자열로 변환됩니다.", |
| 55 | "bodyLabel": "본문", |
| 56 | "bodyPlaceholder": "{\n \"hello\": \"world\"\n}", |
| 57 | "bodyHint": "유효한 JSON 은 JSON 으로 전송되고, 유효하지 않으면 원본 문자열로 전송됩니다.", |
| 58 | "methodLabel": "추론된 메서드", |
| 59 | "methodGet": "GET", |
| 60 | "methodPost": "POST", |
| 61 | "methodHint": "플러그인은 이 요청을 {{method}} 방식으로 전송합니다.", |
| 62 | "credentialsHint": "대상 사이트가 허용하면 확장 프로그램은 브라우저 쿠키를 포함해 요청을 보냅니다.", |
| 63 | "bodyIgnoredHint": "GET 모드에서는 요청 본문을 보내지 않습니다. 본문이 필요하면 POST로 전환하세요.", |
| 64 | "submit": "요청 보내기" |
| 65 | }, |
| 66 | "validation": { |
| 67 | "urlRequired": "대상 URL 을 입력하세요", |
| 68 | "headersInvalid": "헤더는 유효한 JSON 객체여야 합니다" |
| 69 | }, |
| 70 | "result": { |
| 71 | "title": "요청 결과", |
| 72 | "empty": "아직 프록시 요청 기록이 없습니다", |
| 73 | "emptyValue": "(비어 있음)", |
| 74 | "pluginUnsupported": "플러그인이 설치되지 않았거나 현재 플러그인 버전에서 proxyRequest 메서드를 지원하지 않습니다", |
| 75 | "requestFailed": "프록시 요청에 실패했습니다", |
| 76 | "success": "성공", |
| 77 | "failed": "실패", |
| 78 | "status": "상태 {{status}} {{statusText}}", |
| 79 | "url": "요청 URL: ", |
| 80 | "finalUrl": "최종 URL: ", |
| 81 | "message": "메시지: ", |
| 82 | "requestHeaders": "요청 헤더", |
| 83 | "responseHeaders": "응답 헤더", |
| 84 | "requestBody": "요청 본문", |
| 85 | "responseBody": "응답 본문", |
| 86 | "clear": "비우기" |
| 87 | } |
| 88 | }, |
| 89 | "wxSphPublish": { |
| 90 | "title": "WeChat Channels Publish Debug", |
| 91 | "description": "Use the browser extension to publish a video through WeChat Channels web requests and debug login state, video/cover upload, scheduling, and location parameters.", |
| 92 | "status": { |
| 93 | "connected": "Plugin Connected", |
| 94 | "disconnected": "Plugin Disconnected" |
| 95 | }, |
| 96 | "permission": { |
| 97 | "title": "Permission Check", |
| 98 | "check": "Check Plugin Permission", |
| 99 | "granted": "Plugin permissions are ready", |
| 100 | "denied": "Plugin permissions are not fully granted", |
| 101 | "failed": "Permission check failed" |
| 102 | }, |
| 103 | "login": { |
| 104 | "title": "WeChat Channels Login", |
| 105 | "button": "Read Login State", |
| 106 | "empty": "Log in to channels.weixin.qq.com first, then read the login state.", |
| 107 | "failed": "WeChat Channels login failed", |
| 108 | "uid": "UID: {{uid}}" |
| 109 | }, |
| 110 | "form": { |
| 111 | "title": "Publish Parameters", |
| 112 | "video": "Video File", |
| 113 | "cover": "Cover Image", |
| 114 | "videoMetadata": "Video: {{width}}×{{height}}, {{duration}}s, about {{size}} MB", |
| 115 | "workTitle": "Title", |
| 116 | "workTitlePlaceholder": "Optional, used as extra description text", |
| 117 | "topics": "Topics", |
| 118 | "topicsPlaceholder": "Separate by comma or newline, e.g. food, coffee", |
| 119 | "desc": "Description", |
| 120 | "descPlaceholder": "Enter the WeChat Channels description", |
| 121 | "scheduledTime": "Scheduled Time", |
| 122 | "publish": "Publish to WeChat Channels" |
| 123 | }, |
| 124 | "location": { |
| 125 | "title": "Location", |
| 126 | "hint": "This version only debugs location parameters. If poiId is filled, it will be submitted with the post.", |
| 127 | "poiId": "POI ID", |
| 128 | "poiIdPlaceholder": "For example, uid returned by helper_search_location", |
| 129 | "poiName": "Location Name", |
| 130 | "poiNamePlaceholder": "Example: Coffee Shop", |
| 131 | "latitude": "Latitude", |
| 132 | "latitudePlaceholder": "39.904200", |
| 133 | "longitude": "Longitude", |
| 134 | "longitudePlaceholder": "116.407400", |
| 135 | "city": "City", |
| 136 | "cityPlaceholder": "Beijing", |
| 137 | "address": "Address", |
| 138 | "addressPlaceholder": "Detailed address" |
| 139 | }, |
| 140 | "validation": { |
| 141 | "videoRequired": "Please select a video file", |
| 142 | "coverRequired": "Please select a cover image", |
| 143 | "videoMetadataRequired": "Video metadata is not ready. Please select the video again.", |
| 144 | "videoMetadataFailed": "Failed to read video metadata" |
| 145 | }, |
| 146 | "result": { |
| 147 | "title": "Publish Result", |
| 148 | "pluginMissing": "The plugin is not installed or AIToEarnPlugin is not injected", |
| 149 | "publishFailed": "Publish failed", |
| 150 | "success": "Published successfully", |
| 151 | "failed": "Publish failed" |
| 152 | }, |
| 153 | "progress": { |
| 154 | "title": "Publish Progress", |
| 155 | "empty": "No publish progress yet" |
| 156 | } |
| 157 | } |
| 158 | } |
| 159 |