Skip to content
forked from remvze/moodist

🌲 网页白噪音项目 moodist 的汉化,下面的网站是原作者提供的,不是我的,因此是英文的

License

Notifications You must be signed in to change notification settings

Firfr/moodist-zh-cn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moodist Logo Banner

Moodist 🌲

Ambient sounds for focus and calm.

环境音助您专注与平静。

Visit Moodist | Buy Me a Coffee
访问 Moodist (原项目作者提供的,英文) | 请我喝杯咖啡(项目原作者)

汉化说明

由于原项目没有发布具体的版本,当前汉化仅针对2025年4月6日之前的所有更新。

首先感谢原作者的开源。原项目地址

具体汉化了那些内容,请参考翻译说明

我看不懂代码,所以只做汉化,有问题,请到原作者仓库处反馈。

本人提供这个项目在 NAS、服务器等的有偿远程部署服务,有需要可联系。
微信号 E-0_0- 二维码在最后
闲鱼搜索用户 明月人间
或者邮箱 [email protected]
如果这个项目有帮到你。欢迎start。

有其他的项目的汉化需求,欢迎提issue。或其他方式联系通知。

部署汉化项目

  1. 从现在开始,Docker镜像会上传到阿里云上,方便部署。
  2. 拉取镜像命令
    docker pull crpi-aiy5xfxuied4b3f9.cn-chengdu.personal.cr.aliyuncs.com/firfe/moodist:25.4.6
    
  3. 部署
    把下面的汉字 自定义端口 改成自己想要的端口
    • 容器类别端口说明
      • 9260 HTTP访问端口
      • 9460 HTTPS访问端口,如果要自定义证书,建立证书目录ssl,在里面建立证书文件cert.pem,私钥文件cert.key,将证书目录映射到容器内部的证书目录/ssl
    • compose方式部署 见docker-compose.yml 👍推荐
    • 命令部署
      docker run -d \
      --name moodist-zh \
      --network bridge \
      --restart always \
      --log-opt max-size=1m \
      --log-opt max-file=3 \
      -p 9260:9260 -p 9460:9460 \
      crpi-aiy5xfxuied4b3f9.cn-chengdu.personal.cr.aliyuncs.com/firfe/moodist:25.4.6

修改说明

这里对除了汉化之外的代码修改的说明。
增加修改部分具体见 修改说明

./README.md 文件翻译,增加 ## 汉化说明## 修改说明## 汉化效果截图## 我的二维码 部分。

增加目录 ./图片docker/nginx/ssl
新增文件 ./翻译说明.md./修改说明.md
重写文件 ./Dockerfile./docker-compose.yml./docker/nginx/nginx.conf

汉化效果截图

音效 音效

介绍 介绍

工具 工具

快捷键 快捷键

Table of Contents 目录

Features 特性

  1. 🎵 Over 75 ambient sounds.
    🎵 超过75种环境音效。
  2. 📝 Persistent sound selection.
    📝 持久化的声音选择:您的声音偏好将被记住,即使关闭应用后再次打开也能保持不变。
  3. ✈️ Sharing sound selections with others.
    ✈️ 分享声音选择:轻松与他人共享您喜爱的声音组合。
  4. 🧰 Custom sound presets.
    🧰 自定义声音预设:创建并保存您自己的声音配置。
  5. 🌙 Sleep timer for sounds.
    🌙 声音睡眠定时器:设置倒计时,定时关闭。
  6. 📓 Notepad for quick notes.
    📓 便签功能:快速记录您的想法和笔记。
  7. 🍅 Pomodoro timer.
    🍅 番茄钟计时器:帮助您高效管理时间和任务。
  8. ✅ Simple to-do list (soon).
    ✅ 简易待办事项列表(即将推出):轻松管理日常任务。
  9. ⏯️ Media controls.
    ⏯️ 媒体控制。
  10. ⌨️ Keyboard shortcuts for everything.
    ⌨️ 全局快捷键支持:通过键盘快捷键操作所有功能,提升效率。
  11. 🥷 Privacy focused: no data collection.
    🥷 注重隐私:不收集任何用户数据,保护您的隐私安全。
  12. 💰 Completely free, open-source, and self-hostable.
    💰 完全免费且开源:您可以自由下载、使用及自行托管。

