ja.json 19 KB

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