summaryrefslogtreecommitdiff
path: root/rola-cli/locales/i18n_bucket_manager.toml
diff options
context:
space:
mode:
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 = "无法在已有的桶内创建嵌套的桶目录"