|
183 | 183 | }, |
184 | 184 | "sync_options_other_site": "Sync read options to other sites", |
185 | 185 | "translation": { |
186 | | - "cotrans_tip": "<p>Using the interface provided by <a href=\"https://cotrans.touhou.ai\" target=\"_blank\">Cotrans</a> to translate images, which is maintained by its maintainer at their own expense.</p>\n<p>When multiple people use it at the same time, they need to queue and wait. If the waiting queue reaches its limit, uploading new images will result in an error. Please try again after a while.</p>\n<p>So please <b>mind the frequency of use</b>.</p>\n<p>It is highly recommended to use your own locally deployed project, as it does not consume server resources and does not require queuing.</p>", |
| 186 | + "cotrans_tip": "<p>Using the interface provided by <a href=\"https://cotrans.touhou.ai\" target=\"_blank\">Cotrans</a> to translate images, which is maintained by its maintainer at their own expense.</p>\n<p>When multiple people use it at the same time, they need to queue and wait. If the waiting queue reaches its limit, uploading new images will result in an error. Please try again after a while.</p>\n<p>So please <b>mind the frequency of use</b>.</p>\n<p>It is highly recommended to locally deploy Manga Image Translator, as it does not consume server resources and does not require queuing.</p>", |
187 | 187 | "options": { |
188 | 188 | "box_threshold": "Box threshold", |
189 | 189 | "detection_resolution": "Text detection resolution", |
|
203 | 203 | "unclip_ratio": "Unclip ratio" |
204 | 204 | }, |
205 | 205 | "range": "Scope of Translation", |
206 | | - "server": "Translation server", |
207 | | - "server_selfhosted": "Selfhosted", |
| 206 | + "provider": "Translator", |
208 | 207 | "translate_all": "Translate all images", |
209 | 208 | "translate_to_end": "Translate the current page to the end" |
210 | 209 | } |
|
268 | 267 | }, |
269 | 268 | "translation": { |
270 | 269 | "status": { |
| 270 | + "after-translating": "Post-translation processing", |
| 271 | + "cancelled": "Translation cancelled", |
271 | 272 | "colorizing": "Colorizing", |
272 | 273 | "default": "Unknown status", |
273 | 274 | "detection": "Detecting text", |
| 275 | + "downloading": "Downloading", |
274 | 276 | "downscaling": "Downscaling", |
275 | 277 | "error": "Error during translation", |
| 278 | + "error-download": "Download error", |
276 | 279 | "error-lang": "The target language is not supported by the chosen translator", |
277 | 280 | "error-translating": "Did not get any text back from the text translation service", |
| 281 | + "error-too-large": "Image size too large (greater than 8000x8000 px)", |
| 282 | + "error-upload": "Upload error", |
| 283 | + "error-disconnect": "Lost connection to server", |
278 | 284 | "error-with-id": "Error during translation", |
279 | 285 | "finished": "Finishing", |
280 | 286 | "inpainting": "Inpainting", |
|
284 | 290 | "pending-pos": "Pending", |
285 | 291 | "preparing": "Waiting for idle window", |
286 | 292 | "rendering": "Rendering", |
| 293 | + "running_pre_translation_hooks": "Running pre-translation hooks", |
287 | 294 | "saved": "Saved", |
| 295 | + "saving": "Saving", |
288 | 296 | "skip-no-regions": "No text regions detected in the image", |
289 | 297 | "skip-no-text": "No text detected in the image", |
290 | 298 | "textline_merge": "Merging text lines", |
291 | 299 | "translating": "Translating", |
292 | | - "upscaling": "Upscaling" |
| 300 | + "upload": "Uploading", |
| 301 | + "upscaling": "Upscaling", |
| 302 | + "uploading": "Uploading" |
293 | 303 | }, |
294 | 304 | "tip": { |
295 | 305 | "check_img_status_failed": "Failed to check image status", |
|
315 | 325 | "none": "Remove texts", |
316 | 326 | "offline": "offline translator", |
317 | 327 | "original": "Original", |
| 328 | + "papago": "Papago", |
318 | 329 | "youdao": "youdao" |
319 | 330 | } |
320 | 331 | }, |
|
0 commit comments