|
1 | 1 | { |
2 | | - "title": "Upload Image", |
| 2 | + "title": "Insert Image", |
| 3 | + "imageSource": "Image source — upload a file or embed from URL", |
3 | 4 | "dimensions": "Dimensions", |
4 | 5 | "fileSize": "File Size", |
5 | 6 | "altText": "Alt Text", |
6 | | - "altTextPlaceholder": "Enter the alt text for the image", |
| 7 | + "altTextPlaceholder": "Enter a description of the image content", |
7 | 8 | "cancel": "Cancel", |
8 | 9 | "confirm": "Confirm", |
9 | | - "chooseFile": "Choose File", |
| 10 | + "chooseFile": "Choose File to Upload", |
10 | 11 | "imagePreview": "Image Preview", |
11 | | - "replaceImage": "Replace Image", |
12 | | - "required": "Required", |
| 12 | + "removeImage": "Remove Image", |
| 13 | + "optional": "(Optional)", |
13 | 14 | "altTextRequired": "Alt text is required", |
14 | | - "modalDescription": "Upload an image to add it to your document. You can replace an existing image by uploading a new one.", |
15 | | - "fileSizeExceeds": "File size exceeds {{maxSize}} MB" |
| 15 | + "dropTitle": "Drag & drop to upload", |
| 16 | + "dropMeta": "Max size: {{maxSize}}MB Recommended: 1200 x 800 px Formats: jpg/jpeg, png", |
| 17 | + "dropMetaShort": "Max {{maxSize}}MB, jpg or png", |
| 18 | + "uploadFailed": "Image upload failed", |
| 19 | + "uploadFailedHint": "Drop another file or embed from a URL", |
| 20 | + "announceEmbedded": "Image embedded: {{url}}", |
| 21 | + "announceUploadFailed": "Image upload failed. File size limit: {{maxSize}}MB. Supported formats: jpg/jpeg, png", |
| 22 | + "announceEmbedFailed": "Image embed failed. Please check the URL", |
| 23 | + "embedFromUrl": "Embed Image from URL", |
| 24 | + "embedHint": "No file size limit. Recommended for large images.", |
| 25 | + "embedUrlPlaceholder": "Enter image URL", |
| 26 | + "embed": "Embed", |
| 27 | + "embedLoadFailed": "Image failed to load", |
| 28 | + "embedLoadFailedHint": "Check the URL or upload a file instead", |
| 29 | + "caption": "Image Caption", |
| 30 | + "captionPlaceholder": "Enter a caption to display below the image", |
| 31 | + "externalLink": "External Link", |
| 32 | + "noLink": "No Link", |
| 33 | + "withLink": "With Link", |
| 34 | + "targetUrl": "Link URL", |
| 35 | + "targetUrlPlaceholder": "Enter the URL to open when clicking the image", |
| 36 | + "targetUrlRequired": "Link URL is required", |
| 37 | + "targetUrlInvalid": "Please enter a valid URL (e.g. https://example.com)" |
16 | 38 | } |
0 commit comments