diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/zh_CN/boot-installer.po | 13 | ||||
-rw-r--r-- | po/zh_CN/preseed.po | 50 | ||||
-rw-r--r-- | po/zh_CN/using-d-i.po | 11 |
3 files changed, 24 insertions, 50 deletions
diff --git a/po/zh_CN/boot-installer.po b/po/zh_CN/boot-installer.po index 720174af1..03990bfe5 100644 --- a/po/zh_CN/boot-installer.po +++ b/po/zh_CN/boot-installer.po @@ -11,15 +11,15 @@ msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2021-12-26 23:02+0000\n" -"PO-Revision-Date: 2021-12-15 07:53+0000\n" -"Last-Translator: 吕文彬 <wenbin816@gmail.com>\n" +"PO-Revision-Date: 2022-02-10 12:57+0000\n" +"Last-Translator: Wenbin Lv <wenbin816@gmail.com>\n" "Language-Team: <debian-l10n-chinese@lists.debian.org>\n" "Language: zh_CN\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-dev\n" +"X-Generator: Weblate 4.11-dev\n" #. Tag: title #: boot-installer.xml:4 @@ -2294,6 +2294,10 @@ msgid "" "dialogs contain check boxes, which can be ticked on and off by pressing " "&spacekey;." msgstr "" +"使用 <userinput>newt</userinput> 前端时(通常和盲文同时使用),可以使用方向键选择答案,然后按 &enterkey; " +"确认选择。按下 &tabkey; 或 &shiftkey; - &tabkey; " +"可以在对话框的元素之间进行切换,更关键的是,还可以选择<userinput>返回</userinput>按钮,可以返回到之前的问题。有些对话框包含复选框," +"可以使用 &spacekey; 勾选或取消勾选。" #. Tag: para #: boot-installer.xml:2035 @@ -2307,6 +2311,9 @@ msgid "" "selection of choices has to be made (e.g. during task selection), one can " "type <userinput>!</userinput> to express an empty selection." msgstr "" +"使用 <userinput>text</userinput> 前端时(通常和语音合成同时使用),可以输入数字并按下 &enterkey; 来选择答案。" +"不输入任何内容直接按 &enterkey; 可以选择默认值。输入 <userinput><</userinput> 并按下 &enterkey; " +"可以返回到之前的问题。当需要选择一组项目作为答案时(例如在选择任务时),可以输入 <userinput>!</userinput> 表示不选择任何项目。" #. Tag: title #: boot-installer.xml:2049 diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 7c767cb55..461f63ecc 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2022-01-16 23:02+0000\n" -"PO-Revision-Date: 2021-12-15 18:22+0000\n" -"Last-Translator: 吕文彬 <wenbin816@gmail.com>\n" +"PO-Revision-Date: 2022-02-10 12:57+0000\n" +"Last-Translator: Wenbin Lv <wenbin816@gmail.com>\n" "Language-Team: <debian-l10n-chinese@lists.debian.org>\n" "Language: zh_CN\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-dev\n" +"X-Generator: Weblate 4.11-dev\n" #. Tag: title #: preseed.xml:16 @@ -2542,44 +2542,7 @@ msgstr "" #. Tag: screen #: preseed.xml:1074 -#, fuzzy, no-c-format -#| msgid "" -#| "# Choose, if you want to scan additional installation media\n" -#| "# (default: false).\n" -#| "d-i apt-setup/cdrom/set-first boolean false\n" -#| "# You can choose to install non-free and contrib software.\n" -#| "#d-i apt-setup/non-free boolean true\n" -#| "#d-i apt-setup/contrib boolean true\n" -#| "# Uncomment this if you don't want to use a network mirror.\n" -#| "#d-i apt-setup/use_mirror boolean false\n" -#| "# Select which update services to use; define the mirrors to be used.\n" -#| "# Values shown below are the normal defaults.\n" -#| "#d-i apt-setup/services-select multiselect security, updates\n" -#| "#d-i apt-setup/security_host string security.debian.org\n" -#| "\n" -#| "# Additional repositories, local[0-9] available\n" -#| "#d-i apt-setup/local0/repository string \\\n" -#| "# http://local.server/debian stable main\n" -#| "#d-i apt-setup/local0/comment string local server\n" -#| "# Enable deb-src lines\n" -#| "#d-i apt-setup/local0/source boolean true\n" -#| "# URL to the public key of the local repository; you must provide a key " -#| "or\n" -#| "# apt will complain about the unauthenticated repository and so the\n" -#| "# sources.list line will be left commented out.\n" -#| "#d-i apt-setup/local0/key string http://local.server/key\n" -#| "# If the provided key file ends in \".asc\" the key file needs to be an\n" -#| "# ASCII-armoured PGP key, if it ends in \".gpg\" it needs to use the\n" -#| "# \"GPG key public keyring\" format, the \"keybox database\" format is\n" -#| "# currently not supported.\n" -#| "\n" -#| "# By default the installer requires that repositories be authenticated\n" -#| "# using a known gpg key. This setting can be used to disable that\n" -#| "# authentication. Warning: Insecure, not recommended.\n" -#| "#d-i debian-installer/allow_unauthenticated boolean true\n" -#| "\n" -#| "# Uncomment this to add multiarch configuration for i386\n" -#| "#d-i apt-setup/multiarch string i386" +#, no-c-format msgid "" "# Choose, if you want to scan additional installation media\n" "# (default: false).\n" @@ -2628,6 +2591,11 @@ msgstr "" "# You can choose to install non-free and contrib software.\n" "#d-i apt-setup/non-free boolean true\n" "#d-i apt-setup/contrib boolean true\n" +"# Uncomment the following line, if you don't want to have the sources.list\n" +"# entry for a DVD/BD installation image active in the installed system\n" +"# (entries for netinst or CD images will be disabled anyway, regardless of\n" +"# this setting).\n" +"#d-i apt-setup/disable-cdrom-entries boolean true\n" "# Uncomment this if you don't want to use a network mirror.\n" "#d-i apt-setup/use_mirror boolean false\n" "# Select which update services to use; define the mirrors to be used.\n" diff --git a/po/zh_CN/using-d-i.po b/po/zh_CN/using-d-i.po index 8a0354414..01ad5cad0 100644 --- a/po/zh_CN/using-d-i.po +++ b/po/zh_CN/using-d-i.po @@ -10,15 +10,15 @@ msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2021-11-26 23:02+0000\n" -"PO-Revision-Date: 2021-12-15 07:53+0000\n" -"Last-Translator: 吕文彬 <wenbin816@gmail.com>\n" +"PO-Revision-Date: 2022-02-10 12:57+0000\n" +"Last-Translator: Wenbin Lv <wenbin816@gmail.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n" "Language: zh_CN\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-dev\n" +"X-Generator: Weblate 4.11-dev\n" #. Tag: title #: using-d-i.xml:5 @@ -3485,9 +3485,8 @@ msgid "" "you are installing the stable distribution, a mirror for the <quote>stable-" "updates</quote> service." msgstr "" -"如果您在默认优先级下进行安装,安装程序会自动处理大部分配置,它是根据您使用的" -"安装方法以及在安装开始时所做的选择。如果您安装的是稳定版,大多数情况下安装程" -"序程序会自动加上安全镜像,它是 <quote>stable-updates</quote> 更新服务的镜像。" +"如果您在默认优先级下进行安装,安装程序会自动处理大部分配置,它是根据您使用的安装方法以及在安装开始时所做的选择。大多数情况下安装程序会自动加上安全镜像,而" +"且如果您安装的是稳定版,还会加上 <quote>stable-updates</quote> 服务的镜像。" #. Tag: para #: using-d-i.xml:2339 |