clock.po 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter09/clock.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><title>
  16. msgid "Configuring the system clock"
  17. msgstr "配置系统时钟"
  18. #. type: Content of: <sect1><indexterm><primary>
  19. msgid "clock"
  20. msgstr "clock"
  21. #. type: Content of: <sect1><indexterm><secondary>
  22. msgid "configuring"
  23. msgstr "配置"
  24. #. type: Content of: <sect1><para>
  25. msgid ""
  26. "This section discusses how to configure the <command>systemd-timedated</"
  27. "command> system service, which configures the system clock and timezone."
  28. msgstr ""
  29. "本节讨论如何配置 <command>systemd-timedated</command> 系统服务,它的作用是配"
  30. "置系统时钟和时区。"
  31. #. type: Content of: <sect1><para>
  32. msgid ""
  33. "If you cannot remember whether or not the hardware clock is set to UTC, find "
  34. "out by running the <userinput>hwclock --localtime --show</userinput> "
  35. "command. This will display what the current time is according to the "
  36. "hardware clock. If this time matches whatever your watch says, then the "
  37. "hardware clock is set to local time. If the output from <command>hwclock</"
  38. "command> is not local time, chances are it is set to UTC time. Verify this "
  39. "by adding or subtracting the proper amount of hours for the timezone to the "
  40. "time shown by <command>hwclock</command>. For example, if you are currently "
  41. "in the MST timezone, which is also known as GMT -0700, add seven hours to "
  42. "the local time."
  43. msgstr ""
  44. "如果您不确定您的硬件时钟是否设置为 UTC,运行 <userinput>hwclock --localtime "
  45. "--show</userinput> 命令,它会显示硬件时钟给出的当前时间。如果这个时间和您的手"
  46. "表显示的一致,则说明硬件时钟被设定为本地时间。相反,如果 <command>hwclock</"
  47. "command> 输出的时间不是本地时间,则硬件时钟很可能被设定为 UTC 时间。根据您的"
  48. "时区,在 <command>hwclock</command> 显示的时间上加减对应的小时数,进行进一步"
  49. "的验证。例如,如果您现在处于莫斯科时区,即 GMT -0700,在本地时间上加 7 小时,"
  50. "再进行比较。"
  51. #. type: Content of: <sect1><para>
  52. msgid ""
  53. "<command>systemd-timedated</command> reads <filename>/etc/adjtime</"
  54. "filename>, and depending on the contents of the file, sets the clock to "
  55. "either UTC or local time."
  56. msgstr ""
  57. "<command>systemd-timedated</command> 读取 <filename>/etc/adjtime</filename>,"
  58. "并根据其内容将硬件时钟设定为 UTC 或本地时间。"
  59. #. type: Content of: <sect1><para>
  60. msgid ""
  61. "Create the <filename>/etc/adjtime</filename> file with the following "
  62. "contents if your hardware clock is set to local time:"
  63. msgstr ""
  64. "如果您的硬件时钟设置为本地时间,以下列内容创建 <filename>/etc/adjtime</"
  65. "filename> 文件:"
  66. #. type: Content of: <sect1><screen>
  67. #, no-wrap
  68. msgid ""
  69. "<userinput>cat &gt; /etc/adjtime &lt;&lt; \"EOF\"\n"
  70. "<literal>0.0 0 0.0\n"
  71. "0\n"
  72. "LOCAL</literal>\n"
  73. "EOF</userinput>"
  74. msgstr ""
  75. "<userinput>cat &gt; /etc/adjtime &lt;&lt; \"EOF\"\n"
  76. "<literal>0.0 0 0.0\n"
  77. "0\n"
  78. "LOCAL</literal>\n"
  79. "EOF</userinput>"
  80. #. type: Content of: <sect1><para>
  81. msgid ""
  82. "If <filename>/etc/adjtime</filename> isn't present at first boot, "
  83. "<command>systemd-timedated</command> will assume that hardware clock is set "
  84. "to UTC and adjust the file according to that."
  85. msgstr ""
  86. "如果 <filename>/etc/adjtime</filename> 在初次引导时不存在,<command>systemd-"
  87. "timedated</command> 会假设硬件时钟使用 UTC,并据此调整该文件。"
  88. #. type: Content of: <sect1><para>
  89. msgid ""
  90. "You can also use the <command>timedatectl</command> utility to tell "
  91. "<command>systemd-timedated</command> if your hardware clock is set to UTC or "
  92. "local time:"
  93. msgstr ""
  94. "您也可以使用 <command>timedatectl</command> 工具告诉 <command>systemd-"
  95. "timedated</command> 您的硬件时钟是 UTC 还是本地时间:"
  96. #. type: Content of: <sect1><screen>
  97. #, no-wrap
  98. msgid "<userinput>timedatectl set-local-rtc 1</userinput>"
  99. msgstr "<userinput>timedatectl set-local-rtc 1</userinput>"
  100. #. type: Content of: <sect1><para>
  101. msgid ""
  102. "<command>timedatectl</command> can also be used to change system time and "
  103. "time zone."
  104. msgstr "<command>timedatectl</command> 也能修改系统时间和时区。"
  105. #. type: Content of: <sect1><para>
  106. msgid "To change your current system time, issue:"
  107. msgstr "如果要修改系统时间,执行以下命令:"
  108. #. type: Content of: <sect1><screen>
  109. #, no-wrap
  110. msgid "<userinput>timedatectl set-time YYYY-MM-DD HH:MM:SS</userinput>"
  111. msgstr "<userinput>timedatectl set-time YYYY-MM-DD HH:MM:SS</userinput>"
  112. #. type: Content of: <sect1><para>
  113. msgid "The hardware clock will also be updated accordingly."
  114. msgstr "硬件时钟也会同时被更新。"
  115. #. type: Content of: <sect1><para>
  116. msgid "To change your current time zone, issue:"
  117. msgstr "要修改当前时区,执行以下命令:"
  118. #. type: Content of: <sect1><screen>
  119. #, no-wrap
  120. msgid "<userinput>timedatectl set-timezone TIMEZONE</userinput>"
  121. msgstr "<userinput>timedatectl set-timezone TIMEZONE</userinput>"
  122. #. type: Content of: <sect1><para>
  123. msgid "You can get a list of available time zones by running:"
  124. msgstr "您可以通过运行以下命令查看可用的时区列表:"
  125. #. type: Content of: <sect1><screen>
  126. #, no-wrap
  127. msgid "<userinput>timedatectl list-timezones</userinput>"
  128. msgstr "<userinput>timedatectl list-timezones</userinput>"
  129. #. type: Content of: <sect1><note><para>
  130. msgid ""
  131. "Please note that the <command>timedatectl</command> command can be used only "
  132. "on a system booted with systemd."
  133. msgstr "注意 <command>timedatectl</command> 命令只能用于 systemd 引导的系统。"
  134. #. type: Content of: <sect1><sect2><title>
  135. msgid "Network Time Synchronization"
  136. msgstr "网络时钟同步"
  137. #. type: Content of: <sect1><sect2><para>
  138. msgid ""
  139. "Starting with version 213, systemd ships a daemon called <command>systemd-"
  140. "timesyncd</command> which can be used to synchronize the system time with "
  141. "remote NTP servers."
  142. msgstr ""
  143. "从版本 213 开始,systemd 附带了一个名为 <command>systemd-timesyncd</command> "
  144. "的守护程序,可以用于将系统时间与远程 NTP 服务器同步。"
  145. #. type: Content of: <sect1><sect2><para>
  146. msgid ""
  147. "The daemon is not intended as a replacement for the well established NTP "
  148. "daemon, but as a client only implementation of the SNTP protocol which can "
  149. "be used for less advanced tasks and on resource limited systems."
  150. msgstr ""
  151. "该守护程序没有被设计为替代现有成熟的 NTP 守护程序,而是一个仅仅实现了 SNTP 协"
  152. "议的客户端,可以用于一些不太复杂的任务,或是资源紧张的系统。"
  153. #. type: Content of: <sect1><sect2><para>
  154. msgid ""
  155. "Starting with systemd version 216, the <command>systemd-timesyncd</command> "
  156. "daemon is enabled by default. If you want to disable it, issue the following "
  157. "command:"
  158. msgstr ""
  159. "从 systemd 版本 216 开始,<command>systemd-timesyncd</command> 守护进程被默认"
  160. "启用。如果希望禁用它,执行以下命令:"
  161. #. type: Content of: <sect1><sect2><screen>
  162. #, no-wrap
  163. msgid "<userinput>systemctl disable systemd-timesyncd</userinput>"
  164. msgstr "<userinput>systemctl disable systemd-timesyncd</userinput>"
  165. #. type: Content of: <sect1><sect2><para>
  166. msgid ""
  167. "The <filename>/etc/systemd/timesyncd.conf</filename> file can be used to "
  168. "change the NTP servers that <command>systemd-timesyncd</command> "
  169. "synchronizes with."
  170. msgstr ""
  171. "可以在 <filename>/etc/systemd/timesyncd.conf</filename> 中修改 "
  172. "<command>systemd-timesyncd</command> 使用的服务器。"
  173. #. type: Content of: <sect1><sect2><para>
  174. msgid ""
  175. "Please note that when system clock is set to Local Time, <command>systemd-"
  176. "timesyncd</command> won't update hardware clock."
  177. msgstr ""
  178. "注意,当系统时钟设定为本地时间时,<command>systemd-timesyncd</command> 不会更"
  179. "新硬件时钟。"