UNPKG

@uppy/core

Version:

Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

65 lines 2.84 kB
export default { strings: { addBulkFilesFailed: { 0: 'Failed to add %{smart_count} file due to an internal error', 1: 'Failed to add %{smart_count} files due to internal errors' }, youCanOnlyUploadX: { 0: 'You can only upload %{smart_count} file', 1: 'You can only upload %{smart_count} files' }, youHaveToAtLeastSelectX: { 0: 'You have to select at least %{smart_count} file', 1: 'You have to select at least %{smart_count} files' }, aggregateExceedsSize: 'You selected %{size} of files, but maximum allowed size is %{sizeAllowed}', exceedsSize: '%{file} exceeds maximum allowed size of %{size}', missingRequiredMetaField: 'Missing required meta fields', missingRequiredMetaFieldOnFile: 'Missing required meta fields in %{fileName}', inferiorSize: 'This file is smaller than the allowed size of %{size}', youCanOnlyUploadFileTypes: 'You can only upload: %{types}', noMoreFilesAllowed: 'Cannot add more files', noDuplicates: "Cannot add the duplicate file '%{fileName}', it already exists", companionError: 'Connection with Companion failed', authAborted: 'Authentication aborted', companionUnauthorizeHint: 'To unauthorize to your %{provider} account, please go to %{url}', failedToUpload: 'Failed to upload %{file}', noInternetConnection: 'No Internet connection', connectedToInternet: 'Connected to the Internet', // Strings for remote providers noFilesFound: 'You have no files or folders here', noSearchResults: 'Unfortunately, there are no results for this search', selectX: { 0: 'Select %{smart_count}', 1: 'Select %{smart_count}' }, allFilesFromFolderNamed: 'All files from folder %{name}', openFolderNamed: 'Open folder %{name}', cancel: 'Cancel', logOut: 'Log out', logIn: 'Log in', pickFiles: 'Pick files', pickPhotos: 'Pick photos', filter: 'Filter', resetFilter: 'Reset filter', loading: 'Loading...', loadedXFiles: 'Loaded %{numFiles} files', authenticateWithTitle: 'Please authenticate with %{pluginName} to select files', authenticateWith: 'Connect to %{pluginName}', signInWithGoogle: 'Sign in with Google', searchImages: 'Search for images', enterTextToSearch: 'Enter text to search for images', search: 'Search', resetSearch: 'Reset search', emptyFolderAdded: 'No files were added from empty folder', addedNumFiles: 'Added %{numFiles} file(s)', folderAlreadyAdded: 'The folder "%{folder}" was already added', folderAdded: { 0: 'Added %{smart_count} file from %{folder}', 1: 'Added %{smart_count} files from %{folder}' }, additionalRestrictionsFailed: '%{count} additional restrictions were not fulfilled', unnamed: 'Unnamed', pleaseWait: 'Please wait' } };