Files
packie/locales/packie-cli/main.yml
T
2026-07-09 01:54:25 +08:00

74 lines
2.2 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: "指定的包规范匹配了多个包。"
info.print_pkgmanifest.name:
en: "Package name"
zh-CN: "包名"
info.print_pkgmanifest.version:
en: "Package version"
zh-CN: "版本"
info.print_pkgmanifest.arch:
en: "Package architecture"
zh-CN: "架构"
info.print_pkgmanifest.dependencies:
en: "Dependencies"
zh-CN: "依赖"
info.print_pkgmanifest.recommendations:
en: "Recommendations"
zh-CN: "建议安装"
info.print_pkgmanifest.description:
en: "Description"
zh-CN: "描述"
info.print_install_misc.install_pkgspec:
en: "Install package spec"
zh-CN: "安装请求"
info.print_install_misc.installed_size:
en: "Installed size"
zh-CN: "安装后大小"
info.print_install_misc.install_date:
en: "Install date"
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} ..."