a12b0f95b8f27443b5c13ba7656c80b441ade1a9
[timetracker.git] / WEB-INF / resources / ja.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = '日本語';
33 $i18n_months = array('1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月');
34 $i18n_weekdays = array('日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日');
35 $i18n_weekdays_short = array('日', '月', '火', '水', '木', '金', '土');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/12', '03/20', '05/03', '05/04', '05/05', '05/06', '09/21', '09/22', '09/23', '11/03', '11/23');
38
39 $i18n_key_words = array(
40
41 // Menus.
42 'menu.login' => 'ログイン',
43 'menu.logout' => 'ログアウト',
44 // TODO: translate the following.
45 // 'menu.forum' => 'Forum',
46 'menu.help' => 'ヘルプ',
47 // Note to translators: menu.create_team needs a more accurate translation.
48 'menu.create_team' => '新規管理者のアカウントの作成',
49 'menu.profile' => 'プロファイル', 
50 'menu.time' => '時間',
51 // TODO: translate the following.
52 // 'menu.expenses' => 'Expenses',
53 'menu.reports' => 'レポート',
54 // TODO: translate the following.
55 // 'menu.charts' => 'Charts',
56 'menu.projects' => 'プロジェクト',
57 // TODO: translate the following.
58 // 'menu.tasks' => 'Tasks',
59 // 'menu.users' => 'Users',
60 'menu.teams' => 'チーム',
61 // TODO: translate the following.
62 // 'menu.export' => 'Export',
63 'menu.clients' => 'クライアント',
64 'menu.options' => 'オプション',
65
66 // Footer - strings on the bottom of most pages.
67 // TODO: translate the following.
68 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
69 // 'footer.credits' => 'Credits',
70 // 'footer.license' => 'License',
71 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
72                                      // This is a link to a webpage that describes how to contribute to the project.
73
74 // Error messages.
75 // TODO: translate the following.
76 // 'error.access_denied' => 'Access denied.',
77 // 'error.sys' => 'System error.',
78 'error.db' => 'データベースのエラー',
79 'error.field' => '不正確な"{0}"データ',
80 'error.empty' => '"{0}"のフィールドが空白です',
81 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います',
82 'error.interval' => '不正確な間隔',
83 'error.project' => 'プロジェクトの選択',
84 'error.activity' => '活動内容の選択',
85 'error.auth' => '不正確なログインあるいはパスワードが不正確です',
86 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します',
87 'error.project_exists' => 'この名前のプロジェクトは既に存在します',
88 'error.activity_exists' => 'この名前の活動内容は既に存在します',
89 // TODO: translate error.client_exists.
90 // 'error.client_exists' => 'client with this name already exists',
91 'error.no_login' => 'このログインと関連されたユーザーはいません',
92 'error.upload' => 'ファイルのアップロードのエラー',
93 // TODO: translate the following.
94 // 'error.range_locked' => 'Date range is locked.',
95 'error.mail_send' => 'メールの送信中のエラー',
96 // Note to translators: check the meaning of error.no_email. The error should say that there is no email address for user with a login provided.
97 'error.no_email' => 'このログインと関連されたメールがありません',
98 // TODO: translate the following.
99 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
100 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
101 // 'error.overlap' => 'Time interval overlaps with existing records.',
102 // 'error.future_date' => 'Date is in future.',
103
104 // Labels for buttons.
105 'button.login' => 'ログイン',
106 'button.now' => '現在',
107 'button.save' => '保存',
108 'button.delete' => '削除',
109 'button.cancel' => 'キャンセル',
110 'button.submit' => '送信',
111 // TODO: improve translation of all button.add... strings.
112 'button.add_user' => '新規ユーザーの追加',
113 'button.add_project' => '新規プロジェクトの追加',
114 'button.add_activity' => '新規活動内容の追加',
115 'button.add_client' => '新規クライアントの追加',
116 'button.add' => '追加',
117 'button.generate' => '生成',
118 // Note to translators: button.reset_password needs an improved translation.
119 'button.reset_password' => '進む',
120 'button.send' => '送信',
121 'button.send_by_email' => 'Eメールの送信',
122 'button.save_as_new' => '名前を付けて保存',
123 // TODO: improve translation of button.create_team
124 'button.create_team' => '新規チームの作成',
125 'button.export' => 'チームのエクスポート',
126 'button.import' => 'チームのインポート',
127 'button.apply' => '適用',
128
129 // labels for controls on various forms
130 // TODO: translate label.team_name
131 // 'label.team_name' => 'team name',
132 'label.currency' => '通貨',
133 // TODO: translate label.manager_name and label.manager_login.
134 // 'label.manager_name' => 'manager name',
135 // 'label.manager_login' => 'manager login',
136 'label.password' => 'パスワード',
137 'label.confirm_password' => 'パスワードの確認',
138 'label.email' => 'Eメール',
139 'label.total' => '合計',
140 // Translate the following.
141 // 'label.page' => 'Page',
142 // 'label.condition' => 'Condition',
143
144 // Form titles.
145 // TODO: the entire title section is missing here. See the English file.
146
147 "form.filter.project" => 'プロジェクト',
148 "form.filter.filter" => 'お気に入りレポート',
149 "form.filter.filter_new" => 'お気に入りに保存',
150 "form.filter.filter_confirm_delete" => 'このお気に入りレポートを削除しますか?',
151
152 // login form attributes
153 "form.login.title" => 'ログイン',
154 "form.login.login" => 'ログインID',
155
156 // password reminder form attributes
157 "form.fpass.title" => 'パスワードの初期化',
158 "form.fpass.login" => 'ログイン',
159 "form.fpass.send_pass_str" => '送信したパスワードの初期化の要求',
160 "form.fpass.send_pass_subj" => 'Anuko Time Trackerのパスワードの初期化の要求',
161 // Note to translators: the ending of this string below needs to be translated.
162 "form.fpass.send_pass_body" => "尊敬なるお客様、\n\n誰から(多分あなた)あなたのAnuko Time Trackerのパスワードの初期化が要求されました。あなたのパスワードを初期化しようとこのリンクを押してください。\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
163 "form.fpass.reset_comment" => "あなたのパスワードを初期化しようとパスワードを入力して保存をクリックしてください",
164
165 // administrator form
166 "form.admin.title" => '管理者',
167 "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
168
169 "form.admin.change_pass" => '管理者のアカウントのパスワードの変更',
170 "form.admin.profile.title" => 'チーム',
171 "form.admin.profile.noprofiles" => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。',
172 "form.admin.profile.comment" => 'チームの削除',
173 "form.admin.profile.th.id" => '識別子',
174 "form.admin.profile.th.name" => '名前',
175 "form.admin.profile.th.edit" => '編集',
176 "form.admin.profile.th.del" => '削除',
177 "form.admin.profile.th.active" => '活動内容',
178 "form.admin.options" => 'オプション',
179 "form.admin.custom_date_format" => "日付形式",
180 "form.admin.custom_time_format" => "時間形式",
181 "form.admin.start_week" => "週の開始日",
182
183 // my time form attributes
184 "form.mytime.title" => '私の時間',
185 "form.mytime.edit_title" => '時間レコードの編集',
186 "form.mytime.del_str" => '時間レコードの削除',
187 "form.mytime.time_form" => ' (hh:mm)',
188 "form.mytime.date" => '日付',
189 "form.mytime.project" => 'プロジェクト',
190 "form.mytime.activity" => '活動内容',
191 "form.mytime.start" => '開始',
192 "form.mytime.finish" => '終了',
193 "form.mytime.duration" => '期間',
194 "form.mytime.note" => 'ノート',
195 "form.mytime.behalf" => '日課',
196 "form.mytime.daily" => '日課',
197 "form.mytime.total" => '合計時間: ',
198 "form.mytime.th.project" => 'プロジェクト',
199 "form.mytime.th.activity" => '活動内容',
200 "form.mytime.th.start" => '開始',
201 "form.mytime.th.finish" => '終了',
202 "form.mytime.th.duration" => '期間',
203 "form.mytime.th.note" => 'ノート',
204 "form.mytime.th.edit" => '編集',
205 "form.mytime.th.delete" => '削除',
206 "form.mytime.del_yes" => '時間レコードが成功的に削除されました',
207 "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。',
208 "form.mytime.billable" => '請求できる',
209 "form.mytime.warn_tozero_rec" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です',
210 "form.mytime.uncompleted" => '未完成の',
211
212 // profile form attributes
213 // Note to translators: we need a more accurate translation of form.profile.create_title
214 "form.profile.create_title" => '新規管理者のアカウントの作成',
215 "form.profile.edit_title" => 'プロファイルの編集',
216 "form.profile.name" => '名前',
217 "form.profile.login" => 'ログインID',
218
219 "form.profile.showchart" => 'パイ図表の表示',
220 "form.profile.lang" => '言語',
221 "form.profile.custom_date_format" => "日付形式",
222 "form.profile.custom_time_format" => "時間形式",
223 "form.profile.default_format" => "(デフォルト)",
224 "form.profile.start_week" => "週の開始日",
225
226 // people form attributes
227 "form.people.ppl_str" => 'メンバー',
228 "form.people.createu_str" => '新規ユーザーの作成',
229 "form.people.edit_str" => 'ユーザーの編集',
230 "form.people.del_str" => 'ユーザーの削除',
231 "form.people.th.name" => '名前',
232 "form.people.th.login" => 'ログインID',
233 "form.people.th.role" => 'ルール',
234 "form.people.th.edit" => '編集',
235 "form.people.th.del" => '削除',
236 "form.people.th.status" => '状態',
237 "form.people.th.project" => 'プロジェクト',
238 "form.people.th.rate" => '給料',
239 "form.people.manager" => '管理者',
240 "form.people.comanager" => '共同管理者',
241 "form.people.empl" => 'ユーザー',
242 "form.people.name" => '名前',
243 "form.people.login" => 'ログインID',
244
245 "form.people.rate" => 'デフォルト時間当り給料',
246 "form.people.comanager" => '共同管理者',
247 "form.people.projects" => 'プロジェクト',
248
249 // projects form attributes
250 "form.project.proj_title" => 'プロジェクト',
251 "form.project.edit_str" => 'プロジェクトの編集',
252 "form.project.add_str" => '新規プロジェクトの追加',
253 "form.project.del_str" => 'プロジェクトの削除',
254 "form.project.th.name" => '名前',
255 "form.project.th.edit" => '編集',
256 "form.project.th.del" => '削除',
257 "form.project.name" => '名前',
258
259 // activities form attributes
260 "form.activity.act_title" => '活動内容',
261 "form.activity.add_title" => '新規活動内容の追加',
262 "form.activity.edit_str" => '活動内容の編集',
263 "form.activity.del_str" => '活動内容の削除',
264 "form.activity.name" => '名前',
265 "form.activity.project" => 'プロジェクト',
266 "form.activity.th.name" => '名前',
267 "form.activity.th.project" => 'プロジェクト',
268 "form.activity.th.edit" => '編集',
269 "form.activity.th.del" => '削除',
270
271 // report attributes
272 "form.report.title" => 'レポート',
273 "form.report.from" => '開始日付',
274 "form.report.to" => '終了日付',
275 "form.report.groupby_user" => 'ユーザー',
276 "form.report.groupby_project" => 'プロジェクト',
277 "form.report.groupby_activity" => '活動内容',
278 "form.report.duration" => '期間',
279 "form.report.start" => '開始',
280 "form.report.activity" => '活動内容',
281 "form.report.show_idle" => '遊休の表示',
282 "form.report.finish" => '終了',
283 "form.report.note" => 'ノート',
284 "form.report.project" => 'プロジェクト',
285 "form.report.totals_only" => '全体だけ',
286 "form.report.total" => '合計時間',
287 "form.report.th.empllist" => 'ユーザー',
288 "form.report.th.date" => '日付',
289 "form.report.th.project" => 'プロジェクト',
290 "form.report.th.activity" => '活動内容',
291 "form.report.th.start" => '開始',
292 "form.report.th.finish" => '終了',
293 "form.report.th.duration" => '期間',
294 "form.report.th.note" => 'ノート',
295
296 // mail form attributes
297 "form.mail.from" => 'から',
298 "form.mail.to" => 'まで',
299 "form.mail.cc" => 'cc',
300 "form.mail.subject" => '主題',
301 "form.mail.comment" => 'コメント',
302 "form.mail.above" => 'このレポートをEメールで送信',
303 // Note to translators: this string needs to be translated.
304 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
305 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
306
307 // invoice attributes
308 "form.invoice.title" => '送り状',
309 "form.invoice.caption" => '送り状',
310 "form.invoice.above" => '送り状の追加の情報',
311 "form.invoice.select_cust" => 'クライアントの選択',
312 "form.invoice.fillform" => 'フィールドの作成',
313 "form.invoice.date" => '日付',
314 "form.invoice.number" => '送り状の番号',
315 "form.invoice.tax" => '税',
316 "form.invoice.comment" => 'コメント ',
317 "form.invoice.th.username" => '個人',
318 "form.invoice.th.time" => '時間',
319 "form.invoice.th.rate" => '給料',
320 "form.invoice.th.summ" => '数量',
321 "form.invoice.subtotal" => '小計',
322 "form.invoice.customer" => 'クライアント',
323 "form.invoice.mailinv_above" => '送り状をEメールで送信',
324 "form.invoice.sending_str" => '<b>送信した送り状</b>',
325
326 "form.migration.zip" => '圧縮',
327 "form.migration.file" => 'ファイルの選択',
328 "form.migration.import.title" => 'データのインポート',
329 "form.migration.import.success" => 'インポートが成功的に完了されました',
330 "form.migration.import.text" => 'xmlファイルからチームのデータをインポート',
331 "form.migration.export.title" => 'データのエクスポート',
332 "form.migration.export.success" => 'エクスポートが成功的に完了されました',
333 "form.migration.export.text" => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。',
334 "form.migration.compression.none" => 'なし',
335 "form.migration.compression.gzip" => 'gzip',
336 "form.migration.compression.bzip" => 'bzip',
337
338 "form.client.title" => 'クライアント',
339 "form.client.add_title" => 'クライアントの追加',
340 "form.client.edit_title" => 'クライアントの編集',
341 "form.client.del_title" => 'クライアントの削除',
342 "form.client.th.name" => '名前',
343 "form.client.th.edit" => '編集',
344 "form.client.th.del" => '削除',
345 "form.client.name" => '名前',
346 "form.client.tax" => '税',
347 "form.client.comment" => 'コメント ',
348
349 // miscellaneous strings
350 "forward.forgot_password" => 'パスワードを忘れましたか?',
351 "forward.edit" => '編集',
352 "forward.delete" => '削除',
353 "forward.tocsvfile" => 'csvファイルにエクスポート',
354 "forward.toxmlfile" => 'xmlファイルにエクスポート',
355 "forward.geninvoice" => '送り状の作成',
356 "forward.change" => 'クライアントの構成',
357
358 // strings inside contols on forms
359 "controls.select.project" => '--- プロジェクトの選択 ---',
360 "controls.select.activity" => '--- 活動内容の選択 ---',
361 "controls.select.client" => '--- クライアントの選択 ---',
362 "controls.project_bind" => '--- すべて ---',
363 "controls.all" => '--- すべて ---',
364 "controls.notbind" => '--- いいえ ---',
365 "controls.per_tm" => '今月',
366 "controls.per_lm" => '先月',
367 "controls.per_tw" => '今週',
368 "controls.per_lw" => '先週',
369 "controls.per_td" => '今日',
370 "controls.per_at" => 'すべての時間',
371 "controls.per_ty" => '今年',
372 "controls.sel_period" => '--- 時間期間の選択 ---',
373 "controls.sel_groupby" => '--- グループの機能がありません ---',
374 "controls.inc_billable" => '請求できる',
375 "controls.inc_nbillable" => '請求できません',
376 "controls.default" => '--- デフォルト ---',
377
378 // labels
379 "label.chart.title1" => 'ユーザーに対する活動内容',
380 "label.chart.title2" => 'ユーザーに対するプロジェクト',
381 "label.chart.period" => '期間表示のチャート',
382
383 "label.pinfo" => '%s, %s',
384 "label.pinfo2" => '%s',
385 "label.pbehalf_info" => '%s %s <b>%sを代表して</b>',
386 "label.pminfo" => ' (管理者)',
387 "label.pcminfo" => ' (共同管理者)',
388 "label.painfo" => ' (管理者)',
389 "label.time_noentry" => '項目なし',
390 "label.today" => '今日',
391 "label.req_fields" => '* 必須のフィールド',
392 "label.sel_project" => 'プロジェクトの選択',
393 "label.sel_activity" => '活動内容の選択',
394 "label.sel_tp" => '時間期間の選択',
395 "label.set_tp" => 'あるいは日付を設定',
396 "label.fields" => 'フィールドの表示',
397 "label.group_title" => '次のようにグループ化',
398 "label.include_title" => 'レコードの含み',
399 "label.inv_str" => '送り状',
400 "label.set_empl" => 'ユーザーの選択',
401 "label.sel_all" => 'すべて選択',
402 "label.sel_none" => 'すべて解除',
403 "label.or" => 'あるいは',
404 "label.disable" => '使用中止',
405 "label.enable" => '使用可能',
406 "label.filter" => 'フィルター',
407 "label.timeweek" => '週合計',
408 "label.hrs" => '時間',
409 "label.errors" => 'エラー',
410 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
411 // Note to translators: the strings below are missing and must be translated.
412 // "label.calendar_today" => 'today',
413 // "label.calendar_close" => 'close',
414
415 // login hello text
416 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
417 );