augmenttoolkit / shared /src /i18n /cs /files.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
98fbc6d verified
Raw
History Blame Contribute Delete
2.61 kB
import type { TranslationStrings } from '../types';
const files: TranslationStrings = {
'files.title': 'Soubory',
'files.pageTitle': 'Soubory a dokumenty',
'files.subtitle': '{count} souborů pro {trip}',
'files.download': 'Stáhnout',
'files.openError': 'Soubor nelze otevřít',
'files.downloadPdf': 'Stáhnout PDF',
'files.count': '{count} souborů',
'files.countSingular': '1 soubor',
'files.uploaded': '{count} nahráno',
'files.uploadError': 'Nahrávání se nezdařilo',
'files.dropzone': 'Přetáhněte soubory sem',
'files.dropzoneHint': 'nebo klikněte pro výběr',
'files.allowedTypes':
'Obrázky, PDF, DOC, DOCX, XLS, XLSX, TXT, CSV · Max 50 MB',
'files.uploading': 'Nahrávání...',
'files.filterAll': 'Vše',
'files.filterPdf': 'PDF',
'files.filterImages': 'Obrázky',
'files.filterDocs': 'Dokumenty',
'files.filterCollab': 'Poznámky spolupráce',
'files.sourceCollab': 'Z poznámek spolupráce',
'files.empty': 'Zatím žádné soubory',
'files.emptyHint': 'Nahrajte soubory k vaší cestě',
'files.openTab': 'Otevřít v nové kartě',
'files.confirm.delete': 'Opravdu chcete smazat tento soubor?',
'files.toast.deleted': 'Soubor byl smazán',
'files.toast.deleteError': 'Nepodařilo se smazat soubor',
'files.sourcePlan': 'Denní plán',
'files.sourceBooking': 'Rezervace',
'files.sourceTransport': 'Doprava',
'files.attach': 'Přiložit',
'files.pasteHint': 'Můžete také vložit obrázek ze schránky (Ctrl+V)',
'files.trash': 'Koš',
'files.trashEmpty': 'Koš je prázdný',
'files.emptyTrash': 'Vysypat koš',
'files.restore': 'Obnovit',
'files.star': 'Označit hvězdičkou',
'files.unstar': 'Odebrat hvězdičku',
'files.assign': 'Přiřadit',
'files.assignTitle': 'Přiřadit soubor',
'files.assignPlace': 'Místo',
'files.assignBooking': 'Rezervace',
'files.assignTransport': 'Doprava',
'files.unassigned': 'Nepřiřazeno',
'files.unlink': 'Zrušit propojení',
'files.toast.trashed': 'Přesunuto do koše',
'files.toast.restored': 'Soubor byl obnoven',
'files.toast.trashEmptied': 'Koš byl vysypán',
'files.toast.assigned': 'Soubor byl přiřazen',
'files.toast.assignError': 'Přiřazení se nezdařilo',
'files.toast.restoreError': 'Obnovení se nezdařilo',
'files.confirm.permanentDelete':
'Trvale smazat tento soubor? Tuto akci nelze vrátit.',
'files.confirm.emptyTrash':
'Trvale smazat všechny soubory v koši? Tuto akci nelze vrátit.',
'files.noteLabel': 'Poznámka',
'files.notePlaceholder': 'Přidat poznámku...',
};
export default files;