Files
packie/locales/packie-cli/main.yml
T
2026-06-26 18:12:50 +08:00

47 lines
1.5 KiB
YAML

_version: 2
main.error:
en: "error: %{error}"
zh-CN: "错误:%{error}"
install.prompt_to_install:
en: "The following packages are to be installed:"
zh-CN: "将要安装如下的包:"
install.download_size:
en: "Download size: %{size}"
zh-CN: "下载体积:%{size}"
install.installed_size:
en: "Installed size: %{size}"
zh-CN: "安装体积:%{size}"
install.confirm_installation:
en: "Confirm to install?"
zh-CN: "确认安装?"
install.aborting:
en: "Aborting."
zh-CN: "中止。"
info.no_package_found:
en: "The specified package was not found."
zh-CN: "找不到指定的包。"
info.pkgspec_not_unique:
en: "The specified package spec was not unique."
zh-CN: "指定的包规范匹配了多个包。"
remove.package_not_found:
en: "The specified package was not found."
zh-CN: "找不到指定的包。"
remove.pkgspec_not_unique:
en: "The specified package spec was not unique."
zh-CN: "指定的包规范匹配了多个包。"
remove.action_failure:
en: "Failed to remove the specified package: %{error}"
zh-CN: "无法移除指定的包:%{error}"
remove.prompt_to_remove:
en: "The following packages are to be removed:"
zh-CN: "将要移除下面的包:"
remove.confirm_removal:
en: "Confirm to remove?"
zh-CN: "确认移除?"
remove.aborting:
en: "Aborting."
zh-CN: "中止。"
remove.action_hint:
en: "Removing package %{package} ..."
zh-CN: "正在移除包 %{package} ..."