~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to po/ja.po

  • Committer: Sergio Schvezov
  • Date: 2014-01-18 23:29:11 UTC
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: sergio.schvezov@canonical.com-20140118232911-p3jdkkomszdl2l70
Adding cmake 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Japanese translation for ubuntu-calendar-app
2
 
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3
 
# This file is distributed under the same license as the ubuntu-calendar-app package.
4
 
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
5
 
#
6
 
msgid ""
7
 
msgstr ""
8
 
"Project-Id-Version: ubuntu-calendar-app\n"
9
 
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2015-02-18 19:09+0000\n"
11
 
"PO-Revision-Date: 2014-09-25 03:14+0000\n"
12
 
"Last-Translator: Mitsuya Shibata <mty.shibata@gmail.com>\n"
13
 
"Language-Team: Japanese <ja@li.org>\n"
14
 
"MIME-Version: 1.0\n"
15
 
"Content-Type: text/plain; charset=UTF-8\n"
16
 
"Content-Transfer-Encoding: 8bit\n"
17
 
"Plural-Forms: nplurals=1; plural=0;\n"
18
 
"X-Launchpad-Export-Date: 2015-02-19 05:36+0000\n"
19
 
"X-Generator: Launchpad (build 17341)\n"
20
 
 
21
 
#: ../AgendaView.qml:51 ../DayView.qml:40 ../MonthView.qml:37
22
 
#: ../WeekView.qml:42 ../YearView.qml:36
23
 
msgid "Today"
24
 
msgstr "今日"
25
 
 
26
 
#: ../AgendaView.qml:91
27
 
msgid "No upcoming events"
28
 
msgstr "近日中のイベントはありません"
29
 
 
30
 
#: ../AgendaView.qml:94
31
 
msgid "You have no calendars enabled"
32
 
msgstr ""
33
 
 
34
 
#: ../AgendaView.qml:104
35
 
msgid "Enable calendars"
36
 
msgstr ""
37
 
 
38
 
#. TRANSLATORS: the first argument (%1) refers to a start time for an event,
39
 
#. while the second one (%2) refers to the end time
40
 
#: ../AgendaView.qml:166 ../EventBubble.qml:131
41
 
#, qt-format
42
 
msgid "%1 - %2"
43
 
msgstr "%1 - %2"
44
 
 
45
 
#. TRANSLATORS: the first parameter refers to the number of all-day events
46
 
#. on a given day. "Ev." is short form for "Events".
47
 
#. Please keep the translation of "Ev." to 3 characters only, as the week view
48
 
#. where it's shown has limited space
49
 
#: ../AllDayEventComponent.qml:122
50
 
#, qt-format
51
 
msgid "%1 ev."
52
 
msgstr ""
53
 
 
54
 
#. TRANSLATORS: the argument refers to the number of all day events
55
 
#: ../AllDayEventComponent.qml:126
56
 
#, qt-format
57
 
msgid "%1 all day event"
58
 
msgid_plural "%1 all day events"
59
 
msgstr[0] ""
60
 
msgstr[1] ""
61
 
 
62
 
#: ../CalendarChoicePopup.qml:33 ../EventActions.qml:41
63
 
msgid "Calendars"
64
 
msgstr "カレンダー"
65
 
 
66
 
#: ../CalendarChoicePopup.qml:37
67
 
msgid "Back"
68
 
msgstr "戻る"
69
 
 
70
 
#. TRANSLATORS: Please translate this string  to 15 characters only.
71
 
#. Currently ,there is no way we can increase width of action menu currently.
72
 
#: ../CalendarChoicePopup.qml:51
73
 
msgid "Sync"
74
 
msgstr "同期"
75
 
 
76
 
#: ../CalendarChoicePopup.qml:51
77
 
msgid "Syncing"
78
 
msgstr "同期中"
79
 
 
80
 
#: ../CalendarChoicePopup.qml:70
81
 
msgid "Add new Calendar"
82
 
msgstr ""
83
 
 
84
 
#: ../ColorPickerDialog.qml:24
85
 
msgid "Select Color"
86
 
msgstr "色の選択"
87
 
 
88
 
#: ../ColorPickerDialog.qml:53 ../DeleteConfirmationDialog.qml:60
89
 
#: ../EditEventConfirmationDialog.qml:53
90
 
msgid "Cancel"
91
 
msgstr "キャンセル"
92
 
 
93
 
#: ../ContactChoicePopup.qml:37
94
 
msgid "No contact"
95
 
msgstr "連絡先がありません"
96
 
 
97
 
#: ../ContactChoicePopup.qml:83
98
 
msgid "Search contact"
99
 
