summaryrefslogtreecommitdiff
path: root/rola-cli/locales/i18n_bucket_manager.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 05:07:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 05:07:20 +0800
commit669898193bebeadc975881bee496fe0239df76a0 (patch)
tree7e5067d9fe2444fd81f401bb25ec945e6f0642ec /rola-cli/locales/i18n_bucket_manager.toml
parent961ee2eb342259398916dfe7458098f7c9297c11 (diff)
fix: reject nested bucket creation inside existing bucket spaces
Diffstat (limited to 'rola-cli/locales/i18n_bucket_manager.toml')
-rw-r--r--rola-cli/locales/i18n_bucket_manager.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rola-cli/locales/i18n_bucket_manager.toml b/rola-cli/locales/i18n_bucket_manager.toml
index d7f0ffe..09fae75 100644
--- a/rola-cli/locales/i18n_bucket_manager.toml
+++ b/rola-cli/locales/i18n_bucket_manager.toml
@@ -11,6 +11,8 @@ Example: `rola bucket create <name>`
error_bucket_path_not_directory = "The path \"%{path}\" is not a directory!"
+error_bucket_nested = "Cannot create a nested Bucket directory inside an existing Bucket space"
+
[zh_CN]
created = "桶已被创建于 \"%{path}\""
@@ -23,3 +25,5 @@ error_bucket_path_not_provided = """
"""
error_bucket_path_not_directory = "路径 \"%{path}\" 不是一个目录!"
+
+error_bucket_nested = "无法在已有的桶内创建嵌套的桶目录"