mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
fileSource string is unused
This commit is contained in:
parent
1666f89180
commit
2b52d9f9ab
2 changed files with 0 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ module.exports = class Dashboard extends UIPlugin {
|
||||||
copyLinkToClipboardSuccess: 'Link copied to clipboard',
|
copyLinkToClipboardSuccess: 'Link copied to clipboard',
|
||||||
copyLinkToClipboardFallback: 'Copy the URL below',
|
copyLinkToClipboardFallback: 'Copy the URL below',
|
||||||
copyLink: 'Copy link',
|
copyLink: 'Copy link',
|
||||||
fileSource: 'File source: %{name}',
|
|
||||||
back: 'Back',
|
back: 'Back',
|
||||||
addMore: 'Add more',
|
addMore: 'Add more',
|
||||||
removeFile: 'Remove file',
|
removeFile: 'Remove file',
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@ en_US.strings = {
|
||||||
exceedsSize: '%{file} exceeds maximum allowed size of %{size}',
|
exceedsSize: '%{file} exceeds maximum allowed size of %{size}',
|
||||||
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct',
|
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct',
|
||||||
failedToUpload: 'Failed to upload %{file}',
|
failedToUpload: 'Failed to upload %{file}',
|
||||||
fileSource: 'File source: %{name}',
|
|
||||||
filesUploadedOfTotal: {
|
filesUploadedOfTotal: {
|
||||||
'0': '%{complete} of %{smart_count} file uploaded',
|
'0': '%{complete} of %{smart_count} file uploaded',
|
||||||
'1': '%{complete} of %{smart_count} files uploaded',
|
'1': '%{complete} of %{smart_count} files uploaded',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue