blob: 0e4f3c14b5a6d8e8ef2bf5bbc764b6c10b973812 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
[en]
created = "Bucket was created at \"%{path}\""
error_directory_not_empty = "The specified directory is not empty, cannot create bucket here"
error_bucket_path_not_provided = """
Please provide a bucket path!
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"
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}\""
error_directory_not_empty = "您指定的目录不为空,无法在此处创建桶"
error_bucket_path_not_provided = """
请提供桶路径!
例如:`rola bucket create <名称>`
"""
error_bucket_path_not_directory = "路径 \"%{path}\" 不是一个目录!"
error_bucket_nested = "无法在已有的桶内创建嵌套的桶目录"
error_bind_index_not_provided = """
[[b_red]]**错误:**[[/]]未提供桶绑定
"""
error_bind_index_not_found = """
[[b_red]]**错误:**[[/]]未找到桶绑定:%{index}
"""
|