msgstr "連絡先を検索"
100
 
 
101
 
#. TRANSLATORS: this is a time formatting string,
102
 
#. see http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details for valid expressions.
103
 
#. It's used in the header of the month and week views
104
 
#: ../DayView.qml:58 ../MonthView.qml:56 ../WeekView.qml:60
105
 
msgid "MMMM yyyy"
106
 
msgstr ""
107
 
 
108
 
#: ../DeleteConfirmationDialog.qml:31
109
 
msgid "Delete Recurring Event"
110
 
msgstr "繰り返し指定した予定の削除"
111
 
 
112
 
#: ../DeleteConfirmationDialog.qml:32
113
 
msgid "Delete Event"
114
 
msgstr "イベントを削除"
115
 
 
116
 
#. TRANSLATORS: argument (%1) refers to an event name.
117
 
#: ../DeleteConfirmationDialog.qml:36
118
 
#, qt-format
119
 
msgid "Delete only this event \"%1\", or all events in the series?"
120
 
msgstr ""
121
 
 
122
 
#: ../DeleteConfirmationDialog.qml:37
123
 
#, qt-format
124
 
msgid "Are you sure you want to delete the event \"%1\"?"
125
 
msgstr ""
126
 
 
127
 
#: ../DeleteConfirmationDialog.qml:40
128
 
msgid "Delete series"
129
 
msgstr "一連の予定を削除"
130
 
 
131
 
#: ../DeleteConfirmationDialog.qml:51
132
 
msgid "Delete this"
133
 
msgstr "このイベントを削除"
134
 
 
135
 
#: ../DeleteConfirmationDialog.qml:51 ../EventDetails.qml:183
136
 
msgid "Delete"
137
 
msgstr "削除"
138
 
 
139
 
#: ../EditEventConfirmationDialog.qml:29 ../NewEvent.qml:283
140
 
msgid "Edit Event"
141
 
msgstr "イベントを編集"
142
 
 
143
 
#. TRANSLATORS: argument (%1) refers to an event name.
144
 
#: ../EditEventConfirmationDialog.qml:32
145
 
#, qt-format
146
 
msgid "Edit only this event \"%1\", or all events in the series?"
147
 
msgstr ""
148
 
 
149
 
#: ../EditEventConfirmationDialog.qml:35
150
 
msgid "Edit series"
151
 
msgstr "一連の予定を編集"
152
 
 
153
 
#: ../EditEventConfirmationDialog.qml:44
154
 
msgid "Edit this"
155
 
msgstr "このイベントを編集"
156
 
 
157
 
#: ../EventActions.qml:32 ../NewEvent.qml:283
158
 
msgid "New Event"
159
 
msgstr "新しいイベント"
160
 
 
161
 
#. TRANSLATORS: the first argument (%1) refers to a time for an event,
162
 
#. while the second one (%2) refers to title of event
163
 
#: ../EventBubble.qml:142 ../EventBubble.qml:147
164
 
#, qt-format
165
 
msgid "%1 <b>%2</b>"
166
 
msgstr ""
167
 
 
168
 
#: ../EventDetails.qml:42 ../NewEvent.qml:393
169
 
msgid "Event Details"
170
 
msgstr "イベントの詳細"
171
 
 
172
 
#. TRANSLATORS: the first parameter refers to the name of event calendar.
173
 
#: ../EventDetails.qml:66
174
 
#, qt-format
175
 
msgid "%1 Calendar"
176
 
msgstr ""
177
 
 
178
 
#: ../EventDetails.qml:118
179
 
#, qt-format
180
 
msgid "%1 - %2 (All Day)"
181
 
msgstr ""
182
 
 
183
 
#: ../EventDetails.qml:122
184
 
#, qt-format
185
 
msgid "%1 (All Day)"
186
 
msgstr ""
187
 
 
188
 
#: ../EventDetails.qml:196
189
 
msgid "Edit"
190
 
msgstr "編集"
191
 
 
192
 
#: ../EventDetails.qml:347 ../NewEvent.qml:479
193
 
msgid "Guests"
194
 
msgstr "ゲスト"
195
 
 
196
 
#: ../EventDetails.qml:390 ../EventReminder.qml:35 ../NewEvent.qml:578
197
 
msgid "Reminder"
198
 
msgstr ""
199
 
 
200
 
#. TRANSLATORS: this refers to how often a recurrent event repeats
201
 
#. and it is shown as the header of the page to choose repetition
202
 
#. and as the header of the list item that shows the repetition
203
 
#. summary in the page that displays the event details
204
 
#: ../EventRepetition.qml:41 ../EventRepetition.qml:132
205
 
