summaryrefslogtreecommitdiff
path: root/locales
AgeCommit message (Collapse)Author
2025-12-08Add i18n support for jvii editor messages魏曹先生
- Add error, message, and status translations for English and Chinese - Replace hardcoded strings with t!() macro calls - Update file precheck to return errors instead of creating files
2025-12-08Add crossterm dependency and implement jvii editor魏曹先生
- Add crossterm crate for terminal UI capabilities - Update jvii editor with proper status bar and keyboard hints - Add i18n support for editor interface - Remove default nano editor configuration from shell scripts
2025-12-08Add --overwrite flag to track command and show skipped files魏曹先生
The flag allows users to confirm overwriting locally modified files during sync operations. When files are skipped due to local modifications, a warning message now displays the skipped files and provides the command to overwrite them.
2025-12-04Add description column to `jv here --desc` output魏曹先生
2025-12-03Remove unused localization entries魏曹先生
2025-12-02Remove local file existence check from change edit right魏曹先生
The check for whether files exist locally before allowing edit right changes has been removed. This allows users to change edit rights for files that may not yet exist locally but are tracked in the sheet.
2025-12-01Add --show-log flag and refactor vault setup魏曹先生
- Add `--show-log` flag to override profile logger setting - Add validation for conflicting `--no-log` and `--show-log` flags - Refactor `Vault::setup_vault` to accept vault name parameter - Update logger initialization to respect configured log level - Add new dependencies: `whoami`, `redox_syscall`, `wasite`, `web-sys` - Add error message for conflicting log flags in locales
2025-12-01Add remote file display to jv here command魏曹先生
2025-11-26Add hold and throw commands for file edit rights魏曹先生
- Implement `jv hold` and `jv throw` commands with file selection - Add pre-check validation for file existence, mapping, and edit rights - Support --details and --skip-failed flags for error handling - Add localization strings for both English and Chinese
2025-11-26Update path info timestamp wording魏曹先生
2025-11-23Fix jv sheet align command syntax in Chinese documentation魏曹先生
2025-11-22Update help documentation formatting and messages魏曹先生
2025-11-22Update sheet align command structure and add completion魏曹先生
2025-11-22Add account key generation and public key export features魏曹先生
- Add `--keygen` flag to `account add` for automatic ED25519 key generation - Add `account genpub` command to export public keys - Update help documentation in both English and Chinese - Extend shell completion for new commands - Add error handling for OpenSSL operations
2025-11-20feat: add jump and info commands魏曹先生
- Add jump command for file version switching - Add info command for individual file status - Update shell completion for new commands
2025-11-17Remove unused move auto-align command魏曹先生
2025-11-17Add error handling for sheet use command魏曹先生
2025-11-17Improve invalid modification messages with specific reasons魏曹先生
Add detailed reasons for invalid modifications including "not_holder" and "base_version_mismatch" to provide clearer feedback to users.
2025-11-17Add login command combining account setup and vault connection魏曹先生
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
2025-11-17Update en.yml魏曹先生
2025-11-17update: help documentation魏曹先生
Expand help docs with new commands and improved descriptions
2025-11-10Add helpful error tips for common workspace issues魏曹先生
2025-11-06feat: implement here command with file listing魏曹先生
- 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
2025-11-05Add sheet drop functionality and improve sheet listing魏曹先生
- 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
2025-11-04Add build script and update version display format魏曹先生
2025-11-04Add compile-time version and build information魏曹先生
- 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
2025-11-03feat: Add sheet management commands魏曹先生
- 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
2025-11-02Simplify export command syntax in help documentation魏曹先生
2025-11-02Format help documentation with consistent dash separators魏曹先生
2025-11-02Update help documentation structure and content魏曹先生
2025-10-30Simplify commands and improve jv error handling魏曹先生
- Add help command alias for jv - Improve parser error message formatting - Fix code formatting in jvv commands
2025-10-29Update localization files for new workspace management features魏曹先生
- 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
2025-10-27Update translation for error messages魏曹先生
2025-10-27Add output for jvv service listen command results魏曹先生
2025-10-24Update locales files魏曹先生
2025-10-24Add cli error handle.魏曹先生
2025-10-21Update locales files魏曹先生
2025-10-19Update localization files魏曹先生
Optimize the expression of some semantics to make it more precise
2025-10-18Removed unused locales files.魏曹先生
2025-10-18docs: update localization files魏曹先生
- Update English help documentation - Update Chinese help documentation - Improve command descriptions and error messages
2025-10-14feat: add internationalization support and new command-line tools魏曹先生
- 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