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