| 1 | { |
| 2 | "input": { |
| 3 | "placeholder": "Create an 8-second vertical promo video for our new Sushi Platter. Use upbeat jazz music, close-up shots of fresh salmon, generate subtitles, and end with our logo.", |
| 4 | "send": "Send", |
| 5 | "stop": "Stop", |
| 6 | "uploading": "Uploading...", |
| 7 | "upload": "Upload", |
| 8 | "linkPromotionPlan": "Link Draft Box (let agent operate your draft box)", |
| 9 | "selectPromotionPlan": "Select Draft Box", |
| 10 | "noPromotionPlan": "No draft boxes", |
| 11 | "clearSelection": "Clear Selection" |
| 12 | }, |
| 13 | "message": { |
| 14 | "thinking": "Thinking...", |
| 15 | "error": "Operation failed, please try again", |
| 16 | "loadFailed": "Load failed", |
| 17 | "connectionInterrupted": "Connection interrupted" |
| 18 | }, |
| 19 | "error": { |
| 20 | "insufficientCredits": { |
| 21 | "title": "Insufficient Agent Credits", |
| 22 | "content": "Your Agent credits are insufficient, please subscribe to a membership", |
| 23 | "okText": "OK" |
| 24 | } |
| 25 | }, |
| 26 | "agentNotice": { |
| 27 | "title": "Friendly Reminder", |
| 28 | "description": "This Agent is still in testing. Its features and generation quality are being continuously improved, so results may be unstable or not fully meet expectations. Credits will be consumed normally based on actual usage, and refunds or compensation are not currently available for differences in generated results. We recommend trying a small amount first before deciding whether to continue. Thank you for your understanding and support.", |
| 29 | "doNotShowAgain": "Do not show again", |
| 30 | "cancel": "Cancel", |
| 31 | "confirm": "Continue" |
| 32 | }, |
| 33 | "task": { |
| 34 | "newChat": "New Chat", |
| 35 | "delete": "Delete", |
| 36 | "deleteConfirm": "Are you sure you want to delete this chat?", |
| 37 | "deleteSuccess": "Deleted successfully", |
| 38 | "deleteFailed": "Delete failed", |
| 39 | "status": { |
| 40 | "running": "Running", |
| 41 | "completed": "Completed", |
| 42 | "requiresAction": "Action Required", |
| 43 | "failed": "Failed" |
| 44 | }, |
| 45 | "rate": "Rate", |
| 46 | "favorite": "Favorite", |
| 47 | "unfavorite": "Unfavorite", |
| 48 | "editTitle": "Edit Title", |
| 49 | "share": "Shares", |
| 50 | "titleLabel": "Task Title", |
| 51 | "titlePlaceholder": "Enter task title", |
| 52 | "titleUpdated": "Title updated", |
| 53 | "moreActions": "More" |
| 54 | }, |
| 55 | "home": { |
| 56 | "title": "How can I help you?", |
| 57 | "recentTasks": "Recent Tasks", |
| 58 | "viewAll": "View All", |
| 59 | "noTasks": "No task records", |
| 60 | "startChat": "Start Creating", |
| 61 | "aiCreation": "AI Creation", |
| 62 | "supportUpload": "Support image/video upload", |
| 63 | "enterToSend": "Press Enter to send", |
| 64 | "connectTools": "Publish to", |
| 65 | "loginRequired": "Please login first", |
| 66 | "defaultImageGroup": "Default Image Group", |
| 67 | "defaultVideoGroup": "Default Video Group", |
| 68 | "materialLibrary": "Media Library", |
| 69 | "affiliateReward": "Earn $716.4", |
| 70 | "imageMaterial": "Images", |
| 71 | "videoMaterial": "Videos", |
| 72 | "agentAssets": "AI Generated Assets", |
| 73 | "noData": "No data" |
| 74 | }, |
| 75 | "history": { |
| 76 | "meta": { |
| 77 | "title": "AI Task History - Conversations & Generation Records", |
| 78 | "description": "View and manage your AI Agent task records, including conversation history, AI usage logs, and video generation history. Supports pagination, task rating, and history management.", |
| 79 | "keywords": "AI task records, conversation history, AI Agent history, task management, AI usage logs, video generation history, history records, task rating, AI chat records, workflow history, content creation records, AI creation history" |
| 80 | }, |
| 81 | "title": "Task History", |
| 82 | "empty": "No task records", |
| 83 | "loadMore": "Load More", |
| 84 | "loading": "Loading...", |
| 85 | "logs": "Usage Logs", |
| 86 | "logsTitle": "AI Usage Logs", |
| 87 | "logsEmpty": "No usage records", |
| 88 | "logsLoading": "Loading logs...", |
| 89 | "logsError": "Failed to load logs", |
| 90 | "pageInfo": "Page {{page}} / {{totalPages}}, Total {{total}} records", |
| 91 | "logType": { |
| 92 | "agent": "AI Agent", |
| 93 | "chat": "AI Chat" |
| 94 | }, |
| 95 | "logFields": { |
| 96 | "model": "Model", |
| 97 | "channel": "Channel", |
| 98 | "points": "Points Used", |
| 99 | "duration": "Duration", |
| 100 | "taskId": "Task ID" |
| 101 | }, |
| 102 | "videoHistory": "Video History", |
| 103 | "videoHistoryTitle": "Video Generation History", |
| 104 | "videoHistoryEmpty": "No video generation records", |
| 105 | "videoGeneration": "Video Generation", |
| 106 | "videoSize": "Video Size", |
| 107 | "videoDuration": "Video Duration", |
| 108 | "prompt": "Prompt", |
| 109 | "progress": "Progress", |
| 110 | "previewVideo": "Preview Video", |
| 111 | "playVideo": "Play Video", |
| 112 | "downloadVideo": "Download Video", |
| 113 | "logStatus": { |
| 114 | "success": "Success", |
| 115 | "failed": "Failed", |
| 116 | "pending": "Pending" |
| 117 | }, |
| 118 | "videoStatus": { |
| 119 | "pending": "Pending", |
| 120 | "processing": "Processing", |
| 121 | "completed": "Completed", |
| 122 | "failed": "Failed" |
| 123 | }, |
| 124 | "duration": { |
| 125 | "seconds": "s", |
| 126 | "minutes": "m", |
| 127 | "secondsUnit": "s" |
| 128 | }, |
| 129 | "searchPlaceholder": "Search tasks...", |
| 130 | "favoriteOnly": "My Favorites", |
| 131 | "emptyFavorites": "No favorite tasks", |
| 132 | "emptySearch": "No matching tasks found", |
| 133 | "clearFilters": "Clear Filters" |
| 134 | }, |
| 135 | "rating": { |
| 136 | "title": "Rating & Review", |
| 137 | "submit": "Submit", |
| 138 | "cancel": "Cancel", |
| 139 | "requireComment": "Please provide a comment for low ratings", |
| 140 | "saveSuccess": "Saved successfully", |
| 141 | "saveFailed": "Save failed", |
| 142 | "noRating": "Not rated", |
| 143 | "commentLabel": "Review (optional)", |
| 144 | "commentPlaceholder": "Write your review...", |
| 145 | "commentRequiredIfLow": "A reason is required for ratings below 3", |
| 146 | "loading": "Loading...", |
| 147 | "feedbackPrompt": "Your feedback helps us improve", |
| 148 | "submitSuccess": "Submitted successfully, thank you for your feedback!" |
| 149 | }, |
| 150 | "detail": { |
| 151 | "title": "Chat Details", |
| 152 | "continuePlaceholder": "Continue the conversation...", |
| 153 | "back": "Back", |
| 154 | "workflowProcess": "AI Workflow", |
| 155 | "waitingResponse": "Waiting for AI response...", |
| 156 | "scrollToBottom": "Back to bottom" |
| 157 | }, |
| 158 | "media": { |
| 159 | "video": "Video", |
| 160 | "image": "Image", |
| 161 | "document": "Document", |
| 162 | "audio": "Audio", |
| 163 | "edit": "Edit media", |
| 164 | "remove": "Remove media", |
| 165 | "uploadFailed": "Upload failed, please try again", |
| 166 | "uploadCancelled": "Upload cancelled" |
| 167 | }, |
| 168 | "workflow": { |
| 169 | "toolCallCompleted": "Tool Calls Completed", |
| 170 | "toolResult": "Result Returned", |
| 171 | "processing": "Processing..." |
| 172 | }, |
| 173 | "toolDetail": { |
| 174 | "input": "Input Parameters", |
| 175 | "output": "Execution Result", |
| 176 | "noResult": "No result yet" |
| 177 | }, |
| 178 | "action": { |
| 179 | "connectChannel": "Connect Channel", |
| 180 | "connectChannelDesc": "You haven't connected your {{platform}} account yet. Please connect your channel account to publish content.", |
| 181 | "connectNow": "Connect Now", |
| 182 | "addChannel": "Add Channel", |
| 183 | "addChannelDesc": "You haven't connected a {{platform}} account yet. Please add a channel to publish content.", |
| 184 | "addChannelNow": "Add Channel", |
| 185 | "updateAuth": "Update Authorization", |
| 186 | "updateAuthDesc": "Your {{platform}} account authorization has expired. Please re-authorize.", |
| 187 | "reauthorize": "Re-authorize", |
| 188 | "loginChannel": "Login Channel", |
| 189 | "loginChannelDesc": "Please login to your {{platform}} account first.", |
| 190 | "goLogin": "Go Login", |
| 191 | "readyToPublish": "Ready to Publish", |
| 192 | "readyToPublishDesc": "Content is ready and can be published to {{platform}}.", |
| 193 | "goPublish": "Go Publish", |
| 194 | "insufficientCredits": "Insufficient Credits", |
| 195 | "insufficientCreditsDesc": "Task paused. Please recharge credits to continue.", |
| 196 | "rechargeCredits": "Recharge Credits", |
| 197 | "action": "Action", |
| 198 | "actionDesc": "Please complete the following action", |
| 199 | "continue": "Continue" |
| 200 | }, |
| 201 | "publishDetail": { |
| 202 | "title": "Publish Details", |
| 203 | "loading": "Loading...", |
| 204 | "publishing": "Publishing...", |
| 205 | "published": "Published", |
| 206 | "failed": "Failed", |
| 207 | "unpublished": "Pending", |
| 208 | "viewWork": "View Post", |
| 209 | "noTitle": "No Title", |
| 210 | "retry": "Retry" |
| 211 | }, |
| 212 | "pluginPublish": { |
| 213 | "autoPublishIn": "Auto-publishing to {{platform}} in {{seconds}}s", |
| 214 | "publishNow": "Publish Now", |
| 215 | "cancel": "Cancel", |
| 216 | "publishing": "Publishing to {{platform}}...", |
| 217 | "doNotCloseBrowser": "Publishing in progress, please do not close this browser window", |
| 218 | "publishSuccess": "Published successfully!", |
| 219 | "publishFailed": "Publish failed", |
| 220 | "retryPublish": "Retry", |
| 221 | "viewWork": "View Post", |
| 222 | "pluginNotReady": "Plugin not ready, please install and authorize the plugin first", |
| 223 | "noAccountFound": "No available publishing account found", |
| 224 | "goPublish": "Go Publish", |
| 225 | "pluginNotInstalled": "Browser plugin not installed, unable to publish,", |
| 226 | "installPlugin": "Click to install plugin", |
| 227 | "platformNotLogged": "You are not logged into {{platform}} in this browser,", |
| 228 | "goLogin": "Go Login", |
| 229 | "retry": "Retry", |
| 230 | "stage": { |
| 231 | "download": "Downloading resources...", |
| 232 | "upload": "Uploading...", |
| 233 | "publish": "Publishing...", |
| 234 | "complete": "Published" |
| 235 | } |
| 236 | } |
| 237 | } |
| 238 |