msgid "Repeat"
206
 
msgstr ""
207
 
 
208
 
#: ../EventRepetition.qml:151
209
 
msgid "Repeats On:"
210
 
msgstr "繰り返し:"
211
 
 
212
 
#: ../EventRepetition.qml:196
213
 
msgid "Recurring event ends"
214
 
msgstr "繰り返しの終了"
215
 
 
216
 
#. TRANSLATORS: this refers to how often a recurrent event repeats
217
 
#. and it is shown as the header of the option selector to choose
218
 
#. its repetition
219
 
#: ../EventRepetition.qml:219 ../NewEvent.qml:560
220
 
msgid "Repeats"
221
 
msgstr ""
222
 
 
223
 
#: ../EventRepetition.qml:244
224
 
msgid "Date"
225
 
msgstr "日付"
226
 
 
227
 
#. TRANSLATORS: the argument refers to multiple recurrence of event with count .
228
 
#. E.g. "Daily; 5 times."
229
 
#: ../EventUtils.qml:75
230
 
#, qt-format
231
 
msgid "%1; %2 time"
232
 
msgid_plural "%1; %2 times"
233
 
msgstr[0] ""
234
 
msgstr[1] ""
235
 
 
236
 
#. TRANSLATORS: the argument refers to recurrence until user selected date.
237
 
#. E.g. "Daily; until 12/12/2014."
238
 
#: ../EventUtils.qml:79
239
 
#, qt-format
240
 
msgid "%1; until %2"
241
 
msgstr ""
242
 
 
243
 
#. TRANSLATORS: the argument refers to several different days of the week.
244
 
#. E.g. "Weekly on Mondays, Tuesdays"
245
 
#: ../EventUtils.qml:102
246
 
#, qt-format
247
 
msgid "Weekly on %1"
248
 
msgstr ""
249
 
 
250
 
#: ../LimitLabelModel.qml:25
251
 
msgid "Never"
252
 
msgstr "しない"
253
 
 
254
 
#: ../LimitLabelModel.qml:26
255
 
msgid "After X Occurrence"
256
 
msgstr "X回後"
257
 
 
258
 
#: ../LimitLabelModel.qml:27
259
 
msgid "After Date"
260
 
msgstr "指定した日数経過後"
261
 
 
262
 
#: ../NewEvent.qml:59
263
 
msgid "Save"
264
 
msgstr "保存"
265
 
 
266
 
#: ../NewEvent.qml:165
267
 
msgid "End time can't be before start time"
268
 
msgstr "終了時刻を開始時刻より前にできません"
269
 
 
270
 
#: ../NewEvent.qml:293
271
 
msgid "Error"
272
 
msgstr "エラー"
273
 
 
274
 
#: ../NewEvent.qml:295
275
 
msgid "OK"
276
 
msgstr "OK"
277
 
 
278
 
#: ../NewEvent.qml:347
279
 
msgid "From"
280
 
msgstr "開始"
281
 
 
282
 
#: ../NewEvent.qml:360
283
 
msgid "To"
284
 
msgstr "終了"
285
 
 
286
 
#: ../NewEvent.qml:377
287
 
msgid "All day event"
288
 
msgstr ""
289
 
 
290
 
#: ../NewEvent.qml:406
291
 
msgid "Event Name"
292
 
msgstr "イベント名"
293
 
 
294
 
#: ../NewEvent.qml:419
295
 
msgid "Description"
296
 
msgstr "概要"
297
 
 
298
 
#: ../NewEvent.qml:432
299
 
msgid "Location"
300
 
msgstr "場所"
301
 
 
302
 
#: ../NewEvent.qml:441 com.ubuntu.calendar_calendar.desktop.in.in.h:1
303
 
msgid "Calendar"
304
 
msgstr "カレンダー"
305
 
 
306
 
#: ../NewEvent.qml:483
307
 
msgid "Add Guest"
308
 
msgstr "ゲストを追加"
309
 
 
310
 
#: ../RecurrenceLabelDefines.qml:23
311
 
msgid "Once"
312
 
msgstr "一度だけ"
313
 
 
314
 
#: ../RecurrenceLabelDefines.qml:24
315
 
msgid "Daily"
316
 
msgstr "毎日"
317
 
 
318
 
#: ../RecurrenceLabelDefines.qml:25
319
 
msgid "On Weekdays"
320
 
msgstr ""
321
 
 
322
 
#. TRANSLATORS: The arguments refer to days of the week. E.g. "On Monday, Tuesday, Thursday"
323
 
#: ../RecurrenceLabelDefines.qml:27
324
 
#, qt-format
325
 
