annotate plugins/libcalendaring/localization/ja_JP.inc @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 <?php
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 * Localizations for the Kolab calendaring utilities plugin
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 * Copyright (C) 2014, Kolab Systems AG
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 $labels['until'] = 'まで';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 $labels['at'] = 'の';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 $labels['alarmemail'] = 'メール送信';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 $labels['alarmdisplay'] = 'メッセージ表示';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 $labels['alarmaudio'] = 'サウンド再生';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $labels['alarmdisplayoption'] = 'メッセージ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 $labels['alarmemailoption'] = 'Eメール';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 $labels['alarmaudiooption'] = '音声';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 $labels['alarmat'] = '$datetime に';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 $labels['trigger@'] = '日付に';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 $labels['trigger-M'] = '分前';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 $labels['trigger-H'] = '時間前';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 $labels['trigger-D'] = '分後';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 $labels['trigger+M'] = '分後';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 $labels['trigger+H'] = '時間後';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 $labels['trigger+D'] = '日後';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 $labels['addalarm'] = 'アラーム追加';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 $labels['removealarm'] = 'アラーム削除';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 $labels['alarmtitle'] = '今後のイベント';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 $labels['dismissall'] = '全て削除';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 $labels['dismiss'] = '削除';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 $labels['snooze'] = 'スノーズ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 $labels['repeatinmin'] = '$min 以内で繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 $labels['repeatinhr'] = '1時間で繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 $labels['repeatinhrs'] = '$hrs で繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 $labels['repeattomorrow'] = '明日繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 $labels['repeatinweek'] = '1週間で繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 $labels['showmore'] = 'さらに表示…';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 $labels['recurring'] = '繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 $labels['frequency'] = '繰返し';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 $labels['never'] = '繰返さない';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 $labels['daily'] = '毎日';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 $labels['weekly'] = '毎週';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 $labels['monthly'] = '毎月';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 $labels['yearly'] = '毎年';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 $labels['rdate'] = 'その日に';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 $labels['every'] = 'いつでも';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 $labels['days'] = '日(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 $labels['weeks'] = '週(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 $labels['months'] = '月(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 $labels['years'] = '年(s):';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 $labels['bydays'] = '上';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 $labels['untildate'] = 'その';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 $labels['each'] = 'いずれも';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 $labels['onevery'] = '各';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 $labels['onsamedate'] = 'いつか';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55 $labels['forever'] = 'ずっと';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 $labels['recurrencend'] = 'まで';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
57 $labels['untilenddate'] = '日まで';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
58 $labels['forntimes'] = '$nr まで(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
59 $labels['first'] = '第1週';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
60 $labels['second'] = '第2週';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
61 $labels['third'] = '第3週';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
62 $labels['fourth'] = '第4週';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
63 $labels['last'] = '最終週';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
64 $labels['dayofmonth'] = '日';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
65 $labels['addrdate'] = '繰返し日追加';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
66 $labels['except'] = '例外';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
67 $labels['statusorganizer'] = '編成者';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
68 $labels['statusaccepted'] = '承諾されました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
69 $labels['statustentative'] = '仮';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
70 $labels['statusdeclined'] = '辞退されました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
71 $labels['statusdelegated'] = '依頼されました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
72 $labels['statusneeds-action'] = 'やるべき事';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
73 $labels['statusunknown'] = '不明';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
74 $labels['statuscompleted'] = '完了';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
75 $labels['statusin-process'] = '進行中';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
76 $labels['itipinvitation'] = '招待する';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
77 $labels['itipupdate'] = '更新';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
78 $labels['itipcancellation'] = 'キャンセル';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
79 $labels['itipreply'] = '返信';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
80 $labels['itipaccepted'] = '承諾';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
81 $labels['itiptentative'] = 'たぶん';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
82 $labels['itipdeclined'] = '辞退';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
83 $labels['itipdelegated'] = '代理人';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
84 $labels['itipneeds-action'] = '延期';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
85 $labels['itipcomment'] = 'あなたの応答';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
86 $labels['itipeditresponse'] = '応答文の入力';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
87 $labels['itipsendercomment'] = '送信者のコメント:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
88 $labels['itipsuppressreply'] = '応答を送らない';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
89 $labels['itipobjectnotfound'] = 'このメッセージから参照されるオブジェクトはアカウントには見つかりません。';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
90 $labels['itipsubjectaccepted'] = '$name が "$title" を承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
91 $labels['itipsubjecttentative'] = '$name が "$title" を仮承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
92 $labels['itipsubjectdeclined'] = '$name が "$title" を辞退しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
93 $labels['itipsubjectin-process'] = '"$title" は $name によって進行中です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
94 $labels['itipsubjectcompleted'] = '"$title" は $name によって完了されました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
95 $labels['itipsubjectcancel'] = '"$title" へのあなたの参加はキャンセルされました。';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
96 $labels['itipsubjectdelegated'] = '"$title" は $name によって代理されました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
97 $labels['itipsubjectdelegatedto'] = '"$title" は $name によってあなたへ代理されました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
98 $labels['itipnewattendee'] = 'これは新しい参加者からの応答です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
99 $labels['updateattendeestatus'] = '参加者の状況更新';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
100 $labels['acceptinvitation'] = 'この招待を承諾しますか?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
101 $labels['acceptattendee'] = '参加者を承諾';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
102 $labels['declineattendee'] = '参加者を断る';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
103 $labels['declineattendeeconfirm'] = '断った参加者へのメッセージを入力(オプション):';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
104 $labels['rsvpmodeall'] = '全シリーズ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
105 $labels['rsvpmodecurrent'] = '出来事のみ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
106 $labels['rsvpmodefuture'] = 'この出来事と将来の出来事';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
107 $labels['itipsingleoccurrence'] = 'これは一連のイベント外の <em>単体の出来事</em> です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
108 $labels['itipfutureoccurrence'] = '一連のイベントの <em>この出来事と将来の出来事</em> を参照する';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
109 $labels['itipmessagesingleoccurrence'] = 'このメッセージはこの単体の出来事のみを参照します';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
110 $labels['itipmessagefutureoccurrence'] = 'このメッセージはこの出来事とすべての将来の出来事を参照します';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
111 $labels['youhaveaccepted'] = 'あなたはこの招待を承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
112 $labels['youhavetentative'] = 'あなたはこの招待を仮承諾しました。';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
113 $labels['youhavedeclined'] = 'あなたはこの招待を辞退しました。';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
114 $labels['youhavedelegated'] = 'あなたはこの招待を代行させました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
115 $labels['youhavein-process'] = 'あなたはこの割当を実行中です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
116 $labels['youhavecompleted'] = 'あなたはこの割当を完了しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
117 $labels['youhaveneeds-action'] = 'この招待へのあなたの応答はまだ保留中です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
118 $labels['youhavepreviouslyaccepted'] = 'あなたはこの招待を前もって承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
119 $labels['youhavepreviouslytentative'] = 'あなたはこの招待を前もって仮承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
120 $labels['youhavepreviouslydeclined'] = 'あなたはこの招待を前もって断りました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
121 $labels['youhavepreviouslydelegated'] = 'この招待を前もって代行させました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
122 $labels['youhavepreviouslyin-process'] = 'あなたは前もってこの割当を実行する事をレポートしました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
123 $labels['youhavepreviouslycompleted'] = 'あなたは前もってこの割当を完了しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
124 $labels['youhavepreviouslyneeds-action'] = 'この招待へのあなたの応答はまだ保留中です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
125 $labels['attendeeaccepted'] = '参加者は承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
126 $labels['attendeetentative'] = '参加者は仮承諾しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
127 $labels['attendeedeclined'] = '参加者は断りました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
128 $labels['attendeedelegated'] = '参加者は $delegatedto へ代行させました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
129 $labels['attendeein-process'] = '参加者は進行中です';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
130 $labels['attendeecompleted'] = '参加者は完了しました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
131 $labels['notanattendee'] = 'このイベントの出席者として一覧にありません';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
132 $labels['outdatedinvitation'] = 'この招待は新しいバージョンへ置き換えられました';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
133 $labels['importtocalendar'] = 'カレンダーに保存';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
134 $labels['removefromcalendar'] = 'カレンダーから削除';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
135 $labels['updatemycopy'] = '複製を更新';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
136 $labels['openpreview'] = 'プレビューを開く';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
137 $labels['deleteobjectconfirm'] = '本当にこのオブジェクトを削除しますか?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
138 $labels['declinedeleteconfirm'] = 'アカウントからこの断ったオブジェクトも削除しますか?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
139 $labels['delegateinvitation'] = '招待を代行させる';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
140 $labels['delegateto'] = '代行先';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
141 $labels['delegatersvpme'] = 'この出来事の更新に関する通知を続ける';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
142 $labels['delegateinvalidaddress'] = '代行させるのに有効なEメールアドレスを入力してください';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
143 $labels['savingdata'] = 'データを保存中…';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
144 $labels['expandattendeegroup'] = 'グループメンバーの代理人';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
145 $labels['expandattendeegroupnodata'] = 'このグループの代理ができません。メンバーが見つかりません。';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
146 $labels['expandattendeegrouperror'] = 'このグループの代理ができません。おそらくメンバーが多すぎます。';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
147 $labels['expandattendeegroupsizelimit'] = 'このグループは代理するにはメンバーが多すぎます。';