diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-26 13:15:26 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-26 13:15:26 +0100 |
commit | 5206249ea92fccf9e812a2d373cbd2f16c623059 (patch) | |
tree | 3c6e19debd6d37576308ab5f0297aafcbbce4cf9 /doc/po/ja.po | |
parent | 923ba67464960940a19b24a341e896a9338161fb (diff) |
Release 1.6~beta11.6_beta1
Diffstat (limited to 'doc/po/ja.po')
-rw-r--r-- | doc/po/ja.po | 61 |
1 files changed, 60 insertions, 1 deletions
diff --git a/doc/po/ja.po b/doc/po/ja.po index da5959344..3666e8677 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -4378,6 +4378,46 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name. Preferably, the " +#| "same can be achieved for specific &sources-list; entries by using the " +#| "<option>Valid-Until-Max</option> option there." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"<filename>Release</filename> ファイルを作成してから (<literal>Date</literal> " +"ヘッダ)、有効であるとみなせる最大時間 (秒数) です。Release ファイル自体に " +"<literal>Valid-Until</literal> ヘッダがある場合、その 2 つのうち、より早い日" +"付が有効期間として使用されます。デフォルト値は <literal>0</literal> で「無期" +"限」を表します。オプション名にアーカイブのラベルを付与することで、アーカイブ" +"固有の設定を作成できます。または、<option>Valid-Until-Max</option> オプション" +"を使用して特定の &sources-list; エントリで同じことを達成できます。" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -7738,6 +7778,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " |