From 7404a0e1b324ded78f6d579b4da2dcbafe5f72ca Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 27 Feb 2026 06:43:17 +0800 Subject: Add storage build and write commands --- resources/locales/jvn/cmds/storage/write/en.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/locales/jvn/cmds/storage/write/en.yml (limited to 'resources/locales/jvn/cmds/storage/write/en.yml') diff --git a/resources/locales/jvn/cmds/storage/write/en.yml b/resources/locales/jvn/cmds/storage/write/en.yml new file mode 100644 index 0000000..d1407c0 --- /dev/null +++ b/resources/locales/jvn/cmds/storage/write/en.yml @@ -0,0 +1,11 @@ +storage_write: + unknown_chunking_policy: | + Unknown chunking policy! + Please add one of the following tags as needed to specify the file's chunking policy: + `--cdc ` + `--fixed ` + `--line` + + hash_too_short: | + The hash value generated during computation is too short to locate the specific chunk storage directory. + This issue is caused by erroneous calculations in the core library! -- cgit