summaryrefslogtreecommitdiff
path: root/rola-cli/locales/i18n_bucket_manager.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-19 01:40:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-19 01:40:38 +0800
commit1e9c97c21f8a4e55420712b054895ff8b4f9a849 (patch)
treec6bd37889deb54c024f974f368a9a7d654cad822 /rola-cli/locales/i18n_bucket_manager.toml
parente078163c7cdbbf226c18d3e3afa7268a2878e18b (diff)
feat(rola-bucket): add bucket bind managementHEADmaster
Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings.
Diffstat (limited to 'rola-cli/locales/i18n_bucket_manager.toml')
-rw-r--r--rola-cli/locales/i18n_bucket_manager.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/rola-cli/locales/i18n_bucket_manager.toml b/rola-cli/locales/i18n_bucket_manager.toml
index 09fae75..0e4f3c1 100644
--- a/rola-cli/locales/i18n_bucket_manager.toml
+++ b/rola-cli/locales/i18n_bucket_manager.toml
@@ -13,6 +13,14 @@ 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"
+error_bind_index_not_provided = """
+[[b_red]]**Error:**[[/]] Bucket bind index not provided
+"""
+
+error_bind_index_not_found = """
+[[b_red]]**Error:**[[/]] Bucket bind index not found: %{index}
+"""
+
[zh_CN]
created = "桶已被创建于 \"%{path}\""
@@ -27,3 +35,11 @@ error_bucket_path_not_provided = """
error_bucket_path_not_directory = "路径 \"%{path}\" 不是一个目录!"
error_bucket_nested = "无法在已有的桶内创建嵌套的桶目录"
+
+error_bind_index_not_provided = """
+[[b_red]]**错误:**[[/]]未提供桶绑定
+"""
+
+error_bind_index_not_found = """
+[[b_red]]**错误:**[[/]]未找到桶绑定:%{index}
+"""