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