##// END OF EJS Templates
Fixed the order of the japanese day names...
Jean-Philippe Lang -
r516:50429d0819e4
parent child
Show More
@@ -1,465 +1,465
1 1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2 2
3 3 actionview_datehelper_select_day_prefix:
4 actionview_datehelper_select_month_names: 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月
5 actionview_datehelper_select_month_names_abbr: 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月
4 actionview_datehelper_select_month_names: 1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月
5 actionview_datehelper_select_month_names_abbr: 1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月
6 6 actionview_datehelper_select_month_prefix:
7 7 actionview_datehelper_select_year_prefix:
8 8 actionview_datehelper_select_year_suffix:
9 9 actionview_datehelper_time_in_words_day: 1日
10 10 actionview_datehelper_time_in_words_day_plural: %d日間
11 11 actionview_datehelper_time_in_words_hour_about: 約1時間
12 12 actionview_datehelper_time_in_words_hour_about_plural: 約%d時間
13 13 actionview_datehelper_time_in_words_hour_about_single: 約1時間
14 14 actionview_datehelper_time_in_words_minute: 1分
15 15 actionview_datehelper_time_in_words_minute_half: 約30秒
16 16 actionview_datehelper_time_in_words_minute_less_than: 1分以内
17 17 actionview_datehelper_time_in_words_minute_plural: %d分
18 18 actionview_datehelper_time_in_words_minute_single: 1分
19 19 actionview_datehelper_time_in_words_second_less_than: 1秒以内
20 20 actionview_datehelper_time_in_words_second_less_than_plural: %d秒以内
21 21 actionview_instancetag_blank_option: 選んでください
22 22
23 23 activerecord_error_inclusion: がリストに含まれていません
24 24 activerecord_error_exclusion: が予約されています
25 25 activerecord_error_invalid: が無効です
26 26 activerecord_error_confirmation: 確認のパスワードと合っていません
27 27 activerecord_error_accepted: を承諾してください
28 28 activerecord_error_empty: が空です
29 29 activerecord_error_blank: が空白です
30 30 activerecord_error_too_long: が長すぎます
31 31 activerecord_error_too_short: が短かすぎます
32 32 activerecord_error_wrong_length: の長さが間違っています
33 33 activerecord_error_taken: はすでに登録されています
34 34 activerecord_error_not_a_number: が数字ではありません
35 35 activerecord_error_not_a_date: の日付が間違っています
36 36 activerecord_error_greater_than_start_date: を開始日より後にしてください
37 37 activerecord_error_not_same_project: doesn't belong to the same project
38 38 activerecord_error_circular_dependency: This relation would create a circular dependency
39 39
40 40 general_fmt_age: %d歳
41 41 general_fmt_age_plural: %d歳
42 42 general_fmt_date: %%Y年%%m月%%d日
43 43 general_fmt_datetime: %%Y年%%m月%%d日 %%H:%%M %%p
44 44 general_fmt_datetime_short: %%b %%d, %%H:%%M %%p
45 45 general_fmt_time: %%H:%%M %%p
46 46 general_text_No: 'いいえ'
47 47 general_text_Yes: 'はい'
48 48 general_text_no: 'いいえ'
49 49 general_text_yes: 'はい'
50 50 general_lang_name: 'Japanese (日本語)'
51 51 general_csv_separator: ','
52 52 general_csv_encoding: SJIS
53 53 general_pdf_encoding: SJIS
54 general_day_names: 日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日
54 general_day_names: 月曜日,火曜日,水曜日,木曜日,金曜日,土曜日,日曜日
55 55
56 56 notice_account_updated: アカウントが更新されました。
57 57 notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効
58 58 notice_account_password_updated: パスワードが更新されました。
59 59 notice_account_wrong_password: パスワードが違います
60 60 notice_account_register_done: アカウントが作成されました。
61 61 notice_account_unknown_email: ユーザが存在しません。
62 62 notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。
63 63 notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。
64 64 notice_account_activated: アカウントが有効になりました。ログインできます。
65 65 notice_successful_create: 作成しました。
66 66 notice_successful_update: 更新しました。
67 67 notice_successful_delete: 削除しました。
68 68 notice_successful_connection: 接続しました。
69 69 notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。
70 70 notice_locking_conflict: 別のユーザがデータを更新しています。
71 71 notice_scm_error: リポジトリに、エントリ/リビジョンが存在しません。
72 72 notice_not_authorized: You are not authorized to access this page.
73 73
74 74 mail_subject_lost_password: redMine パスワード
75 75 mail_subject_register: redMine アカウントが有効になりました
76 76
77 77 gui_validation_error: 1 件のエラー
78 78 gui_validation_error_plural: %d 件のエラー
79 79
80 80 field_name: 名前
81 81 field_description: 説明
82 82 field_summary: サマリ
83 83 field_is_required: 必須
84 84 field_firstname: 名前
85 85 field_lastname: 苗字
86 86 field_mail: メールアドレス
87 87 field_filename: ファイル
88 88 field_filesize: サイズ
89 89 field_downloads: ダウンロード
90 90 field_author: 起票者
91 91 field_created_on: 作成日
92 92 field_updated_on: 更新日
93 93 field_field_format: 書式
94 94 field_is_for_all: 全プロジェクト向け
95 95 field_possible_values: 選択肢
96 96 field_regexp: 正規表現
97 97 field_min_length: 最小値
98 98 field_max_length: 最大値
99 99 field_value:
100 100 field_category: カテゴリ
101 101 field_title: タイトル
102 102 field_project: プロジェクト
103 103 field_issue: 問題
104 104 field_status: ステータス
105 105 field_notes: 注記
106 106 field_is_closed: 終了した問題
107 107 field_is_default: デフォルトのステータス
108 108 field_html_color:
109 109 field_tracker: トラッカー
110 110 field_subject: 題名
111 111 field_due_date: 期限日
112 112 field_assigned_to: 担当者
113 113 field_priority: 優先度
114 114 field_fixed_version: 修正されたバージョン
115 115 field_user: ユーザ
116 116 field_role: 役割
117 117 field_homepage: ホームページ
118 118 field_is_public: 公開
119 119 field_parent: 親プロジェクト名
120 120 field_is_in_chlog: 変更記録に表示されている問題
121 121 field_is_in_roadmap: ロードマップに表示されている問題
122 122 field_login: ログイン
123 123 field_mail_notification: メール通知
124 124 field_admin: 管理者
125 125 field_last_login_on: 最終接続日
126 126 field_language: 言語
127 127 field_effective_date: 日付
128 128 field_password: パスワード
129 129 field_new_password: 新しいパスワード
130 130 field_password_confirmation: パスワードの確認
131 131 field_version: バージョン
132 132 field_type: タイプ
133 133 field_host: ホスト
134 134 field_port: ポート
135 135 field_account: アカウント
136 136 field_base_dn: Base DN
137 137 field_attr_login: ログイン名属性
138 138 field_attr_firstname: 名前属性
139 139 field_attr_lastname: 苗字属性
140 140 field_attr_mail: メール属性
141 141 field_onthefly: あわせてユーザを作成
142 142 field_start_date: 開始日
143 143 field_done_ratio: 進捗 %%
144 144 field_auth_source: 認証モード
145 145 field_hide_mail: メールアドレスを隠す
146 146 field_comments: コメント
147 147 field_url: URL
148 148 field_start_page: メインページ
149 149 field_subproject: サブプロジェクト
150 150 field_hours: 時間
151 151 field_activity: 活動
152 152 field_spent_on: 日付
153 153 field_identifier: 識別子
154 154 field_is_filter: Used as a filter
155 155 field_issue_to_id: Related issue
156 156 field_delay: Delay
157 157
158 158 setting_app_title: アプリケーションのタイトル
159 159 setting_app_subtitle: アプリケーションのサブタイトル
160 160 setting_welcome_text: ウェルカムメッセージ
161 161 setting_default_language: 既定の言語
162 162 setting_login_required: 認証が必要
163 163 setting_self_registration: ユーザは自分で登録できる
164 164 setting_attachment_max_size: 添付の最大サイズ
165 165 setting_issues_export_limit: 出力する問題数の上限
166 166 setting_mail_from: 送信元メールアドレス
167 167 setting_host_name: ホスト名
168 168 setting_text_formatting: テキストの書式
169 169 setting_wiki_compression: Wiki履歴を圧縮する
170 170 setting_feeds_limit: フィード内容の上限
171 171 setting_autofetch_changesets: SVNコミットを自動取得する
172 172 setting_sys_api_enabled: リポジトリ管理用のWeb Serviceを有効化する
173 173 setting_commit_ref_keywords: Referencing keywords
174 174 setting_commit_fix_keywords: Fixing keywords
175 175 setting_autologin: Autologin
176 176
177 177 label_user: ユーザ
178 178 label_user_plural: ユーザ
179 179 label_user_new: 新しいユーザ
180 180 label_project: プロジェクト
181 181 label_project_new: 新しいプロジェクト
182 182 label_project_plural: プロジェクト
183 183 label_project_latest: 最近のプロジェクト
184 184 label_issue: 問題
185 185 label_issue_new: 新しい問題
186 186 label_issue_plural: 問題
187 187 label_issue_view_all: 問題を全て見る
188 188 label_document: 文書
189 189 label_document_new: 新しい文書
190 190 label_document_plural: 文書
191 191 label_role: ロール
192 192 label_role_plural: ロール
193 193 label_role_new: 新しいロール
194 194 label_role_and_permissions: ロールと権限
195 195 label_member: メンバー
196 196 label_member_new: 新しいメンバー
197 197 label_member_plural: メンバー
198 198 label_tracker: トラッカー
199 199 label_tracker_plural: トラッカー
200 200 label_tracker_new: 新しいトラッカーを作成
201 201 label_workflow: ワークフロー
202 202 label_issue_status: 問題のステータス
203 203 label_issue_status_plural: 問題のステータス
204 204 label_issue_status_new: 新しいステータス
205 205 label_issue_category: 問題のカテゴリ
206 206 label_issue_category_plural: 問題のカテゴリ
207 207 label_issue_category_new: 新しいカテゴリ
208 208 label_custom_field: カスタムフィールド
209 209 label_custom_field_plural: カスタムフィールド
210 210 label_custom_field_new: 新しいカスタムフィールドを作成
211 211 label_enumerations: 列挙項目
212 212 label_enumeration_new: 新しい値
213 213 label_information: 情報
214 214 label_information_plural: 情報
215 215 label_please_login: ログインしてください
216 216 label_register: 登録する
217 217 label_password_lost: パスワードの再発行
218 218 label_home: ホーム
219 219 label_my_page: マイページ
220 220 label_my_account: マイアカウント
221 221 label_my_projects: マイプロジェクト
222 222 label_administration: 管理
223 223 label_login: ログイン
224 224 label_logout: ログアウト
225 225 label_help: ヘルプ
226 226 label_reported_issues: 報告した問題
227 227 label_assigned_to_me_issues: 担当している問題
228 228 label_last_login: 最近の接続
229 229 label_last_updates: 最近の更新 1 件
230 230 label_last_updates_plural: 最近の更新 %d 件
231 231 label_registered_on: 登録日
232 232 label_activity: 活動
233 233 label_new: 新しく作成
234 234 label_logged_as: ログイン中:
235 235 label_environment: 環境
236 236 label_authentication: 認証
237 237 label_auth_source: 認証モード
238 238 label_auth_source_new: 新しい認証モード
239 239 label_auth_source_plural: 認証モード
240 240 label_subproject_plural: サブプロジェクト
241 241 label_min_max_length: 最小値 - 最大値の長さ
242 242 label_list: リストから選択
243 243 label_date: 日付
244 244 label_integer: 整数
245 245 label_boolean: 真偽値
246 246 label_string: テキスト
247 247 label_text: 長いテキスト
248 248 label_attribute: 属性
249 249 label_attribute_plural: 属性
250 250 label_download: %d ダウンロード
251 251 label_download_plural: %d ダウンロード
252 252 label_no_data: 表示するデータがありません
253 253 label_change_status: ステータスの変更
254 254 label_history: 履歴
255 255 label_attachment: ファイル
256 256 label_attachment_new: 新しいファイル
257 257 label_attachment_delete: ファイルを削除
258 258 label_attachment_plural: ファイル
259 259 label_report: レポート
260 260 label_report_plural: レポート
261 261 label_news: ニュース
262 262 label_news_new: ニュースを追加
263 263 label_news_plural: ニュース
264 264 label_news_latest: 最新ニュース
265 265 label_news_view_all: 全てのニュースを見る
266 266 label_change_log: 変更記録
267 267 label_settings: 設定
268 268 label_overview: 概要
269 269 label_version: バージョン
270 270 label_version_new: 新しいバージョン
271 271 label_version_plural: バージョン
272 272 label_confirmation: 確認
273 273 label_export_to: 他の形式に出力
274 274 label_read: 読む...
275 275 label_public_projects: 公開プロジェクト
276 276 label_open_issues: 未完了
277 277 label_open_issues_plural: 未完了
278 278 label_closed_issues: 終了
279 279 label_closed_issues_plural: 終了
280 280 label_total: 合計
281 281 label_permissions: 権限
282 282 label_current_status: 現在のステータス
283 283 label_new_statuses_allowed: ステータスの移行先
284 284 label_all: 全て
285 285 label_none: なし
286 286 label_next:
287 287 label_previous:
288 288 label_used_by: 使用中
289 289 label_details: 詳細...
290 290 label_add_note: 注記を追加
291 291 label_per_page: ページ毎
292 292 label_calendar: カレンダー
293 293 label_months_from: ヶ月 from
294 294 label_gantt: ガントチャート
295 295 label_internal: Internal
296 296 label_last_changes: 最新の変更 %d 件
297 297 label_change_view_all: 全ての変更を見る
298 298 label_personalize_page: このページをパーソナライズする
299 299 label_comment: コメント
300 300 label_comment_plural: コメント
301 301 label_comment_add: コメント追加
302 302 label_comment_added: 追加されたコメント
303 303 label_comment_delete: コメント削除
304 304 label_query: カスタムクエリ
305 305 label_query_plural: カスタムクエリ
306 306 label_query_new: 新しいクエリ
307 307 label_filter_add: フィルタ追加
308 308 label_filter_plural: フィルタ
309 309 label_equals: 等しい
310 310 label_not_equals: 等しくない
311 311 label_in_less_than: 残日数がこれより多い
312 312 label_in_more_than: 残日数がこれより少ない
313 313 label_in: 残日数
314 314 label_today: 今日
315 315 label_less_than_ago: 経過日数がこれより少ない
316 316 label_more_than_ago: 経過日数がこれより多い
317 317 label_ago: 日前
318 318 label_contains: 含む
319 319 label_not_contains: 含まない
320 320 label_day_plural:
321 321 label_repository: SVNリポジトリ
322 322 label_browse: ブラウズ
323 323 label_modification: %d 点の変更
324 324 label_modification_plural: %d 点の変更
325 325 label_revision: リビジョン
326 326 label_revision_plural: リビジョン
327 327 label_added: 追加
328 328 label_modified: 変更
329 329 label_deleted: 削除
330 330 label_latest_revision: 最新リビジョン
331 331 label_latest_revision_plural: 最新リビジョン
332 332 label_view_revisions: リビジョンを見る
333 333 label_max_size: 最大サイズ
334 334 label_on:
335 335 label_sort_highest: 一番上へ
336 336 label_sort_higher: 上へ
337 337 label_sort_lower: 下へ
338 338 label_sort_lowest: 一番下へ
339 339 label_roadmap: ロードマップ
340 340 label_roadmap_due_in: 期日まで
341 341 label_roadmap_no_issues: このバージョンに向けての問題はありません
342 342 label_search: 検索
343 343 label_result: %d 件の結果
344 344 label_result_plural: %d 件の結果
345 345 label_all_words: すべての単語
346 346 label_wiki: Wiki
347 347 label_wiki_edit: Wiki編集
348 348 label_wiki_edit_plural: Wiki編集
349 349 label_page_index: 索引
350 350 label_current_version: 最新版
351 351 label_preview: プレビュー
352 352 label_feed_plural: フィード
353 353 label_changes_details: 全変更の詳細
354 354 label_issue_tracking: 問題トラッキング
355 355 label_spent_time: 経過時間
356 356 label_f_hour: %.2f 時間
357 357 label_f_hour_plural: %.2f 時間
358 358 label_time_tracking: 時間トラッキング
359 359 label_change_plural: 変更
360 360 label_statistics: 統計
361 361 label_commits_per_month: 月別のコミット
362 362 label_commits_per_author: 起票者別のコミット
363 363 label_view_diff: 差分を見る
364 364 label_diff_inline: インライン
365 365 label_diff_side_by_side: 横に並べる
366 366 label_options: オプション
367 367 label_copy_workflow_from: ワークフローをここからコピー
368 368 label_permissions_report: 権限レポート
369 369 label_watched_issues: Watched issues
370 370 label_related_issues: Related issues
371 371 label_applied_status: Applied status
372 372 label_loading: Loading...
373 373 label_relation_new: New relation
374 374 label_relation_delete: Delete relation
375 375 label_relates_to: related tp
376 376 label_duplicates: duplicates
377 377 label_blocks: blocks
378 378 label_blocked_by: blocked by
379 379 label_precedes: precedes
380 380 label_follows: follows
381 381 label_end_to_start: start to end
382 382 label_end_to_end: end to end
383 383 label_start_to_start: start to start
384 384 label_start_to_end: start to end
385 385 label_stay_logged_in: Stay logged in
386 386 label_disabled: disabled
387 387 label_show_completed_versions: Show completed versions
388 388
389 389 button_login: ログイン
390 390 button_submit: 変更
391 391 button_save: 保存
392 392 button_check_all: チェックを全部つける
393 393 button_uncheck_all: チェックを全部外す
394 394 button_delete: 削除
395 395 button_create: 作成
396 396 button_test: テスト
397 397 button_edit: 編集
398 398 button_add: 追加
399 399 button_change: 変更
400 400 button_apply: 適用
401 401 button_clear: クリア
402 402 button_lock: ロック
403 403 button_unlock: アンロック
404 404 button_download: ダウンロード
405 405 button_list: 一覧
406 406 button_view: 見る
407 407 button_move: 移動
408 408 button_back: 戻る
409 409 button_cancel: キャンセル
410 410 button_activate: 有効にする
411 411 button_sort: ソート
412 412 button_log_time: 時間を記録
413 413 button_rollback: このバージョンにロールバック
414 414 button_watch: Watch
415 415 button_unwatch: Unwatch
416 416
417 417 status_active: 有効
418 418 status_registered: 登録
419 419 status_locked: ロック
420 420
421 421 text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。
422 422 text_regexp_info: 例) ^[A-Z0-9]+$
423 423 text_min_max_length_info: 0だと無制限になります
424 424 text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除したいのですか?
425 425 text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください
426 426 text_are_you_sure: 本当に?
427 427 text_journal_changed: %s から %s への変更
428 428 text_journal_set_to: %s にセット
429 429 text_journal_deleted: 削除
430 430 text_tip_task_begin_day: この日に開始するタスク
431 431 text_tip_task_end_day: この日に終了するタスク
432 432 text_tip_task_begin_end_day: この日のうちに開始して終了するタスク
433 433 text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。'
434 434 text_caracters_maximum: 最大 %d 文字です。
435 435 text_length_between: 長さは %d から %d 文字までです。
436 436 text_tracker_no_workflow: このトラッカーにワークフローが定義されていません
437 437 text_unallowed_characters: Unallowed characters
438 438 text_coma_separated: Multiple values allowed (coma separated).
439 439 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
440 440
441 441 default_role_manager: 管理者
442 442 default_role_developper: 開発者
443 443 default_role_reporter: 報告者
444 444 default_tracker_bug: バグ
445 445 default_tracker_feature: 機能
446 446 default_tracker_support: サポート
447 447 default_issue_status_new: 新規
448 448 default_issue_status_assigned: 担当
449 449 default_issue_status_resolved: 解決
450 450 default_issue_status_feedback: フィードバック
451 451 default_issue_status_closed: 終了
452 452 default_issue_status_rejected: 却下
453 453 default_doc_category_user: ユーザ文書
454 454 default_doc_category_tech: 技術文書
455 455 default_priority_low: 低め
456 456 default_priority_normal: 通常
457 457 default_priority_high: 高め
458 458 default_priority_urgent: 急いで
459 459 default_priority_immediate: 今すぐ
460 460 default_activity_design: デザイン作業
461 461 default_activity_development: 開発作業
462 462
463 463 enumeration_issue_priorities: 問題の優先度
464 464 enumeration_doc_categories: 文書カテゴリ
465 465 enumeration_activities: 作業分類 (時間トラッキング)
General Comments 0
You need to be logged in to leave comments. Login now