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