Tools 工具

  • TypeScript: Programming Language
    TypeScript: 编程语言
  • 🔨 React: UI Library
    🔨 React: 用户界面库
  • 🧑‍🚀 Astro: Meta Framework
    🧑‍🚀 Astro: 元框架
  • 🎨 CSS Modules: Styling
    🎨 CSS Modules: 样式模块化
  • 🐻 Zustand: State Management
    🐻 Zustand: 状态管理库
  • 🎭 Framer Motion: Animation Library
    🎭 Framer Motion: 动画库
  • ⚙️ Radix: Accessible Components
    ⚙️ Radix: 无障碍组件库
  • 📕 Storybook: Component Documentation
    📕 Storybook: 组件文档工具
  • 🧪 Vitest: Unit Testing (soon)
    🧪 Vitest: 单元测试(即将推出)
  • 🔭 Playwright: End-To-End Testing (soon)
    🔭 Playwright: 端到端测试(即将推出)
  • 🔍 ESLint: Code Linting
    🔍 ESLint: 代码检查工具
  • 🧹 Prettier: Code Formatting
    🧹 Prettier: 代码格式化工具
  • 🧼 Stylelint: CSS Linting
    🧼 Stylelint: CSS 检查工具
  • 🐶 Husky: Git Hooks
    🐶 Husky: Git 钩子管理工具
  • 📝 Lint Staged: Running Linters on Staged Files
    📝 Lint Staged: 对暂存文件运行检查工具
  • 🧽 Commitlint: Git Commit Linting
    🧽 Commitlint: Git 提交信息检查工具
  • 🧭 Commitizen: Git Commit Message Helper
    🧭 Commitizen: Git 提交信息助手
  • 📓 Standard Version: Versioning and CHANGLOG Generation
    📓 Standard Version: 版本管理和 CHANGELOG 生成工具
  • 🧰 PostCSS: CSS Transformations
    🧰 PostCSS: CSS 转换工具

Commands 命令

  • npm run dev: run development server
    npm run dev: 启动开发服务器
  • npm run build: build for production
    npm run build: 构建生产环境版本
  • npm run preview: preview the built app
    npm run preview: 预览已构建的应用
  • npm run lint: lint files using ESLint
    npm run lint: 使用 ESLint 检查文件
  • npm run lint:fix: lint and fix using ESLint
    npm run lint:fix: 使用 ESLint 检查并自动修复文件
  • npm run lint:style: lint styles using Stylelint
    npm run lint:style: 使用 Stylelint 检查样式
  • npm run lint:style:fix: lint and fix styles using Stylelint
    npm run lint:style:fix: 使用 Stylelint 检查并自动修复样式
  • npm run format: format files using Prettier
    npm run format: 使用 Prettier 格式化文件
  • npm run commit: commit message using Commitizen
    npm run commit: 使用 Commitizen 引导提交信息
  • npm run release:major: release major version
    npm run release:major: 发布主版本更新
  • npm run release:minor: release minor version
    npm run release:minor: 发布次版本更新
  • npm run release:patch: release patch version
    npm run release:patch: 发布修订版本更新
  • npm run storybook: run Storybook
    npm run storybook: 启动 Storybook

Contributing 贡献

🚧 Please check CONTRIBUTING.md file.
🚧 请检查 CONTRIBUTING.md 文件。

Support Moodist 支持

⭐ Give a star if you liked this project.
⭐ 如果您喜欢这个项目,请给它一个星标。

Buy Me a Coffee to help me maintain Moodist.
请我喝杯咖啡(原作者) 帮助我维护 Moodist。

License 许可证

This project is licensed under the MIT License - see the LICENSE file for details.
本项目采用 MIT 许可证 进行授权 - 详情请参阅 LICENSE 文件。

⚠️ Third-Party Assets 第三方资源

Some sounds used in this project are sourced from third-party providers and are subject to different licenses:
本项目中使用的一些音效来源于第三方提供商,并 受不同的许可证约束:

我的二维码

联系或打赏,请备注来意。

微信联系方式 微信收款码 支付宝收款码
微信E-0_0-.png 微信收款码.png 支付宝收款码.jpg

About

🌲 网页白噪音项目 moodist 的汉化,下面的网站是原作者提供的,不是我的,因此是英文的

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 72.7%
  • CSS 20.1%
  • Astro 6.4%
  • Other 0.8%