summaryrefslogtreecommitdiff
path: root/resources/locales/jvn/cmds/storage/write/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/locales/jvn/cmds/storage/write/en.yml')
-rw-r--r--resources/locales/jvn/cmds/storage/write/en.yml11
1 files changed, 11 insertions, 0 deletions
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 <size>`
+ `--fixed <size>`
+ `--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!