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.yml 78KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405
  1. # Japanese translations for Ruby on Rails
  2. # by Akira Matsuda (ronnie@dio.jp)
  3. # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
  4. ja:
  5. direction: ltr
  6. date:
  7. formats:
  8. # Use the strftime parameters for formats.
  9. # When no format has been given, it uses default.
  10. # You can provide other formats here if you like!
  11. default: "%Y/%m/%d"
  12. short: "%m/%d"
  13. long: "%Y年%m月%d日(%a)"
  14. day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
  15. abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
  16. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  17. month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
  18. abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
  19. # Used in date_select and datime_select.
  20. order:
  21. - :year
  22. - :month
  23. - :day
  24. time:
  25. formats:
  26. default: "%Y/%m/%d %H:%M:%S"
  27. time: "%H:%M"
  28. short: "%y/%m/%d %H:%M"
  29. long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
  30. am: "午前"
  31. pm: "午後"
  32. datetime:
  33. distance_in_words:
  34. half_a_minute: "30秒前後"
  35. less_than_x_seconds:
  36. one: "1秒未満"
  37. other: "%{count}秒未満"
  38. x_seconds:
  39. one: "1秒"
  40. other: "%{count}秒"
  41. less_than_x_minutes:
  42. one: "1分未満"
  43. other: "%{count}分未満"
  44. x_minutes:
  45. one: "1分"
  46. other: "%{count}分"
  47. about_x_hours:
  48. one: "約1時間"
  49. other: "約%{count}時間"
  50. x_hours:
  51. one: "1時間"
  52. other: "%{count}時間"
  53. x_days:
  54. one: "1日"
  55. other: "%{count}日"
  56. about_x_months:
  57. one: "約1ヶ月"
  58. other: "約%{count}ヶ月"
  59. x_months:
  60. one: "1ヶ月"
  61. other: "%{count}ヶ月"
  62. about_x_years:
  63. one: "約1年"
  64. other: "約%{count}年"
  65. over_x_years:
  66. one: "1年以上"
  67. other: "%{count}年以上"
  68. almost_x_years:
  69. one: "ほぼ1年"
  70. other: "ほぼ%{count}年"
  71. number:
  72. format:
  73. separator: "."
  74. delimiter: ","
  75. precision: 3
  76. currency:
  77. format:
  78. format: "%n%u"
  79. unit: "円"
  80. separator: "."
  81. delimiter: ","
  82. precision: 0
  83. percentage:
  84. format:
  85. delimiter: ""
  86. precision:
  87. format:
  88. delimiter: ""
  89. human:
  90. format:
  91. delimiter: ""
  92. precision: 3
  93. storage_units:
  94. format: "%n %u"
  95. units:
  96. byte:
  97. one: "Byte"
  98. other: "Bytes"
  99. kb: "KB"
  100. mb: "MB"
  101. gb: "GB"
  102. tb: "TB"
  103. # Used in array.to_sentence.
  104. support:
  105. array:
  106. sentence_connector: "及び"
  107. skip_last_comma: true
  108. activerecord:
  109. errors:
  110. template:
  111. header:
  112. one: "%{model} にエラーが発生しました。"
  113. other: "%{model} に %{count} つのエラーが発生しました。"
  114. body: "次の項目を確認してください。"
  115. messages:
  116. inclusion: "は一覧にありません"
  117. exclusion: "は予約されています"
  118. invalid: "は不正な値です"
  119. confirmation: "が一致しません"
  120. accepted: "を受諾してください"
  121. empty: "を入力してください"
  122. blank: "を入力してください"
  123. too_long: "は%{count}文字以内で入力してください"
  124. too_short: "は%{count}文字以上で入力してください"
  125. wrong_length: "は%{count}文字で入力してください"
  126. taken: "はすでに存在します"
  127. not_a_number: "は数値で入力してください"
  128. not_a_date: "は日付を入力してください"
  129. greater_than: "は%{count}より大きい値にしてください"
  130. greater_than_or_equal_to: "は%{count}以上の値にしてください"
  131. equal_to: "は%{count}にしてください"
  132. less_than: "は%{count}より小さい値にしてください"
  133. less_than_or_equal_to: "は%{count}以下の値にしてください"
  134. odd: "は奇数にしてください"
  135. even: "は偶数にしてください"
  136. greater_than_start_date: "を開始日より後にしてください"
  137. not_same_project: "同じプロジェクトに属していません"
  138. circular_dependency: "この関係では、循環依存になります"
  139. cant_link_an_issue_with_a_descendant: "親子関係にあるチケット間での関連の設定はできません"
  140. earlier_than_minimum_start_date: "を%{date}より前にすることはできません。先行するチケットがあります"
  141. not_a_regexp: "は正しい正規表現ではありません"
  142. open_issue_with_closed_parent: "完了したチケットに未完了の子チケットを追加することはできません"
  143. must_contain_uppercase: "は大文字 (A-Z) を含む必要があります"
  144. must_contain_lowercase: "は小文字 (a-z) を含む必要があります"
  145. must_contain_digits: "は数字 (0-9) を含む必要があります"
  146. must_contain_special_chars: "は記号 (!, $, %, ...) を含む必要があります"
  147. actionview_instancetag_blank_option: 選んでください
  148. general_text_No: 'いいえ'
  149. general_text_Yes: 'はい'
  150. general_text_no: 'いいえ'
  151. general_text_yes: 'はい'
  152. general_lang_name: 'Japanese (日本語)'
  153. general_csv_separator: ','
  154. general_csv_decimal_separator: '.'
  155. general_csv_encoding: CP932
  156. general_pdf_fontname: kozminproregular
  157. general_pdf_monospaced_fontname: kozminproregular
  158. general_first_day_of_week: '7'
  159. notice_account_updated: アカウントが更新されました。
  160. notice_account_invalid_credentials: ユーザー名もしくはパスワードが無効です
  161. notice_account_password_updated: パスワードが更新されました。
  162. notice_account_wrong_password: パスワードが違います
  163. notice_account_register_done: アカウントを作成しました。アカウントを有効にするための手順を記載したメールを %{email} 宛に送信しました。
  164. notice_account_unknown_email: ユーザーが存在しません。
  165. notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。
  166. notice_account_lost_email_sent: パスワードを再設定する手順を記載したメールを送信しました。
  167. notice_account_activated: アカウントが有効になりました。ログインできます。
  168. notice_successful_create: 作成しました。
  169. notice_successful_update: 更新しました。
  170. notice_successful_delete: 削除しました。
  171. notice_successful_connection: 接続しました。
  172. notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。
  173. notice_locking_conflict: 別のユーザーがデータを更新しています。
  174. notice_not_authorized: このページのアクセスは許可されていません。
  175. notice_not_authorized_archived_project: プロジェクトはアーカイブされています。
  176. notice_email_sent: "%{value} 宛にメールを送信しました。"
  177. notice_email_error: "メール送信中にエラーが発生しました (%{value})"
  178. notice_feeds_access_key_reseted: Atomアクセスキーを初期化しました。
  179. notice_api_access_key_reseted: APIアクセスキーを初期化しました。
  180. notice_failed_to_save_issues: "全%{total}件中%{count}件のチケットが保存できませんでした: %{ids}。"
  181. notice_failed_to_save_members: "メンバーの保存に失敗しました: %{errors}。"
  182. notice_account_pending: アカウントを作成しました。システム管理者の承認待ちです。
  183. notice_default_data_loaded: デフォルト設定をロードしました。
  184. notice_unable_delete_version: バージョンを削除できません
  185. notice_unable_delete_time_entry: 作業時間を削除できません
  186. notice_issue_done_ratios_updated: チケットの進捗率を更新しました。
  187. notice_gantt_chart_truncated: ガントチャートは、最大表示件数(%{max})を超えたため切り捨てられました。
  188. error_can_t_load_default_data: "デフォルト設定がロードできませんでした: %{value}"
  189. error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。
  190. error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: %{value}"
  191. error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。"
  192. error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません'
  193. error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。 (%{value})"
  194. error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。'
  195. error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。'
  196. error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。'
  197. error_unable_to_connect: "接続できません。 (%{value})"
  198. error_can_not_remove_role: 'このロールは使用中です。削除できません。'
  199. error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。'
  200. error_can_not_archive_project: このプロジェクトはアーカイブできません
  201. error_issue_done_ratios_not_updated: "チケットの進捗率が更新できません。"
  202. error_workflow_copy_source: 'コピー元となるトラッカーまたはロールを選択してください'
  203. error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください'
  204. error_can_not_delete_tracker: 'このトラッカーは使用中です。削除できません。'
  205. warning_attachments_not_saved: "%{count}個の添付ファイルが保存できませんでした。"
  206. mail_subject_lost_password: "%{value} パスワード再設定"
  207. mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:'
  208. mail_body_lost_password_validity: 'このリンクでパスワードを再設定できるのは1回だけです。ご注意ください。'
  209. mail_subject_register: "%{value} アカウント登録の確認"
  210. mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:'
  211. mail_body_account_information_external: "%{value} アカウントを使ってにログインできます。"
  212. mail_body_account_information: アカウント情報
  213. mail_subject_account_activation_request: "%{value} アカウントの承認要求"
  214. mail_body_account_activation_request: "新しいユーザー %{value} が登録されました。このアカウントはあなたの承認待ちです:"
  215. mail_subject_reminder: "%{count}件のチケットの期日が%{days}日以内に到来します"
  216. mail_body_reminder: "%{count}件の担当チケットの期日が%{days}日以内に到来します:"
  217. mail_subject_wiki_content_added: "Wikiページ %{id} が追加されました"
  218. mail_body_wiki_content_added: "Wikiページ %{id} を %{author} さんが追加しました。"
  219. mail_subject_wiki_content_updated: "Wikiページ %{id} が更新されました"
  220. mail_body_wiki_content_updated: "Wikiページ %{id} を %{author} さんが更新しました。"
  221. field_name: 名称
  222. field_description: 説明
  223. field_summary: サマリー
  224. field_is_required: 必須
  225. field_firstname: 名
  226. field_lastname: 姓
  227. field_mail: メールアドレス
  228. field_filename: ファイル
  229. field_filesize: サイズ
  230. field_downloads: ダウンロード
  231. field_author: 作成者
  232. field_created_on: 作成日
  233. field_updated_on: 更新日
  234. field_field_format: 形式
  235. field_is_for_all: 全プロジェクト向け
  236. field_possible_values: 選択肢
  237. field_regexp: 正規表現
  238. field_min_length: 最短長
  239. field_max_length: 最大長
  240. field_value: 値
  241. field_category: カテゴリ
  242. field_title: タイトル
  243. field_project: プロジェクト
  244. field_issue: チケット
  245. field_status: ステータス
  246. field_notes: コメント
  247. field_is_closed: 終了したチケット
  248. field_is_default: デフォルト値
  249. field_tracker: トラッカー
  250. field_subject: 題名
  251. field_due_date: 期日
  252. field_assigned_to: 担当者
  253. field_priority: 優先度
  254. field_fixed_version: 対象バージョン
  255. field_user: ユーザー
  256. field_principal: 主体
  257. field_role: ロール
  258. field_homepage: ホームページ
  259. field_is_public: 公開
  260. field_parent: 親プロジェクト名
  261. field_is_in_roadmap: チケットをロードマップに表示する
  262. field_login: ログインID
  263. field_mail_notification: メール通知
  264. field_admin: システム管理者
  265. field_last_login_on: 最終接続日
  266. field_language: 言語
  267. field_effective_date: 期日
  268. field_password: パスワード
  269. field_new_password: 新しいパスワード
  270. field_password_confirmation: パスワードの確認
  271. field_twofa_scheme: 二要素認証方式
  272. field_version: バージョン
  273. field_type: タイプ
  274. field_host: ホスト
  275. field_port: ポート
  276. field_account: アカウント
  277. field_base_dn: ベースDN
  278. field_attr_login: ログインIDの属性
  279. field_attr_firstname: 名の属性
  280. field_attr_lastname: 姓の属性
  281. field_attr_mail: メールアドレスの属性
  282. field_onthefly: ユーザーが存在しなければ作成
  283. field_start_date: 開始日
  284. field_done_ratio: 進捗率
  285. field_auth_source: 認証方式
  286. field_hide_mail: メールアドレスを隠す
  287. field_comments: コメント
  288. field_url: URL
  289. field_start_page: メインページ
  290. field_subproject: サブプロジェクト
  291. field_hours: 時間
  292. field_activity: 作業分類
  293. field_spent_on: 日付
  294. field_identifier: 識別子
  295. field_is_filter: フィルタとして使用
  296. field_issue_to: 関連するチケット
  297. field_delay: 遅延
  298. field_assignable: このロールのユーザーにチケットを割り当て可能
  299. field_redirect_existing_links: 既存のリンクをリダイレクトする
  300. field_estimated_hours: 予定工数
  301. field_column_names: 項目
  302. field_time_entries: 時間を記録
  303. field_time_zone: タイムゾーン
  304. field_searchable: 検索対象
  305. field_default_value: デフォルト値
  306. field_comments_sorting: コメントの表示順
  307. field_parent_title: 親ページ
  308. field_editable: 編集可能
  309. field_watcher: ウォッチャー
  310. field_content: 内容
  311. field_group_by: グループ条件
  312. field_sharing: 共有
  313. field_parent_issue: 親チケット
  314. field_member_of_group: 担当者のグループ
  315. field_assigned_to_role: 担当者のロール
  316. field_text: テキスト
  317. field_visible: 表示
  318. field_warn_on_leaving_unsaved: データを保存せずにページから移動するときに警告
  319. field_commit_logs_encoding: コミットメッセージのエンコーディング
  320. field_scm_path_encoding: パスのエンコーディング
  321. field_path_to_repository: リポジトリのパス
  322. field_root_directory: ルートディレクトリ
  323. field_cvsroot: CVSROOT
  324. field_cvs_module: モジュール
  325. setting_app_title: アプリケーションのタイトル
  326. setting_welcome_text: ウェルカムメッセージ
  327. setting_default_language: デフォルトの言語
  328. setting_login_required: 認証が必要
  329. setting_self_registration: ユーザーによるアカウント登録
  330. setting_attachment_max_size: 添付ファイルサイズの上限
  331. setting_issues_export_limit: エクスポートするチケット数の上限
  332. setting_mail_from: 送信元メールアドレス
  333. setting_plain_text_mail: プレインテキスト形式(HTMLなし)
  334. setting_host_name: ホスト名とパス
  335. setting_text_formatting: テキスト書式
  336. setting_cache_formatted_text: テキスト書式の変換結果をキャッシュ
  337. setting_wiki_compression: Wiki履歴を圧縮する
  338. setting_feeds_limit: Atomフィードの最大出力件数
  339. setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする
  340. setting_autofetch_changesets: コミットを自動取得する
  341. setting_sys_api_enabled: リポジトリ管理用のWebサービスを有効にする
  342. setting_commit_ref_keywords: 参照用キーワード
  343. setting_commit_fix_keywords: 修正用キーワード
  344. setting_autologin: 自動ログイン
  345. setting_date_format: 日付の形式
  346. setting_time_format: 時刻の形式
  347. setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関連の設定を許可
  348. setting_issue_list_default_columns: チケットの一覧で表示する項目
  349. setting_repositories_encodings: 添付ファイルとリポジトリのエンコーディング
  350. setting_emails_header: メールのヘッダ
  351. setting_emails_footer: メールのフッタ
  352. setting_protocol: プロトコル
  353. setting_per_page_options: ページごとの表示件数
  354. setting_user_format: ユーザー名の表示形式
  355. setting_activity_days_default: プロジェクトの活動ページに表示する日数
  356. setting_display_subprojects_issues: サブプロジェクトのチケットをメインプロジェクトに表示する
  357. setting_enabled_scm: 使用するバージョン管理システム
  358. setting_mail_handler_body_delimiters: "メール本文から一致する行以降を切り捨てる"
  359. setting_mail_handler_api_enabled: 受信メール用のWebサービスを有効にする
  360. setting_mail_handler_api_key: APIキー
  361. setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する
  362. setting_gravatar_enabled: Gravatarのアイコンを使用する
  363. setting_gravatar_default: デフォルトのGravatarアイコン
  364. setting_diff_max_lines_displayed: 差分の表示行数の上限
  365. setting_file_max_size_displayed: 画面表示するテキストファイルサイズの上限
  366. setting_repository_log_display_limit: ファイルのリビジョン表示数の上限
  367. setting_password_min_length: パスワードの最低必要文字数
  368. setting_new_project_user_role_id: システム管理者以外のユーザーが作成したプロジェクトに設定するロール
  369. setting_default_projects_modules: 新規プロジェクトにおいてデフォルトで有効になるモジュール
  370. setting_issue_done_ratio: 進捗率の算出方法
  371. setting_issue_done_ratio_issue_field: チケットのフィールドを使用
  372. setting_issue_done_ratio_issue_status: チケットのステータスに連動
  373. setting_start_of_week: 週の開始曜日
  374. setting_rest_api_enabled: RESTによるWebサービスを有効にする
  375. setting_default_notification_option: デフォルトのメール通知オプション
  376. setting_commit_logtime_enabled: コミット時に作業時間を記録する
  377. setting_commit_logtime_activity_id: 作業時間の作業分類
  378. setting_gantt_items_limit: ガントチャート最大表示件数
  379. setting_default_projects_tracker_ids: 新規プロジェクトにおいてデフォルトで有効になるトラッカー
  380. permission_add_project: プロジェクトの追加
  381. permission_add_subprojects: サブプロジェクトの追加
  382. permission_edit_project: プロジェクトの編集
  383. permission_select_project_modules: モジュールの選択
  384. permission_manage_members: メンバーの管理
  385. permission_manage_versions: バージョンの管理
  386. permission_manage_categories: チケットのカテゴリの管理
  387. permission_view_issues: チケットの閲覧
  388. permission_add_issues: チケットの追加
  389. permission_edit_issues: チケットの編集
  390. permission_manage_issue_relations: 関連するチケットの管理
  391. permission_add_issue_notes: コメントの追加
  392. permission_edit_issue_notes: コメントの編集
  393. permission_edit_own_issue_notes: 自分が追加したコメントの編集
  394. permission_delete_issues: チケットの削除
  395. permission_manage_public_queries: 公開クエリの管理
  396. permission_save_queries: クエリの保存
  397. permission_view_gantt: ガントチャートの閲覧
  398. permission_view_calendar: カレンダーの閲覧
  399. permission_view_issue_watchers: ウォッチャー一覧の閲覧
  400. permission_add_issue_watchers: ウォッチャーの追加
  401. permission_delete_issue_watchers: ウォッチャーの削除
  402. permission_log_time: 作業時間の記録
  403. permission_view_time_entries: 作業時間の閲覧
  404. permission_edit_time_entries: 作業時間の編集
  405. permission_edit_own_time_entries: 自分の作業時間の編集
  406. permission_manage_project_activities: 作業分類 (時間管理) の管理
  407. permission_view_news: ニュースの閲覧
  408. permission_manage_news: ニュースの管理
  409. permission_comment_news: ニュースへのコメント
  410. permission_view_documents: 文書の閲覧
  411. permission_manage_files: ファイルの管理
  412. permission_view_files: ファイルの閲覧
  413. permission_manage_wiki: Wikiの管理
  414. permission_rename_wiki_pages: Wikiページ名の変更
  415. permission_delete_wiki_pages: Wikiページの削除
  416. permission_view_wiki_pages: Wikiの閲覧
  417. permission_export_wiki_pages: Wikiページのエクスポート
  418. permission_view_wiki_edits: Wiki履歴の閲覧
  419. permission_edit_wiki_pages: Wikiページの編集
  420. permission_delete_wiki_pages_attachments: 添付ファイルの削除
  421. permission_protect_wiki_pages: Wikiページの保護
  422. permission_manage_repository: リポジトリの管理
  423. permission_browse_repository: リポジトリの閲覧
  424. permission_view_changesets: 更新履歴の閲覧
  425. permission_commit_access: コミット権限
  426. permission_manage_boards: フォーラムの管理
  427. permission_view_messages: メッセージの閲覧
  428. permission_add_messages: メッセージの追加
  429. permission_edit_messages: メッセージの編集
  430. permission_edit_own_messages: 自分が追加したメッセージの編集
  431. permission_delete_messages: メッセージの削除
  432. permission_delete_own_messages: 自分が追加したメッセージの削除
  433. permission_manage_subtasks: 子チケットの管理
  434. project_module_issue_tracking: チケットトラッキング
  435. project_module_time_tracking: 時間管理
  436. project_module_news: ニュース
  437. project_module_documents: 文書
  438. project_module_files: ファイル
  439. project_module_wiki: Wiki
  440. project_module_repository: リポジトリ
  441. project_module_boards: フォーラム
  442. project_module_gantt: ガントチャート
  443. project_module_calendar: カレンダー
  444. label_user: ユーザー
  445. label_user_plural: ユーザー
  446. label_user_new: 新しいユーザー
  447. label_user_anonymous: 匿名ユーザー
  448. label_profile: プロフィール
  449. label_project: プロジェクト
  450. label_project_new: 新しいプロジェクト
  451. label_project_plural: プロジェクト
  452. label_x_projects:
  453. zero: プロジェクトはありません
  454. one: 1プロジェクト
  455. other: "%{count}プロジェクト"
  456. label_project_all: 全プロジェクト
  457. label_project_latest: 最近のプロジェクト
  458. label_issue: チケット
  459. label_issue_new: 新しいチケット
  460. label_issue_plural: チケット
  461. label_issue_view_all: すべてのチケットを表示
  462. label_issues_by: "%{value} 別のチケット"
  463. label_issue_added: チケットの追加
  464. label_issue_updated: チケットの更新
  465. label_document: 文書
  466. label_document_new: 新しい文書
  467. label_document_plural: 文書
  468. label_document_added: 文書の追加
  469. label_role: ロール
  470. label_role_plural: ロール
  471. label_role_new: 新しいロール
  472. label_role_and_permissions: ロールと権限
  473. label_member: メンバー
  474. label_member_new: 新しいメンバー
  475. label_member_plural: メンバー
  476. label_tracker: トラッカー
  477. label_tracker_plural: トラッカー
  478. label_tracker_new: 新しいトラッカー
  479. label_workflow: ワークフロー
  480. label_issue_status: チケットのステータス
  481. label_issue_status_plural: チケットのステータス
  482. label_issue_status_new: 新しいステータス
  483. label_issue_category: チケットのカテゴリ
  484. label_issue_category_plural: チケットのカテゴリ
  485. label_issue_category_new: 新しいカテゴリ
  486. label_custom_field: カスタムフィールド
  487. label_custom_field_plural: カスタムフィールド
  488. label_custom_field_new: 新しいカスタムフィールド
  489. label_enumerations: 選択肢の値
  490. label_enumeration_new: 新しい値
  491. label_information: 情報
  492. label_information_plural: 情報
  493. label_register: 登録する
  494. label_password_lost: パスワードの再設定
  495. label_home: ホーム
  496. label_my_page: マイページ
  497. label_my_account: 個人設定
  498. label_my_projects: マイプロジェクト
  499. label_administration: 管理
  500. label_login: ログイン
  501. label_logout: ログアウト
  502. label_help: ヘルプ
  503. label_reported_issues: 報告したチケット
  504. label_assigned_to_me_issues: 担当しているチケット
  505. label_last_login: 最近の接続
  506. label_registered_on: 登録日
  507. label_activity: 活動
  508. label_user_activity: "%{value} の活動"
  509. label_new: 新しく作成
  510. label_logged_as: ログイン中:
  511. label_environment: 環境
  512. label_authentication: 認証
  513. label_auth_source: 認証方式
  514. label_auth_source_new: 新しい認証方式
  515. label_auth_source_plural: 認証方式
  516. label_subproject_plural: サブプロジェクト
  517. label_subproject_new: 新しいサブプロジェクト
  518. label_and_its_subprojects: "%{value} とサブプロジェクト"
  519. label_min_max_length: 最短 - 最大長
  520. label_list: リスト
  521. label_date: 日付
  522. label_integer: 整数
  523. label_float: 小数
  524. label_boolean: 真偽値
  525. label_string: テキスト
  526. label_text: 長いテキスト
  527. label_attribute: 属性
  528. label_attribute_plural: 属性
  529. label_no_data: 表示するデータがありません
  530. label_change_status: ステータスの変更
  531. label_history: 履歴
  532. label_attachment: ファイル
  533. label_attachment_new: 新しいファイル
  534. label_attachment_delete: ファイルを削除
  535. label_attachment_plural: ファイル
  536. label_file_added: ファイルの追加
  537. label_report: レポート
  538. label_report_plural: レポート
  539. label_news: ニュース
  540. label_news_new: ニュースを追加
  541. label_news_plural: ニュース
  542. label_news_latest: 最新ニュース
  543. label_news_view_all: すべてのニュースを表示
  544. label_news_added: ニュースの追加
  545. label_news_comment_added: ニュースへのコメント追加
  546. label_settings: 設定
  547. label_overview: 概要
  548. label_version: バージョン
  549. label_version_new: 新しいバージョン
  550. label_version_plural: バージョン
  551. label_confirmation: 確認
  552. label_close_versions: 完了したバージョンを終了にする
  553. label_export_to: '他の形式にエクスポート:'
  554. label_read: 読む...
  555. label_public_projects: 公開プロジェクト
  556. label_open_issues: 未完了
  557. label_open_issues_plural: 未完了
  558. label_closed_issues: 完了
  559. label_closed_issues_plural: 完了
  560. label_x_open_issues_abbr:
  561. zero: 0件未完了
  562. one: 1件未完了
  563. other: "%{count}件未完了"
  564. label_x_closed_issues_abbr:
  565. zero: 0件完了
  566. one: 1件完了
  567. other: "%{count}件完了"
  568. label_total: 合計
  569. label_permissions: 権限
  570. label_current_status: 現在のステータス
  571. label_new_statuses_allowed: 遷移できるステータス
  572. label_all: すべて
  573. label_none: なし
  574. label_nobody: 無記名
  575. label_next: 次
  576. label_previous: 前
  577. label_used_by: 使用中
  578. label_details: 詳細
  579. label_add_note: コメントを追加
  580. label_calendar: カレンダー
  581. label_months_from: ヶ月分
  582. label_gantt: ガントチャート
  583. label_internal: 内部
  584. label_last_changes: "最新の変更 %{count}件"
  585. label_change_view_all: すべての変更を表示
  586. label_comment: コメント
  587. label_comment_plural: コメント
  588. label_x_comments:
  589. zero: コメントがありません
  590. one: 1コメント
  591. other: "%{count}コメント"
  592. label_comment_add: コメント追加
  593. label_comment_added: コメントが追加されました
  594. label_comment_delete: コメント削除
  595. label_query: カスタムクエリ
  596. label_query_plural: カスタムクエリ
  597. label_query_new: 新しいクエリ
  598. label_my_queries: マイカスタムクエリ
  599. label_filter_add: フィルタ追加
  600. label_filter_plural: フィルタ
  601. label_equals: 等しい
  602. label_not_equals: 等しくない
  603. label_in_less_than: N日後以前
  604. label_in_more_than: N日後以降
  605. label_greater_or_equal: 以上
  606. label_less_or_equal: 以下
  607. label_in: N日後
  608. label_today: 今日
  609. label_yesterday: 昨日
  610. label_tomorrow: 明日
  611. label_this_week: 今週
  612. label_last_week: 先週
  613. label_next_week: 来週
  614. label_last_n_days: "直近%{count}日間"
  615. label_this_month: 今月
  616. label_last_month: 先月
  617. label_next_month: 来月
  618. label_this_year: 今年
  619. label_date_range: 期間
  620. label_less_than_ago: N日前以降
  621. label_more_than_ago: N日前以前
  622. label_ago: N日前
  623. label_contains: 含む
  624. label_not_contains: 含まない
  625. label_day_plural: 日
  626. label_repository: リポジトリ
  627. label_repository_plural: リポジトリ
  628. label_browse: ブラウズ
  629. label_branch: ブランチ
  630. label_tag: タグ
  631. label_revision: リビジョン
  632. label_revision_plural: リビジョン
  633. label_revision_id: リビジョン %{value}
  634. label_associated_revisions: 関係しているリビジョン
  635. label_added: 追加
  636. label_modified: 変更
  637. label_copied: コピー
  638. label_renamed: 名称変更
  639. label_deleted: 削除
  640. label_latest_revision: 最新リビジョン
  641. label_latest_revision_plural: 最新リビジョン
  642. label_view_revisions: リビジョンを表示
  643. label_view_all_revisions: すべてのリビジョンを表示
  644. label_max_size: サイズの上限
  645. label_sort_highest: 一番上へ
  646. label_sort_higher: 上へ
  647. label_sort_lower: 下へ
  648. label_sort_lowest: 一番下へ
  649. label_roadmap: ロードマップ
  650. label_roadmap_due_in: "期日まで %{value}"
  651. label_roadmap_overdue: "%{value} 遅れ"
  652. label_roadmap_no_issues: このバージョンに関するチケットはありません
  653. label_search: 検索
  654. label_result_plural: 結果
  655. label_all_words: すべての単語
  656. label_wiki: Wiki
  657. label_wiki_edit: Wiki編集
  658. label_wiki_edit_plural: Wiki編集
  659. label_wiki_page: Wikiページ
  660. label_wiki_page_plural: Wikiページ
  661. label_index_by_title: 索引(名前順)
  662. label_index_by_date: 索引(日付順)
  663. label_current_version: 最新版
  664. label_preview: プレビュー
  665. label_feed_plural: フィード
  666. label_changes_details: 全変更の詳細
  667. label_issue_tracking: チケットトラッキング
  668. label_spent_time: 作業時間
  669. label_f_hour: "%{value}時間"
  670. label_f_hour_plural: "%{value}時間"
  671. label_time_tracking: 時間管理
  672. label_change_plural: 変更
  673. label_statistics: 統計
  674. label_commits_per_month: 月別のコミット
  675. label_commits_per_author: 作成者別のコミット
  676. label_diff: 差分
  677. label_view_diff: 差分を表示
  678. label_diff_inline: インライン
  679. label_diff_side_by_side: 横に並べる
  680. label_options: オプション
  681. label_copy_workflow_from: ワークフローをここからコピー
  682. label_permissions_report: 権限レポート
  683. label_watched_issues: ウォッチしているチケット
  684. label_related_issues: 関連するチケット
  685. label_applied_status: 適用されるステータス
  686. label_loading: ロード中...
  687. label_relation_new: 新しい関連
  688. label_relation_delete: 関連の削除
  689. label_relates_to: 関連している
  690. label_duplicates: 次のチケットと重複
  691. label_duplicated_by: 次のチケットが重複
  692. label_blocks: ブロック先
  693. label_blocked_by: ブロック元
  694. label_precedes: 次のチケットに先行
  695. label_follows: 次のチケットに後続
  696. label_stay_logged_in: ログインを維持
  697. label_disabled: 無効
  698. label_show_completed_versions: 完了したバージョンを表示
  699. label_me: 自分
  700. label_board: フォーラム
  701. label_board_new: 新しいフォーラム
  702. label_board_plural: フォーラム
  703. label_board_sticky: スティッキー
  704. label_board_locked: ロック
  705. label_topic_plural: トピック
  706. label_message_plural: メッセージ
  707. label_message_last: 最新のメッセージ
  708. label_message_new: 新しいメッセージ
  709. label_message_posted: メッセージの追加
  710. label_reply_plural: 返答
  711. label_send_information: アカウント情報をユーザーに送信
  712. label_year: 年
  713. label_month: 月
  714. label_week: 週
  715. label_date_from: "日付指定: "
  716. label_date_to: から
  717. label_language_based: ユーザーの言語の設定に従う
  718. label_sort_by: "並べ替え %{value}"
  719. label_send_test_email: テストメールを送信
  720. label_feeds_access_key: Atomアクセスキー
  721. label_missing_feeds_access_key: Atomアクセスキーが見つかりません
  722. label_feeds_access_key_created_on: "Atomアクセスキーは%{value}前に作成されました"
  723. label_module_plural: モジュール
  724. label_added_time_by: "%{author} さんが%{age}前に追加"
  725. label_updated_time_by: "%{author} さんが%{age}前に更新"
  726. label_updated_time: "%{value}前に更新"
  727. label_jump_to_a_project: プロジェクトへ移動...
  728. label_file_plural: ファイル
  729. label_changeset_plural: 更新履歴
  730. label_default_columns: デフォルトの項目
  731. label_no_change_option: (変更無し)
  732. label_bulk_edit: 一括編集
  733. label_bulk_edit_selected_issues: チケットの一括編集
  734. label_theme: テーマ
  735. label_default: デフォルト
  736. label_search_titles_only: タイトルのみ
  737. label_user_mail_option_all: "参加しているプロジェクトのすべての通知"
  738. label_user_mail_option_selected: "選択したプロジェクトのすべての通知..."
  739. label_user_mail_option_none: "通知しない"
  740. label_user_mail_option_only_my_events: "ウォッチ中または自分が関係しているもの"
  741. label_user_mail_option_only_assigned: "ウォッチ中または自分が担当しているもの"
  742. label_user_mail_option_only_owner: "ウォッチ中または自分が作成したもの"
  743. label_user_mail_no_self_notified: 自分自身による変更の通知は不要
  744. label_registration_activation_by_email: メールでアカウントを有効化
  745. label_registration_manual_activation: 手動でアカウントを有効化
  746. label_registration_automatic_activation: 自動でアカウントを有効化
  747. label_display_per_page: "1ページに: %{value}"
  748. label_age: 経過期間
  749. label_change_properties: プロパティの変更
  750. label_general: 全般
  751. label_scm: バージョン管理システム
  752. label_plugins: プラグイン
  753. label_ldap_authentication: LDAP認証
  754. label_downloads_abbr: DL
  755. label_optional_description: 説明 (任意)
  756. label_add_another_file: 別のファイルを追加
  757. label_preferences: 設定
  758. label_chronological_order: 古い順
  759. label_reverse_chronological_order: 新しい順
  760. label_incoming_emails: 受信メール
  761. label_generate_key: キーの生成
  762. label_issue_watchers: ウォッチャー
  763. label_example: 例
  764. label_display: 表示
  765. label_sort: ソート条件
  766. label_ascending: 昇順
  767. label_descending: 降順
  768. label_date_from_to: "%{start}から%{end}まで"
  769. label_days_to_html: "%{date} までの%{days}日間"
  770. label_wiki_content_added: Wikiページの追加
  771. label_wiki_content_updated: Wikiページの更新
  772. label_group: グループ
  773. label_group_plural: グループ
  774. label_group_new: 新しいグループ
  775. label_time_entry_plural: 作業時間
  776. label_version_sharing_none: 共有しない
  777. label_version_sharing_descendants: サブプロジェクト単位
  778. label_version_sharing_hierarchy: プロジェクト階層単位
  779. label_version_sharing_tree: プロジェクトツリー単位
  780. label_version_sharing_system: すべてのプロジェクト
  781. label_update_issue_done_ratios: 進捗率の更新
  782. label_copy_source: コピー元
  783. label_copy_target: コピー先
  784. label_copy_same_as_target: 同じコピー先
  785. label_display_used_statuses_only: このトラッカーで使用中のステータスのみ表示
  786. label_api_access_key: APIアクセスキー
  787. label_missing_api_access_key: APIアクセスキーが見つかりません
  788. label_api_access_key_created_on: "APIアクセスキーは%{value}前に作成されました"
  789. label_subtask_plural: 子チケット
  790. label_project_copy_notifications: コピーしたチケットのメール通知を送信する
  791. label_principal_search: "ユーザーまたはグループの検索:"
  792. label_user_search: "ユーザーの検索:"
  793. label_git_report_last_commit: ファイルとディレクトリの最新コミットを表示する
  794. label_parent_revision: 親
  795. label_child_revision: 子
  796. label_gantt_progress_line: イナズマ線
  797. button_login: ログイン
  798. button_submit: 送信
  799. button_save: 保存
  800. button_check_all: すべてにチェックをつける
  801. button_uncheck_all: すべてのチェックを外す
  802. button_expand_all: 展開
  803. button_collapse_all: 折りたたみ
  804. button_delete: 削除
  805. button_create: 作成
  806. button_create_and_continue: 連続作成
  807. button_test: テスト
  808. button_edit: 編集
  809. button_edit_associated_wikipage: "関連するWikiページを編集: %{page_title}"
  810. button_add: 追加
  811. button_change: 変更
  812. button_apply: 適用
  813. button_clear: クリア
  814. button_lock: ロック
  815. button_unlock: アンロック
  816. button_download: ダウンロード
  817. button_list: 一覧
  818. button_view: 表示
  819. button_move: 移動
  820. button_move_and_follow: 移動後表示
  821. button_back: 戻る
  822. button_cancel: キャンセル
  823. button_activate: 有効にする
  824. button_sort: ソート
  825. button_log_time: 時間を記録
  826. button_rollback: このバージョンにロールバック
  827. button_watch: ウォッチ
  828. button_unwatch: ウォッチをやめる
  829. button_reply: 返答
  830. button_archive: アーカイブ
  831. button_unarchive: アーカイブ解除
  832. button_reset: リセット
  833. button_rename: 名前変更
  834. button_change_password: パスワード変更
  835. button_copy: コピー
  836. button_copy_and_follow: コピー後表示
  837. button_annotate: アノテート
  838. button_update: 更新
  839. button_configure: 設定
  840. button_quote: 引用
  841. button_show: 表示
  842. button_save_object: "%{object_name}を保存"
  843. button_edit_object: "%{object_name}を編集"
  844. button_delete_object: "%{object_name}を削除"
  845. status_active: 有効
  846. status_registered: 登録
  847. status_locked: ロック中
  848. version_status_open: 進行中
  849. version_status_locked: ロック中
  850. version_status_closed: 終了
  851. field_active: 有効
  852. text_select_mail_notifications: メール通知の送信対象とする操作を選択してください。
  853. text_regexp_info: 例) ^[A-Z0-9]+$
  854. text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除しますか?
  855. text_subprojects_destroy_warning: "サブプロジェクト %{value} も削除されます。"
  856. text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください
  857. text_are_you_sure: よろしいですか?
  858. text_journal_changed: "%{label} を %{old} から %{new} に変更"
  859. text_journal_changed_no_detail: "%{label} を更新"
  860. text_journal_set_to: "%{label} を %{value} にセット"
  861. text_journal_deleted: "%{label} を削除 (%{old})"
  862. text_journal_added: "%{label} %{value} を追加"
  863. text_tip_issue_begin_day: この日に開始するチケット
  864. text_tip_issue_end_day: この日に終了するチケット
  865. text_tip_issue_begin_end_day: この日に開始・終了するチケット
  866. text_caracters_maximum: "最大%{count}文字です。"
  867. text_caracters_minimum: "最低%{count}文字の長さが必要です。"
  868. text_length_between: "長さは%{min}から%{max}文字までです。"
  869. text_tracker_no_workflow: このトラッカーにワークフローが定義されていません
  870. text_unallowed_characters: 次の文字は使用できません
  871. text_comma_separated: (カンマで区切ることで)複数の値を設定できます。
  872. text_line_separated: (1行ごとに書くことで)複数の値を設定できます。
  873. text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正
  874. text_issue_added: "チケット %{id} を %{author} さんが作成しました。"
  875. text_issue_updated: "チケット %{id} を %{author} さんが更新しました。"
  876. text_wiki_destroy_confirmation: 本当にこのwikiとその内容のすべてを削除しますか?
  877. text_issue_category_destroy_question: "%{count}件のチケットがこのカテゴリに割り当てられています。"
  878. text_issue_category_destroy_assignments: カテゴリの割り当てを削除する
  879. text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする
  880. text_user_mail_option: "未選択のプロジェクトでは、ウォッチ中または自分が関係しているもの(例: 自分が作成または担当しているチケット)のみメールが送信されます。"
  881. text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。"
  882. text_load_default_configuration: デフォルト設定をロード
  883. text_status_changed_by_changeset: "更新履歴 %{value} で適用されました。"
  884. text_time_logged_by_changeset: "更新履歴 %{value} で適用されました。"
  885. text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?'
  886. text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:'
  887. text_default_administrator_account_changed: デフォルト管理アカウントが変更済
  888. text_file_repository_writable: 添付ファイルディレクトリに書き込み可能
  889. text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能
  890. text_minimagick_available: MiniMagickが利用可能 (オプション)
  891. text_destroy_time_entries_question: このチケットの%{hours}時間分の作業記録の扱いを選択してください。
  892. text_destroy_time_entries: 記録された作業時間を含めて削除
  893. text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て
  894. text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:'
  895. text_user_wrote: "%{value} さんは書きました:"
  896. text_user_wrote_in: "%{value} さんは %{link} で書きました:"
  897. text_enumeration_destroy_question: "%{count}個のオブジェクトがこの値に割り当てられています。"
  898. text_enumeration_category_reassign_to: '次の値に割り当て直す:'
  899. text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/configuration.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。"
  900. text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。"
  901. text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。'
  902. text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。'
  903. text_wiki_page_destroy_question: "この親ページの配下に%{descendants}ページの子孫ページがあります。"
  904. text_wiki_page_nullify_children: "子ページをメインページ配下に移動する"
  905. text_wiki_page_destroy_children: "配下の子孫ページも削除する"
  906. text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する"
  907. text_own_membership_delete_confirmation: "一部またはすべての権限を自分自身から剥奪しようとしているため、このプロジェクトを編集できなくなる可能性があります。\n本当に続けますか?"
  908. text_zoom_in: 拡大
  909. text_zoom_out: 縮小
  910. text_warn_on_leaving_unsaved: このページから移動すると、保存されていないデータが失われます。
  911. text_scm_path_encoding_note: "デフォルト: UTF-8"
  912. text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\\hgrepo)"
  913. text_git_repository_note: "ローカルのベア(bare)リポジトリ (例: /gitrepo, c:\\gitrepo)"
  914. text_scm_command: コマンド
  915. text_scm_command_version: バージョン
  916. text_scm_config: バージョン管理システムのコマンドをconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。
  917. text_scm_command_not_available: バージョン管理システムのコマンドが利用できません。管理画面にて設定を確認してください。
  918. default_role_manager: 管理者
  919. default_role_developer: 開発者
  920. default_role_reporter: 報告者
  921. default_tracker_bug: バグ
  922. default_tracker_feature: 機能
  923. default_tracker_support: サポート
  924. default_issue_status_new: 新規
  925. default_issue_status_in_progress: 進行中
  926. default_issue_status_resolved: 解決
  927. default_issue_status_feedback: フィードバック
  928. default_issue_status_closed: 終了
  929. default_issue_status_rejected: 却下
  930. default_doc_category_user: ユーザー文書
  931. default_doc_category_tech: 技術文書
  932. default_priority_low: 低め
  933. default_priority_normal: 通常
  934. default_priority_high: 高め
  935. default_priority_urgent: 急いで
  936. default_priority_immediate: 今すぐ
  937. default_activity_design: 設計作業
  938. default_activity_development: 開発作業
  939. enumeration_issue_priorities: チケットの優先度
  940. enumeration_doc_categories: 文書カテゴリ
  941. enumeration_activities: 作業分類 (時間管理)
  942. enumeration_system_activity: システム作業分類
  943. label_additional_workflow_transitions_for_assignee: チケット担当者に追加で許可する遷移
  944. label_additional_workflow_transitions_for_author: チケット作成者に追加で許可する遷移
  945. label_bulk_edit_selected_time_entries: 作業時間の一括編集
  946. text_time_entries_destroy_confirmation: 本当に選択した作業時間を削除しますか?
  947. label_role_anonymous: 匿名ユーザー
  948. label_role_non_member: 非メンバー
  949. label_issue_note_added: コメントの追加
  950. label_issue_status_updated: ステータスの更新
  951. label_issue_priority_updated: 優先度の更新
  952. label_issues_visibility_own: 作成者か担当者であるチケット
  953. field_issues_visibility: 表示できるチケット
  954. label_issues_visibility_all: すべてのチケット
  955. permission_set_own_issues_private: 自分が追加したチケットのプライベート設定
  956. field_is_private: プライベート
  957. permission_set_issues_private: チケットのプライベート設定
  958. label_issues_visibility_public: プライベートチケット以外
  959. text_issues_destroy_descendants_confirmation: "%{count}個の子チケットも削除されます。"
  960. notice_issue_successful_create: チケット %{id} が作成されました。
  961. label_between: 次の範囲内
  962. setting_issue_group_assignment: グループへのチケット割り当てを許可
  963. description_query_sort_criteria_direction: 順序
  964. description_project_scope: 検索範囲
  965. description_filter: Filter
  966. description_user_mail_notification: メール通知の設定
  967. description_message_content: 内容
  968. description_available_columns: 利用できる項目
  969. description_issue_category_reassign: 新しいカテゴリを選択してください
  970. description_search: 検索キーワード
  971. description_notes: コメント
  972. description_choose_project: プロジェクト
  973. description_query_sort_criteria_attribute: 項目
  974. description_wiki_subpages_reassign: 新しい親ページを選択してください
  975. description_selected_columns: 選択された項目
  976. error_scm_annotate_big_text_file: テキストファイルサイズの上限を超えているためアノテートできません。
  977. setting_default_issue_start_date_to_creation_date: 現在の日付を新しいチケットの開始日とする
  978. button_edit_section: このセクションを編集
  979. description_all_columns: すべての項目
  980. button_export: エクスポート
  981. label_export_options: "%{export_format} エクスポート設定"
  982. error_attachment_too_big: このファイルはアップロードできません。添付ファイルサイズの上限(%{max_size})を超えています。
  983. notice_failed_to_save_time_entries: "全%{total}件中%{count}件の作業時間が保存できませんでした: %{ids}。"
  984. label_x_issues:
  985. zero: 0 チケット
  986. one: 1 チケット
  987. other: "%{count} チケット"
  988. label_repository_new: 新しいリポジトリ
  989. field_repository_is_default: メインリポジトリ
  990. label_copy_attachments: 添付ファイルをコピー
  991. label_item_position: "%{position}/%{count}"
  992. label_completed_versions: 完了したバージョン
  993. text_project_identifier_info: アルファベット小文字(a-z)・数字・ハイフン・アンダースコアが使えます。<br />識別子は後で変更することはできません。
  994. field_multiple: 複数選択可
  995. setting_commit_cross_project_ref: 異なるプロジェクトのチケットの参照/修正を許可
  996. text_issue_conflict_resolution_add_notes: 自分の編集内容を破棄しコメントのみ追加
  997. text_issue_conflict_resolution_overwrite: 自分の編集内容の保存を強行 (他のユーザーの更新内容はコメントを除き上書きされます)
  998. notice_issue_update_conflict: このチケットを編集中に他のユーザーが更新しました。
  999. text_issue_conflict_resolution_cancel: 自分の編集内容を破棄し %{link} を再表示
  1000. permission_manage_related_issues: リビジョンとチケットの関連の管理
  1001. field_auth_source_ldap_filter: LDAPフィルタ
  1002. label_search_for_watchers: ウォッチャーを検索して追加
  1003. notice_account_deleted: アカウントが削除されました。
  1004. setting_unsubscribe: ユーザーによるアカウント削除を許可
  1005. button_delete_my_account: 自分のアカウントを削除
  1006. text_account_destroy_confirmation: |-
  1007. 本当にアカウントを削除しますか?
  1008. アカウントは恒久的に削除されます。削除後に再度アカウントを有効にする手段はありません。
  1009. error_session_expired: セッションが失効しました。ログインし直してください。
  1010. text_session_expiration_settings: "警告: この設定を変更すると現在有効なセッションが失効する可能性があります。"
  1011. setting_session_lifetime: 有効期間の最大値
  1012. setting_session_timeout: 無操作タイムアウト
  1013. label_session_expiration: セッション有効期間
  1014. permission_close_project: プロジェクトの終了/再開
  1015. button_close: 終了
  1016. button_reopen: 再開
  1017. project_status_active: 有効
  1018. project_status_closed: 終了
  1019. project_status_archived: アーカイブ
  1020. text_project_closed: このプロジェクトは終了しているため読み取り専用です。
  1021. notice_user_successful_create: ユーザー %{id} を作成しました。
  1022. field_core_fields: 標準フィールド
  1023. field_timeout: タイムアウト(秒単位)
  1024. setting_thumbnails_enabled: 添付ファイルのサムネイル画像を表示
  1025. setting_thumbnails_size: サムネイル画像の大きさ(ピクセル単位)
  1026. label_status_transitions: ステータスの遷移
  1027. label_fields_permissions: フィールドに対する権限
  1028. label_readonly: 読み取り専用
  1029. label_required: 必須
  1030. text_repository_identifier_info: アルファベット小文字(a-z)・数字・ハイフン・アンダースコアが使えます。<br />識別子は後で変更することはできません。
  1031. field_board_parent: 親フォーラム
  1032. label_attribute_of_project: プロジェクトの %{name}
  1033. label_attribute_of_author: 作成者の %{name}
  1034. label_attribute_of_assigned_to: 担当者の %{name}
  1035. label_attribute_of_fixed_version: 対象バージョンの %{name}
  1036. label_copy_subtasks: 子チケットをコピー
  1037. label_copied_to: コピー先
  1038. label_copied_from: コピー元
  1039. label_any_issues_in_project: 次のプロジェクト内のチケット
  1040. label_any_issues_not_in_project: 次のプロジェクト外のチケット
  1041. field_private_notes: プライベートコメント
  1042. permission_view_private_notes: プライベートコメントの閲覧
  1043. permission_set_notes_private: コメントのプライベート設定
  1044. label_no_issues_in_project: 次のプロジェクト内のチケットを除く
  1045. label_any: すべて
  1046. label_last_n_weeks: 直近%{count}週間
  1047. setting_cross_project_subtasks: 異なるプロジェクトのチケット間の親子関係を許可
  1048. label_cross_project_descendants: サブプロジェクト単位
  1049. label_cross_project_tree: プロジェクトツリー単位
  1050. label_cross_project_hierarchy: プロジェクト階層単位
  1051. label_cross_project_system: すべてのプロジェクト
  1052. button_hide: 隠す
  1053. setting_non_working_week_days: 休業日
  1054. label_in_the_next_days: 今後N日
  1055. label_in_the_past_days: 過去N日
  1056. label_attribute_of_user: ユーザーの %{name}
  1057. text_turning_multiple_off: この設定を無効にすると、複数選択されている値のうち1個だけが保持され残りは選択解除されます。
  1058. label_attribute_of_issue: チケットの %{name}
  1059. permission_add_documents: 文書の追加
  1060. permission_edit_documents: 文書の編集
  1061. permission_delete_documents: 文書の削除
  1062. setting_jsonp_enabled: JSONPを有効にする
  1063. field_inherit_members: メンバーを継承
  1064. field_closed_on: 終了日
  1065. field_generate_password: パスワードを自動生成
  1066. label_total_time: 合計
  1067. notice_account_not_activated_yet: アカウントが有効化されていません。アカウントを有効にするためのメールをもう一度受信したいときは<a href="%{url}">このリンクをクリックしてください</a>。
  1068. notice_account_locked: アカウントがロックされています
  1069. label_hidden: 非表示
  1070. label_visibility_private: 自分のみ
  1071. label_visibility_roles: 次のロールのみ
  1072. label_visibility_public: すべてのユーザー
  1073. field_must_change_passwd: 次回ログイン時にパスワード変更を強制
  1074. notice_new_password_must_be_different: 新しいパスワードは現在のパスワードと異なるものでなければなりません
  1075. setting_mail_handler_excluded_filenames: 除外する添付ファイル名
  1076. text_convert_available: ImageMagickのconvertコマンドが利用可能 (オプション)
  1077. label_link: リンク
  1078. label_only: 次のもののみ
  1079. label_drop_down_list: ドロップダウンリスト
  1080. label_checkboxes: チェックボックス
  1081. label_link_values_to: 値に設定するリンクURL
  1082. setting_force_default_language_for_anonymous: 匿名ユーザーにデフォルトの言語を強制
  1083. setting_force_default_language_for_loggedin: ログインユーザーにデフォルトの言語を強制
  1084. label_custom_field_select_type: カスタムフィールドを追加するオブジェクトを選択してください
  1085. label_issue_assigned_to_updated: 担当者の更新
  1086. label_check_for_updates: アップデートを確認
  1087. label_latest_compatible_version: 互換性のある最新バージョン
  1088. label_unknown_plugin: 不明なプラグイン
  1089. label_radio_buttons: ラジオボタン
  1090. label_group_anonymous: 匿名ユーザー
  1091. label_group_non_member: 非メンバー
  1092. label_add_projects: プロジェクトの追加
  1093. field_default_status: デフォルトのステータス
  1094. text_subversion_repository_note: '例: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1095. field_users_visibility: 表示できるユーザー
  1096. label_users_visibility_all: すべてのアクティブなユーザー
  1097. label_users_visibility_members_of_visible_projects: 見ることができるプロジェクトのメンバー
  1098. label_edit_attachments: 添付ファイルの編集
  1099. setting_link_copied_issue: チケットをコピーしたときに関連を設定
  1100. label_link_copied_issue: コピーしたチケットに関連を設定
  1101. label_ask: 都度選択
  1102. label_search_attachments_yes: 添付ファイルの名前と説明も検索
  1103. label_search_attachments_no: 添付ファイルを除外
  1104. label_search_attachments_only: 添付ファイルのみ検索
  1105. label_search_open_issues_only: 未完了のチケットのみ
  1106. field_address: メールアドレス
  1107. setting_max_additional_emails: 追加メールアドレス数の上限
  1108. label_email_address_plural: メールアドレス
  1109. label_email_address_add: メールアドレスの追加
  1110. label_enable_notifications: 通知を有効にする
  1111. label_disable_notifications: 通知を無効にする
  1112. setting_search_results_per_page: ページごとの検索結果表示件数
  1113. label_blank_value: 空
  1114. permission_copy_issues: チケットのコピー
  1115. error_password_expired: パスワードの有効期限が過ぎたか、システム管理者より変更を求められています。
  1116. field_time_entries_visibility: 表示できる作業時間
  1117. setting_password_max_age: パスワードの有効期限
  1118. label_parent_task_attributes: 親チケットの値の算出方法
  1119. label_parent_task_attributes_derived: 子チケットの値から算出
  1120. label_parent_task_attributes_independent: 子チケットから独立
  1121. label_time_entries_visibility_all: すべての作業時間
  1122. label_time_entries_visibility_own: 自分の作業時間
  1123. label_member_management: メンバーの管理
  1124. label_member_management_all_roles: すべてのロール
  1125. label_member_management_selected_roles_only: 次のロールのみ
  1126. label_password_required: この操作を続行するにはパスワードを入力してください
  1127. label_total_spent_time: 合計作業時間
  1128. notice_import_finished: "%{count}件のデータをすべてインポートしました"
  1129. notice_import_finished_with_errors: "全%{total}件中%{count}件のデータがインポートできませんでした"
  1130. error_invalid_file_encoding: このファイルのエンコーディングは正しい%{encoding}ではありません
  1131. error_invalid_csv_file_or_settings: このファイルはCSVファイルではないか、以下の設定と一致していません (%{value})
  1132. error_can_not_read_import_file: インポート元のファイルを読み込み中にエラーが発生しました
  1133. permission_import_issues: チケットのインポート
  1134. label_import_issues: チケットのインポート
  1135. label_select_file_to_import: インポートするファイルを選択してください
  1136. label_fields_separator: 区切り文字
  1137. label_fields_wrapper: 文字列の引用符
  1138. label_encoding: エンコーディング
  1139. label_comma_char: コンマ
  1140. label_semi_colon_char: セミコロン
  1141. label_quote_char: シングルクォート
  1142. label_double_quote_char: ダブルクォート
  1143. label_fields_mapping: フィールドの対応関係
  1144. label_file_content_preview: ファイル内容のプレビュー
  1145. label_create_missing_values: 存在しない値は新規作成
  1146. button_import: インポート
  1147. field_total_estimated_hours: 合計予定工数
  1148. label_api: API
  1149. label_total_plural: 合計
  1150. label_assigned_issues: 担当しているチケット
  1151. label_field_format_enumeration: キー・バリュー リスト
  1152. label_f_hour_short: '%{value}時間'
  1153. field_default_version: デフォルトのバージョン
  1154. error_attachment_extension_not_allowed: 拡張子が %{extension} のファイルの添付は禁止されています
  1155. setting_attachment_extensions_allowed: 許可する拡張子
  1156. setting_attachment_extensions_denied: 禁止する拡張子
  1157. label_any_open_issues: 未完了のチケット
  1158. label_no_open_issues: なし または完了したチケット
  1159. label_default_values_for_new_users: 新しいユーザーのデフォルト設定
  1160. error_ldap_bind_credentials: LDAPアカウント/パスワードが無効です
  1161. setting_sys_api_key: APIキー
  1162. setting_lost_password: パスワード再設定機能の使用を許可
  1163. mail_subject_security_notification: セキュリティ通知
  1164. mail_body_security_notification_change: ! '%{field} が変更されました。'
  1165. mail_body_security_notification_change_to: ! '%{field} が %{value} に変更されました。'
  1166. mail_body_security_notification_add: ! '%{field} に %{value} が追加されました。'
  1167. mail_body_security_notification_remove: ! '%{field} から %{value} が削除されました。'
  1168. mail_body_security_notification_notify_enabled: メールアドレス %{value} に今後の通知が送信されます。
  1169. mail_body_security_notification_notify_disabled: メールアドレス %{value} には今後は通知が送信されません。
  1170. mail_body_settings_updated: ! '下記の設定が変更されました:'
  1171. field_remote_ip: IPアドレス
  1172. label_wiki_page_new: 新しいWikiページ
  1173. label_relations: 関係
  1174. button_filter: フィルタ
  1175. mail_body_password_updated: パスワードが変更されました。
  1176. label_no_preview: このファイルはプレビューできません
  1177. error_no_tracker_allowed_for_new_issue_in_project: このプロジェクトにはチケットの追加が許可されているトラッカーがありません
  1178. label_tracker_all: すべてのトラッカー
  1179. label_new_project_issue_tab_enabled: '"新しいチケット" タブを表示'
  1180. setting_new_item_menu_tab: 新規オブジェクト作成タブ
  1181. label_new_object_tab_enabled: '"+" ドロップダウンを表示'
  1182. error_no_projects_with_tracker_allowed_for_new_issue: チケットを追加できるプロジェクトがありません
  1183. field_textarea_font: テキストエリアのフォント
  1184. label_font_default: デフォルト
  1185. label_font_monospace: 等幅
  1186. label_font_proportional: プロポーショナル
  1187. setting_timespan_format: 時間の形式
  1188. label_table_of_contents: 目次
  1189. setting_commit_logs_formatting: コミットメッセージにテキスト書式を適用
  1190. setting_mail_handler_enable_regex: 正規表現を使用
  1191. error_move_of_child_not_possible: '子チケット %{child} を指定されたプロジェクトに移動できませんでした: %{errors}'
  1192. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: 削除対象チケットへの作業時間の再割り当てはできません
  1193. setting_timelog_required_fields: 作業時間の必須入力フィールド
  1194. label_attribute_of_object: '%{object_name}の %{name}'
  1195. warning_fields_cleared_on_bulk_edit: この編集操作により次のフィールドの値がチケットから削除されます
  1196. field_updated_by: 更新者
  1197. field_last_updated_by: 最終更新者
  1198. field_full_width_layout: ワイド表示
  1199. label_last_notes: 最新のコメント
  1200. field_digest: チェックサム
  1201. field_default_assigned_to: デフォルトの担当者
  1202. setting_show_custom_fields_on_registration: アカウント登録画面でカスタムフィールドを表示
  1203. label_no_preview_alternative_html: このファイルはプレビューできません。 %{link} してください。
  1204. label_no_preview_download: ダウンロード
  1205. setting_close_duplicate_issues: 重複しているチケットを連動して終了
  1206. error_exceeds_maximum_hours_per_day: 作業時間は1日・1人あたり%{max_hours}時間を超えることはできません (すでに%{logged_hours}時間記録済み)
  1207. setting_time_entry_list_defaults: 作業時間の一覧で表示する項目
  1208. setting_timelog_accept_0_hours: 作業時間に0時間の入力を許可
  1209. setting_timelog_max_hours_per_day: 1日・1人あたりの作業時間の上限
  1210. label_x_revisions: "%{count}件の履歴"
  1211. error_can_not_delete_auth_source: この認証方式は使用中です。削除できません。
  1212. button_actions: 操作
  1213. text_login_required_html: 認証を必須としない場合、公開プロジェクトとその中の情報にはネットワーク上の誰もがアクセスできます。<a href="%{anonymous_role_path}">匿名ユーザーの権限を編集</a>できます。
  1214. label_login_required_yes: 'はい'
  1215. label_login_required_no: いいえ (匿名ユーザーに公開プロジェクトへのアクセスを許可)
  1216. text_project_is_public_non_member: 公開プロジェクトとその中の情報にはログイン済みの全ユーザーがアクセスできます。
  1217. text_project_is_public_anonymous: 公開プロジェクトとその中の情報にはネットワーク上の全ユーザーがアクセスできます。
  1218. label_version_and_files: バージョン (%{count}) とファイル
  1219. label_ldap: LDAP
  1220. label_ldaps_verify_none: LDAPS (証明書の検証なし)
  1221. label_ldaps_verify_peer: LDAPS
  1222. label_ldaps_warning: 認証処理中の盗聴や改ざんなどの攻撃を防ぐために、暗号化されたLDAPSによる通信 (証明書の検証あり) の使用をお勧めします。
  1223. label_nothing_to_preview: プレビューするものがありません
  1224. error_token_expired: パスワード再発行用のリンクはすでに失効しています。もう一度やり直してください。
  1225. error_spent_on_future_date: 未来日付の作業時間は入力できません
  1226. setting_timelog_accept_future_dates: 未来日付の作業時間の入力を許可
  1227. label_delete_link_to_subtask: 関連の削除
  1228. error_not_allowed_to_log_time_for_other_users: 他のユーザーの作業時間を入力する権限がありません
  1229. permission_log_time_for_other_users: 他のユーザーの作業時間の入力
  1230. text_role_no_workflow: このロールにワークフローが定義されていません
  1231. text_status_no_workflow: このステータスはどのトラッカーのワークフローでも使われていません
  1232. setting_mail_handler_preferred_body_part: マルチパート (HTML) メールの優先パート
  1233. setting_show_status_changes_in_mail_subject: 通知メールの題名にステータス変更の情報を挿入
  1234. label_inherited_from_parent_project: 親プロジェクトから継承
  1235. label_inherited_from_group: グループ %{name} から継承
  1236. label_trackers_description: トラッカーの説明
  1237. label_open_trackers_description: すべてのトラッカーの説明を表示
  1238. label_preferred_body_part_text: テキスト
  1239. label_preferred_body_part_html: HTML (experimental)
  1240. field_parent_issue_subject: 親チケットの題名
  1241. permission_edit_own_issues: 自分が追加したチケットの編集
  1242. text_select_apply_tracker: このトラッカーを適用
  1243. label_updated_issues: 更新したチケット
  1244. text_avatar_server_config_html: 現在のアバターサーバーは <a href="%{url}">%{url}</a> です。サーバーは config/configuration.yml で変更できます。
  1245. setting_gantt_months_limit: ガントチャート最大表示月数
  1246. permission_import_time_entries: 作業時間のインポート
  1247. label_import_notifications: インポート中のメール通知
  1248. text_gs_available: ImageMagickのPDFサポートが利用可能 (オプション)
  1249. field_recently_used_projects: 最近使用したプロジェクトの表示件数
  1250. label_optgroup_bookmarks: ブックマーク
  1251. label_optgroup_others: 他のプロジェクト
  1252. label_optgroup_recents: 最近使用したもの
  1253. button_project_bookmark: ブックマークに追加
  1254. button_project_bookmark_delete: ブックマークから削除
  1255. field_history_default_tab: チケットの履歴のデフォルトタブ
  1256. label_issue_history_properties: プロパティ更新履歴
  1257. label_issue_history_notes: コメント
  1258. label_last_tab_visited: 最後に開いたタブ
  1259. field_unique_id: Unique ID
  1260. text_no_subject: 題名なし
  1261. setting_password_required_char_classes: パスワードの必須文字種別
  1262. label_password_char_class_uppercase: 大文字
  1263. label_password_char_class_lowercase: 小文字
  1264. label_password_char_class_digits: 数字
  1265. label_password_char_class_special_chars: 記号
  1266. text_characters_must_contain: "%{character_classes}を含む必要があります。"
  1267. label_starts_with: 前方一致
  1268. label_ends_with: 後方一致
  1269. label_issue_fixed_version_updated: 対象バージョンの更新
  1270. setting_project_list_defaults: プロジェクトの一覧で表示する項目
  1271. label_display_type: 表示形式
  1272. label_display_type_list: リスト
  1273. label_display_type_board: ボード
  1274. label_my_bookmarks: My bookmarks
  1275. label_import_time_entries: 作業時間のインポート
  1276. field_toolbar_language_options: ツールバーのコードハイライトボタンで使用する言語
  1277. label_user_mail_notify_about_high_priority_issues_html: 優先度が <em>%{prio}</em> 以上のチケットについても通知
  1278. label_assign_to_me: 自分に割り当て
  1279. notice_issue_not_closable_by_open_tasks: 未完了の子チケットがあるためこのチケットは完了にできません。
  1280. notice_issue_not_closable_by_blocking_issue: 未完了のブロック元チケットがあるためこのチケットは完了にできません。
  1281. notice_issue_not_reopenable_by_closed_parent_issue: 親チケットが完了しているためこのチケットは未完了に戻せません。
  1282. error_bulk_download_size_too_big: これらの添付ファイルは一括ダウンロードできません。ファイルサイズの合計が上限(%{max_size})を超えています。
  1283. setting_bulk_download_max_size: 一括ダウンロードの合計ファイルサイズの上限
  1284. label_download_all_attachments: 一括ダウンロード
  1285. error_attachments_too_many: このファイルはアップロードできません。同時にアップロードできるファイル数の上限(%{max_number_of_files})を超えています。
  1286. setting_email_domains_allowed: 許可するメールアドレスのドメイン
  1287. setting_email_domains_denied: 禁止するメールアドレスのドメイン
  1288. field_passwd_changed_on: パスワード更新日
  1289. label_relations_mapping: 関連の対応関係
  1290. label_import_users: ユーザーのインポート
  1291. setting_twofa: 二要素認証
  1292. label_optional: 任意
  1293. label_required_lower: 必須
  1294. button_disable: 無効化
  1295. twofa__totp__name: 認証アプリ
  1296. twofa__totp__text_pairing_info_html: TOTPアプリ (<a href="https://support.google.com/accounts/answer/1066447">Google認証システム</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
  1297. Mobile</a> など) でQRコードを読み取るかテキストキーを入力してください。その後、アプリに表示されているコードをこの下の入力欄に入力して二要素認証を有効にしてください。
  1298. twofa__totp__label_plain_text_key: テキストキー
  1299. twofa__totp__label_activate: 二要素認証を有効にする
  1300. twofa_currently_active: '有効 (方式: %{twofa_scheme_name})'
  1301. twofa_not_active: 無効
  1302. twofa_label_code: コード
  1303. twofa_hint_disabled_html: <strong>%{label}</strong> に設定すると全ユーザーの二要素認証を無効にし認証デバイスの関連づけも解除します。
  1304. twofa_hint_required_html: <strong>%{label}</strong> に設定するとユーザーに対し二要素認証の有効化を次回ログイン時に要求します。
  1305. twofa_label_setup: 二要素認証の有効化
  1306. twofa_label_deactivation_confirmation: 二要素認証の無効化
  1307. twofa_notice_select: 'どの方式で二要素認証を行うか選択してください:'
  1308. twofa_warning_require: システム管理者が二要素認証を有効にすることを求めています。
  1309. twofa_activated: 二要素認証が有効になりました。このアカウント用の <a data-method="post" href="%{bc_path}">バックアップコードの生成</a> をお勧めします。
  1310. twofa_deactivated: 二要素認証が無効になりました。
  1311. twofa_mail_body_security_notification_paired: "%{field}による二要素認証が有効になりました。"
  1312. twofa_mail_body_security_notification_unpaired: あなたのアカウントの二要素認証が無効になりました。
  1313. twofa_mail_body_backup_codes_generated: 二要素認証の新しいバックアップコードが生成されました。
  1314. twofa_mail_body_backup_code_used: 二要素認証のバックアップコードが使用されました。
  1315. twofa_invalid_code: 認証コードが無効または期限切れです。
  1316. twofa_label_enter_otp: 二要素認証の認証コードを入力してください。
  1317. twofa_too_many_tries: 試行回数が多すぎます。
  1318. twofa_resend_code: 認証コードの再送信
  1319. twofa_code_sent: 認証コードを送信しました。
  1320. twofa_generate_backup_codes: バックアップコードの生成
  1321. twofa_text_generate_backup_codes_confirmation: この操作は既存のすべてのバックアップコードを無効化して新しく生成します。続行しますか?
  1322. twofa_notice_backup_codes_generated: バックアップコードを生成しました。
  1323. twofa_warning_backup_codes_generated_invalidated: 新しいバックアップコードを生成しました。%{time} に生成したバックアップコードは無効になりました。
  1324. twofa_label_backup_codes: 二要素認証のバックアップコード
  1325. twofa_text_backup_codes_hint: 二要素認証アプリが利用できないときは以下のコードを認証コードの代わりに使用してください。それぞれのコードは1回だけ使用できます。バックアップコードは印刷して安全な場所に保管しておくことをお勧めします。
  1326. twofa_text_backup_codes_created_at: "バックアップコード生成日時: %{datetime}"
  1327. twofa_backup_codes_already_shown: バックアップコードの再表示はできません。必要があれば<a data-method="post" href="%{bc_path}">新しいバックアップコードの生成</a>を行ってください。
  1328. error_can_not_execute_macro_html: マクロ <strong>%{name}</strong> の実行中にエラーが発生しました (%{error})
  1329. error_macro_does_not_accept_block: このマクロにはテキストブロックを渡せません
  1330. error_childpages_macro_no_argument: Wikiページ以外から呼び出す場合は引数が必要です
  1331. error_circular_inclusion: 挿入対象ページの循環参照
  1332. error_page_not_found: ページが見つかりません
  1333. error_filename_required: ファイル名が必要です
  1334. error_invalid_size_parameter: sizeパラメータが無効です
  1335. error_attachment_not_found: 添付ファイル %{name} が見つかりません
  1336. permission_delete_project: プロジェクトの削除
  1337. text_user_destroy_confirmation: 本当にこのユーザーとこのユーザーへのすべての参照を削除しますか? 削除後は元に戻せません。通常は削除よりロックのほうが適切です。削除する場合は確認のためログインID (%{login}) を入力してください。
  1338. text_project_destroy_enter_identifier: 確認のためプロジェクト識別子 (%{identifier}) を入力してください。
  1339. button_add_subtask: 子チケットを追加
  1340. notice_invalid_watcher: '無効なウォッチャー: このオブジェクトを表示できないユーザーですので通知は行われません。'
  1341. button_fetch_changesets: コミットを取得
  1342. permission_view_message_watchers: メッセージのウォッチャー一覧の閲覧
  1343. permission_add_message_watchers: メッセージのウォッチャーの追加
  1344. permission_delete_message_watchers: メッセージのウォッチャーの削除
  1345. label_message_watchers: ウォッチャー
  1346. button_copy_link: リンクをコピー
  1347. error_invalid_authenticity_token: Invalid form authenticity token.
  1348. error_query_statement_invalid: An error occurred while executing the query and has
  1349. been logged. Please report this error to your Redmine administrator.
  1350. permission_view_wiki_page_watchers: Wikiページのウォッチャー一覧の閲覧
  1351. permission_add_wiki_page_watchers: Wikiページのウォッチャーの追加
  1352. permission_delete_wiki_page_watchers: Wikiページのウォッチャーの削除
  1353. label_wiki_page_watchers: ウォッチャー
  1354. label_attachment_description: ファイルの説明
  1355. error_no_data_in_file: ファイルにデータが含まれていません
  1356. field_twofa_required: 二要素認証必須
  1357. twofa_hint_optional_html: <strong>%{label}</strong> に設定するとユーザーは必要に応じて二要素認証を有効化できます (所属するいずれかのグループで二要素認証必須に設定されている場合を除く)。
  1358. twofa_text_group_required: この設定は二要素認証 (管理→設定→認証) が '任意' に設定されている場合のみ利用できます。現在は二要素認証はすべてのユーザーに対して必須に設定されています。
  1359. twofa_text_group_disabled: この設定は二要素認証 (管理→設定→認証) が '任意' に設定されている場合のみ利用できます。現在は二要素認証は無効です。
  1360. field_default_issue_query: デフォルトのクエリ
  1361. label_default_queries:
  1362. for_all_projects: 全プロジェクト向け
  1363. for_current_project: 現在のプロジェクト
  1364. for_all_users: 全ユーザー向け
  1365. text_allowed_queries_to_select: 公開クエリ (すべてのユーザーが表示できるクエリ) のみ選択できます
  1366. text_all_migrations_have_been_run: すべてのデータベースマイグレーションが実行済
  1367. text_setting_config_change: 動作はconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。
  1368. button_create_and_follow: 作成後表示
  1369. label_subtask: 子チケット
  1370. label_default_query: デフォルトのクエリ
  1371. field_default_project_query: デフォルトのプロジェクトクエリ