Skip to content

Commit

Permalink
Merge branch 'master' of github.com:transloadit/uppy
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Sep 23, 2019
2 parents 55fbe97 + 08c896d commit fc405e8
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/aws-presigned-url/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ uppy.use(AwsS3, {
return {
method: data.method,
url: data.url,
fields: data.fields
fields: data.fields,
headers: data.headers
}
})
}
Expand Down
5 changes: 5 additions & 0 deletions examples/aws-presigned-url/s3-sign.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@
'method' => $request->getMethod(),
'url' => (string) $request->getUri(),
'fields' => [],
// Also set the content-type header on the request, to make sure that it is the same as the one we used to generate the signature.
// Else, the browser picks a content-type as it sees fit.
'headers' => [
'content-type' => $contentType,
],
]);
3 changes: 2 additions & 1 deletion examples/transloadit-textarea/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://transloadit.edgly.net/releases/uppy/v1.4.0/robodog.css">
<meta charset="utf-8">
<link rel="stylesheet" href="https://transloadit.edgly.net/releases/uppy/robodog/v1.3.0/robodog.css">
<style>
body {
font-family: Roboto, Open Sans;
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit-textarea/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"audio_thumbnails"
],
"robot": "/image/resize",
"imagemagick_stack": "v1.0.0",
"imagemagick_stack": "v2.0.7",
"width": 400,
"height": 300,
"resize_strategy": "fit",
Expand Down
153 changes: 153 additions & 0 deletions packages/@uppy/locales/src/cs_CZ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
const cs_CZ = {}

