From 669898193bebeadc975881bee496fe0239df76a0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 05:07:20 +0800 Subject: fix: reject nested bucket creation inside existing bucket spaces --- rola-cli/locales/i18n_bucket_manager.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rola-cli/locales') 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 ` 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 = "无法在已有的桶内创建嵌套的桶目录" -- cgit