A bit of recycling in translations.
[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 - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'ログイン',
44 'menu.logout' => 'ログアウト',
45 // TODO: translate the following.
46 // 'menu.forum' => 'Forum',
47 'menu.help' => 'ヘルプ',
48 // TODO: translate the following.
49 // 'menu.create_team' => 'Create Team',
50 'menu.profile' => 'プロファイル',
51 'menu.time' => '時間',
52 // TODO: translate the following.
53 // 'menu.expenses' => 'Expenses',
54 'menu.reports' => 'レポート',
55 // TODO: translate the following.
56 // 'menu.charts' => 'Charts',
57 'menu.projects' => 'プロジェクト',
58 // TODO: translate the following.
59 // 'menu.tasks' => 'Tasks',
60 // 'menu.users' => 'Users',
61 'menu.teams' => 'チーム',
62 // TODO: translate the following.
63 // 'menu.export' => 'Export',
64 'menu.clients' => 'クライアント',
65 'menu.options' => 'オプション',
66
67 // Footer - strings on the bottom of most pages.
68 // TODO: translate the following.
69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
70 // 'footer.credits' => 'Credits',
71 // 'footer.license' => 'License',
72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
73                                      // This is a link to a webpage that describes how to contribute to the project.
74
75 // Error messages.
76 // TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 'error.db' => 'データベースのエラー',
81 'error.field' => '不正確な"{0}"データ',
82 'error.empty' => '"{0}"のフィールドが空白です',
83 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います',
84 // TODO: translate the following.
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 'error.project' => 'プロジェクトの選択',
87 // TODO: translate the following.
88 // 'error.task' => 'Select task.',
89 // 'error.client' => 'Select client.',
90 // 'error.report' => 'Select report.',
91 // 'error.record' => 'Select record.',
92 'error.auth' => '不正確なログインあるいはパスワードが不正確です',
93 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します',
94 'error.project_exists' => 'この名前のプロジェクトは既に存在します',
95 // TODO: translate the following.
96 // 'error.task_exists' => 'Task with this name already exists.',
97 // 'error.client_exists' => 'Client with this name already exists.',
98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
100 'error.no_login' => 'このログインと関連されたユーザーはいません',
101 // TODO: translate the following.
102 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
103 'error.upload' => 'ファイルのアップロードのエラー',
104 // TODO: translate the following.
105 // 'error.range_locked' => 'Date range is locked.',
106 'error.mail_send' => 'メールの送信中のエラー',
107 // TODO: translate the following.
108 // 'error.no_email' => 'No email associated with this login.',
109 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
110 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
111 // 'error.overlap' => 'Time interval overlaps with existing records.',
112 // 'error.future_date' => 'Date is in future.',
113
114 // Labels for buttons.
115 'button.login' => 'ログイン',
116 'button.now' => '現在',
117 'button.save' => '保存',
118 // TODO: translate the following.
119 // 'button.copy' => 'Copy',
120 'button.cancel' => 'キャンセル',
121 'button.submit' => '送信',
122 // TODO: translate the following.
123 // 'button.add_user' => 'Add user',
124 // 'button.add_project' => 'Add project',
125 // 'button.add_task' => 'Add task',
126 // 'button.add_client' => 'Add client',
127 // 'button.add_invoice' => 'Add invoice',
128 // 'button.add_option' => 'Add option',
129 'button.add' => '追加',
130 'button.generate' => '生成',
131 // TODO: translate the following.
132 // 'button.reset_password' => 'Reset password',
133 'button.send' => '送信',
134 'button.send_by_email' => 'Eメールの送信',
135 // TODO: translate the following.
136 // 'button.create_team' => 'Create team',
137 'button.export' => 'チームのエクスポート',
138 'button.import' => 'チームのインポート',
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.team_name' => 'Team name',
146 // 'label.address' => 'Address',
147 'label.currency' => '通貨',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => '名前',
152 'label.thing_name' => '名前',
153 // TODO: translate the following.
154 // 'label.login' => 'Login',
155 'label.password' => 'パスワード',
156 'label.confirm_password' => 'パスワードの確認',
157 'label.email' => 'Eメール',
158 // TODO: translate the following.
159 // 'label.cc' => 'Cc',
160 // 'label.bcc' => 'Bcc',
161 'label.subject' => '主題',
162 // TODO: translate the following.
163 // 'label.date' => 'Date',
164 // 'label.start_date' => 'Start date',
165 // 'label.end_date' => 'End date',
166 // 'label.user' => 'User',
167 // 'label.users' => 'Users',
168 // 'label.client' => 'Client',
169 // 'label.clients' => 'Clients',
170 // 'label.option' => 'Option',
171 // 'label.invoice' => 'Invoice',
172 'label.project' => 'プロジェクト',
173 'label.projects' => 'プロジェクト',
174 // TODO: translate the following.
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 // 'label.start' => 'Start',
179 // 'label.finish' => 'Finish',
180 // 'label.duration' => 'Duration',
181 // 'label.note' => 'Note',
182 // 'label.notes' => 'Notes',
183 // 'label.item' => 'Item',
184 // 'label.cost' => 'Cost',
185 // 'label.day_total' => 'Day total',
186 'label.week_total' => '週合計',
187 // TODO: translate the following.
188 // 'label.month_total' => 'Month total',
189 'label.today' => '今日',
190 // TODO: translate the following.
191 // 'label.total_hours' => 'Total hours',
192 // 'label.total_cost' => 'Total cost',
193 // 'label.view' => 'View',
194 'label.edit' => '編集',
195 'label.delete' => '削除',
196 // TODO: translate the following.
197 // 'label.configure' => 'Configure',
198 // 'label.select_all' => 'Select all',
199 // 'label.select_none' => 'Deselect all',
200 // 'label.day_view' => 'Day view',
201 // 'label.week_view' => 'Week view',
202 // 'label.id' => 'ID',
203 // 'label.language' => 'Language',
204 // 'label.decimal_mark' => 'Decimal mark',
205 // 'label.date_format' => 'Date format',
206 // 'label.time_format' => 'Time format',
207 // 'label.week_start' => 'First day of week',
208 // 'label.comment' => 'Comment',
209 // 'label.status' => 'Status',
210 // 'label.tax' => 'Tax',
211 // 'label.subtotal' => 'Subtotal',
212 'label.total' => '合計',
213 // TODO: translate the following.
214 // 'label.client_name' => 'Client name',
215 // 'label.client_address' => 'Client address',
216 'label.or' => 'あるいは',
217 // TODO: translate the following.
218 // 'label.error' => 'Error',
219 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
220 'label.required_fields' => '* 必須のフィールド',
221 'label.on_behalf' => 'を代表して',
222 // TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm
223 // This may require different terms for role_manager and role_comanager.
224 'label.role_manager' => '(管理者)',
225 'label.role_comanager' => '(共同管理者)',
226 // 'label.role_admin' => '(administrator)',
227 // TODO: translate the following.
228 // 'label.page' => 'Page',
229 // 'label.condition' => 'Condition',
230 // 'label.yes' => 'yes',
231 // 'label.no' => 'no',
232 // Labels for plugins (extensions to Time Tracker that provide additional features).
233 // TODO: translate the following.
234 // 'label.custom_fields' => 'Custom fields',
235 // 'label.monthly_quotas' => 'Monthly quotas',
236 // 'label.type' => 'Type',
237 // 'label.type_dropdown' => 'dropdown',
238 // 'label.type_text' => 'text',
239 // 'label.required' => 'Required',
240 'label.fav_report' => 'お気に入りレポート',
241 // TODO: translate the following.
242 // 'label.cron_schedule' => 'Cron schedule',
243 // 'label.what_is_it' => 'What is it?',
244 // 'label.expense' => 'Expense',
245 // 'label.quantity' => 'Quantity',
246 // 'label.paid_status' => 'Paid status',
247 // 'label.paid' => 'Paid',
248 // 'label.mark_paid' => 'Mark paid',
249 // 'label.week_note' => 'Week note',
250 // 'label.week_list' => 'Week list',
251
252 // Form titles.
253 'title.login' => 'ログイン',
254 // TODO: translate the following.
255 // 'title.teams' => 'Teams',
256 // 'title.create_team' => 'Creating Team',
257 // 'title.edit_team' => 'Editing Team',
258 // 'title.delete_team' => 'Deleting Team',
259 'title.reset_password' => 'パスワードの初期化',
260 // TODO: translate the following.
261 // 'title.change_password' => 'Changing Password',
262 // 'title.time' => 'Time',
263 // 'title.edit_time_record' => 'Editing Time Record',
264 // 'title.delete_time_record' => 'Deleting Time Record',
265 // 'title.expenses' => 'Expenses',
266 // 'title.edit_expense' => 'Editing Expense Item',
267 // 'title.delete_expense' => 'Deleting Expense Item',
268 // 'title.predefined_expenses' => 'Predefined Expenses',
269 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
270 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
271 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
272 // 'title.reports' => 'Reports',
273 // 'title.report' => 'Report',
274 // 'title.send_report' => 'Sending Report',
275 // 'title.invoice' => 'Invoice',
276 // 'title.send_invoice' => 'Sending Invoice',
277 // 'title.charts' => 'Charts',
278 'title.projects' => 'プロジェクト',
279 // TODO: translate the following.
280 // 'title.add_project' => 'Adding Project',
281 // 'title.edit_project' => 'Editing Project',
282 // 'title.delete_project' => 'Deleting Project',
283 // 'title.tasks' => 'Tasks',
284 // 'title.add_task' => 'Adding Task',
285 // 'title.edit_task' => 'Editing Task',
286 // 'title.delete_task' => 'Deleting Task',
287 // 'title.users' => 'Users',
288 // 'title.add_user' => 'Adding User',
289 // 'title.edit_user' => 'Editing User',
290 // 'title.delete_user' => 'Deleting User',
291 // 'title.clients' => 'Clients',
292 // 'title.add_client' => 'Adding Client',
293 // 'title.edit_client' => 'Editing Client',
294 // 'title.delete_client' => 'Deleting Client',
295 // 'title.invoices' => 'Invoices',
296 // 'title.add_invoice' => 'Adding Invoice',
297 // 'title.view_invoice' => 'Viewing Invoice',
298 // 'title.delete_invoice' => 'Deleting Invoice',
299 // 'title.notifications' => 'Notifications',
300 // 'title.add_notification' => 'Adding Notification',
301 // 'title.edit_notification' => 'Editing Notification',
302 // 'title.delete_notification' => 'Deleting Notification',
303 // 'title.monthly_quotas' => 'Monthly Quotas',
304 // 'title.export' => 'Exporting Team Data',
305 // 'title.import' => 'Importing Team Data',
306 // 'title.options' => 'Options',
307 // 'title.profile' => 'Profile',
308 // 'title.cf_custom_fields' => 'Custom Fields',
309 // 'title.cf_add_custom_field' => 'Adding Custom Field',
310 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
311 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
312 // 'title.cf_dropdown_options' => 'Dropdown Options',
313 // 'title.cf_add_dropdown_option' => 'Adding Option',
314 // 'title.cf_edit_dropdown_option' => 'Editing Option',
315 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
316 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
317 // It is also a name for the Locking plugin on the Team profile page.
318 // 'title.locking' => 'Locking',
319 // 'title.week_view' => 'Week View',
320
321 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
322 // Strings that are used in a single form must go to the specific form section.
323 // TODO: translate the following.
324 // 'dropdown.all' => '--- all ---',
325 // 'dropdown.no' => '--- no ---',
326 // 'dropdown.current_day' => 'today',
327 // 'dropdown.previous_day' => 'yesterday',
328 // 'dropdown.selected_day' => 'day',
329 // 'dropdown.current_week' => 'this week',
330 // 'dropdown.previous_week' => 'previous week',
331 // 'dropdown.selected_week' => 'week',
332 // 'dropdown.current_month' => 'this month',
333 // 'dropdown.previous_month' => 'previous month',
334 // 'dropdown.selected_month' => 'month',
335 // 'dropdown.current_year' => 'this year',
336 // 'dropdown.previous_year' => 'previous year',
337 // 'dropdown.selected_year' => 'year',
338 // 'dropdown.all_time' => 'all time',
339 'dropdown.projects' => 'プロジェクト',
340 // TODO: translate the following.
341 // 'dropdown.tasks' => 'tasks',
342 // 'dropdown.clients' => 'clients',
343 // 'dropdown.select' => '--- select ---',
344 // 'dropdown.select_invoice' => '--- select invoice ---',
345 // 'dropdown.status_active' => 'active',
346 // 'dropdown.status_inactive' => 'inactive',
347 // 'dropdown.delete'=>'delete',
348 // 'dropdown.do_not_delete'=>'do not delete',
349 // 'dropdown.paid' => 'paid',
350 // 'dropdown.not_paid' => 'not paid',
351
352 // Login form. See example at https://timetracker.anuko.com/login.php.
353 // TODO: translate the following.
354 // 'form.login.forgot_password' => 'Forgot password?',
355 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
356
357 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
358 // TODO: translate the following.
359 // 'form.reset_password.message' => 'Password reset request sent by email.',
360 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
361 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\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",
362
363 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
364 // TODO: translate the following.
365 // 'form.change_password.tip' => 'Type new password and click on Save.',
366
367 // Time form. See example at https://timetracker.anuko.com/time.php.
368 // TODO: translate the following.
369 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
370 'form.time.billable' => '請求できる',
371 // TODO: translate the following.
372 // 'form.time.uncompleted' => 'Uncompleted',
373 // 'form.time.remaining_quota' => 'Remaining quota',
374 // 'form.time.over_quota' => 'Over quota',
375
376 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
377 // TODO: translate the following.
378 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
379
380 // Week view form. See example at https://timetracker.anuko.com/week.php.
381 // TODO: translate the following.
382 // 'form.week.new_entry' => 'New entry',
383
384 // Reports form. See example at https://timetracker.anuko.com/reports.php
385 'form.reports.save_as_favorite' => 'お気に入りに保存',
386 'form.reports.confirm_delete' => 'このお気に入りレポートを削除しますか?',
387 // TODO: translate the following.
388 'form.reports.include_billable' => '請求できる',
389 'form.reports.include_not_billable' => '請求できません',
390 // TODO: translate the following.
391 // 'form.reports.include_invoiced' => 'invoiced',
392 // 'form.reports.include_not_invoiced' => 'not invoiced',
393 // 'form.reports.select_period' => 'Select time period',
394 // 'form.reports.set_period' => 'or set dates',
395 // 'form.reports.show_fields' => 'Show fields',
396 // 'form.reports.group_by' => 'Group by',
397 'form.reports.group_by_no' => '--- グループの機能がありません ---',
398 // TODO: translate the following.
399 // 'form.reports.group_by_date' => 'date',
400 // 'form.reports.group_by_user' => 'user',
401 // 'form.reports.group_by_client' => 'client',
402 'form.reports.group_by_project' => 'プロジェクト',
403 // TODO: translate the following.
404 // 'form.reports.group_by_task' => 'task',
405 // 'form.reports.totals_only' => 'Totals only',
406
407
408
409 // TODO: refactoring ongoing down from here.
410
411 // password reminder form attributes
412 "form.fpass.login" => 'ログイン',
413 "form.fpass.send_pass_str" => '送信したパスワードの初期化の要求',
414 "form.fpass.send_pass_subj" => 'Anuko Time Trackerのパスワードの初期化の要求',
415 // Note to translators: the ending of this string below needs to be translated.
416 "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",
417 "form.fpass.reset_comment" => "あなたのパスワードを初期化しようとパスワードを入力して保存をクリックしてください",
418
419 // administrator form
420 "form.admin.title" => '管理者',
421 "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
422
423 "form.admin.change_pass" => '管理者のアカウントのパスワードの変更',
424 "form.admin.profile.title" => 'チーム',
425 "form.admin.profile.noprofiles" => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。',
426 "form.admin.profile.comment" => 'チームの削除',
427 "form.admin.profile.th.id" => '識別子',
428 "form.admin.profile.th.active" => '活動内容',
429 "form.admin.options" => 'オプション',
430 "form.admin.custom_date_format" => "日付形式",
431 "form.admin.custom_time_format" => "時間形式",
432 "form.admin.start_week" => "週の開始日",
433
434 // my time form attributes
435 "form.mytime.title" => '私の時間',
436 "form.mytime.edit_title" => '時間レコードの編集',
437 "form.mytime.del_str" => '時間レコードの削除',
438 "form.mytime.time_form" => ' (hh:mm)',
439 "form.mytime.date" => '日付',
440 "form.mytime.project" => 'プロジェクト',
441 "form.mytime.start" => '開始',
442 "form.mytime.finish" => '終了',
443 "form.mytime.duration" => '期間',
444 "form.mytime.note" => 'ノート',
445 "form.mytime.daily" => '日課',
446 "form.mytime.total" => '合計時間: ',
447 "form.mytime.th.project" => 'プロジェクト',
448 "form.mytime.th.start" => '開始',
449 "form.mytime.th.finish" => '終了',
450 "form.mytime.th.duration" => '期間',
451 "form.mytime.th.note" => 'ノート',
452 "form.mytime.del_yes" => '時間レコードが成功的に削除されました',
453 "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。',
454 "form.mytime.warn_tozero_rec" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です',
455 "form.mytime.uncompleted" => '未完成の',
456
457 // profile form attributes
458 // Note to translators: we need a more accurate translation of form.profile.create_title
459 "form.profile.create_title" => '新規管理者のアカウントの作成',
460 "form.profile.edit_title" => 'プロファイルの編集',
461 "form.profile.login" => 'ログインID',
462
463 "form.profile.showchart" => 'パイ図表の表示',
464 "form.profile.lang" => '言語',
465 "form.profile.custom_date_format" => "日付形式",
466 "form.profile.custom_time_format" => "時間形式",
467 "form.profile.default_format" => "(デフォルト)",
468 "form.profile.start_week" => "週の開始日",
469
470 // people form attributes
471 "form.people.ppl_str" => 'メンバー',
472 "form.people.createu_str" => '新規ユーザーの作成',
473 "form.people.edit_str" => 'ユーザーの編集',
474 "form.people.del_str" => 'ユーザーの削除',
475 "form.people.th.login" => 'ログインID',
476 "form.people.th.role" => 'ルール',
477 "form.people.th.status" => '状態',
478 "form.people.th.project" => 'プロジェクト',
479 "form.people.th.rate" => '給料',
480 "form.people.manager" => '管理者',
481 "form.people.comanager" => '共同管理者',
482 "form.people.empl" => 'ユーザー',
483 "form.people.login" => 'ログインID',
484
485 "form.people.rate" => 'デフォルト時間当り給料',
486 "form.people.comanager" => '共同管理者',
487 "form.people.projects" => 'プロジェクト',
488
489 // projects form attributes
490 "form.project.proj_title" => 'プロジェクト',
491 "form.project.edit_str" => 'プロジェクトの編集',
492 "form.project.add_str" => '新規プロジェクトの追加',
493 "form.project.del_str" => 'プロジェクトの削除',
494
495 // activities form attributes
496 "form.activity.act_title" => '活動内容',
497 "form.activity.add_title" => '新規活動内容の追加',
498 "form.activity.edit_str" => '活動内容の編集',
499 "form.activity.del_str" => '活動内容の削除',
500 "form.activity.project" => 'プロジェクト',
501 "form.activity.th.project" => 'プロジェクト',
502
503 // report attributes
504 "form.report.title" => 'レポート',
505 "form.report.from" => '開始日付',
506 "form.report.to" => '終了日付',
507 "form.report.groupby_user" => 'ユーザー',
508 "form.report.groupby_project" => 'プロジェクト',
509 "form.report.duration" => '期間',
510 "form.report.start" => '開始',
511 "form.report.finish" => '終了',
512 "form.report.note" => 'ノート',
513 "form.report.project" => 'プロジェクト',
514 "form.report.totals_only" => '全体だけ',
515 "form.report.total" => '合計時間',
516 "form.report.th.empllist" => 'ユーザー',
517 "form.report.th.date" => '日付',
518 "form.report.th.project" => 'プロジェクト',
519 "form.report.th.start" => '開始',
520 "form.report.th.finish" => '終了',
521 "form.report.th.duration" => '期間',
522 "form.report.th.note" => 'ノート',
523
524 // mail form attributes
525 "form.mail.from" => 'から',
526 "form.mail.to" => 'まで',
527 "form.mail.comment" => 'コメント',
528 "form.mail.above" => 'このレポートをEメールで送信',
529 // Note to translators: this string needs to be translated.
530 // "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.',
531 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
532
533 // invoice attributes
534 "form.invoice.title" => '送り状',
535 "form.invoice.caption" => '送り状',
536 "form.invoice.above" => '送り状の追加の情報',
537 "form.invoice.select_cust" => 'クライアントの選択',
538 "form.invoice.fillform" => 'フィールドの作成',
539 "form.invoice.date" => '日付',
540 "form.invoice.number" => '送り状の番号',
541 "form.invoice.tax" => '税',
542 "form.invoice.comment" => 'コメント ',
543 "form.invoice.th.username" => '個人',
544 "form.invoice.th.time" => '時間',
545 "form.invoice.th.rate" => '給料',
546 "form.invoice.th.summ" => '数量',
547 "form.invoice.subtotal" => '小計',
548 "form.invoice.customer" => 'クライアント',
549 "form.invoice.mailinv_above" => '送り状をEメールで送信',
550 "form.invoice.sending_str" => '<b>送信した送り状</b>',
551
552 "form.migration.zip" => '圧縮',
553 "form.migration.file" => 'ファイルの選択',
554 "form.migration.import.title" => 'データのインポート',
555 "form.migration.import.success" => 'インポートが成功的に完了されました',
556 "form.migration.import.text" => 'xmlファイルからチームのデータをインポート',
557 "form.migration.export.title" => 'データのエクスポート',
558 "form.migration.export.success" => 'エクスポートが成功的に完了されました',
559 "form.migration.export.text" => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。',
560 "form.migration.compression.none" => 'なし',
561 "form.migration.compression.gzip" => 'gzip',
562 "form.migration.compression.bzip" => 'bzip',
563
564 "form.client.title" => 'クライアント',
565 "form.client.add_title" => 'クライアントの追加',
566 "form.client.edit_title" => 'クライアントの編集',
567 "form.client.del_title" => 'クライアントの削除',
568 "form.client.tax" => '税',
569 "form.client.comment" => 'コメント ',
570
571 // miscellaneous strings
572 "forward.forgot_password" => 'パスワードを忘れましたか?',
573 "forward.tocsvfile" => 'csvファイルにエクスポート',
574 "forward.toxmlfile" => 'xmlファイルにエクスポート',
575 "forward.geninvoice" => '送り状の作成',
576
577 "controls.select.client" => '--- クライアントの選択 ---',
578 "controls.project_bind" => '--- すべて ---',
579 "controls.all" => '--- すべて ---',
580 "controls.notbind" => '--- いいえ ---',
581 "controls.per_tm" => '今月',
582 "controls.per_lm" => '先月',
583 "controls.per_tw" => '今週',
584 "controls.per_lw" => '先週',
585 "controls.per_td" => '今日',
586 "controls.per_at" => 'すべての時間',
587 "controls.per_ty" => '今年',
588 "controls.sel_period" => '--- 時間期間の選択 ---',
589 "controls.default" => '--- デフォルト ---',
590
591 "label.sel_tp" => '時間期間の選択',
592 "label.set_tp" => 'あるいは日付を設定',
593 "label.fields" => 'フィールドの表示',
594 "label.group_title" => '次のようにグループ化',
595
596 "label.inv_str" => '送り状',
597 "label.set_empl" => 'ユーザーの選択',
598 "label.sel_all" => 'すべて選択',
599 "label.sel_none" => 'すべて解除',
600 "label.disable" => '使用中止',
601 "label.enable" => '使用可能',
602 "label.hrs" => '時間',
603 "label.errors" => 'エラー',
604 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
605 );