consoled.po 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><title>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:11
  15. msgid "Configuring the Linux Console"
  16. msgstr "配置 Linux 控制台"
  17. #. type: Content of: <sect1><indexterm><primary>
  18. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:14
  19. msgid "console"
  20. msgstr "console"
  21. #. type: Content of: <sect1><indexterm><secondary>
  22. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:15
  23. msgid "configuring"
  24. msgstr "配置"
  25. #. type: Content of: <sect1><para>
  26. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:18
  27. msgid ""
  28. "This section discusses how to configure the <command>systemd-vconsole-setup</"
  29. "command> system service, which configures the virtual console font and "
  30. "console keymap."
  31. msgstr ""
  32. "本节讨论如何配置 <command>systemd-vconsole-setup</command> 系统服务,它负责配"
  33. "置虚拟控制台字体和控制台键盘映射。"
  34. #. type: Content of: <sect1><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:22
  36. msgid ""
  37. "The <command>systemd-vconsole-setup</command> service reads the <filename>/"
  38. "etc/vconsole.conf</filename> file for configuration information. Decide "
  39. "which keymap and screen font will be used. Various language-specific HOWTOs "
  40. "can also help with this, see <ulink url=\"http://www.tldp.org/HOWTO/HOWTO-"
  41. "INDEX/other-lang.html\"/>. Examine the output of <command>localectl list-"
  42. "keymaps</command> for a list of valid console keymaps. Look in the <filename "
  43. "class=\"directory\">/usr/share/consolefonts</filename> directory for valid "
  44. "screen fonts."
  45. msgstr ""
  46. "<command>systemd-vconsole-setup</command> 服务从 <filename>/etc/vconsole."
  47. "conf</filename> 文件中读取配置信息。它根据配置确定使用的键映射和控制台字体。"
  48. "一些与特定语言相关的 HOWTO 文档可以帮助您进行配置,参阅 <ulink url=\"http://"
  49. "www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html\"/>。浏览 <command>localectl "
  50. "list-keymaps</command> 输出的可用控制台键映射列表。在 <filename class="
  51. "\"directory\">/usr/share/consolefonts</filename> 目录中寻找可用的控制台字体。"
  52. #. type: Content of: <sect1><para>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:32
  54. msgid ""
  55. "The <filename>/etc/vconsole.conf</filename> file should contain lines of the "
  56. "form: VARIABLE=\"value\". The following variables are recognized:"
  57. msgstr ""
  58. "<filename>/etc/vconsole.conf</filename> 文件的每一行都应该符合格式:变量名="
  59. "\"值\","
  60. #. type: Content of: <sect1><variablelist><varlistentry><term>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:38
  62. msgid "KEYMAP"
  63. msgstr "KEYMAP"
  64. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:40
  66. msgid ""
  67. "This variable specifies the key mapping table for the keyboard. If unset, it "
  68. "defaults to <literal>us</literal>."
  69. msgstr "该变量指定键盘的键映射表。如果没有设定,默认为 <literal>us</literal>。"
  70. #. type: Content of: <sect1><variablelist><varlistentry><term>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:46
  72. msgid "KEYMAP_TOGGLE"
  73. msgstr "KEYMAP_TOGGLE"
  74. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:48
  76. msgid ""
  77. "This variable can be used to configure a second toggle keymap and is unset "
  78. "by default."
  79. msgstr "该变量可以用于配置第二切换键盘映射,没有默认设定值。"
  80. #. type: Content of: <sect1><variablelist><varlistentry><term>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:54
  82. msgid "FONT"
  83. msgstr "FONT"
  84. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:56
  86. msgid "This variable specifies the font used by the virtual console."
  87. msgstr "该变量指定虚拟控制台使用的字体。"
  88. #. type: Content of: <sect1><variablelist><varlistentry><term>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:62
  90. msgid "FONT_MAP"
  91. msgstr "FONT_MAP"
  92. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:64
  94. msgid "This variable specifies the console map to be used."
  95. msgstr "该变量指定控制台字体映射。"
  96. #. type: Content of: <sect1><variablelist><varlistentry><term>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:69
  98. msgid "FONT_UNIMAP"
  99. msgstr "FONT_UNIMAP"
  100. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:71
  102. msgid "This variable specifies the Unicode font map."
  103. msgstr "该变量指定 Unicode 字体映射。"
  104. #. type: Content of: <sect1><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:77
  106. msgid "An example for a German keyboard and console is given below:"
  107. msgstr "下面的例子可以用于德文键盘和控制台:"
  108. #. This is what is used by jhalfs for creating the vconsole.conf file.
  109. #. Whenever you want to change the following, please inform the jhalfs
  110. #. maintainer(s).
  111. #. type: Content of: <sect1><screen>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:81
  113. #, no-wrap
  114. msgid ""
  115. "<userinput>cat &gt; /etc/vconsole.conf &lt;&lt; \"EOF\"\n"
  116. "<literal>KEYMAP=de-latin1\n"
  117. "FONT=Lat2-Terminus16</literal>\n"
  118. "EOF</userinput>"
  119. msgstr ""
  120. "<userinput>cat &gt; /etc/vconsole.conf &lt;&lt; \"EOF\"\n"
  121. "<literal>KEYMAP=de-latin1\n"
  122. "FONT=Lat2-Terminus16</literal>\n"
  123. "EOF</userinput>"
  124. #. type: Content of: <sect1><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:86
  126. msgid ""
  127. "You can change KEYMAP value at runtime by using the <command>localectl</"
  128. "command> utility:"
  129. msgstr ""
  130. "在系统运行时,可以使用 <command>localectl</command> 工具修改 KEYMAP 变量值:"
  131. #. type: Content of: <sect1><screen>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:89
  133. #, no-wrap
  134. msgid "<userinput>localectl set-keymap MAP</userinput>"
  135. msgstr "<userinput>localectl set-keymap MAP</userinput>"
  136. #. type: Content of: <sect1><note><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:91
  138. msgid ""
  139. "Please note that the <command>localectl</command> command can be used only "
  140. "on a system booted with systemd."
  141. msgstr "请注意 <command>localectl</command> 只能在 systemd 引导的系统上使用。"
  142. #. type: Content of: <sect1><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:94
  144. msgid ""
  145. "You can also use <command>localectl</command> utility with the corresponding "
  146. "parameters to change X11 keyboard layout, model, variant and options:"
  147. msgstr ""
  148. "也可以通过指定 <command>localectl</command> 工具的参数,修改 X11 键盘布局,模"
  149. "型,变体和选项设置:"
  150. #. type: Content of: <sect1><screen>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:98
  152. #, no-wrap
  153. msgid "<userinput>localectl set-x11-keymap LAYOUT [MODEL] [VARIANT] [OPTIONS]</userinput>"
  154. msgstr "<userinput>localectl set-x11-keymap 布局 [模型] [变体] [选项]</userinput>"
  155. #. type: Content of: <sect1><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:100
  157. msgid ""
  158. "To list possible values for <command>localectl set-x11-keymap</command> "
  159. "parameters, run <command>localectl</command> with parameters listed below:"
  160. msgstr ""
  161. "如果需要列出可用的 <command>localectl set-x11-keymap</command> 参数值,可以使"
  162. "用下列参数运行 <command>localectl</command> 命令:"
  163. #. type: Content of: <sect1><variablelist><varlistentry><term>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:107
  165. msgid "list-x11-keymap-models"
  166. msgstr "list-x11-keymap-models"
  167. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:109
  169. msgid "Shows known X11 keyboard mapping models."
  170. msgstr "列出已知的 X11 键盘映射模型。"
  171. #. type: Content of: <sect1><variablelist><varlistentry><term>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:114
  173. msgid "list-x11-keymap-layouts"
  174. msgstr "list-x11-keymap-layouts"
  175. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:116
  177. msgid "Shows known X11 keyboard mapping layouts."
  178. msgstr "列出已知的 X11 键盘映射布局。"
  179. #. type: Content of: <sect1><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:121
  181. msgid "list-x11-keymap-variants"
  182. msgstr "list-x11-keymap-variants"
  183. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:123
  185. msgid "Shows known X11 keyboard mapping variants."
  186. msgstr "列出已知的 X11 键盘映射变体。"
  187. #. type: Content of: <sect1><variablelist><varlistentry><term>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:128
  189. msgid "list-x11-keymap-options"
  190. msgstr "list-x11-keymap-options"
  191. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:130
  193. msgid "Shows known X11 keyboard mapping options."
  194. msgstr "列出已知的 X11 键盘映射选项。"
  195. #. type: Content of: <sect1><note><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:136
  197. msgid ""
  198. "Using any of the parameters listed above requires the XKeyboard-Config "
  199. "package from BLFS."
  200. msgstr "上面给出的参数都需要 BLFS 中的 XKeyboard-Config 软件包。"