• R/O
  • HTTP
  • SSH
  • HTTPS

jm: Commit

翻訳ドキュメント管理用


Commit MetaInfo

Revisionf314da2a6e24373324705731d37442dede76db85 (tree)
Zeit2019-07-23 23:48:42
AutorSHIRAKATA Kentaro <argrath@ub32...>
CommiterSHIRAKATA Kentaro

Log Message

[JM:01537] util-linux cal.1

Ändern Zusammenfassung

Diff

--- a/manual/util-linux/draft/man1/cal.1
+++ b/manual/util-linux/draft/man1/cal.1
@@ -39,101 +39,361 @@
3939 .\" Updated Fri 16 Feb 2001 by Nakano Takeo
4040 .\" Updated & Modified Tue May 7 01:05:42 JST 2002
4141 .\" by Yuichi SATO <ysato@h4.dion.ne.jp>
42+.\" Updated & Modified Sat Jul 20 14:12:26 JST 2019
43+.\" by Yuichi SATO <ysato@ybb.ne.jp>
4244 .\"
43-.Dd June 6, 1993
44-.Dt CAL 1
45-.Os
46-.\"O .Sh NAME
47-.Sh 名前
48-.Nm cal
49-.\"O .Nd displays a calendar
50-.Nd カレンダーを表示する
51-.\"O .Sh SYNOPSIS
52-.Sh 書式
53-.Nm cal
54-.Op Fl smjy13
55-.Op [ Ar month ] Ar year
56-.\"O .Sh DESCRIPTION
57-.Sh 説明
58-.\"O .Nm Cal
59-.\"O displays a simple calendar.
60-.\"O If arguments are not specified,
61-.\"O the current month is displayed.
62-.\"O The options are as follows:
63-.Nm cal
45+.TH CAL 1 "January 2018" "util-linux" "User Commands"
46+.\"O .SH NAME
47+.SH 名前
48+.\"O cal \- display a calendar
49+cal \- カレンダーを表示する
50+.\"O .SH SYNOPSIS
51+.SH 書式
52+.B cal
53+[options]
54+.RI [[[ day ] " month" ] " year" ]
55+.br
56+.B cal
57+[options]
58+.RI [ "timestamp" | "monthname" ]
59+.\"O .SH DESCRIPTION
60+.SH 説明
61+.\"O .B cal
62+.\"O displays a simple calendar. If no arguments are specified, the current
63+.\"O month is displayed.
64+.B cal
6465 は簡単なカレンダーを表示する。
6566 引数を指定しないと、今月のカレンダーが表示される。
66-オプションは以下の通り。
67-.Bl -tag -width Ds
68-.It Fl 1
67+.sp
68+.\"O The \fImonth\fR may be specified as a number (1-12), as a month name or as an
69+.\"O abbreviated month name according to the current locales.
70+\fImonth\fR は数値 (1-12) で指定することも、
71+現在のロケールの月名または省略された月名でも指摘できる。
72+.sp
73+.\"O Two different calendar systems are used, Gregorian and Julian. These are
74+.\"O nearly identical systems with Gregorian making a small adjustment to the
75+.\"O frequency of leap years; this facilitates improved synchronization with solar
76+.\"O events like the equinoxes. The Gregorian calendar reform was introduced in
77+.\"O 1582, but its adoption continued up to 1923. By default
78+.\"O .B cal
79+.\"O uses the adoption date of 3 Sept 1752. From that date forward the Gregorian
80+.\"O calendar is displayed; previous dates use the Julian calendar system. 11 days
81+.\"O were removed at the time of adoption to bring the calendar in sync with solar
82+.\"O events. So Sept 1752 has a mix of Julian and Gregorian dates by which the 2nd
83+.\"O is followed by the 14th (the 3rd through the 13th are absent).
84+グレゴリオ歴とユリウス歴の 2 つの異なるカレンダー体系が使われる。
85+ほぼ同様な体系であるが、グレゴリオ歴の方が閏年の頻度を調整が
86+少なくなっている。
87+この機能は分点 (equinoxes) のような太陽のイベントとの同期を向上させている。
88+グレゴリオ歴への切り替えは 1582 年に始まったが、適用は 1923 年まで続いた。
89+デフォルトでは、
90+.B cal
91+は適用日として 1752 年 9 月 3 日を使う。
92+この日以降グレゴリオ歴体系で表示され、
93+この日より前はユリウス歴体系を使う。
94+グレゴリオ歴の適用に当たって太陽のイベントと同期させるために、
95+11 日間が削除された。
96+そのため、1752 年 9 月はユリウス歴とグレゴリオ歴が混ざっていて、
97+2 日の後が 14 日である (3 日から 13 日は存在しない)。
98+.sp
99+.\"O Optionally, either the proleptic Gregorian calendar or the Julian calendar may
100+.\"O be used exclusively.
101+オプションとして先発 (proleptic) グレゴリオ歴、またはユリウス歴の
102+いずれかを使うことができる。
103+.\"O .RB See\ \-\-reform\ below.
104+下記の
105+.B \-\-reform
106+を参照。
107+.\"O .SH OPTIONS
108+.SH オプション
109+.TP
110+\fB\-1\fR, \fB\-\-one\fR
69111 .\"O Display single month output.
70112 .\"O (This is the default.)
71-一つの月だけを出力する (これがデフォルトである)。
72-.It Fl 3
73-.\"O Display prev/current/next month output.
74-先月/今月/来月 形式で出力する。
75-.It Fl s
113+1 つの月だけを出力する (これがデフォルトである)。
114+.TP
115+\fB\-3\fR, \fB\-\-three\fR
116+.\"O Display three months spanning the date.
117+当日をまたぐ 3 ヶ月分を表示する。
118+.TP
119+\fB\-n , \-\-months\fR \fInumber\fR
120+.\"O Display \fInumber\fR of months, starting from the month containing the date.
121+当日を含む月から始まる \fInumber\fR ヶ月分を表示する。
122+.TP
123+\fB\-S, \fB\-\-span\fR
124+.\"O Display months spanning the date.
125+当日をまたぐ月分を表示する。
126+.TP
127+\fB\-s\fR, \fB\-\-sunday\fR
76128 .\"O Display Sunday as the first day of the week.
77-.\"O (This is the default.)
78-日曜日を週の最初の曜日にする (これがデフォルトである)。
79-.It Fl m
80-.\"O Display monday as the first day of the week.
129+日曜日を週の最初の曜日にする。
130+.TP
131+\fB\-m\fR, \fB\-\-monday\fR
132+.\"O Display Monday as the first day of the week.
81133 月曜日を週の最初の曜日にする。
82-.It Fl j
83-.\"O Display Julian dates (days one-based, numbered from January 1).
84-ユリウス日付 (1 月 1 日を第 1 日とする年間通算日) を表示する。
85-.It Fl y
86-.\"O Display a calendar for the current year.
87-今年のカレンダーを表示する。
88-.El
89-.Pp
90-.\"O A single parameter specifies the year (1 - 9999) to be displayed;
91-.\"O note the year must be fully specified:
92-引数をひとつ (1〜9999) 指定すると、その年のカレンダーが表示される。
134+.TP
135+.B \-\-iso
136+.\"O Display the proleptic Gregorian calendar exclusively.
137+先発グレゴリオ歴のみを表示する。
138+.\"O .RB See\ \-\-reform\ below.
139+下記の
140+.B \-\-reform
141+を参照。
142+.TP
143+\fB\-j\fR, \fB\-\-julian\fR
144+.\"O Use day-of-year numbering for all calendars. These are also called ordinal
145+.\"O days. Ordinal days range from 1 to 366. This option does not switch from the
146+.\"O Gregorian to the Julian calendar system, that is controlled by the
147+.\"O .BR \-\-reform\ option.
148+すべてのカレンダーで年内日付を使う。
149+これは通算日 (ordinal days) とも呼ばれる。
150+通算日は 1 から 366 の範囲である。
151+このオプションを使うと、
152+.B \-\-reform
153+オプションで制御される
154+グレゴリオ歴体系からユリウス歴体系への切り替えを行わない。
155+.sp
156+.\"O Sometimes Gregorian calendars using ordinal dates are referred to as Julian
157+.\"O calendars. This can be confusing due to the many date related conventions that
158+.\"O use Julian in their name: (ordinal) julian date, julian (calendar) date,
159+.\"O (astronomical) julian date, (modified) julian date, and more. This option is
160+.\"O named julian, because ordinal days are identified as julian by the POSIX
161+.\"O standard. However, be aware that
162+.\"O .B cal
163+.\"O also uses the Julian calendar system.
164+通算日を使ったグレゴリオ歴が、ユリウス歴と呼ばれることがある。
165+これは名前にユリウスを使う日付についての慣習で混乱を
166+起こすかもしれない。
167+(通算) ユリウス日付、ユリウス (歴) 日付、
168+(天文学的) ユリウス日付、(修正) ユリウス日付などがある。
169+POSIX 標準で通算日を julian と定義しているので、
170+このオプションは julian という名前にしている。
171+しかし、
172+.B cal
173+はユリウス歴体系も使うことを注意してほしい。
174+.\"O .RB See\ DESCRIPTION\ above.
175+上記の
176+.RB 「 説明 」
177+のセクションを参照。
178+.TP
179+.BI \-\-reform\ val
180+.\"O This option sets the adoption date of the Gregorian calendar reform. Calendar
181+.\"O dates previous to reform use the Julian calendar system. Calendar dates
182+.\"O after reform use the Gregorian calendar system. The argument
183+.\"O .I val
184+.\"O can be:
185+このオプションはグレゴリオ歴切り替えの適用日を設定する。
186+切り替え前はユリウス歴体系を使い、
187+切り替え後はグレゴリオ歴体系を使う。
188+引数
189+.I val
190+は以下のとおり。
191+.RS
192+.IP \(bu 2
193+.I 1752
194+.\"O - sets 3 September 1752 as the reform date (default).
195+.\"O This is when the Gregorian calendar reform was adopted by the British Empire.
196+- 1752 年 9 月 3 日を切り替え日とする (デフォルト)。
197+これは大英帝国でグレゴリオ歴の切り替えが適用された日である。
198+.IP \(bu 2
199+.I gregorian
200+.\"O - display Gregorian calendars exclusively. This special placeholder sets the
201+.\"O reform date below the smallest year that
202+.\"O .B cal
203+.\"O can use; meaning all calendar output uses the Gregorian calendar system. This
204+.\"O is called the proleptic Gregorian calendar, because dates prior to the calendar
205+.\"O system's creation use extrapolated values.
206+.\"O:sato
207+.\"O:sato 2 文目の訳に自信なし。
208+.\"O:sato
209+- グレゴリオ歴のみを表示する。
210+これは
211+.B cal
212+が使用できる最小の年を、切り替え日以前に設定する
213+特別な代替物である。
214+つまり、すべてのカレンダー出力はグレゴリオ歴体系を使う。
215+これは、カレンダー体系の開始日以前では外挿値 (extrapolated value) を使うので、
216+先発グレゴリオ歴と呼ばれる。
217+.IP \(bu 2
218+.I iso
219+.\"O - alias of
220+.\"O .IR gregorian .
221+.\"O The ISO 8601 standard for the representation of dates and times in information
222+.\"O interchange requires using the proleptic Gregorian calendar.
223+.RI -\ gregorian
224+の別名。
225+情報交換における日付と時刻の表記に関する ISO 8601 規格では、
226+先発グレゴリオ歴を使う必要がある。
227+.IP \(bu 2
228+.I julian
229+.\"O - display Julian calendars exclusively. This special placeholder sets the reform date above the largest year that
230+.\"O .B cal
231+.\"O can use; meaning all
232+.\"O calendar output uses the Julian calendar system.
233+- ユリウス歴のみを表示する。
234+これは
235+.B cal
236+が使用できる最大の年を、切り替え日以降に設定する
237+特別な代替物である。
238+つまり、すべてのカレンダー出力でユリウス歴体系を使う。
239+.PP
240+.\"O .RB See\ \%DESCRIPTION\ above.
241+上記の
242+.RB 「 説明 」
243+のセクションを参照。
244+.RE
245+.TP
246+\fB\-y\fR, \fB\-\-year\fR
247+.\"O Display a calendar for the whole year.
248+今年 1 年のカレンダーを表示する。
249+.TP
250+\fB\-Y, \fB\-\-twelve\fR
251+.\"O Display a calendar for the next twelve months.
252+次の 12 ヶ月のカレンダーを表示する。
253+.TP
254+\fB\-w\fR, \fB\-\-week\fR[=\fInumber\fR]
255+.\"O Display week numbers in the calendar (US or ISO-8601).
256+カレンダーに週番号を表示する (US または ISO-8601)。
257+.TP
258+\fB\-\-color\fR[=\fIwhen\fR]
259+.\"O Colorize the output. The optional argument \fIwhen\fP
260+.\"O can be \fBauto\fR, \fBnever\fR or \fBalways\fR. If the \fIwhen\fR argument is omitted,
261+.\"O it defaults to \fBauto\fR. The colors can be disabled; for the current built-in default
262+.\"O see the \fB\-\-help\fR output. See also the \fBCOLORS\fR section.
263+出力をカラー表示にする。
264+オプションの引数 \fIwhen\fP は、
265+\fBauto\fR, \fBnever\fR, \fBalways\fR のいずれかである。
266+\fIwhen\fR 引数が省略された場合、デフォルトは \fBauto\fR である。
267+カラー表示を無効化することもできる。
268+現在の組み込みのデフォルトは、 \fB\-\-help\fR の出力を参照すること。
269+「\fBカラー表示\fR」のセクションも参照すること。
270+.TP
271+\fB\-V\fR, \fB\-\-version\fR
272+.\"O Display version information and exit.
273+バージョン情報を表示して、終了する。
274+.TP
275+\fB\-h\fR, \fB\-\-help\fR
276+.\"O Display help text and exit.
277+ヘルプを表示して、終了する。
278+.\"O .SH PARAMETERS
279+.SH 引数
280+.TP
281+.\"O \fBSingle digits-only parameter (e.g. 'cal 2020')\fR
282+.\"O Specifies the \fIyear\fR to be displayed; note the year must be fully specified:
283+.\"O .B "cal 89"
284+.\"O will not display a calendar for 1989.
285+\fB1 つの数字のみの引数 (例 'cal 2020')\fR
286+表示したい \fI年\fR を指定する。
93287 年を表す数字は全桁指定する必要がある。
94-.Dq Li cal 89
95-.\"O will
96-.\"O .Em not
97-.\"O display a calendar for 1989.
98-と指定しても、1989 年のカレンダーは
99-.Em 表示されない。
100-.\"O Two parameters denote the month (1 - 12) and year.
101-.\"O If no parameters are specified, the current month's calendar is
102-.\"O displayed.
103-引数を二つ指定すると、月 (1〜12) と年として解釈される。
104-パラメータをひとつも指定しないと、今月のカレンダーが表示される。
105-.Pp
106-.\"O A year starts on Jan 1.
288+.B "cal 89"
289+と指定しても 1989 のカレンダーは表示されない。
290+.TP
291+.\"O \fBSingle string parameter (e.g. 'cal tomorrow' or 'cal August')\fR
292+.\"O Specifies \fItimestamp\fR or a \fImonth name\fR (or abbreviated name) according to the current
293+.\"O locales.
294+\fB1 つの文字列の引数 (例 'cal tomorrow' または 'cal August')\fR
295+現在のロケールに基づいて、\fIタイムスタンプ\fR または
296+\fI月名\fR (または月の省略名) を指定する。
297+.sp
298+.\"O The special placeholders are accepted when parsing timestamp, "now" may be used
299+.\"O to refer to the current time, "today", "yesterday", "tomorrow" refer to of the
300+.\"O current day, the day before or the next day, respectively.
301+タイムスタンプを解析する際に、特別な別名も指定することができる。
302+"now" は現在時刻を指定するのに使われる。
303+"today", "yesterday", "tomorrow" は、
304+それぞれ、当日、前日、明日を指定する。
305+.sp
306+.\"O The relative date specifications are also accepted, in this case "+" is
307+.\"O evaluated to the current time plus the specified time span. Correspondingly, a
308+.\"O time span that is prefixed with "-" is evaluated to the current time minus the
309+.\"O specified time span, for example '+2days'. Instead of prefixing the time span
310+.\"O with "+" or "-", it may also be suffixed with a space and the word "left" or
311+.\"O "ago" (for example '1 week ago').
312+相対日付指定もできる。
313+この場合、 "+" は現在時刻に指定した時間を足す。
314+同様に、"-" は現在時刻から指定した時間を引く。
315+例えば、 '+2days' のように指定できる。
316+時間の前に "+" または "-" を置く代わりに、
317+空白と "left" または "ago" を後ろに付けることもできる
318+(例 '1 week ago')。
319+.TP
320+.\"O \fBTwo parameters (e.g. 'cal 11 2020')\fR
321+\fB2 つの引数 (例 'cal 11 2020')\fR
322+.\"O Denote the \fImonth\fR (1 - 12) and \fIyear\fR.
323+\fI月\fR (1 - 12) と \fI年\fR を指定する。
324+.TP
325+.\"O \fBThree parameters (e.g. 'cal 25 11 2020')\fR
326+\fB3 つの引数 (例 'cal 25 11 2020')\fR
327+.\"O Denote the \fIday\fR (1-31), \fImonth and \fIyear\fR, and the day will be
328+.\"O highlighted if the calendar is displayed on a terminal. If no parameters are
329+.\"O specified, the current month's calendar is displayed.
330+
331+\fI日\fR (1-31)、\fI月\fR、\fI年\fR を指定する。
332+カレンダーを端末上で表示した場合、当日はハイライトされる。
333+引数を指定しない場合、当月のカレンダーが表示される。
334+.\"O .SH NOTES
335+.SH 注意
336+.\"O A year starts on January 1. The first day of the week is determined by the
337+.\"O locale or the
338+.\"O .BR \-\-sunday \ and \ \-\-monday \ options.
107339 年は 1 月 1 日から始まる。
108-.Pp
109-.\"O The Gregorian Reformation is assumed to have occurred in 1752 on the 3rd
110-.\"O of September.
111-.\"O By this time, most countries had recognized the reformation (although a
112-.\"O few did not recognize it until the early 1900's.)
113-.\"O Ten days following that date were eliminated by the reformation, so the
114-.\"O calendar for that month is a bit unusual.
115-グレゴリオ暦への切り替えは 1752 年の 9 月 3 日に行われたと仮定している。
116-この時までにほとんどの国が切り替えを承認した。
117-(ただし 1900 年初頭まで承認しなかった国も、僅かながらあった)。
118-この切り替えにより、この日から 10 日間が削除されたため、
119-この月のカレンダは少し変になっている。
120-.\"O .Sh HISTORY
121-.Sh 履歴
122-.\"O A
123-.\"O .Nm
124-.\"O command appeared in Version 6 AT&T UNIX.
125-.Nm
126-コマンドは
127-Version 6 AT&T UNIX
128-で登場した。
129-.\"O .Sh OTHER VERSIONS
130-.Sh 他のバージョン
131-.\"O Several much more elaborate versions of this program exist,
132-.\"O with support for colors, holidays, birthdays, reminders and
133-.\"O appointments, etc. For example, try the cal from
134-.\"O http://home.sprynet.com/~cbagwell/projects.html
135-.\"O or GNU gcal.
136-このプログラムを精巧に作り上げ、
137-カラー・休日・誕生日・メモ・予定などをサポートしたバージョンも存在する。
138-例えば、http://home.sprynet.com/~cbagwell/projects.html から入手できる
139-cal や GNU gcal を試してみよ。
340+週の初めの日は、ロケールまたは
341+.BR \-\-sunday \ と \ \-\-monday
342+オプションで決まる。
343+.PP
344+.\"O The week numbering depends on the choice of the first day of the week. If it
345+.\"O is Sunday then the customary North American numbering is used, where 1 January
346+.\"O is in week number 1. If it is Monday then the ISO 8601 standard week numbering
347+.\"O is used, where the first Thursday is in week number 1.
348+週の番号付けは、週の初めの日の選択に依存する。
349+日曜を週の初めの日として、慣例的な北アメリカの番号付けを使っている場合、
350+1 月 1 日が週番号 1 となる。
351+月曜を週の初めの日として、ISO 8601 規格の番号付けを使っている場合、
352+最初の木曜日が週番号 1 となる。
353+.\"O .SH COLORS
354+.SH カラー表示
355+.\"O Implicit coloring can be disabled as follows:
356+暗黙のカラー表示は、以下のようにして無効化できる。
357+.RS
358+
359+.br
360+.B touch /etc/terminal-colors.d/cal.disable
361+.br
362+
363+.RE
364+.\"O See
365+.\"O .BR terminal-colors.d (5)
366+.\"O for more details about colorization configuration.
367+カラー設定の詳細は
368+.BR terminal-colors.d (5)
369+を参照すること。
370+.\"O .SH BUGS
371+.SH バグ
372+.PP
373+.\"O The default
374+.\"O .B cal
375+.\"O output uses 3 September 1752 as the Gregorian calendar reform date. The
376+.\"O historical reform dates for the other locales, including its introduction in
377+.\"O October 1582, are not implemented.
378+デフォルトの
379+.B cal
380+出力は 1752 年 9 月 3 日をグレゴリオ歴切り替え日とする。
381+1582 年 10 月の切り替えの開始を含む、他のロケールでの歴史的な切り替え日は
382+実装されていない。
383+.PP
384+.\"O Alternative calendars, such as the Umm al-Qura, the Solar Hijri, the Ge'ez,
385+.\"O or the lunisolar Hindu, are not supported.
386+ウンム・アルクアラー歴、太陽ヒジュラ歴、ゲエズ歴、
387+太陰太陽ヒンドゥー歴といった
388+他のカレンダーはサポートされていない。
389+.\"O .SH HISTORY
390+.SH 履歴
391+.\"O A cal command appeared in Version 6 AT&T UNIX.
392+cal コマンドは Version 6 AT&T UNIX で登場した。
393+.\"O .SH AVAILABILITY
394+.SH 入手方法
395+.\"O The cal command is part of the util-linux package and is available from
396+.\"O https://www.kernel.org/pub/linux/utils/util-linux/.
397+cal コマンドは、util-linux パッケージの一部であり、
398+https://www.kernel.org/pub/linux/utils/util-linux/
399+から入手できる。
--- a/manual/util-linux/translation_list
+++ b/manual/util-linux/translation_list
@@ -1,4 +1,4 @@
1-☆:util-linux:2.12r=>2.34:0000/00/00:cal:1:2002/06/14::ysato@h4.dion.ne.jp:Yuichi SATO:
1+◆:util-linux:2.12r=>2.34:0000/00/00:cal:1:2019/07/20::ysato444@ybb.ne.jp:SATO Yuichi:
22 ☆:util-linux:2.12r=>2.34:0000/00/00:chfn:1:2001/03/01::mkuroda@mail.tsagrp.co.jp:Maki KURODA:
33 ×:util-linux:2.34:0000/00/00:choom:1:::::
44 ×:util-linux:2.34:0000/00/00:chrt:1:::::
Show on old repository browser