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