summaryrefslogtreecommitdiff
path: root/rola-cli/locales/errors/i18n_space_error.toml
blob: 48c5aa14e4ca6b64980029ba49035749cf0bd0f7 (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
[en]
space_not_found = "Space not found"
path_format = "Path format error: {info}"
require_empty_directory = "The specified directory is not empty"
config_file_already_exist = "Configuration file already exists"
io_error_name = "Space IO error"
io_not_found = "{info}"
io_permission_denied = "{info}"
io_already_exists = "{info}"
io_invalid_input = "{info}"
io_other = "{info}"

[zh_CN]
space_not_found = "未找到空间"
path_format = "路径格式错误: {info}"
require_empty_directory = "指定目录不为空"
config_file_already_exist = "配置文件已存在"
io_error_name = "空间 IO 错误"
io_not_found = "{info}"
io_permission_denied = "{info}"
io_already_exists = "{info}"
io_invalid_input = "{info}"
io_other = "{info}"