cs_CZ.strings = {
addMore: 'Přidat další',
addMoreFiles: 'Přidat další soubory',
addingMoreFiles: 'Přidávání dalších souborů',
allowAccessDescription: 'Pokud chcete pořizovat fotografie vaším zařízením, povolte prosím přístup ke kameře.',
allowAccessTitle: 'Povolte prosím přístup ke kameře.',
authenticateWith: 'Připojit k %{pluginName}',
authenticateWithTitle: 'Prosím přihlaste se k %{pluginName} pro výběr souborů',
back: 'Zpět',
browse: 'procházet',
cancel: 'Zrušit',
cancelUpload: 'Zrušit nahrávání',
chooseFiles: 'Vyberte soubory',
closeModal: 'Zavřít dialog',
companionAuthError: 'Vyžadováno přihlášení',
companionError: 'Spojení s modulem Companion se nezdařilo',
complete: 'Hotovo',
connectedToInternet: 'Připojeno k internetu',
copyLink: 'Zkopírovat odkaz',
copyLinkToClipboardFallback: 'Zkopírujte odkaz níže',
copyLinkToClipboardSuccess: 'Odkaz zkopírován do schránky',
creatingAssembly: 'Nahrávání se připravuje...',
creatingAssemblyFailed: 'Transloadit: Nelze vytvořit Assembly',
dashboardTitle: 'Nahrát soubory',
dashboardWindowTitle: 'Okno pro nahrání souborů. (Stiskněte ESC pro zavření.)',
dataUploadedOfTotal: '%{complete} z %{total}',
done: 'Dokončeno',
dropHereOr: 'Přetáhněte soubory sem nebo %{browse}',
dropHint: 'Přetáhněte soubory sem',
dropPaste: 'Přetáhněte soubory sem, vložte je, nebo %{browse}',
dropPasteImport: 'Přetáhněte soubory sem, vložte je, %{browse} nebo je importujte',
edit: 'Upravit',
editFile: 'Upravit soubor',
editing: 'Upravujete %{file}',
emptyFolderAdded: 'Nebyly přidány žádné soubory, adresář je prázdný.',
encoding: 'Převádění...',
enterCorrectUrl: 'Chybná URL: Ujistěte se, že vkládáte přímý odkaz na soubor.',
enterUrlToImport: 'Vložte URL pro import souboru.',
exceedsSize: 'Tento soubor překračuje maximální povolenou velikost: ',
failedToFetch: 'Modulu Companion se nepodařilo stáhnout soubor z této URL, zkontrolujte prosím, jestli je URL správná.',
failedToUpload: 'Nepodařilo se nahrát soubor %{file}',
fileSource: 'Zdroj souboru: %{name}',
filesUploadedOfTotal: {
'0': '%{complete} z %{smart_count} souboru nahráno',
'1': '%{complete} z %{smart_count} souborů nahráno',
'2': '%{complete} z %{smart_count} souborů nahráno'
},
filter: 'Filtrovat',
finishEditingFile: 'Dokončit editaci souboru',
folderAdded: {
'0': 'Přidán %{smart_count} soubor z adresáře %{folder}',
'1': 'Přidáno %{smart_count} souborů z adresáře %{folder}',
'2': 'Přidáno %{smart_count} souborů z adresáře %{folder}'
},
generatingThumbnails: 'Vytvářím miniatury...',
import: 'Importovat',
importFrom: 'Importovat z %{name}',
link: 'Odkaz',
loading: 'Nahrávání...',
logOut: 'Odhlásit',
myDevice: 'Moje zařízení',
noFilesFound: 'Nenalezeny žádné soubory ani adresáře',
noInternetConnection: 'Nepřipojeno k internetu',
openFolderNamed: 'Otevřít adresář %{name}',
pause: 'Pozastavit',
pauseUpload: 'Pozastavit nahrávání',
paused: 'Pozastaveno',
poweredBy: 'Vytvořeno pomocí ',
preparingUpload: 'Připavuje se nahrávání...',
processingXFiles: {
'0': 'Zpracování %{smart_count} souborů',
'1': 'Zpracování %{smart_count} souborů',
'2': 'Zpracování %{smart_count} souborů'
},
removeFile: 'Odebrat soubor',
resetFilter: 'Reset filtru',
resume: 'Pokřačovat',
resumeUpload: 'Pokračovat v nahrávání',
retry: 'Opakovat',
retryUpload: 'Opakovat nahrávání',
saveChanges: 'Uložit změny',
selectAllFilesFromFolderNamed: 'Vybrat vše z adresáře %{name}',
selectFileNamed: 'Vybrat soubor %{name}',
selectX: {
'0': 'Vybrat %{smart_count}',
'1': 'Vybrat %{smart_count}',
'2': 'Vybrat %{smart_count}'
},
smile: 'Úsměv prosím!',
startRecording: 'Spustit nahrávání videa',
stopRecording: 'Zastavit nahrávání videa',
takePicture: 'Pořídit fotografii',
timedOut: 'Stav nahrávání se nezměnil %{seconds} sekund, ruším nahrávání.',
unselectAllFilesFromFolderNamed: 'Zrušit výběr všech souborů z adresáře %{name}',
unselectFileNamed: 'Zrušit výběr souboru %{name}',
upload: 'Nahrát',
uploadComplete: 'Nahrání dokončeno',
uploadFailed: 'Nahrání se nezdařilo',
uploadPaused: 'Nahrání dokončeno',
uploadXFiles: {
'0': 'Nahrát %{smart_count} soubor',
'1': 'Nahrát %{smart_count} souborů',
'2': 'Nahrát %{smart_count} souborů'
},
uploadXNewFiles: {
'0': 'Nahrát +%{smart_count} soubor',
'1': 'Nahrát +%{smart_count} souborů',
'2': 'Nahrát +%{smart_count} souborů'
},
uploading: 'Nahrávání',
uploadingXFiles: {
'0': 'Nahrávám %{smart_count} soubor',
'1': 'Nahrávám %{smart_count} souborů',
'2': 'Nahrávám %{smart_count} souborů'
},
xFilesSelected: {
'0': '%{smart_count} soubor vybrán',
'1': '%{smart_count} soubory vybrány',
'2': '%{smart_count} soubory vybrány'
},
xMoreFilesAdded: {
'0': '%{smart_count} další soubor přidán',
'1': '%{smart_count} dalších souborů přidáno',
'2': '%{smart_count} dalších souborů přidáno'
},
xTimeLeft: '%{time} zbývá',
youCanOnlyUploadFileTypes: 'Lze nahrát pouze následující typy souborů: %{types}',
youCanOnlyUploadX: {
'0': 'Lze nahrát pouze %{smart_count} soubor',
'1': 'Lze nahrát pouze %{smart_count} souborů',
'2': 'Lze nahrát pouze %{smart_count} souborů'
},
youHaveToAtLeastSelectX: {
'0': 'Je třeba vybrat alespoň %{smart_count} soubor',
'1': 'Je třeba vybrat alespoň %{smart_count} souborů',
'2': 'Je třeba vybrat alespoň %{smart_count} souborů'
}
}

cs_CZ.pluralize = function (n) {
if (n === 1) {
return 0
}
return 1
}

if (typeof window !== 'undefined' && typeof window.Uppy !== 'undefined') {
window.Uppy.locales.cs_CZ = cs_CZ
}

module.exports = cs_CZ
1 change: 1 addition & 0 deletions website/src/docs/aws-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The `fields` field is an object with form fields to send along with the upload r
For presigned PUT uploads, this should be left empty.

The `headers` field is an object with request headers to send along with the upload request.
When using a presigned PUT upload, it's a good idea to provide `headers['content-type']`. That will ensure that the request uses the same content-type that was used to generate the signature. Without it, the browser may decide on a different content-type instead, causing S3 to reject the upload.

### `timeout: 30 * 1000`

Expand Down

0 comments on commit fc405e8

Please sign in to comment.