-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
69 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
export default { | ||
strings: { | ||
noSearchResults: "Pro vaše hledání nejsou k dispozici žádné výsledky.", | ||
selectPdfs: "Vyberte soubory PDF, ze kterých chcete extrahovat obrázky.", | ||
uploadStalled: "Nahrávání neproběhlo po dobu %{seconds} sekund. Možná jej budete chtít zopakovat.", | ||
"Still processing previous file.": "Stále zpracováváme předchozí soubor.", | ||
"PDF image extraction processing, please wait...": "Zpracování extrakce obrázků z PDF, počkejte prosím...", | ||
"There was an error when uploading file": "Při nahrávání souboru došlo k chybě", | ||
"Web Worker is not supported": "Web Worker není podporován", | ||
"Error loading files.": "Chyba při načítání souborů.", | ||
"Image extraction completed": "Extrakce obrázků dokončena", | ||
"Image count": "Počet obrázků", | ||
"Error extracting images from": "Chyba při extrakci obrázků z", | ||
"Select existing files to modify metadata.": "Vyberte existující soubory pro úpravu metadat.", | ||
"Select files to upload.": "Vyberte soubory, které chcete nahrát.", | ||
"Set the Caption here": "Zde nastavte Titulek", | ||
"Caption": "Titulek", | ||
"Feature Image": "Hlavní obrázek" | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export default { | ||
strings: { | ||
"Still processing previous file.": "Still processing previous file.", | ||
"PDF image extraction processing, please wait...": "PDF image extraction processing, please wait...", | ||
"There was an error when uploading file": "There was an error when uploading file", | ||
"Web Worker is not supported": "Web Worker is not supported", | ||
"Error loading files.": "Error loading files.", | ||
"Image extraction completed": "Image extraction completed", | ||
"Image count": "Image count", | ||
"Error extracting images from": "Error extracting images from", | ||
"Select existing files to modify metadata.": "Select existing files to modify metadata.", | ||
"Select files to upload.": "Select files to upload.", | ||
"Set the Caption here": "Set the Caption here", | ||
"Caption": "Caption", | ||
"Feature Image": "Feature Image", | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters