clock.po 8.1 KB

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