Introduced a debug option and a localization string for holidays.
[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 = 'Japanese (日本語)';
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_group' => 'Create Group',
50 'menu.profile' => 'プロファイル',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 // 'menu.plugins' => 'Plugins',
54 'menu.time' => '時間',
55 // TODO: translate the following.
56 // 'menu.week' => 'Week',
57 // 'menu.expenses' => 'Expenses',
58 'menu.reports' => 'レポート',
59 // TODO: translate the following.
60 // 'menu.timesheets' => 'Timesheets',
61 // 'menu.charts' => 'Charts',
62 'menu.projects' => 'プロジェクト',
63 // TODO: translate the following.
64 // 'menu.tasks' => 'Tasks',
65 'menu.users' => 'ユーザー',
66 // TODO: translate the following.
67 // 'menu.groups' => 'Groups',
68 // 'menu.subgroups' => 'Subgroups',
69 // 'menu.export' => 'Export',
70 'menu.clients' => 'クライアント',
71 'menu.options' => 'オプション',
72
73 // Footer - strings on the bottom of most pages.
74 // TODO: translate the following.
75 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
76 // 'footer.credits' => 'Credits',
77 // 'footer.license' => 'License',
78 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
79                                      // This is a link to a webpage that describes how to contribute to the project.
80
81 // Error messages.
82 // TODO: translate the following.
83 // 'error.access_denied' => 'Access denied.',
84 // 'error.sys' => 'System error.',
85 'error.db' => 'データベースのエラー。',
86 // TODO: translate the following.
87 // 'error.feature_disabled' => 'Feature is disabled.',
88 'error.field' => '不正確な"{0}"データ。',
89 'error.empty' => '"{0}"のフィールドが空白です。',
90 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います。',
91 // TODO: translate the following.
92 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
93 'error.project' => 'プロジェクトの選択。',
94 // TODO: translate the following.
95 // 'error.task' => 'Select task.',
96 'error.client' => 'クライアントの選択。',
97 // TODO: translate the following.
98 // 'error.report' => 'Select report.',
99 // 'error.record' => 'Select record.',
100 'error.auth' => '不正確なログインあるいはパスワードが不正確です。',
101 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します。',
102 // TODO: translate the following.
103 // 'error.object_exists' => 'Object with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // TODO: translate the following.
106 // 'error.role_exists' => 'Role with this rank already exists.',
107 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
108 // 'error.no_records' => 'There are no records.',
109 'error.no_login' => 'このログインと関連されたユーザーはいません。',
110 'error.no_groups' => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。', // TODO: replace "team" with "group".
111 'error.upload' => 'ファイルのアップロードのエラー。',
112 // TODO: translate the following.
113 // 'error.range_locked' => 'Date range is locked.',
114 'error.mail_send' => 'メールの送信中のエラー。',
115 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
116 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
117 // TODO: translate the following.
118 // 'error.no_email' => 'No email associated with this login.',
119 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
120 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
121 // 'error.overlap' => 'Time interval overlaps with existing records.',
122 // 'error.future_date' => 'Date is in future.',
123 // 'error.xml' => 'Error in XML file at line %d: %s.',
124 // 'error.cannot_import' => 'Cannot import: %s.',
125 // 'error.format' => 'Invalid file format.',
126 // 'error.user_count' => 'Limit on user count.',
127 // 'error.expired' => 'Expiration date reached.',
128 // 'error.file_storage' => 'File storage error.',
129
130 // Warning messages.
131 // TODO: translate the following.
132 // 'warn.sure' => 'Are you sure?',
133 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
134
135 // Success messages.
136 // TODO: translate the following.
137 // 'msg.success' => 'Operation completed successfully.',
138
139 // Labels for buttons.
140 'button.login' => 'ログイン',
141 'button.now' => '現在',
142 'button.save' => '保存',
143 // TODO: translate the following.
144 // 'button.copy' => 'Copy',
145 'button.cancel' => 'キャンセル',
146 'button.submit' => '送信',
147 'button.add' => '追加',
148 'button.delete' => '削除',
149 'button.generate' => '生成',
150 // TODO: translate the following.
151 // 'button.reset_password' => 'Reset password',
152 'button.send' => '送信',
153 'button.send_by_email' => 'Eメールの送信',
154 // TODO: translate the following.
155 // 'button.create_group' => 'Create group',
156 'button.export' => 'チームのエクスポート', // TODO: replace "team" with "group".
157 'button.import' => 'チームのインポート', // TODO: replace "team" with "group".
158 // TODO: translate the following.
159 // 'button.close' => 'Close',
160 // 'button.stop' => 'Stop',
161 // 'button.approve' => 'Approve',
162 // 'button.disapprove' => 'Disapprove',
163
164 // Labels for controls on forms. Labels in this section are used on multiple forms.
165 // TODO: translate the following.
166 // 'label.group_name' => 'Group name',
167 // 'label.address' => 'Address',
168 'label.currency' => '通貨',
169 // TODO: translate the following.
170 // 'label.manager_name' => 'Manager name',
171 // 'label.manager_login' => 'Manager login',
172 'label.person_name' => '名前',
173 'label.thing_name' => '名前',
174 'label.login' => 'ログインID',
175 'label.password' => 'パスワード',
176 'label.confirm_password' => 'パスワードの確認',
177 'label.email' => 'Eメール',
178 // TODO: translate the following.
179 // 'label.cc' => 'Cc',
180 // 'label.bcc' => 'Bcc',
181 'label.subject' => '主題',
182 'label.date' => '日付',
183 'label.start_date' => '開始日付',
184 'label.end_date' => '終了日付',
185 'label.user' => 'ユーザー',
186 'label.users' => 'ユーザー',
187 // TODO: translate the following.
188 // 'label.group' => 'Group',
189 // 'label.subgroups' => 'Subgroups',
190 // 'label.roles' => 'Roles',
191 'label.client' => 'クライアント',
192 'label.clients' => 'クライアント',
193 'label.option' => 'オプション',
194 'label.invoice' => '送り状',
195 'label.project' => 'プロジェクト',
196 'label.projects' => 'プロジェクト',
197 // TODO: translate the following.
198 // 'label.task' => 'Task',
199 // 'label.tasks' => 'Tasks',
200 // 'label.description' => 'Description',
201 'label.start' => '開始',
202 'label.finish' => '終了',
203 'label.duration' => '期間',
204 'label.note' => 'ノート',
205 'label.notes' => 'ノート',
206 // TODO: translate the following.
207 // 'label.item' => 'Item',
208 // 'label.cost' => 'Cost',
209 // 'label.ip' => 'IP',
210 // 'label.day_total' => 'Day total',
211 'label.week_total' => '週合計',
212 // TODO: translate the following.
213 // 'label.month_total' => 'Month total',
214 'label.today' => '今日',
215 // TODO: translate the following.
216 // 'label.view' => 'View',
217 'label.edit' => '編集',
218 'label.delete' => '削除',
219 // TODO: translate the following.
220 // 'label.configure' => 'Configure',
221 'label.select_all' => 'すべて選択',
222 'label.select_none' => 'すべて解除',
223 // TODO: translate the following.
224 // 'label.day_view' => 'Day view',
225 // 'label.week_view' => 'Week view',
226 'label.id' => '識別子',
227 'label.language' => '言語',
228 // TODO: translate the following.
229 // 'label.decimal_mark' => 'Decimal mark',
230 'label.date_format' => '日付形式',
231 'label.time_format' => '時間形式',
232 'label.week_start' => '週の開始日',
233 'label.comment' => 'コメント',
234 'label.status' => '状態',
235 'label.tax' => '税',
236 'label.subtotal' => '小計',
237 'label.total' => '合計',
238 // TODO: translate the following.
239 // 'label.client_name' => 'Client name',
240 // 'label.client_address' => 'Client address',
241 'label.or' => 'あるいは',
242 // TODO: translate the following.
243 // 'label.error' => 'Error',
244 'label.ldap_hint' => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
245 'label.required_fields' => '* 必須のフィールド',
246 'label.on_behalf' => 'を代表して',
247 // TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm
248 // This may require different terms for role_manager and role_comanager.
249 'label.role_manager' => '(管理者)',
250 'label.role_comanager' => '(共同管理者)',
251 // 'label.role_admin' => '(administrator)',
252 // TODO: translate the following.
253 // 'label.page' => 'Page',
254 // 'label.condition' => 'Condition',
255 // 'label.yes' => 'yes',
256 // 'label.no' => 'no',
257 // Labels for plugins (extensions to Time Tracker that provide additional features).
258 // TODO: translate the following.
259 // 'label.custom_fields' => 'Custom fields',
260 // 'label.monthly_quotas' => 'Monthly quotas',
261 // 'label.type' => 'Type',
262 // 'label.type_dropdown' => 'dropdown',
263 // 'label.type_text' => 'text',
264 // 'label.required' => 'Required',
265 'label.fav_report' => 'お気に入りレポート',
266 // TODO: translate the following.
267 // 'label.schedule' => 'Schedule',
268 // 'label.what_is_it' => 'What is it?',
269 // 'label.expense' => 'Expense',
270 // 'label.quantity' => 'Quantity',
271 // 'label.paid_status' => 'Paid status',
272 // 'label.paid' => 'Paid',
273 // 'label.mark_paid' => 'Mark paid',
274 // 'label.week_note' => 'Week note',
275 // 'label.week_list' => 'Week list',
276 // 'label.work_units' => 'Work units',
277 // 'label.work_units_short' => 'Units',
278 'label.totals_only' => '全体だけ',
279 // TODO: translate the following.
280 // 'label.quota' => 'Quota',
281 // 'label.timesheet' => 'Timesheet',
282 // 'label.submitted' => 'Submitted',
283 // 'label.approved' => 'Approved',
284 // 'label.approval' => 'Report approval',
285 // 'label.mark_approved' => 'Mark approved',
286 // 'label.template' => 'Template',
287 // 'label.attachments' => 'Attachments',
288 // 'label.files' => 'Files',
289 // 'label.file' => 'File',
290 // 'label.image' => 'Image',
291 // 'label.download' => 'Download',
292 // 'label.active_users' => 'Active Users',
293 // 'label.inactive_users' => 'Inactive Users',
294
295 // Form titles.
296 // TODO: Translate the following.
297 // 'title.error' => 'Error',
298 // 'title.success' => 'Success',
299 'title.login' => 'ログイン',
300 'title.groups' => 'チーム', // TODO: change "teams" to "groups".
301 // TODO: translate the following.
302 // 'title.subgroups' => 'Subgroups',
303 // 'title.add_group' => 'Adding Group',
304 // 'title.edit_group' => 'Editing Group',
305 'title.delete_group' => 'チームの削除',  // TODO: change "team" to "group".
306 'title.reset_password' => 'パスワードの初期化',
307 // TODO: translate the following.
308 // 'title.change_password' => 'Changing Password',
309 'title.time' => '時間',
310 'title.edit_time_record' => '時間レコードの編集',
311 'title.delete_time_record' => '時間レコードの削除',
312 // TODO: Translate the following.
313 // 'title.time_files' => 'Time Record Files',
314 // 'title.expenses' => 'Expenses',
315 // 'title.edit_expense' => 'Editing Expense Item',
316 // 'title.delete_expense' => 'Deleting Expense Item',
317 // 'title.predefined_expenses' => 'Predefined Expenses',
318 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
319 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
320 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
321 'title.reports' => 'レポート',
322 'title.report' => 'レポート',
323 // TODO: translate the following.
324 // 'title.send_report' => 'Sending Report',
325 // 'title.timesheets' => 'Timesheets',
326 // 'title.timesheet' => 'Timesheet',
327 // 'title.timesheet_files' => 'Timesheet Files',
328 'title.invoice' => '送り状',
329 // TODO: translate the following.
330 // 'title.send_invoice' => 'Sending Invoice',
331 // 'title.charts' => 'Charts',
332 'title.projects' => 'プロジェクト',
333 // TODO: translate the following.
334 // 'title.project_files' => 'Project Files',
335 'title.add_project' => 'プロジェクトの追加',
336 'title.edit_project' => 'プロジェクトの編集',
337 'title.delete_project' => 'プロジェクトの削除',
338 // TODO: translate the following.
339 // 'title.tasks' => 'Tasks',
340 // 'title.add_task' => 'Adding Task',
341 // 'title.edit_task' => 'Editing Task',
342 // 'title.delete_task' => 'Deleting Task',
343 'title.users' => 'ユーザー',
344 'title.add_user' => 'ユーザーの作成',
345 'title.edit_user' => 'ユーザーの編集',
346 'title.delete_user' => 'ユーザーの削除',
347 // TODO: translate the following.
348 // 'title.roles' => 'Roles',
349 // 'title.add_role' => 'Adding Role',
350 // 'title.edit_role' => 'Editing Role',
351 // 'title.delete_role' => 'Deleting Role',
352 'title.clients' => 'クライアント',
353 'title.add_client' => 'クライアントの追加',
354 'title.edit_client' => 'クライアントの編集',
355 'title.delete_client' => 'クライアントの削除',
356 'title.invoices' => '送り状',
357 // TODO: translate the following.
358 // 'title.add_invoice' => 'Adding Invoice',
359 // 'title.view_invoice' => 'Viewing Invoice',
360 // 'title.delete_invoice' => 'Deleting Invoice',
361 // 'title.notifications' => 'Notifications',
362 // 'title.add_notification' => 'Adding Notification',
363 // 'title.edit_notification' => 'Editing Notification',
364 // 'title.delete_notification' => 'Deleting Notification',
365 // 'title.add_timesheet' => 'Adding Timesheet',
366 // 'title.edit_timesheet' => 'Editing Timesheet',
367 // 'title.delete_timesheet' => 'Deleting Timesheet',
368 // 'title.monthly_quotas' => 'Monthly Quotas',
369 // 'title.export' => 'Exporting Group Data',
370 // 'title.import' => 'Importing Group Data',
371 'title.options' => 'オプション',
372 // TODO: translate the following.
373 // 'title.display_options' => 'Display Options',
374 'title.profile' => 'プロファイル',
375 // TODO: translate the following.
376 // 'title.plugins' => 'Plugins',
377 // 'title.cf_custom_fields' => 'Custom Fields',
378 // 'title.cf_add_custom_field' => 'Adding Custom Field',
379 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
380 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
381 // 'title.cf_dropdown_options' => 'Dropdown Options',
382 // 'title.cf_add_dropdown_option' => 'Adding Option',
383 // 'title.cf_edit_dropdown_option' => 'Editing Option',
384 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
385 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
386 // It is also a name for the Locking plugin on the group settings page.
387 // 'title.locking' => 'Locking',
388 // 'title.week_view' => 'Week View',
389 // 'title.swap_roles' => 'Swapping Roles',
390 // 'title.work_units' => 'Work Units',
391 // 'title.templates' => 'Templates',
392 // 'title.add_template' => 'Adding Template',
393 // 'title.edit_template' => 'Editing Template',
394 // 'title.delete_template' => 'Deleting Template',
395 // 'title.edit_file' => 'Editing File',
396 // 'title.delete_file' => 'Deleting File',
397 // 'title.download_file' => 'Downloading File',
398 // 'title.work' => 'Work',
399 // 'title.add_work' => 'Adding Work',
400 // 'title.edit_work' => 'Editing Work',
401 // 'title.delete_work' => 'Deleting Work',
402 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
403 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
404
405 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
406 // Strings that are used in a single form must go to the specific form section.
407 'dropdown.all' => '--- すべて ---',
408 'dropdown.no' => '--- いいえ ---',
409 'dropdown.current_day' => '今日',
410 'dropdown.previous_day' => '昨日',
411 'dropdown.selected_day' => '日',
412 'dropdown.current_week' => '今週',
413 'dropdown.previous_week' => '先週',
414 'dropdown.selected_week' => '週',
415 'dropdown.current_month' => '今月',
416 'dropdown.previous_month' => '先月',
417 'dropdown.selected_month' => '月',
418 'dropdown.current_year' => '今年',
419 'dropdown.previous_year' => '昨年',
420 'dropdown.selected_year' => '年',
421 'dropdown.all_time' => 'すべての時間',
422 'dropdown.projects' => 'プロジェクト',
423 // TODO: translate the following.
424 // 'dropdown.tasks' => 'tasks',
425 // 'dropdown.clients' => 'clients',
426 // 'dropdown.select' => '--- select ---',
427 // 'dropdown.select_invoice' => '--- select invoice ---',
428 // 'dropdown.select_timesheet' => '--- select timesheet ---',
429 // 'dropdown.status_active' => 'active',
430 // 'dropdown.status_inactive' => 'inactive',
431 // 'dropdown.delete' => 'delete',
432 // 'dropdown.do_not_delete' => 'do not delete',
433 // 'dropdown.approved' => 'approved',
434 // 'dropdown.not_approved' => 'not approved',
435 // 'dropdown.paid' => 'paid',
436 // 'dropdown.not_paid' => 'not paid',
437
438 // Login form. See example at https://timetracker.anuko.com/login.php.
439 'form.login.forgot_password' => 'パスワードを忘れましたか?',
440 // TODO: translate the following.
441 // '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.',
442
443 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
444 'form.reset_password.message' => '送信したパスワードの初期化の要求。', // TODO: add "by email" to match the English string.
445 'form.reset_password.email_subject' => 'Anuko Time Trackerのパスワードの初期化の要求',
446 // TODO: translate the ending of this string.
447 // TODO: English string has changed. "from IP added. Re-translate the beginning.
448 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
449 // Older translation is below.
450 // 'form.reset_password.email_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",
451
452
453 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
454 // TODO: translate the following.
455 // 'form.change_password.tip' => 'Type new password and click on Save.',
456
457 // Time form. See example at https://timetracker.anuko.com/time.php.
458 // TODO: translate the following.
459 'form.time.duration_format' => '(hh:mm あるいは 0.0h)', // TODO: is there a better term for hh:mm as a hint to user what to enter?
460 'form.time.billable' => '請求できる',
461 'form.time.uncompleted' => '未完成の',
462 // TODO: translate the following.
463 // 'form.time.remaining_quota' => 'Remaining quota',
464 // 'form.time.over_quota' => 'Over quota',
465 // 'form.time.remaining_balance' => 'Remaining balance',
466 // 'form.time.over_balance' => 'Over balance',
467
468 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
469 'form.time_edit.uncompleted' => 'このレコードは開始時間だけで保存されました。これはエラーではありません。',
470
471 // Week view form. See example at https://timetracker.anuko.com/week.php.
472 // TODO: translate the following.
473 // 'form.week.new_entry' => 'New entry',
474
475 // Reports form. See example at https://timetracker.anuko.com/reports.php
476 'form.reports.save_as_favorite' => 'お気に入りに保存',
477 'form.reports.confirm_delete' => 'このお気に入りレポートを削除しますか?',
478 // TODO: translate the following.
479 'form.reports.include_billable' => '請求できる',
480 'form.reports.include_not_billable' => '請求できません',
481 // TODO: translate the following.
482 // 'form.reports.include_invoiced' => 'invoiced',
483 // 'form.reports.include_not_invoiced' => 'not invoiced',
484 // 'form.reports.include_assigned' => 'assigned',
485 // 'form.reports.include_not_assigned' => 'not assigned',
486 // 'form.reports.include_pending' => 'pending',
487 'form.reports.select_period' => '時間期間の選択',
488 'form.reports.set_period' => 'あるいは日付を設定',
489 'form.reports.show_fields' => 'フィールドの表示',
490 'form.reports.group_by' => '次のようにグループ化',
491 'form.reports.group_by_no' => '--- グループの機能がありません ---',
492 'form.reports.group_by_date' => '日付',
493 'form.reports.group_by_user' => 'ユーザー',
494 // TODO: translate the following.
495 // 'form.reports.group_by_client' => 'client',
496 'form.reports.group_by_project' => 'プロジェクト',
497 // TODO: translate the following.
498 // 'form.reports.group_by_task' => 'task',
499
500 // Report form. See example at https://timetracker.anuko.com/report.php
501 // (after generating a report at https://timetracker.anuko.com/reports.php).
502 'form.report.export' => '輸出する', // TODO: is this correct?
503 // TODO: translate the following.
504 // 'form.report.assign_to_invoice' => 'Assign to invoice',
505 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
506
507 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
508 // TODO: translate the following.
509 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
510 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
511
512 // Templates form. See example at https://timetracker.anuko.com/templates.php
513 // TODO: translate the following.
514 // 'form.templates.active_templates' => 'Active Templates',
515 // 'form.templates.inactive_templates' => 'Inactive Templates',
516
517 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
518 // (you can get to this form after generating a report).
519 'form.invoice.number' => '送り状の番号',
520 'form.invoice.person' => '個人',
521
522 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
523 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
524 // 'form.invoice.invoice_entries' => 'Invoice entries',
525 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
526
527 // Charts form. See example at https://timetracker.anuko.com/charts.php
528 // TODO: translate the following.
529 // 'form.charts.interval' => 'Interval',
530 // 'form.charts.chart' => 'Chart',
531
532 // Projects form. See example at https://timetracker.anuko.com/projects.php
533 // TODO: translate the following.
534 // 'form.projects.active_projects' => 'Active Projects',
535 // 'form.projects.inactive_projects' => 'Inactive Projects',
536
537 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
538 // TODO: translate the following.
539 // 'form.tasks.active_tasks' => 'Active Tasks',
540 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
541
542 // Users form. See example at https://timetracker.anuko.com/users.php
543 // TODO: translate the following.
544 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
545 'form.users.role' => '役割', // TODO: is this correct?
546 'form.users.manager' => '管理者',
547 'form.users.comanager' => '共同管理者',
548 'form.users.rate' => '給料',
549 'form.users.default_rate' => 'デフォルト時間当り給料',
550
551 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
552 // TODO: translate the following.
553 // 'form.user_edit.swap_roles' => 'Swap roles',
554
555 // Roles form. See example at https://timetracker.anuko.com/roles.php
556 // TODO: translate the following.
557 // 'form.roles.active_roles' => 'Active Roles',
558 // 'form.roles.inactive_roles' => 'Inactive Roles',
559 // 'form.roles.rank' => 'Rank',
560 // 'form.roles.rights' => 'Rights',
561 // 'form.roles.assigned' => 'Assigned',
562 // 'form.roles.not_assigned' => 'Not assigned',
563
564 // Clients form. See example at https://timetracker.anuko.com/clients.php
565 // TODO: translate the following.
566 // 'form.clients.active_clients' => 'Active Clients',
567 // 'form.clients.inactive_clients' => 'Inactive Clients',
568
569 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
570 // TODO: translate the following.
571 // 'form.client.client_to_delete' => 'Client to delete',
572 // 'form.client.client_entries' => 'Client entries',
573
574 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
575 // TODO: replace "team" with "group" in the string below.
576 'form.export.hint' => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。',
577 'form.export.compression' => '圧縮',
578 'form.export.compression_none' => 'なし',
579 'form.export.compression_bzip' => 'bzip',
580
581 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
582 'form.import.hint' => 'xmlファイルからチームのデータをインポート。', // TODO: replace "team" with "group".
583 'form.import.file' => 'ファイルの選択',
584 'form.import.success' => 'インポートが成功的に完了されました。',
585
586 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
587 // TODO: replace "team" with "group" in the string below.
588 'form.groups.hint' => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
589
590 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
591 // TODO: translate the following.
592 // 'form.group_edit.12_hours' => '12 hours',
593 // 'form.group_edit.24_hours' => '24 hours',
594 // 'form.group_edit.display_options' => 'Display options',
595 // 'form.group_edit.show_holidays' => 'Show holidays',
596 // 'form.group_edit.holidays' => 'Holidays',
597 // 'form.group_edit.tracking_mode' => 'Tracking mode',
598 // 'form.group_edit.mode_time' => 'time',
599 // 'form.group_edit.mode_projects' => 'projects',
600 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
601 // 'form.group_edit.record_type' => 'Record type',
602 // 'form.group_edit.type_all' => 'all',
603 // 'form.group_edit.type_start_finish' => 'start and finish',
604 // 'form.group_edit.type_duration' => 'duration',
605 // 'form.group_edit.punch_mode' => 'Punch mode',
606 // 'form.group_edit.allow_overlap' => 'Allow overlap',
607 // 'form.group_edit.future_entries' => 'Future entries',
608 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
609 // 'form.group_edit.confirm_save' => 'Confirm saving',
610 // 'form.group_edit.allow_ip' => 'Allow IP',
611
612 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
613 // TODO: translate the following.
614 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
615
616 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
617 'form.mail.from' => 'から',
618 'form.mail.to' => 'まで',
619 // TODO: translate the following.
620 // 'form.mail.report_subject' => 'Time Tracker Report',
621 // 'form.mail.footer' => '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.',
622 // 'form.mail.report_sent' => 'Report sent.',
623 'form.mail.invoice_sent' => '送信した送り状。',
624
625 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
626 // TODO: translate the following.
627 // 'form.quota.year' => 'Year',
628 // 'form.quota.month' => 'Month',
629 // 'form.quota.workday_hours' => 'Hours in work day',
630 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
631
632 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
633 // TODO: translate the following.
634 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
635 // 'form.swap.swap_with' => 'Swap roles with',
636
637 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
638 // TODO: translate the following.
639 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
640 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
641
642 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
643 // TODO: translate the following.
644 // 'role.user.label' => 'User',
645 // 'role.user.low_case_label' => 'user',
646 // 'role.user.description' => 'A regular member without management rights.',
647 // 'role.client.label' => 'Client',
648 // 'role.client.low_case_label' => 'client',
649 // 'role.client.description' => 'A client can view its own data.',
650 // 'role.supervisor.label' => 'Supervisor',
651 // 'role.supervisor.low_case_label' => 'supervisor',
652 // 'role.supervisor.description' => 'A person with a small set of management rights.',
653 // 'role.comanager.label' => 'Co-manager',
654 // 'role.comanager.low_case_label' => 'co-manager',
655 // 'role.comanager.description' => 'A person with a big set of management functions.',
656 // 'role.manager.label' => 'Manager',
657 // 'role.manager.low_case_label' => 'manager',
658 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
659 // 'role.top_manager.label' => 'Top manager',
660 // 'role.top_manager.low_case_label' => 'top manager',
661 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
662 // 'role.admin.label' => 'Administrator',
663 // 'role.admin.low_case_label' => 'administrator',
664 // 'role.admin.description' => 'Site adminsitrator.',
665
666 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
667 // TODO: translate the following.
668 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
669 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
670 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
671 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
672 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
673 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
674
675 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
676 // TODO: translate the following.
677 // 'form.display_options.menu' => 'Menu',
678 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
679 );