UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

161 lines (159 loc) 6 kB
/** * @license * MIT License * * Copyright (c) 2025 Uploadcare (hello@uploadcare.com). All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * */ // src/locales/file-uploader/en.js var en_default = { "locale-id": "en", "social-source-lang": "en", "upload-file": "Upload file", "upload-files": "Upload files", "choose-file": "Choose file", "choose-files": "Choose files", "drop-files-here": "Drop files here", "select-file-source": "Select file source", selected: "Selected", upload: "Upload", "add-more": "Add more", cancel: "Cancel", "start-from-cancel": "Cancel", clear: "Clear", "camera-shot": "Shot", "upload-url": "Import", "upload-url-placeholder": "Paste link here", "edit-image": "Edit image", "edit-detail": "Details", back: "Back", done: "Done", ok: "Ok", "remove-from-list": "Remove", no: "No", yes: "Yes", "confirm-your-action": "Confirm your action", "are-you-sure": "Are you sure?", "selected-count": "{{count}} of {{total}} selected", "select-all": "Select all", "deselect-all": "Deselect all", "upload-error": "Upload error", "validation-error": "Validation error", "no-files": "No files selected", browse: "Browse", "not-uploaded-yet": "Not uploaded yet...", file__one: "file", file__other: "files", error__one: "error", error__other: "errors", "header-uploading": "Uploading {{count}} {{plural:file(count)}}", "header-failed": "{{count}} {{plural:error(count)}}", "header-succeed": "{{count}} {{plural:file(count)}} uploaded", "header-total": "{{count}} {{plural:file(count)}} selected", "src-type-local": "From device", "src-type-from-url": "From link", "src-type-camera": "Camera", "src-type-mobile-video-camera": "Video", "src-type-mobile-photo-camera": "Photo", "src-type-draw": "Draw", "src-type-facebook": "Facebook", "src-type-dropbox": "Dropbox", "src-type-gdrive": "Google Drive", "src-type-ngdrive": "Google Drive", "src-type-gphotos": "Google Photos", "src-type-flickr": "Flickr", "src-type-vk": "VK", "src-type-evernote": "Evernote", "src-type-box": "Box", "src-type-onedrive": "OneDrive", "src-type-huddle": "Huddle", "src-type-other": "Other", "caption-from-url": "Import from link", "caption-camera": "Camera", "caption-draw": "Draw", "caption-edit-file": "Edit file", "file-no-name": "No name...", "toggle-fullscreen": "Toggle fullscreen", "toggle-guides": "Toggle guides", rotate: "Rotate", "flip-vertical": "Flip vertical", "flip-horizontal": "Flip horizontal", apply: "Apply", brightness: "Brightness", contrast: "Contrast", saturation: "Saturation", exposure: "Exposure", gamma: "Gamma", vibrance: "Vibrance", warmth: "Warmth", enhance: "Enhance", original: "Original", resize: "Resize image", crop: "Crop", "select-color": "Select color", text: "Text", draw: "Draw", "cancel-edit": "Cancel edit", "tab-view": "Preview", "tab-details": "Details", "file-name": "Name", "file-size": "Size", "cdn-url": "CDN URL", "file-size-unknown": "Unknown", "camera-permissions-denied": "Camera access denied", "camera-permissions-prompt": "Please allow access to the camera", "camera-permissions-request": "Request access", "files-count-limit-error-title": "Files count limit overflow", "files-count-limit-error-too-few": "You\u2019ve chosen {{total}} {{plural:file(total)}}. At least {{min}} {{plural:file(min)}} required.", "files-count-limit-error-too-many": "You\u2019ve chosen too many files. {{max}} {{plural:file(max)}} is maximum.", "files-max-size-limit-error": "File is too big. Max file size is {{maxFileSize}}.", "has-validation-errors": "File validation error occurred. Please, check your files before upload.", "images-only-accepted": "Only image files are accepted.", "file-type-not-allowed": "Uploading of these file types is not allowed.", "some-files-were-not-uploaded": "Some files were not uploaded.", "file-item-edit-button": "Edit", "file-item-remove-button": "Remove", "a11y-editor-tab-filters": "Filters", "a11y-editor-tab-tuning": "Tuning", "a11y-editor-tab-crop": "Crop", "a11y-activity-header-button-close": "Close", flip: "Flip", mirror: "Mirror", "a11y-cloud-editor-apply-filter": "Apply {{name}} filter", "a11y-cloud-editor-apply-crop": "Apply {{name}} operation", "a11y-cloud-editor-apply-tuning": "Apply {{name}} tuning", "a11y-cloud-editor-apply-aspect-ratio": "Apply operation {{name}} {{value}}", finished: "Finished", failed: "Failed", uploading: "Uploading", idle: "Idle", "a11y-file-item-status": "File {{fileName}} in status {{status}}", "waiting-for": "Waiting for {{source}}", "queued-uploading": "Queued for upload", "queued-validation": "Queued for validation", validation: "Validating", "crop-to-shape": "Crop to {{value}}", custom: "Freeform", "freeform-crop": "Freeform crop" }; export { en_default as default };