aboutsummaryrefslogtreecommitdiff
path: root/locales/help_docs/zh-CN.yml
Commit message (Collapse)AuthorAgeFilesLines
* Improve invalid modification messages with specific reasons魏曹先生2025-11-171-2/+6
| | | | | Add detailed reasons for invalid modifications including "not_holder" and "base_version_mismatch" to provide clearer feedback to users.
* Add login command combining account setup and vault connection魏曹先生2025-11-171-2/+7
| | | | | | | | | | The new `jv login` command streamlines the process of setting up a workspace by combining account selection, vault connection, and initial sync into a single operation. - Add completion support for login command - Update help documentation in both English and Chinese - Add confirmation prompt for login operation
* update: help documentation魏曹先生2025-11-171-36/+161
| | | | Expand help docs with new commands and improved descriptions
* Add helpful error tips for common workspace issues魏曹先生2025-11-101-0/+14
|
* feat: implement here command with file listing魏曹先生2025-11-061-4/+81
| | | | | | | - Add here command to display current path information - Show file and directory listing with table formatting - Display file statistics (count and total size) - Add colored output for better visual distinction
* Add sheet drop functionality and improve sheet listing魏曹先生2025-11-051-3/+41
| | | | | | | | - Implement `jv sheet drop` command with confirmation and error handling - Add restore confirmation when creating sheets that already exist as orphaned sheets - Enhance `jv sheet list` with --others and --all flags to show different sheet views - Update help text and localization files for new functionality
* Add build script and update version display format魏曹先生2025-11-041-4/+2
|
* Add compile-time version and build information魏曹先生2025-11-041-0/+22
| | | | | | | - Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git
* feat: Add sheet management commands魏曹先生2025-11-031-25/+72
| | | | | | | | | - Add sheet list, use, exit, make, drop subcommands - Implement lazy commands: exit, use, sheets - Add sheet alias 'sh' for convenience - Add update alias 'u' for convenience - Implement sheet listing with formatted output - Add sheet creation functionality with error handling
* Simplify export command syntax in help documentation魏曹先生2025-11-021-3/+3
|
* Format help documentation with consistent dash separators魏曹先生2025-11-021-31/+28
|
* Update help documentation structure and content魏曹先生2025-11-021-34/+48
|
* Simplify commands and improve jv error handling魏曹先生2025-10-301-0/+4
| | | | | - Add help command alias for jv - Improve parser error message formatting - Fix code formatting in jvv commands
* Update localization files for new workspace management features魏曹先生2025-10-291-41/+39
| | | | | | | - Add common confirmation prompt - Improve service command documentation with port option - Add workspace staining/unstaining functionality - Simplify error messages and improve user guidance - Add success and warning messages for direct/unstain operations
* Update translation for error messages魏曹先生2025-10-271-2/+4
|
* Add output for jvv service listen command results魏曹先生2025-10-271-5/+7
|
* Update locales files魏曹先生2025-10-241-2/+42
|
* Add cli error handle.魏曹先生2025-10-241-33/+78
|
* Update locales files魏曹先生2025-10-211-4/+223
|
* Update localization files魏曹先生2025-10-191-15/+21
| | | | Optimize the expression of some semantics to make it more precise
* docs: update localization files魏曹先生2025-10-181-4/+7
| | | | | | - Update English help documentation - Update Chinese help documentation - Improve command descriptions and error messages
* feat: add internationalization support and new command-line tools魏曹先生2025-10-141-0/+112
- Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies