@@ -0,0 +1,6 | |||||
|
1 | <%= @added_to %> | |||
|
2 | <%= @attachments.size %> ファイルが追加されました。 | |||
|
3 | <% @attachments.each do |attachment | %> | |||
|
4 | - <%= attachment.filename %><% end %> | |||
|
5 | ||||
|
6 | <%= @url %> No newline at end of file |
@@ -0,0 +1,4 | |||||
|
1 | 文書が <%= @document.project.name %> (<%= @document.category.name %>) に追加されました: | |||
|
2 | <%= l(:field_title) %>: <%= @document.title %> | |||
|
3 | ||||
|
4 | http://<%= Setting.host_name %>/documents/show/<%= @document.id %> No newline at end of file |
@@ -0,0 +1,3 | |||||
|
1 | 問題 #<%= @issue.id %> が報告されました。 | |||
|
2 | ---------------------------------------- | |||
|
3 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
@@ -0,0 +1,8 | |||||
|
1 | 問題 #<%= @issue.id %> が更新されました。 | |||
|
2 | <%= @journal.user.name %> | |||
|
3 | <% for detail in @journal.details %> | |||
|
4 | <%= show_detail(detail, true) %> | |||
|
5 | <% end %> | |||
|
6 | <%= @journal.notes if @journal.notes? %> | |||
|
7 | ---------------------------------------- | |||
|
8 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
@@ -0,0 +1,3 | |||||
|
1 | パスワードを変更するには、以下のリンクをたどってください: | |||
|
2 | ||||
|
3 | http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> No newline at end of file |
@@ -0,0 +1,3 | |||||
|
1 | redMine アカウントをアクティブにするには、以下のリンクをたどってください: | |||
|
2 | ||||
|
3 | http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> No newline at end of file |
@@ -0,0 +1,378 | |||||
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |||
|
2 | ||||
|
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月 | |||
|
6 | actionview_datehelper_select_month_prefix: | |||
|
7 | actionview_datehelper_select_year_prefix: | |||
|
8 | actionview_datehelper_select_year_suffix: 月 | |||
|
9 | actionview_datehelper_time_in_words_day: 1日 | |||
|
10 | actionview_datehelper_time_in_words_day_plural: %d日間 | |||
|
11 | actionview_datehelper_time_in_words_hour_about: 約1時間 | |||
|
12 | actionview_datehelper_time_in_words_hour_about_plural: 約%d時間 | |||
|
13 | actionview_datehelper_time_in_words_hour_about_single: 約1時間 | |||
|
14 | actionview_datehelper_time_in_words_minute: 1分 | |||
|
15 | actionview_datehelper_time_in_words_minute_half: 約30秒 | |||
|
16 | actionview_datehelper_time_in_words_minute_less_than: 1分以内 | |||
|
17 | actionview_datehelper_time_in_words_minute_plural: %d分 | |||
|
18 | actionview_datehelper_time_in_words_minute_single: 1分 | |||
|
19 | actionview_datehelper_time_in_words_second_less_than: 1秒以内 | |||
|
20 | actionview_datehelper_time_in_words_second_less_than_plural: %d秒以内 | |||
|
21 | actionview_instancetag_blank_option: 選んでください | |||
|
22 | ||||
|
23 | activerecord_error_inclusion: がリストに含まれていません | |||
|
24 | activerecord_error_exclusion: が予約されています | |||
|
25 | activerecord_error_invalid: が無効です | |||
|
26 | activerecord_error_confirmation: 確認のパスワードと合っていません | |||
|
27 | activerecord_error_accepted: must be accepted | |||
|
28 | activerecord_error_empty: が空です | |||
|
29 | activerecord_error_blank: が空白です | |||
|
30 | activerecord_error_too_long: が長すぎます | |||
|
31 | activerecord_error_too_short: が短かすぎます | |||
|
32 | activerecord_error_wrong_length: の長さが間違っています | |||
|
33 | activerecord_error_taken: has already been taken | |||
|
34 | activerecord_error_not_a_number: が数字ではありません | |||
|
35 | activerecord_error_not_a_date: の日付が間違っています | |||
|
36 | activerecord_error_greater_than_start_date: を開始日より後にしてください | |||
|
37 | ||||
|
38 | general_fmt_age: %d歳 | |||
|
39 | general_fmt_age_plural: %d歳 | |||
|
40 | general_fmt_date: %%Y年%%m月%%d日 | |||
|
41 | general_fmt_datetime: %%Y年%%月%%d日 %%H:%%M %%p | |||
|
42 | general_fmt_datetime_short: %%b %%d, %%H:%%M %%p | |||
|
43 | general_fmt_time: %%H:%%M %%p | |||
|
44 | general_text_No: 'いいえ' | |||
|
45 | general_text_Yes: 'はい' | |||
|
46 | general_text_no: 'いいえ' | |||
|
47 | general_text_yes: 'はい' | |||
|
48 | general_lang_ja: 'Japanese (日本語)' | |||
|
49 | general_csv_separator: ',' | |||
|
50 | general_day_names: 日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日 | |||
|
51 | ||||
|
52 | notice_account_updated: アカウントが更新されました。 | |||
|
53 | notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 | |||
|
54 | notice_account_password_updated: パスワードが更新されました。 | |||
|
55 | notice_account_wrong_password: パスワードが違います | |||
|
56 | notice_account_register_done: アカウントが作成されました。 | |||
|
57 | notice_account_unknown_email: ユーザが存在しません。 | |||
|
58 | notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。 | |||
|
59 | notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。 | |||
|
60 | notice_account_activated: アカウントが有効になりました。ログインできます。 | |||
|
61 | notice_successful_create: 作成しました。 | |||
|
62 | notice_successful_update: 更新しました。 | |||
|
63 | notice_successful_delete: 削除しました。 | |||
|
64 | notice_successful_connection: 接続しました。 | |||
|
65 | notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。 | |||
|
66 | notice_locking_conflict: 別のユーザがデータを更新しています。 | |||
|
67 | notice_scm_error: リポジトリに、エントリ/リビジョンが存在しません。 | |||
|
68 | ||||
|
69 | mail_subject_lost_password: redMine パスワード | |||
|
70 | mail_subject_register: redMine アカウントが有効になりました | |||
|
71 | ||||
|
72 | gui_validation_error: 1 件のエラー | |||
|
73 | gui_validation_error_plural: %d 件のエラー | |||
|
74 | ||||
|
75 | field_name: 名前 | |||
|
76 | field_description: 説明 | |||
|
77 | field_summary: サマリ | |||
|
78 | field_is_required: 必須 | |||
|
79 | field_firstname: 名前 | |||
|
80 | field_lastname: 苗字 | |||
|
81 | field_mail: Email | |||
|
82 | field_filename: ファイル | |||
|
83 | field_filesize: サイズ | |||
|
84 | field_downloads: ダウンロード | |||
|
85 | field_author: 起票者 | |||
|
86 | field_created_on: 作成日 | |||
|
87 | field_updated_on: 更新日 | |||
|
88 | field_field_format: 書式 | |||
|
89 | field_is_for_all: 全プロジェクト向け | |||
|
90 | field_possible_values: 選択肢 | |||
|
91 | field_regexp: 正規表現 | |||
|
92 | field_min_length: 最小値 | |||
|
93 | field_max_length: 最大値 | |||
|
94 | field_value: 値 | |||
|
95 | field_category: カテゴリ | |||
|
96 | field_title: タイトル | |||
|
97 | field_project: プロジェクト | |||
|
98 | field_issue: 問題 | |||
|
99 | field_status: ステータス | |||
|
100 | field_notes: 注記 | |||
|
101 | field_is_closed: 終了した問題 | |||
|
102 | field_is_default: デフォルトのステータス | |||
|
103 | field_html_color: 色 | |||
|
104 | field_tracker: トラッカー | |||
|
105 | field_subject: 題名 | |||
|
106 | field_due_date: 期限日 | |||
|
107 | field_assigned_to: 担当者 | |||
|
108 | field_priority: 優先度 | |||
|
109 | field_fixed_version: 修正されたバージョン | |||
|
110 | field_user: ユーザ | |||
|
111 | field_role: 役割 | |||
|
112 | field_homepage: ホームページ | |||
|
113 | field_is_public: 公開 | |||
|
114 | field_parent: 親プロジェクト名 | |||
|
115 | field_is_in_chlog: 変更記録に表示されている問題 | |||
|
116 | field_login: ログイン | |||
|
117 | field_mail_notification: メール通知 | |||
|
118 | field_admin: 管理者 | |||
|
119 | field_locked: Locked | |||
|
120 | field_last_login_on: 最終接続日 | |||
|
121 | field_language: 言語 | |||
|
122 | field_effective_date: Date | |||
|
123 | field_password: パスワード | |||
|
124 | field_new_password: 新しいパスワード | |||
|
125 | field_password_confirmation: パスワードの確認 | |||
|
126 | field_version: バージョン | |||
|
127 | field_type: Type | |||
|
128 | field_host: ホスト | |||
|
129 | field_port: ポート | |||
|
130 | field_account: アカウント | |||
|
131 | field_base_dn: Base DN | |||
|
132 | field_attr_login: ログイン名属性 | |||
|
133 | field_attr_firstname: 名前属性 | |||
|
134 | field_attr_lastname: 苗字属性 | |||
|
135 | field_attr_mail: メール属性 | |||
|
136 | field_onthefly: On-the-fly user creation | |||
|
137 | field_start_date: 開始日 | |||
|
138 | field_done_ratio: 進捗 %% | |||
|
139 | field_auth_source: 認証モード | |||
|
140 | field_hide_mail: Emailアドレスを隠す | |||
|
141 | field_comment: コメント | |||
|
142 | field_url: URL | |||
|
143 | ||||
|
144 | setting_app_title: アプリケーションのタイトル | |||
|
145 | setting_app_subtitle: アプリケーションのサブタイトル | |||
|
146 | setting_welcome_text: ウェルカムメッセージ | |||
|
147 | setting_default_language: 既定の言語 | |||
|
148 | setting_login_required: 認証が必要 | |||
|
149 | setting_self_registration: ユーザは自分で登録できる | |||
|
150 | setting_attachment_max_size: 添付の最大サイズ | |||
|
151 | setting_issues_export_limit: 出力する問題数の上限 | |||
|
152 | setting_mail_from: Emission メールアドレス | |||
|
153 | setting_host_name: ホスト名 | |||
|
154 | setting_text_formatting: テキストの書式 | |||
|
155 | ||||
|
156 | label_user: ユーザ | |||
|
157 | label_user_plural: ユーザ | |||
|
158 | label_user_new: 新しいユーザ | |||
|
159 | label_project: プロジェクト | |||
|
160 | label_project_new: 新しいプロジェクト | |||
|
161 | label_project_plural: プロジェクト | |||
|
162 | label_project_latest: 最近のプロジェクト | |||
|
163 | label_issue: 問題 | |||
|
164 | label_issue_new: 新しい問題 | |||
|
165 | label_issue_plural: 問題 | |||
|
166 | label_issue_view_all: 問題を全て見る | |||
|
167 | label_document: 文書 | |||
|
168 | label_document_new: 新しい文書 | |||
|
169 | label_document_plural: 文書 | |||
|
170 | label_role: ロール | |||
|
171 | label_role_plural: ロール | |||
|
172 | label_role_new: 新しいロール | |||
|
173 | label_role_and_permissions: ロールと権限 | |||
|
174 | label_member: メンバー | |||
|
175 | label_member_new: 新しいメンバー | |||
|
176 | label_member_plural: メンバー | |||
|
177 | label_tracker: トラッカー | |||
|
178 | label_tracker_plural: トラッカー | |||
|
179 | label_tracker_new: 新しいトラッカーを作成 | |||
|
180 | label_workflow: ワークフロー | |||
|
181 | label_issue_status: 問題の状態 | |||
|
182 | label_issue_status_plural: 問題の状態 | |||
|
183 | label_issue_status_new: 新しい状態 | |||
|
184 | label_issue_category: 問題のカテゴリ | |||
|
185 | label_issue_category_plural: 問題のカテゴリ | |||
|
186 | label_issue_category_new: 新しいカテゴリ | |||
|
187 | label_custom_field: カスタムフィールド | |||
|
188 | label_custom_field_plural: カスタムフィールド | |||
|
189 | label_custom_field_new: 新しいカスタムフィールドを作成 | |||
|
190 | label_enumerations: 列挙項目 | |||
|
191 | label_enumeration_new: 新しい値 | |||
|
192 | label_information: 情報 | |||
|
193 | label_information_plural: 情報 | |||
|
194 | label_please_login: ログインしてください | |||
|
195 | label_register: 登録する | |||
|
196 | label_password_lost: パスワードの再発行 | |||
|
197 | label_home: ホーム | |||
|
198 | label_my_page: マイページ | |||
|
199 | label_my_account: マイアカウント | |||
|
200 | label_my_projects: マイプロジェクト | |||
|
201 | label_administration: 管理 | |||
|
202 | label_login: ログイン | |||
|
203 | label_logout: ログアウト | |||
|
204 | label_help: ヘルプ | |||
|
205 | label_reported_issues: 報告されている問題 | |||
|
206 | label_assigned_to_me_issues: 担当している問題 | |||
|
207 | label_last_login: 最近の接続 | |||
|
208 | label_last_updates: 最近の更新 1 件 | |||
|
209 | label_last_updates_plural: 最近の更新 %d 件 | |||
|
210 | label_registered_on: 登録日 | |||
|
211 | label_activity: 活動 | |||
|
212 | label_new: 新しく作成 | |||
|
213 | label_logged_as: ログイン中: | |||
|
214 | label_environment: 環境 | |||
|
215 | label_authentication: 認証 | |||
|
216 | label_auth_source: 認証モード | |||
|
217 | label_auth_source_new: 新しい認証モード | |||
|
218 | label_auth_source_plural: 認証モード | |||
|
219 | label_subproject: サブプロジェクト | |||
|
220 | label_subproject_plural: サブプロジェクト | |||
|
221 | label_min_max_length: 最小値 - 最大値の長さ | |||
|
222 | label_list: リストから選択 | |||
|
223 | label_date: 日付 | |||
|
224 | label_integer: 整数 | |||
|
225 | label_boolean: 真偽値 | |||
|
226 | label_string: テキスト | |||
|
227 | label_text: 長いテキスト | |||
|
228 | label_attribute: 属性 | |||
|
229 | label_attribute_plural: 属性 | |||
|
230 | label_download: %d ダウンロード | |||
|
231 | label_download_plural: %d ダウンロード | |||
|
232 | label_no_data: 表示するデータがありません | |||
|
233 | label_change_status: 変更の状況 | |||
|
234 | label_history: 履歴 | |||
|
235 | label_attachment: ファイル | |||
|
236 | label_attachment_new: 新しいファイル | |||
|
237 | label_attachment_delete: ファイルを削除 | |||
|
238 | label_attachment_plural: ファイル | |||
|
239 | label_report: レポート | |||
|
240 | label_report_plural: レポート | |||
|
241 | label_news: ニュース | |||
|
242 | label_news_new: ニュースを追加 | |||
|
243 | label_news_plural: ニュース | |||
|
244 | label_news_latest: 最新ニュース | |||
|
245 | label_news_view_all: 全てのニュースを見る | |||
|
246 | label_change_log: 変更記録 | |||
|
247 | label_settings: 設定 | |||
|
248 | label_overview: 概要 | |||
|
249 | label_version: バージョン | |||
|
250 | label_version_new: 新しいバージョン | |||
|
251 | label_version_plural: バージョン | |||
|
252 | label_confirmation: 確認 | |||
|
253 | label_export_to: 他の形式に出力 | |||
|
254 | label_read: 読む... | |||
|
255 | label_public_projects: 公開プロジェクト | |||
|
256 | label_open_issues: 未着手 | |||
|
257 | label_open_issues_plural: 未着手 | |||
|
258 | label_closed_issues: 終了 | |||
|
259 | label_closed_issues_plural: 終了 | |||
|
260 | label_total: 合計 | |||
|
261 | label_permissions: 権限 | |||
|
262 | label_current_status: 現在の状態 | |||
|
263 | label_new_statuses_allowed: 状態の移行先 | |||
|
264 | label_all: 全て | |||
|
265 | label_none: なし | |||
|
266 | label_next: 次 | |||
|
267 | label_previous: 前 | |||
|
268 | label_used_by: 使用中 | |||
|
269 | label_details: 詳細... | |||
|
270 | label_add_note: 注記を追加 | |||
|
271 | label_per_page: ページ毎 | |||
|
272 | label_calendar: カレンダー | |||
|
273 | label_months_from: ヶ月 from | |||
|
274 | label_gantt: ガントチャート | |||
|
275 | label_internal: Internal | |||
|
276 | label_last_changes: 最新の変更 %d 件 | |||
|
277 | label_change_view_all: 全ての変更を見る | |||
|
278 | label_personalize_page: このページをパーソナライズする | |||
|
279 | label_comment: コメント | |||
|
280 | label_comment_plural: コメント | |||
|
281 | label_comment_add: コメント追加 | |||
|
282 | label_comment_added: 追加されたコメント | |||
|
283 | label_comment_delete: コメント削除 | |||
|
284 | label_query: カスタムクエリ | |||
|
285 | label_query_plural: カスタムクエリ | |||
|
286 | label_query_new: 新しいクエリ | |||
|
287 | label_filter_add: フィルタ追加 | |||
|
288 | label_filter_plural: フィルタ | |||
|
289 | label_equals: 等しい | |||
|
290 | label_not_equals: 等しくない | |||
|
291 | label_in_less_than: 残日数がこれより多い | |||
|
292 | label_in_more_than: 残日数がこれより少ない | |||
|
293 | label_in: 残日数 | |||
|
294 | label_today: 今日 | |||
|
295 | label_less_than_ago: 経過日数がこれより少ない | |||
|
296 | label_more_than_ago: 経過日数がこれより多い | |||
|
297 | label_ago: 日前 | |||
|
298 | label_contains: 含む | |||
|
299 | label_not_contains: 含まない | |||
|
300 | label_day_plural: 日 | |||
|
301 | label_repository: SVNリポジトリ | |||
|
302 | label_browse: ブラウズ | |||
|
303 | label_modification: %d点の変更 | |||
|
304 | label_modification_plural: %d点の変更 | |||
|
305 | label_revision: リビジョン | |||
|
306 | label_revision_plural: リビジョン | |||
|
307 | label_added: 追加された | |||
|
308 | label_modified: 変更された | |||
|
309 | label_deleted: 削除された | |||
|
310 | label_latest_revision: 最新リビジョン | |||
|
311 | label_view_revisions: リビジョンを見る | |||
|
312 | label_max_size: 最大サイズ | |||
|
313 | label_on: 他 | |||
|
314 | label_sort_highest: 一番上へ | |||
|
315 | label_sort_higher: 上へ | |||
|
316 | label_sort_lower: 下へ | |||
|
317 | label_sort_lowest: 一番下へ | |||
|
318 | label_roadmap: ロードマップ | |||
|
319 | ||||
|
320 | button_login: ログイン | |||
|
321 | button_submit: 変更 | |||
|
322 | button_save: 保存 | |||
|
323 | button_check_all: チェックを全部つける | |||
|
324 | button_uncheck_all: チェックを全部外す | |||
|
325 | button_delete: 削除 | |||
|
326 | button_create: 作成 | |||
|
327 | button_test: テスト | |||
|
328 | button_edit: 編集 | |||
|
329 | button_add: 追加 | |||
|
330 | button_change: 変更 | |||
|
331 | button_apply: 適用 | |||
|
332 | button_clear: クリア | |||
|
333 | button_lock: ロック | |||
|
334 | button_unlock: アンロック | |||
|
335 | button_download: ダウンロード | |||
|
336 | button_list: 一覧 | |||
|
337 | button_view: 見る | |||
|
338 | button_move: 移動 | |||
|
339 | button_back: 戻る | |||
|
340 | button_cancel: キャンセル | |||
|
341 | button_activate: 有効にする | |||
|
342 | button_sort: ソート | |||
|
343 | ||||
|
344 | text_select_mail_notifications: どのメール通知を送信するかアクションを選択してください。 | |||
|
345 | text_regexp_info: 例) ^[A-Z0-9]+$ | |||
|
346 | text_min_max_length_info: 0だと無制限になります | |||
|
347 | text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除したいのですか? | |||
|
348 | text_workflow_edit: ワークフローを編集するロールとtrackerを選んでください | |||
|
349 | text_are_you_sure: 本当に? | |||
|
350 | text_journal_changed: %s から %s への変更 | |||
|
351 | text_journal_set_to: %s にセット | |||
|
352 | text_journal_deleted: 削除 | |||
|
353 | text_tip_task_begin_day: この日に開始するタスク | |||
|
354 | text_tip_task_end_day: この日に終了するタスク | |||
|
355 | text_tip_task_begin_end_day: この日のうちに開始して終了するタスク | |||
|
356 | ||||
|
357 | default_role_manager: 管理者 | |||
|
358 | default_role_developper: 開発者 | |||
|
359 | default_role_reporter: 報告者 | |||
|
360 | default_tracker_bug: バグ | |||
|
361 | default_tracker_feature: 機能 | |||
|
362 | default_tracker_support: サポート | |||
|
363 | default_issue_status_new: 新規 | |||
|
364 | default_issue_status_assigned: 分担 | |||
|
365 | default_issue_status_resolved: 解決 | |||
|
366 | default_issue_status_feedback: フィードバック | |||
|
367 | default_issue_status_closed: 終了 | |||
|
368 | default_issue_status_rejected: 却下 | |||
|
369 | default_doc_category_user: ユーザ文書 | |||
|
370 | default_doc_category_tech: 技術文書 | |||
|
371 | default_priority_low: 低め | |||
|
372 | default_priority_normal: 通常 | |||
|
373 | default_priority_high: 高め | |||
|
374 | default_priority_urgent: 急いで | |||
|
375 | default_priority_immediate: 今すぐ | |||
|
376 | ||||
|
377 | enumeration_issue_priorities: 問題の優先度 | |||
|
378 | enumeration_doc_categories: 文書カテゴリ |
@@ -7,6 +7,7 http://redmine.rubyforge.org/ | |||||
7 |
|
7 | |||
8 | == xx/xx/2007 v0.4.3 |
|
8 | == xx/xx/2007 v0.4.3 | |
9 |
|
9 | |||
|
10 | * japanese translation added (thanks to Satoru Kurashiki) | |||
10 | * fixed: error when clicking "add" with no block selected on my/page_layout |
|
11 | * fixed: error when clicking "add" with no block selected on my/page_layout | |
11 |
|
12 | |||
12 |
|
13 |
@@ -59,4 +59,4 may not be provided for these versions. | |||||
59 | * Andreas Viklund (open source XHTML layout, http://andreasviklund.com/) |
|
59 | * Andreas Viklund (open source XHTML layout, http://andreasviklund.com/) | |
60 | * Karim Trott (german translation) |
|
60 | * Karim Trott (german translation) | |
61 | * Todd McGrath (help with english translation) |
|
61 | * Todd McGrath (help with english translation) | |
62 |
|
62 | * Satoru Kurashiki (japanese translation) |
General Comments 0
You need to be logged in to leave comments.
Login now