UNPKG

@liascript/exporter

Version:
248 lines (247 loc) 14.8 kB
{ "nav.home": "Home", "nav.status": "Status", "header.title": "LiaScript Exporter", "header.subtitle": "Create exports for various LMS and formats", "sections.projectSource": "1. Project Source", "sections.exportTarget": "2. Export Target", "sections.advancedSettings": "3. Advanced Settings (optional)", "tabs.fileUpload": "File Upload", "tabs.gitRepository": "Git Repository", "upload.dropzone": "Drop files here or click to select", "upload.hint": "ZIP files or multiple files (max. 100MB)", "files.remove": "Remove", "git.repoUrl": "Repository URL", "git.repoUrlRequired": "Repository URL *", "git.branch": "Branch / Tag", "git.branchPlaceholder": "main", "git.subdirectory": "Subdirectory", "git.subdirPlaceholder": "docs/", "exportTabs.presets": "Known Configurations", "exportTabs.formats": "Formats", "formats.scorm12.title": "SCORM 1.2", "formats.scorm12.subtitle": "Legacy Standard", "formats.scorm12.description": "E-learning standard for learning management systems. Widely used, but older. Suitable for legacy LMS platforms. <a href='https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model' target='_blank'>Learn more</a>", "formats.scorm2004.title": "SCORM 2004", "formats.scorm2004.subtitle": "Modern Standard", "formats.scorm2004.description": "Modern version of the SCORM standard with advanced features for learning paths and assessments. Recommended for current LMS systems. <a href='https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model' target='_blank'>Learn more</a>", "formats.ims.title": "IMS", "formats.ims.subtitle": "Content Package", "formats.ims.description": "IMS Content Packaging for exchanging learning content between different platforms. Standard for cross-platform compatibility. <a href='https://en.wikipedia.org/wiki/IMS_Content_Packaging' target='_blank'>Learn more</a>", "formats.web.title": "Web", "formats.web.subtitle": "Standalone", "formats.web.description": "Standalone HTML website for hosting on any web server. Works offline and online. Perfect for self-hosting.", "formats.pdf.title": "PDF", "formats.pdf.subtitle": "Document", "formats.pdf.description": "Portable Document Format for printing and archiving. Ideal for static content and offline reading. <a href='https://en.wikipedia.org/wiki/PDF' target='_blank'>Learn more</a>", "formats.android.title": "Android", "formats.android.subtitle": "App Package", "formats.android.description": "Android app package (APK) for installation on Android devices. Enables offline access and native app experience.", "formats.json.title": "JSON", "formats.json.subtitle": "Data Export", "formats.json.description": "Structured data format for programmatic processing and API integration. Perfect for developers and automated workflows. <a href='https://en.wikipedia.org/wiki/JSON' target='_blank'>Learn more</a>", "formats.epub.title": "EPUB", "formats.epub.subtitle": "E-Book", "formats.epub.description": "Open e-book format for e-readers and mobile devices. Supports reflowable layouts and is compatible with most e-readers. <a href='https://en.wikipedia.org/wiki/EPUB' target='_blank'>Learn more</a>", "formats.docx.title": "DOCX", "formats.docx.subtitle": "Word Document", "formats.docx.description": "Microsoft Word document format for professional documents. Compatible with Word 2007+, LibreOffice Writer, and Google Docs. <a href='https://en.wikipedia.org/wiki/Office_Open_XML' target='_blank'>Learn more</a>", "formats.rdf.title": "RDF", "formats.rdf.subtitle": "Metadata", "formats.rdf.description": "Resource Description Framework for structured metadata and Linked Data. For semantic web applications and metadata export. <a href='https://en.wikipedia.org/wiki/Resource_Description_Framework' target='_blank'>Learn more</a>", "formats.xapi.title": "xAPI", "formats.xapi.subtitle": "Learning Analytics", "formats.xapi.description": "Experience API (xAPI) for Learning Analytics and detailed tracking of learning activities. Enables advanced analytics through a Learning Record Store (LRS). <a href='https://en.wikipedia.org/wiki/Experience_API' target='_blank'>Learn more</a>", "settings.scorm.title": "SCORM Settings", "settings.scorm.masteryScore": "Mastery Score", "settings.scorm.masteryScoreHint": "Minimum score to pass (0-100)", "settings.scorm.organization": "Organization", "settings.scorm.organizationHint": "Organization title in SCORM package", "settings.scorm.typicalDuration": "Typical Duration", "settings.scorm.typicalDurationHint": "Format: PT0H5M0S (5 minutes)", "settings.scorm.useIframe": "Use iFrame", "settings.scorm.useIframeHint": "For better compatibility in some LMS", "settings.scorm.embedMarkdown": "Embed Markdown", "settings.scorm.embedMarkdownHint": "Recommended for Moodle 4", "settings.xapi.title": "xAPI Settings", "settings.xapi.lrsEndpoint": "LRS Endpoint", "settings.xapi.lrsEndpointHint": "URL of the Learning Record Store (LRS) endpoint", "settings.xapi.authentication": "Authentication", "settings.xapi.authenticationHint": "Basic Auth String for LRS (e.g. \"Basic base64encodedcredentials\")", "settings.xapi.actor": "Actor (JSON)", "settings.xapi.actorHint": "xAPI Actor in JSON format (default: anonymous)", "settings.xapi.actorPlaceholder": "{\"objectType\":\"Agent\",\"name\":\"Anonymous\",\"mbox\":\"mailto:anonymous@example.com\"}", "settings.xapi.courseId": "Course ID", "settings.xapi.courseIdHint": "Unique identifier for the course (default: course URL)", "settings.xapi.courseTitle": "Course Title", "settings.xapi.courseTitleHint": "Displayed course title (default: from document)", "settings.xapi.masteryScore": "Mastery Score", "settings.xapi.masteryScoreHint": "Required score to pass (0.0-1.0, default: 0.8)", "settings.xapi.progressThreshold": "Progress Threshold", "settings.xapi.progressThresholdHint": "Required slide progress for completion (0.0-1.0, default: 0.9)", "settings.xapi.debugMode": "Debug Mode", "settings.xapi.debugModeHint": "Output xAPI statements to console", "settings.xapi.zipPackage": "Package as ZIP", "settings.xapi.zipPackageHint": "Output as ZIP file", "settings.ims.title": "IMS Settings", "settings.ims.useIndexedDB": "Use IndexedDB", "settings.ims.useIndexedDBHint": "Persistent storage in browser", "settings.web.title": "Web Settings", "settings.web.iframeVersion": "iFrame Version", "settings.web.iframeVersionHint": "Hides the course URL", "settings.web.useIndexedDB": "Use IndexedDB", "settings.web.useIndexedDBHint": "Store data in browser", "settings.web.zipPackage": "Package as ZIP", "settings.web.zipPackageHint": "Creates a ZIP file", "settings.pdf.title": "PDF Settings", "settings.pdf.pageFormat": "Page Format", "settings.pdf.pageFormatHint": "Standard paper size", "settings.pdf.landscape": "Landscape", "settings.pdf.landscapeHint": "Print page in landscape orientation", "settings.pdf.scale": "Scale", "settings.pdf.scaleHint": "Page scale (0.1 - 2.0)", "settings.pdf.printBackground": "Print Background Graphics", "settings.pdf.printBackgroundHint": "Prints background colors and images", "settings.pdf.marginTop": "Top Margin", "settings.pdf.marginTopHint": "Top margin in pixels or with unit (e.g. \"2cm\")", "settings.pdf.marginBottom": "Bottom Margin", "settings.pdf.marginBottomHint": "Bottom margin in pixels or with unit", "settings.pdf.marginLeft": "Left Margin", "settings.pdf.marginLeftHint": "Left margin in pixels or with unit", "settings.pdf.marginRight": "Right Margin", "settings.pdf.marginRightHint": "Right margin in pixels or with unit", "settings.pdf.displayHeaderFooter": "Display Header & Footer", "settings.pdf.displayHeaderFooterHint": "Shows header and footer on each page", "settings.pdf.headerTemplate": "Header Template (HTML)", "settings.pdf.headerTemplateHint": "HTML template with classes: date, title, url, pageNumber, totalPages", "settings.pdf.headerTemplatePlaceholder": "<div style='font-size: 10px; text-align: center; width: 100%;'><span class='title'></span></div>", "settings.pdf.footerTemplate": "Footer Template (HTML)", "settings.pdf.footerTemplateHint": "HTML template for footer", "settings.pdf.footerTemplatePlaceholder": "<div style='font-size: 10px; text-align: center; width: 100%;'><span class='pageNumber'></span> / <span class='totalPages'></span></div>", "settings.pdf.pageRanges": "Page Ranges", "settings.pdf.pageRangesHint": "Print only specific pages (optional)", "settings.pdf.pageRangesPlaceholder": "e.g. 1-5, 8, 11-13", "settings.pdf.theme": "LiaScript Theme", "settings.pdf.themeHint": "Color scheme for PDF", "settings.pdf.themeDefault": "Default", "settings.pdf.themeTurquoise": "Turquoise", "settings.pdf.themeBlue": "Blue", "settings.pdf.themeRed": "Red", "settings.pdf.themeYellow": "Yellow", "settings.pdf.timeout": "Timeout (ms)", "settings.pdf.timeoutHint": "Wait time for complete loading (15000 = 15 seconds)", "settings.pdf.preferCSSPageSize": "Prefer CSS @page Size", "settings.pdf.preferCSSPageSizeHint": "CSS page size takes precedence", "settings.pdf.omitBackground": "Transparent Background", "settings.pdf.omitBackgroundHint": "White background is omitted", "settings.android.title": "Android Settings", "settings.android.appName": "App Name", "settings.android.appNameHint": "Name of the Android app", "settings.android.appId": "App ID *", "settings.android.appIdHint": "Unique app identifier (e.g. io.github.liascript)", "settings.android.appIdPlaceholder": "io.github.liascript", "settings.epub.title": "EPUB Settings", "settings.epub.author": "Author", "settings.epub.authorHint": "Author of the e-book", "settings.epub.authorPlaceholder": "John Doe", "settings.epub.publisher": "Publisher", "settings.epub.publisherHint": "Publisher/Publisher house", "settings.docx.title": "DOCX Settings", "settings.docx.docTitle": "Document Title", "settings.docx.docTitleHint": "Title of the Word document", "settings.docx.docTitlePlaceholder": "My Course", "settings.docx.author": "Author", "settings.docx.authorHint": "Author of the document", "settings.docx.authorPlaceholder": "John Doe", "settings.docx.orientation": "Orientation", "settings.docx.orientationHint": "Page orientation", "settings.docx.orientationPortrait": "Portrait", "settings.docx.orientationLandscape": "Landscape", "settings.docx.font": "Font", "settings.docx.fontHint": "Font name (default: Arial)", "settings.docx.fontPlaceholder": "Arial", "settings.docx.fontSize": "Font Size", "settings.docx.fontSizeHint": "Font size in half-points (22 = 11pt)", "settings.docx.theme": "LiaScript Theme", "settings.docx.themeHint": "Color scheme for the document", "settings.docx.themeDefault": "Default", "settings.docx.themeTurquoise": "Turquoise", "settings.docx.themeBlue": "Blue", "settings.docx.themeRed": "Red", "settings.docx.themeYellow": "Yellow", "settings.docx.header": "Enable Header", "settings.docx.headerHint": "Add a header to every page", "settings.docx.footer": "Enable Footer", "settings.docx.footerHint": "Add a footer to every page", "settings.docx.pageNumber": "Page Numbers", "settings.docx.pageNumberHint": "Add page numbers to the footer", "settings.docx.timeout": "Timeout (ms)", "settings.docx.timeoutHint": "Wait time for complete loading (15000 = 15 seconds)", "settings.json.title": "JSON Settings", "settings.json.fullJSON": "Full JSON", "settings.json.fullJSONHint": "Exports all details", "settings.json.prettyPrint": "Formatted (Pretty Print)", "settings.json.prettyPrintHint": "Readable formatted JSON", "settings.rdf.title": "RDF Settings", "settings.rdf.outputFormat": "Output Format", "settings.rdf.outputFormatHint": "Format for RDF output (default: JSON-LD)", "settings.rdf.previewConsole": "Preview in Console", "settings.rdf.previewConsoleHint": "Display output in console", "settings.rdf.externalUrl": "External URL", "settings.rdf.externalUrlHint": "External URL for local projects (optional)", "settings.rdf.schemaType": "Schema.org Type", "settings.rdf.schemaTypeHint": "Schema.org type (default: Course, e.g. EducationalResource)", "settings.rdf.templateUrl": "Template URL/File", "settings.rdf.templateUrlHint": "URL or JSON file as template (optional)", "settings.rdf.licenseUrl": "License URL", "settings.rdf.licenseUrlHint": "URL to course license (optional)", "settings.rdf.educationalLevel": "Educational Level", "settings.rdf.educationalLevelHint": "Educational level (e.g. beginner, intermediate, advanced)", "settings.noSettings": "No additional settings available for this format.", "submit.button": "Start Export", "submit.info": "Export jobs are queued.<br />Only one export is processed at a time.", "submit.starting": "Starting export...", "submit.errorNoFile": "Please upload at least one file.", "submit.errorNoGitUrl": "Please enter a Git repository URL.", "submit.errorNoTarget": "Please select an export target.", "submit.errorFailed": "Export failed", "submit.errorCreating": "Error creating export: ", "submit.errorFileDialog": "Error opening file dialog", "modal.title": "Export Started", "modal.jobId": "Job ID", "modal.queuePosition": "Position in queue", "modal.successMessage": "Your export has been successfully added to the queue.", "modal.statusLink": "Go to Status Page", "modal.close": "Close", "footer.copyright": "© 2026 LiaScript Exporter", "status.title": "Export Status", "status.subtitle": "Track the status of your export job", "status.loading": "Loading status...", "status.noExport": "No export found", "status.noExportMessage": "Start a new export on the home page.", "status.backHome": "Back to Home", "status.jobId": "Job ID", "status.format": "Format", "status.source": "Source", "status.sourceUpload": "File Upload", "status.sourceGit": "Git Repository", "status.repository": "Repository", "status.files": "Files", "status.filesCount": "file(s)", "status.status": "Status", "status.statusQueued": "Queued", "status.statusProcessing": "Processing", "status.statusCompleted": "Completed", "status.statusFailed": "Failed", "status.queuePosition": "Position in queue", "status.createdAt": "Created", "status.startedAt": "Started", "status.completedAt": "Completed", "status.downloadReady": "Your export is ready for download!", "status.downloadButton": "Download File", "status.processing": "Processing your export...", "status.autoRefresh": "Page will refresh automatically", "status.refreshNow": "Refresh Now", "status.error": "Error", "status.errorMessage": "Error loading status" }