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