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