You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.js 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "カレンダー",
  5. "To-dos" : "To-dos",
  6. "Personal" : "個人",
  7. "{actor} created calendar {calendar}" : "{actor}はカレンダー {calendar} を作成しました",
  8. "You created calendar {calendar}" : "カレンダー {calendar} を作成しました",
  9. "{actor} deleted calendar {calendar}" : "{actor}はカレンダー {calendar} を削除しました",
  10. "You deleted calendar {calendar}" : "カレンダー {calendar} を削除しました",
  11. "{actor} updated calendar {calendar}" : "{actor}はカレンダー {calendar} を更新しました",
  12. "You updated calendar {calendar}" : "カレンダー {calendar} を更新しました",
  13. "{actor} restored calendar {calendar}" : "{actor} がカレンダー {calendar}を復元しました",
  14. "You restored calendar {calendar}" : "カレンダー {calendar}を復元しました",
  15. "You shared calendar {calendar} as public link" : "カレンダー{calendar}を公開リンクとして共有しました",
  16. "You removed public link for calendar {calendar}" : "カレンダー{calendar}の公開リンクを削除しました",
  17. "{actor} shared calendar {calendar} with you" : "{actor} が カレンダー{calendar} を あなたと共有しました",
  18. "You shared calendar {calendar} with {user}" : " カレンダー{calendar} を {user} と共有しました",
  19. "{actor} shared calendar {calendar} with {user}" : "{actor} が カレンダー{calendar} を {user} と共有しました",
  20. "{actor} unshared calendar {calendar} from you" : "{actor} が あなたからカレンダー{calendar} を共有解除しました",
  21. "You unshared calendar {calendar} from {user}" : "{user}からカレンダー{calendar} を共有解除しました",
  22. "{actor} unshared calendar {calendar} from {user}" : "{actor} が {user} からカレンダー{calendar} を共有解除しました",
  23. "{actor} unshared calendar {calendar} from themselves" : "{actor}がカレンダー{calendar} を共有解除しました",
  24. "You shared calendar {calendar} with group {group}" : " カレンダー{calendar} を グループ{group} と共有しました",
  25. "{actor} shared calendar {calendar} with group {group}" : " {actor}がカレンダー{calendar} を グループ{group} と共有しました",
  26. "You unshared calendar {calendar} from group {group}" : "グループ{group}からカレンダー{calendar}の共有を解除しました",
  27. "{actor} unshared calendar {calendar} from group {group}" : "{actor}がグループ{group}からカレンダー{calendar}の共有を解除しました",
  28. "Untitled event" : "無題のイベント",
  29. "{actor} created event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を作成しました",
  30. "You created event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を作成しました",
  31. "{actor} deleted event {event} from calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を削除しました",
  32. "You deleted event {event} from calendar {calendar}" : "カレンダー {calendar} のイベント{event}を削除しました",
  33. "{actor} updated event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を更新しました",
  34. "You updated event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を更新しました",
  35. "{actor} restored event {event} of calendar {calendar}" : "{actor}はカレンダー {calendar}のイベント {event}を復元しました",
  36. "You restored event {event} of calendar {calendar}" : "カレンダー {calendar} のイベント {event}を復元しました",
  37. "Busy" : "ビジー",
  38. "Calendar, contacts and tasks" : "カレンダー、連絡帳とタスク",
  39. "A <strong>calendar</strong> was modified" : "<strong>カレンダー</strong>が変更されたとき",
  40. "A calendar <strong>event</strong> was modified" : "カレンダーの<strong>イベント</strong>が変更されたとき",
  41. "Contact birthdays" : "誕生日",
  42. "Death of %s" : "%sの命日",
  43. "Calendar:" : "カレンダー:",
  44. "Date:" : "日付:",
  45. "Where:" : "場所:",
  46. "Description:" : "説明:",
  47. "_%n year_::_%n years_" : ["%n年"],
  48. "_%n month_::_%n months_" : ["%nヶ月"],
  49. "_%n day_::_%n days_" : ["%n日"],
  50. "_%n hour_::_%n hours_" : ["%n時間"],
  51. "_%n minute_::_%n minutes_" : ["%n秒"],
  52. "%s (in %s)" : "%s(%s後)",
  53. "%s (%s ago)" : "%s(%s前)",
  54. "Calendar: %s" : "カレンダー:%s",
  55. "Date: %s" : "日付:%s",
  56. "Description: %s" : "説明:%s",
  57. "Where: %s" : "場所:%s",
  58. "%1$s via %2$s" : "%1$s に %2$s から",
  59. "Cancelled: %1$s" : "キャンセル: %1$s",
  60. "Re: %1$s" : "更新: %1$s",
  61. "Invitation: %1$s" : "招待: %1$s",
  62. "Organizer:" : "主催者:",
  63. "Attendees:" : "参加者:",
  64. "Title:" : "タイトル:",
  65. "Time:" : "時刻:",
  66. "Location:" : "場所:",
  67. "Link:" : "リンク:",
  68. "Accept" : "承諾",
  69. "Decline" : "拒否",
  70. "More options …" : "他のオプション …",
  71. "More options at %s" : "%s のその他のオプション",
  72. "Contacts" : "連絡先",
  73. "{actor} created address book {addressbook}" : "{actor}がアドレス帳 {addressbook}を作成しました",
  74. "You created address book {addressbook}" : "アドレス帳 {addressbook}を作成しました",
  75. "{actor} deleted address book {addressbook}" : "{actor}がアドレス帳 {addressbook}を削除しました",
  76. "You deleted address book {addressbook}" : "アドレス帳 {addressbook}を削除しました",
  77. "{actor} updated address book {addressbook}" : "{actor}がアドレス帳 {addressbook}を更新しました",
  78. "You updated address book {addressbook}" : "アドレス帳 {addressbook}を更新しました",
  79. "{actor} shared address book {addressbook} with you" : "{actor}がアドレス帳 {addressbook}をあなたに共有しました",
  80. "You shared address book {addressbook} with {user}" : "アドレス帳 {addressbook}を{user}に共有しました",
  81. "{actor} shared address book {addressbook} with {user}" : "{actor}がアドレス帳 {addressbook}を{user}に共有しました",
  82. "{actor} unshared address book {addressbook} from you" : "{actor}があなたからのアドレス帳 {addressbook}の共有を解除しました",
  83. "You unshared address book {addressbook} from {user}" : "{user}からのアドレス帳 {addressbook}の共有を解除しました",
  84. "{actor} unshared address book {addressbook} from {user}" : "{actor}が{user}へのアドレス帳 {addressbook}の共有を解除しました",
  85. "{actor} unshared address book {addressbook} from themselves" : "{actor}が彼らへのアドレス帳 {addressbook}の共有を解除しました",
  86. "You shared address book {addressbook} with group {group}" : "アドレス帳 {addressbook}をグループ {group}へ共有しました",
  87. "{actor} shared address book {addressbook} with group {group}" : "{actor}がアドレス帳 {addressbook}をグループ {group}へ共有しました",
  88. "You unshared address book {addressbook} from group {group}" : "グループ {group}からのアドレス帳 {addressbook}の共有を解除しました",
  89. "{actor} unshared address book {addressbook} from group {group}" : "{actor} がグループ {group}からのアドレス帳 {addressbook}の共有を解除しました",
  90. "{actor} created contact {card} in address book {addressbook}" : "{actor}がアドレス帳 {addressbook}に連絡先 {card}を追加しました",
  91. "You created contact {card} in address book {addressbook}" : "アドレス帳 {addressbook}に連絡先 {card}を追加しました",
  92. "{actor} deleted contact {card} from address book {addressbook}" : "{actor}がアドレス帳 {addressbook}から連絡先 {card}を削除しました",
  93. "You deleted contact {card} from address book {addressbook}" : "アドレス帳 {addressbook}から連絡先 {card}を削除しました",
  94. "{actor} updated contact {card} in address book {addressbook}" : "{actor}がアドレス帳 {addressbook}の連絡先 {card}を更新しました",
  95. "You updated contact {card} in address book {addressbook}" : "アドレス帳 {addressbook}の連絡先 {card}を更新しました",
  96. "A <strong>contact</strong> or <strong>address book</strong> was modified" : "連絡先やアドレス帳が変更されたとき",
  97. "File is not updatable: %1$s" : "ファイルが更新できません:%1$s",
  98. "Could not write to final file, canceled by hook" : "最終ファイルへの書き込みができなかったため、フックによりキャンセルされた",
  99. "Could not write file contents" : "ファイルの内容を書き込むことができませんでした",
  100. "_%n byte_::_%n bytes_" : ["%n bytes"],
  101. "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "ファイルをコピー先へコピー中にエラーが発生しました (コピー済: %1$s, 想定ファイルサイズ: %2$s)",
  102. "Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Nextcloudクライアントからの想定ファイルサイズは、%1$s ですが、Nextcloudストレージへの書き込みファイルサイズは %2$s でした。送信側のネットワークの問題またはサーバー側のストレージへの書き込みに問題がある可能性があります。",
  103. "Could not rename part file to final file, canceled by hook" : "最終ファイルの名前の変更が出来なかったため、フックによりキャンセルされました",
  104. "Could not rename part file to final file" : "最終ファイルの名前の変更が出来ませんでした",
  105. "Failed to check file size: %1$s" : "ファイルサイズの確認に失敗: %1$s",
  106. "Could not open file" : "ファイルを開くことができませんでした",
  107. "Encryption not ready: %1$s" : "暗号化の準備が出来ていません: %1$s",
  108. "Failed to open file: %1$s" : "ファイルを開くのに失敗: %1$s",
  109. "Failed to unlink: %1$s" : "リンクの解除に失敗: %1$s",
  110. "Invalid chunk name" : "無効なチャンク名",
  111. "Could not rename part file assembled from chunks" : "チャンクから構成されている部分ファイルの名前の変更ができませんでした",
  112. "Failed to write file contents: %1$s" : "ファイルの内容の書き込みに失敗: %1$s",
  113. "File not found: %1$s" : "ファイルが見つかりません: %1$s",
  114. "System is in maintenance mode." : "システムはメンテナンスモードです。",
  115. "Upgrade needed" : "アップグレードが必要です",
  116. "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "iOS / macOSでCalDAVおよびCardDAVを使用するには、%sにHTTPSを設定する必要があります。",
  117. "Configures a CalDAV account" : "CalDAVアカウントを設定します",
  118. "Configures a CardDAV account" : "CardDAVアカウントを設定します",
  119. "Events" : "イベント",
  120. "Tasks" : "タスク",
  121. "Untitled task" : "タイトルなしタスク",
  122. "Completed on %s" : "%sに完了",
  123. "Due on %s by %s" : "期限日%s が%sにより設定",
  124. "Due on %s" : "期限日:%s",
  125. "Migrated calendar (%1$s)" : "カレンダーを移行しました (%1$s)",
  126. "Calendars including events, details and attendees" : "カレンダーには、イベント、イベントの詳細及び出席者が含まれます",
  127. "Contacts and groups" : "連絡先とグループ",
  128. "WebDAV" : "WebDAV",
  129. "WebDAV endpoint" : "WebDAVエンドポイント",
  130. "Availability" : "応対可能日時",
  131. "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。",
  132. "Time zone:" : "時間帯:",
  133. "to" : "宛先",
  134. "Delete slot" : "スロットを削除",
  135. "No working hours set" : "勤務時間未設定",
  136. "Add slot" : "スロットを追加",
  137. "Monday" : "月曜日",
  138. "Tuesday" : "火曜日",
  139. "Wednesday" : "水曜日",
  140. "Thursday" : "木曜日",
  141. "Friday" : "金曜日",
  142. "Saturday" : "土曜日",
  143. "Sunday" : "日曜日",
  144. "Save" : "保存",
  145. "Failed to load availability" : "可用性の読み込みに失敗",
  146. "Saved availability" : "可用性を保存しました",
  147. "Failed to save availability" : "可用性を保存しました",
  148. "Calendar server" : "カレンダーサーバー",
  149. "Send invitations to attendees" : "参加者に招待状を送信する",
  150. "Automatically generate a birthday calendar" : "自動的に誕生日カレンダーを生成する",
  151. "Birthday calendars will be generated by a background job." : "誕生日カレンダーは、バックグラウンドジョブによって生成されます。",
  152. "Hence they will not be available immediately after enabling but will show up after some time." : "したがって、有効にした直後は利用できませんが、しばらくしてから表示されます。",
  153. "Send notifications for events" : "イベントの通知を送信",
  154. "Notifications are sent via background jobs, so these must occur often enough." : "通知はバックグラウンドジョブを介して送信されるため、十分な頻度で発生します。",
  155. "Send reminder notifications to calendar sharees as well" : "カレンダー共有にもリマインダー通知を送信する",
  156. "Reminders are always sent to organizers and attendees." : "リマインダーを常に作成者と出席者に送信します。",
  157. "Enable notifications for events via push" : "イベントのプッシュ通知を有効にする",
  158. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}カレンダーアプリ{linkclose}、または{calendardocopen}を同期させるためにデスクトップとモバイルを接続する ↗{linkclose}もインストールしてください。",
  159. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}メールサーバー{linkclose}を正しく設定してください。",
  160. "There was an error updating your attendance status." : "出席状況の更新中にエラーが発生しました。",
  161. "Please contact the organizer directly." : "主催者に直接お問い合わせください。",
  162. "Are you accepting the invitation?" : "招待を受け入れていますか?",
  163. "Tentative" : "暫定的",
  164. "Your attendance was updated successfully." : "出席は正常に更新されました。",
  165. "Todos" : "ToDo",
  166. "{actor} created todo {todo} in list {calendar}" : "{actor}はリスト{calendar}のtodo {todo}を作成しました",
  167. "You created todo {todo} in list {calendar}" : "リスト {calendar} にtodo {todo} を作成しました",
  168. "{actor} deleted todo {todo} from list {calendar}" : "{actor}リスト{カレンダー}からtodo {todo}を削除しました",
  169. "You deleted todo {todo} from list {calendar}" : "あなたはtodo {todo}を{calendar}のリストから削除しました。",
  170. "{actor} updated todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を更新しました",
  171. "You updated todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を更新しました。",
  172. "{actor} solved todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を解決しました",
  173. "You solved todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を解決しました。",
  174. "{actor} reopened todo {todo} in list {calendar}" : "{actor}リスト{calendar}のToDo {todo}を再開しました",
  175. "You reopened todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を再開しました",
  176. "A calendar <strong>todo</strong> was modified" : "カレンダーの<strong>ToDo</strong>が変更されたとき",
  177. "Invitation canceled" : "招待のキャンセル",
  178. "Invitation updated" : "招待の更新",
  179. "Invitation" : "招待"
  180. },
  181. "nplurals=1; plural=0;");