Initialize ZUJ OL Apps website with React + TypeScript + Vite
This commit is contained in:
@@ -0,0 +1,125 @@
|
||||
nav.search: "Search projects..."
|
||||
nav.theme: "Toggle theme"
|
||||
nav.lang: "中文"
|
||||
hero.title: "Building lightweight, efficient, open-source software tools"
|
||||
hero.subtitle: "Desktop apps, mobile apps, developer tools, note-taking systems, SSH clients, remote desktop, documentation libraries, and full-stack applications."
|
||||
hero.cta.projects: "View All Projects"
|
||||
hero.cta.github: "Visit GitHub"
|
||||
hero.cta.download: "Download Software"
|
||||
hero.cta.docs: "View Docs"
|
||||
stats.projects: "Open Source Projects"
|
||||
stats.stars: "GitHub Stars"
|
||||
stats.techStack: "Tech Stacks"
|
||||
stats.platforms: "Platforms"
|
||||
featured.title: "Featured Projects"
|
||||
featured.subtitle: "Core projects under active development"
|
||||
categories.title: "Categories"
|
||||
categories.subtitle: "Browse all open-source projects by type"
|
||||
latest.title: "Latest Releases"
|
||||
latest.subtitle: "Recent version updates"
|
||||
techstack.title: "Tech Stack"
|
||||
techstack.subtitle: "Primary technologies used across projects"
|
||||
cta.title: "Open Source Philosophy"
|
||||
cta.subtitle: "Great software should be transparent, auditable, and customizable. All project source code is available on GitHub. Contributions welcome."
|
||||
cta.button: "Explore on GitHub"
|
||||
projects.title: "All Projects"
|
||||
projects.subtitle: "Browse and filter all open-source software projects"
|
||||
projects.filter.all: "All"
|
||||
projects.filter.tech: "Tech Stack"
|
||||
projects.filter.platform: "Platform"
|
||||
projects.filter.status: "Status"
|
||||
projects.sort.updated: "Recently Updated"
|
||||
projects.sort.stars: "Most Stars"
|
||||
projects.sort.name: "By Name"
|
||||
projects.noResults: "No matching projects"
|
||||
projects.search: "Search project name, description, or tags..."
|
||||
detail.overview: "Overview"
|
||||
detail.features: "Features"
|
||||
detail.screenshots: "Screenshots"
|
||||
detail.downloads: "Downloads"
|
||||
detail.techstack: "Tech Stack"
|
||||
detail.architecture: "Architecture"
|
||||
detail.roadmap: "Roadmap"
|
||||
detail.changelog: "Changelog"
|
||||
detail.info: "Project Info"
|
||||
detail.version: "Version"
|
||||
detail.license: "License"
|
||||
detail.platforms: "Platforms"
|
||||
detail.status: "Status"
|
||||
detail.lastUpdate: "Last Updated"
|
||||
detail.repo: "GitHub Repo"
|
||||
detail.docs: "Online Docs"
|
||||
detail.release: "Download Release"
|
||||
detail.installGuide: "Installation Guide"
|
||||
detail.install.windows: "Windows: Double-click the installer and follow the prompts"
|
||||
detail.install.macos: "macOS: If you see \"unidentified developer\", go to System Settings → Privacy & Security → Open Anyway"
|
||||
detail.install.linux: "Linux: chmod +x and run, or install via package manager"
|
||||
detail.install.android: "Android: Download the APK and enable unknown sources"
|
||||
detail.roadmap.done: "Completed"
|
||||
detail.roadmap.doing: "In Progress"
|
||||
detail.roadmap.planned: "Planned"
|
||||
detail.screenshotPlaceholder: "Screenshot Preview"
|
||||
downloads.title: "Download Center"
|
||||
downloads.subtitle: "Download the latest versions of all open-source software"
|
||||
downloads.fileSize: "File Size"
|
||||
downloads.checksum: "SHA256 Checksum"
|
||||
downloads.allReleases: "View All Releases"
|
||||
downloads.installGuide: "Installation Guide"
|
||||
downloads.trustNote: "Built with Tauri for small installer size. Some versions may not be commercially code-signed, so Windows or macOS may show security warnings. All source code is available on GitHub."
|
||||
docs.title: "Documentation"
|
||||
docs.subtitle: "Quick start, usage guides, and developer documentation"
|
||||
docs.quickstart: "Quick Start"
|
||||
docs.install: "Installation"
|
||||
docs.usage: "Basic Usage"
|
||||
docs.advanced: "Advanced Features"
|
||||
docs.config: "Configuration"
|
||||
docs.faq: "FAQ"
|
||||
docs.dev: "Developer Guide"
|
||||
docs.deploy: "Deployment Guide"
|
||||
docs.api: "API Reference"
|
||||
docs.contribute: "Contributing"
|
||||
docs.selectProject: "Select a project to view docs"
|
||||
changelog.title: "Changelog"
|
||||
changelog.subtitle: "Version update history for all projects"
|
||||
changelog.all: "All Projects"
|
||||
roadmap.title: "Roadmap"
|
||||
roadmap.subtitle: "Development plans and progress for all projects"
|
||||
roadmap.all: "All Projects"
|
||||
about.title: "About"
|
||||
about.subtitle: "Learn about the developer and open-source philosophy"
|
||||
about.bio: "About"
|
||||
about.focus: "Focus Areas"
|
||||
about.techStack: "Tech Stack"
|
||||
about.links: "Links"
|
||||
about.github: "GitHub Profile"
|
||||
about.opensource: "Open Source Philosophy"
|
||||
contact.title: "Contact & Feedback"
|
||||
contact.subtitle: "Bug reports, feature requests, and community discussion"
|
||||
contact.issues: "Report Issues"
|
||||
contact.issues.desc: "Report bugs or submit feature requests on GitHub Issues"
|
||||
contact.discussions: "Discussions"
|
||||
contact.discussions.desc: "Join the conversation on GitHub Discussions"
|
||||
contact.email: "Email"
|
||||
contact.email.desc: "Contact the author directly via email"
|
||||
contact.security: "Security"
|
||||
contact.security.desc: "Report security vulnerabilities through private channels"
|
||||
footer.slogan: "Building lightweight, efficient, open-source software tools"
|
||||
footer.projects: "Projects"
|
||||
footer.resources: "Resources"
|
||||
footer.community: "Community"
|
||||
footer.license: "License"
|
||||
footer.privacy: "Privacy Policy"
|
||||
footer.security: "Security Policy"
|
||||
footer.copyright: "© 2026 ZUJ OL. All rights reserved."
|
||||
common.viewAll: "View All"
|
||||
common.learnMore: "Learn More"
|
||||
common.download: "Download"
|
||||
common.docs: "Docs"
|
||||
common.demo: "Live Demo"
|
||||
common.back: "Back"
|
||||
common.stars: "Stars"
|
||||
common.forks: "Forks"
|
||||
common.version: "Version"
|
||||
common.platform: "Platform"
|
||||
common.size: "Size"
|
||||
common.arch: "Arch"
|
||||
Reference in New Issue
Block a user