msgid "On %1, %2 ,%3"
326
 
msgstr ""
327
 
 
328
 
#. TRANSLATORS: The arguments refer to days of the week. E.g. "On Monday and Thursday"
329
 
#: ../RecurrenceLabelDefines.qml:29
330
 
#, qt-format
331
 
msgid "On %1 and %2"
332
 
msgstr ""
333
 
 
334
 
#: ../RecurrenceLabelDefines.qml:30
335
 
msgid "Weekly"
336
 
msgstr "毎週"
337
 
 
338
 
#: ../RecurrenceLabelDefines.qml:31
339
 
msgid "Monthly"
340
 
msgstr "毎月"
341
 
 
342
 
#: ../RecurrenceLabelDefines.qml:32
343
 
msgid "Yearly"
344
 
msgstr "毎年"
345
 
 
346
 
#: ../RemindersModel.qml:26
347
 
msgid "No Reminder"
348
 
msgstr "通知なし"
349
 
 
350
 
#. TRANSLATORS: this refers to when a reminder should be shown as a notification
351
 
#. in the indicators. "On Event" means that it will be shown right at the time
352
 
#. the event starts, not any time before
353
 
#: ../RemindersModel.qml:30
354
 
msgid "On Event"
355
 
msgstr ""
356
 
 
357
 
#: ../RemindersModel.qml:31
358
 
msgid "5 minutes"
359
 
msgstr "5分"
360
 
 
361
 
#: ../RemindersModel.qml:32
362
 
msgid "15 minutes"
363
 
msgstr "15分"
364
 
 
365
 
#: ../RemindersModel.qml:33
366
 
msgid "30 minutes"
367
 
msgstr "30分"
368
 
 
369
 
#: ../RemindersModel.qml:34
370
 
msgid "1 hour"
371
 
msgstr "1時間"
372
 
 
373
 
#: ../RemindersModel.qml:35
374
 
msgid "2 hours"
375
 
msgstr "2時間"
376
 
 
377
 
#: ../RemindersModel.qml:36
378
 
msgid "1 day"
379
 
msgstr "1日"
380
 
 
381
 
#: ../RemindersModel.qml:37
382
 
msgid "2 days"
383
 
msgstr "2日"
384
 
 
385
 
#: ../RemindersModel.qml:38
386
 
msgid "1 week"
387
 
msgstr "1週間"
388
 
 
389
 
#: ../RemindersModel.qml:39
390
 
msgid "2 weeks"
391
 
msgstr "2週間"
392
 
 
393
 
#: ../TimeLineHeader.qml:47
394
 
msgid "W"
395
 
msgstr ""
396
 
 
397
 
#: ../TimeLineHeader.qml:59
398
 
msgid "All Day"
399
 
msgstr ""
400
 
 
401
 
#: ../YearView.qml:53
402
 
#, qt-format
403
 
msgid "Year %1"
404
 
msgstr ""
405
 
 
406
 
#: ../calendar.qml:44
407
 
msgid ""
408
 
"Calendar app accept four arguments: --starttime, --endtime, --newevent and --"
409
 
"eventid. They will be managed by system. See the source for a full comment "
410
 
"about them"
411
 
msgstr ""
412
 
"カレンダーアプリは--starttime、--endtime、--newevent、--"
413
 
"eventidの4つの引数を指定できます。これはシステムによって管理されています。詳しいことはソースコードのコメントを参照してください。"
414
 
 
415
 
#: ../calendar.qml:322
416
 
msgid "Year"
417
 
msgstr "年"
418
 
 
419
 
#: ../calendar.qml:356
420
 
msgid "Month"
421
 
msgstr "月"
422
 
 
423
 
#: ../calendar.qml:384
424
 
msgid "Week"
425
 
msgstr "週"
426
 
 
427
 
#: ../calendar.qml:417
428
 
msgid "Day"
429
 
msgstr "日"
430
 
 
431
 
#: ../calendar.qml:449
432
 
msgid "Agenda"
433
 
msgstr "予定表"
434
 
 
435
 
#: com.ubuntu.calendar_calendar.desktop.in.in.h:2
436
 
msgid "A calendar for Ubuntu which syncs with online accounts."
437
 
msgstr "オンラインアカウントと同期するUbuntu用のカレンダー。"
438
 
 
439
 
#: com.ubuntu.calendar_calendar.desktop.in.in.h:3
440
 
msgid "calendar;event;day;week;year;appointment;meeting;"
441
 
msgstr ""
442
 
"calendar;event;day;week;year;appointment;meeting;カレンダー;イベント;予定表;日;週;年;約束;ミーティ"
443
 
"ング;"