consoled.po 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:11
  20. msgid "Configuring the Linux Console"
  21. msgstr ""
  22. #. type: Content of: <sect1><indexterm><primary>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:14
  24. msgid "console"
  25. msgstr ""
  26. #. type: Content of: <sect1><indexterm><secondary>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:15
  28. msgid "configuring"
  29. msgstr ""
  30. #. type: Content of: <sect1><para>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:18
  32. msgid ""
  33. "This section discusses how to configure the "
  34. "<command>systemd-vconsole-setup</command> system service, which configures "
  35. "the virtual console font and console keymap."
  36. msgstr ""
  37. #. type: Content of: <sect1><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:22
  39. msgid ""
  40. "The <command>systemd-vconsole-setup</command> service reads the "
  41. "<filename>/etc/vconsole.conf</filename> file for configuration "
  42. "information. Decide which keymap and screen font will be used. Various "
  43. "language-specific HOWTOs can also help with this, see <ulink "
  44. "url=\"http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html\"/>. Examine "
  45. "the output of <command>localectl list-keymaps</command> for a list of valid "
  46. "console keymaps. Look in the <filename "
  47. "class=\"directory\">/usr/share/consolefonts</filename> directory for valid "
  48. "screen fonts."
  49. msgstr ""
  50. #. type: Content of: <sect1><para>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:32
  52. msgid ""
  53. "The <filename>/etc/vconsole.conf</filename> file should contain lines of the "
  54. "form: VARIABLE=\"value\". The following variables are recognized:"
  55. msgstr ""
  56. #. type: Content of: <sect1><variablelist><varlistentry><term>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:38
  58. msgid "KEYMAP"
  59. msgstr ""
  60. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:40
  62. msgid ""
  63. "This variable specifies the key mapping table for the keyboard. If unset, it "
  64. "defaults to <literal>us</literal>."
  65. msgstr ""
  66. #. type: Content of: <sect1><variablelist><varlistentry><term>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:46
  68. msgid "KEYMAP_TOGGLE"
  69. msgstr ""
  70. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:48
  72. msgid ""
  73. "This variable can be used to configure a second toggle keymap and is unset "
  74. "by default."
  75. msgstr ""
  76. #. type: Content of: <sect1><variablelist><varlistentry><term>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:54
  78. msgid "FONT"
  79. msgstr ""
  80. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:56
  82. msgid "This variable specifies the font used by the virtual console."
  83. msgstr ""
  84. #. type: Content of: <sect1><variablelist><varlistentry><term>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:62
  86. msgid "FONT_MAP"
  87. msgstr ""
  88. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:64
  90. msgid "This variable specifies the console map to be used."
  91. msgstr ""
  92. #. type: Content of: <sect1><variablelist><varlistentry><term>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:69
  94. msgid "FONT_UNIMAP"
  95. msgstr ""
  96. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:71
  98. msgid "This variable specifies the Unicode font map."
  99. msgstr ""
  100. #. type: Content of: <sect1><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:77
  102. msgid "An example for a German keyboard and console is given below:"
  103. msgstr ""
  104. #. This is what is used by jhalfs for creating the vconsole.conf file.
  105. #. Whenever you want to change the following, please inform the jhalfs
  106. #. maintainer(s).
  107. #. type: Content of: <sect1><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:81
  109. #, no-wrap
  110. msgid ""
  111. "<userinput>cat &gt; /etc/vconsole.conf &lt;&lt; \"EOF\"\n"
  112. "<literal>KEYMAP=de-latin1\n"
  113. "FONT=Lat2-Terminus16</literal>\n"
  114. "EOF</userinput>"
  115. msgstr ""
  116. #. type: Content of: <sect1><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:86
  118. msgid ""
  119. "You can change KEYMAP value at runtime by using the "
  120. "<command>localectl</command> utility:"
  121. msgstr ""
  122. #. type: Content of: <sect1><screen>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:89
  124. #, no-wrap
  125. msgid "<userinput>localectl set-keymap MAP</userinput>"
  126. msgstr ""
  127. #. type: Content of: <sect1><note><para>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:91
  129. msgid ""
  130. "Please note that the <command>localectl</command> command can be used only "
  131. "on a system booted with systemd."
  132. msgstr ""
  133. #. type: Content of: <sect1><para>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:94
  135. msgid ""
  136. "You can also use <command>localectl</command> utility with the corresponding "
  137. "parameters to change X11 keyboard layout, model, variant and options:"
  138. msgstr ""
  139. #. type: Content of: <sect1><screen>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:98
  141. #, no-wrap
  142. msgid ""
  143. "<userinput>localectl set-x11-keymap LAYOUT [MODEL] [VARIANT] "
  144. "[OPTIONS]</userinput>"
  145. msgstr ""
  146. #. type: Content of: <sect1><para>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:100
  148. msgid ""
  149. "To list possible values for <command>localectl set-x11-keymap</command> "
  150. "parameters, run <command>localectl</command> with parameters listed below:"
  151. msgstr ""
  152. #. type: Content of: <sect1><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:107
  154. msgid "list-x11-keymap-models"
  155. msgstr ""
  156. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:109
  158. msgid "Shows known X11 keyboard mapping models."
  159. msgstr ""
  160. #. type: Content of: <sect1><variablelist><varlistentry><term>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:114
  162. msgid "list-x11-keymap-layouts"
  163. msgstr ""
  164. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:116
  166. msgid "Shows known X11 keyboard mapping layouts."
  167. msgstr ""
  168. #. type: Content of: <sect1><variablelist><varlistentry><term>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:121
  170. msgid "list-x11-keymap-variants"
  171. msgstr ""
  172. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:123
  174. msgid "Shows known X11 keyboard mapping variants."
  175. msgstr ""
  176. #. type: Content of: <sect1><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:128
  178. msgid "list-x11-keymap-options"
  179. msgstr ""
  180. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:130
  182. msgid "Shows known X11 keyboard mapping options."
  183. msgstr ""
  184. #. type: Content of: <sect1><note><para>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:136
  186. msgid ""
  187. "Using any of the parameters listed above requires the XKeyboard-Config "
  188. "package from BLFS."
  189. msgstr ""