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 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "カレンダー",
  5. "Todos" : "ToDo",
  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. "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. "{actor} created event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を作成しました",
  27. "You created event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を作成しました",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を削除しました",
  29. "You deleted event {event} from calendar {calendar}" : "カレンダー {calendar} のイベント{event}を削除しました",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を更新しました",
  31. "You updated event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を更新しました",
  32. "Busy" : "ビジー",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor}はリスト{calendar}のtodo {todo}を作成しました",
  34. "You created todo {todo} in list {calendar}" : "リスト {calendar} にtodo {todo} を作成しました",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor}リスト{カレンダー}からtodo {todo}を削除しました",
  36. "You deleted todo {todo} from list {calendar}" : "あなたはtodo {todo}を{calendar}のリストから削除しました。",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を更新しました",
  38. "You updated todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を更新しました。",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を解決しました",
  40. "You solved todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を解決しました。",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor}リスト{calendar}のToDo {todo}を再開しました",
  42. "You reopened todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を再開しました",
  43. "Calendar and tasks" : "カレンダーとタスク",
  44. "A <strong>calendar</strong> was modified" : "<strong>カレンダー</strong>が変更されたとき",
  45. "A calendar <strong>event</strong> was modified" : "カレンダーの<strong>イベント</strong>が変更されたとき",
  46. "A calendar <strong>todo</strong> was modified" : "カレンダーの<strong>ToDo</strong>が変更されたとき",
  47. "Death of %s" : "%sの命日",
  48. "Contact birthdays" : "誕生日",
  49. "Calendar:" : "カレンダー:",
  50. "Date:" : "日付:",
  51. "Where:" : "場所:",
  52. "Description:" : "説明:",
  53. "Untitled event" : "無題のイベント",
  54. "_%n year_::_%n years_" : ["%n年"],
  55. "_%n month_::_%n months_" : ["%nヶ月"],
  56. "_%n day_::_%n days_" : ["%n日"],
  57. "_%n hour_::_%n hours_" : ["%n時間"],
  58. "_%n minute_::_%n minutes_" : ["%n秒"],
  59. "%s (in %s)" : "%s(%s後)",
  60. "%s (%s ago)" : "%s(%s前)",
  61. "Calendar: %s" : "カレンダー:%s",
  62. "Date: %s" : "日付:%s",
  63. "Description: %s" : "説明:%s",
  64. "Where: %s" : "場所:%s",
  65. "%1$s via %2$s" : "%1$s に %2$s から",
  66. "Invitation canceled" : "招待のキャンセル",
  67. "Invitation updated" : "招待の更新",
  68. "Invitation" : "招待",
  69. "Title:" : "タイトル:",
  70. "Time:" : "時刻:",
  71. "Location:" : "場所:",
  72. "Link:" : "リンク:",
  73. "Organizer:" : "主催者:",
  74. "Attendees:" : "参加者:",
  75. "Accept" : "承諾",
  76. "Decline" : "拒否",
  77. "More options …" : "他のオプション …",
  78. "More options at %s" : "%s のその他のオプション",
  79. "Contacts" : "連絡先",
  80. "System in maintenance mode." : "システムはメンテナンスモードです。",
  81. "Upgrade needed" : "アップグレードが必要です",
  82. "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を設定する必要があります。",
  83. "Configures a CalDAV account" : "CalDAVアカウントを設定します",
  84. "Configures a CardDAV account" : "CardDAVアカウントを設定します",
  85. "Events" : "イベント",
  86. "Tasks" : "タスク",
  87. "Untitled task" : "タイトルなしタスク",
  88. "Completed on %s" : "%sに完了",
  89. "Due on %s by %s" : "期限日%s が%sにより設定",
  90. "Due on %s" : "期限日:%s",
  91. "WebDAV" : "WebDAV",
  92. "WebDAV endpoint" : "WebDAVエンドポイント",
  93. "There was an error updating your attendance status." : "出席状況の更新中にエラーが発生しました。",
  94. "Please contact the organizer directly." : "主催者に直接お問い合わせください。",
  95. "Are you accepting the invitation?" : "招待を受け入れていますか?",
  96. "Tentative" : "暫定的",
  97. "Save" : "保存",
  98. "Your attendance was updated successfully." : "出席は正常に更新されました。",
  99. "Calendar server" : "カレンダーサーバー",
  100. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}カレンダーアプリ{linkclose}、または{calendardocopen}を同期させるためにデスクトップとモバイルを接続する ↗{linkclose}もインストールしてください。",
  101. "Send invitations to attendees" : "参加者に招待状を送信する",
  102. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}メールサーバー{linkclose}を正しく設定してください。",
  103. "Automatically generate a birthday calendar" : "自動的に誕生日カレンダーを生成する",
  104. "Birthday calendars will be generated by a background job." : "誕生日カレンダーは、バックグラウンドジョブによって生成されます。",
  105. "Hence they will not be available immediately after enabling but will show up after some time." : "したがって、有効にした直後は利用できませんが、しばらくしてから表示されます。",
  106. "Send notifications for events" : "イベントの通知を送信",
  107. "Notifications are sent via background jobs, so these must occur often enough." : "通知はバックグラウンドジョブを介して送信されるため、十分な頻度で発生します。",
  108. "Enable notifications for events via push" : "イベントのプッシュ通知を有効にする",
  109. "Hello %s," : "%s さん、こんにちは",
  110. "The meeting »%1$s« with %2$s was canceled." : "会議%1$s « %2$s がキャンセルされました。",
  111. "The meeting »%1$s« with %2$s was updated." : "会議 %1$s« %2$s が更新されました。",
  112. "%1$s invited you to »%2$s«" : "%1$s があなたを »%2$s« に招待しました",
  113. "When:" : "いつ:",
  114. "Technical details" : "技術的な詳細",
  115. "Remote Address: %s" : "リモートアドレス: %s",
  116. "Request ID: %s" : "リクエスト ID: %s",
  117. "Notifications will be send through background jobs, so these need to happen often enough." : "通知はバックグラウンドジョブを介して送信されるため、十分な頻度で発生します。"
  118. },
  119. "nplurals=1; plural=0;");