Files
packie/locales/libpackie/main.yml
T
2026-06-24 18:44:12 +08:00

44 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
_version: 2
common.CopyError:
en: 'failed to copy from "%{src}" to "%{dst}": %{error}'
zh-CN: '无法将 "%{src}" 复制到 "%{dst}"%{error}'
install.InstallError.Database:
en: "local database error: %{error}"
zh-CN: "本地数据库错误:%{error}"
install.InstallError.NotFound:
en: "item not found: %{item}"
zh-CN: "找不到项目:%{item}"
install.InstallError.DependencyRing:
en: "dependency ring detected"
zh-CN: "检测到依赖环"
remove.RemoveError.NotUniquePkgSpec:
en: "not unique package spec"
zh-CN: "指定的包范围匹配到了多个包"
remove.RemoveError.Database:
en: "local database error: %{error}"
zh-CN: "本地数据库错误:%{error}"
remove.RemoveError.NotFound:
en: "package not found"
zh-CN: "找不到包"
remove.RemoveError.RemoveFiles:
en: "failed to remove package files: %{error}"
zh-CN: "无法删除包文件:%{error}"
install.InstallError.AlreadyInstalled:
en: "package already installed"
zh-CN: "此包已经安装"
repo.RepoError.Database:
en: "repository database error: %{error}"
zh-CN: "软件仓库数据库错误:%{error}"
repo.RepoError.NoSuchRepo:
en: "no such repository"
zh-CN: "找不到仓库"
repo.RepoError.NoSuchPackage:
en: "no such package"
zh-CN: "找不到包"
repo.RepoError.AllTriesFailed:
en: "all tries failed"
zh-CN: "所有尝试均失败"
repo.download.DownloadError.Checksum:
en: "checksum failed"
zh-CN: "文件完整性检查失败"