# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Home Manager contributors # This file is distributed under the same license as the Home Manager package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Home Manager\n" "Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n" "POT-Creation-Date: 2022-03-26 15:08+0100\n" "PO-Revision-Date: 2021-12-28 12:41+0000\n" "Last-Translator: WhiredPlanck \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_Hans\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.10.1\n" #: home-manager/home-manager:60 msgid "No configuration file found at %s" msgstr "未在 %s 找到配置文件" #: home-manager/home-manager:79 msgid "No configuration file found. Please create one at %s" msgstr "未找到配置文件。请在 %s 处创建一份" #: home-manager/home-manager:122 msgid "Can't inspect options of a flake configuration" msgstr "无法检查 flake 配置中的选项" #: home-manager/home-manager:162 msgid "Can't instantiate a flake configuration" msgstr "无法创建 flake 配置实例" #: home-manager/home-manager:237 msgid "" "There is %d unread and relevant news item.\n" "Read it by running the command \"%s news\"." msgid_plural "" "There are %d unread and relevant news items.\n" "Read them by running the command \"%s news\"." msgstr[0] "" "有 %d 条未读的相关新闻或消息。\n" "可运行 “%s news” 命令进行阅读。" #: home-manager/home-manager:251 msgid "Unknown \"news.display\" setting \"%s\"." msgstr "未知的 “news.display” 设置项 “%s”。" #: home-manager/home-manager:258 #, sh-format msgid "Please set the $EDITOR environment variable" msgstr "请设定 $EDITOR 环境变量" #: home-manager/home-manager:273 msgid "Cannot run build in read-only directory" msgstr "无法在只读目录中运行构建" #: home-manager/home-manager:355 msgid "No generation with ID %s" msgstr "没有 ID 为 %s 的世代" #: home-manager/home-manager:357 msgid "Cannot remove the current generation %s" msgstr "无法移除当前世代 %s" #: home-manager/home-manager:359 msgid "Removing generation %s" msgstr "正在移除世代 %s" #: home-manager/home-manager:385 msgid "No generations to expire" msgstr "没有即将过期的世代" #: home-manager/home-manager:396 msgid "No home-manager packages seem to be installed." msgstr "似乎没有安装 home-manager 软件包。" #: home-manager/home-manager:453 msgid "Unknown argument %s" msgstr "未知参数 %s" #: home-manager/home-manager:469 msgid "This will remove Home Manager from your system." msgstr "这将会从系统中移除 Home Manager。" #: home-manager/home-manager:472 msgid "This is a dry run, nothing will actually be uninstalled." msgstr "这是试运行结果,没有实际卸载任何软件包。" #: home-manager/home-manager:476 msgid "Really uninstall Home Manager?" msgstr "确定要卸载 Home Manager 吗?" #: home-manager/home-manager:481 msgid "Switching to empty Home Manager configuration..." msgstr "正在切换至空的 Home Manager 配置 ..." #: home-manager/home-manager:493 msgid "Yay!" msgstr "好耶!" #: home-manager/home-manager:500 msgid "Remove all Home Manager generations?" msgstr "要移除所有 Home Manager 配置世代吗?" #: home-manager/home-manager:507 msgid "All generations are now eligible for garbage collection." msgstr "所有世代现在均符合垃圾回收的条件。" #: home-manager/home-manager:510 msgid "Leaving generations but they may still be garbage collected." msgstr "保留世代,但它们仍然可能被垃圾回收。" #: home-manager/home-manager:514 msgid "Home Manager is uninstalled but your home.nix is left untouched." msgstr "Home Manager 已卸载,但未改动您的 home.nix 配置文件。" #: home-manager/home-manager:673 msgid "%s: unknown option '%s'" msgstr "%s:未知选项 ‘%s’" #: home-manager/home-manager:674 msgid "Run '%s --help' for usage help" msgstr "运行 ‘%s --help’ 获取用法帮助" #: home-manager/home-manager:708 msgid "expire-generations expects one argument, got %d." msgstr "expire-generations 须要一个参数,但获取到了 %d 个。" #: home-manager/home-manager:730 msgid "Unknown command: %s" msgstr "未知命令:%s" #: home-manager/install.nix:22 msgid "Creating initial Home Manager configuration..." msgstr "正在创建初始 Home Manager 配置 ..." #: home-manager/install.nix:66 msgid "Creating initial Home Manager generation..." msgstr "正在创建初始 Home Manager 世代 ..." #. translators: The "%s" specifier will be replaced by a file path. #: home-manager/install.nix:71 msgid "" "All done! The home-manager tool should now be installed and you can edit\n" "\n" " %s\n" "\n" "to configure Home Manager. Run 'man home-configuration.nix' to\n" "see all available options." msgstr "" "全部工作完成了!home-manager 工具现应已安装,您可以编辑\n" "\n" " %s\n" "\n" "来配置 Home Manager。运行 ‘man home-configuration.nix’\n" "来查看所有可用选项。" #. translators: The "%s" specifier will be replaced by a URL. #: home-manager/install.nix:76 msgid "" "Uh oh, the installation failed! Please create an issue at\n" "\n" " %s\n" "\n" "if the error seems to be the fault of Home Manager." msgstr "" "啊哦,安装失败了!如果感觉是 Home Manager 造成的错误,请在下方\n" "\n" " %s\n" "\n" "处创建 Issue 告知我们。" #: home-manager/install.nix:83 msgid "This derivation is not buildable, please run it using nix-shell." msgstr "此配置文件/变体不可构建,请在 nix-shell 中运行它。"