summaryrefslogtreecommitdiff
path: root/rola-cli/locales/i18n_bucket_manager.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-bucket): add bucket bind managementHEADmaster魏曹先生2026-06-191-0/+16
| | | | | Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings.
* fix: reject nested bucket creation inside existing bucket spaces魏曹先生2026-06-181-0/+4
|
* feat(rola-cli): implement bucket creation and CLI entry point魏曹先生2026-06-181-0/+25
Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing.