Files
packie/locales/libpackie/main.yml
T
sisungo e6fa0df9a5 Initial commit
Signed-off-by: sisungo <[email protected]>
2026-06-10 00:33:24 +08:00

23 lines
802 B
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}'
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: '此包已经安装'