More cleanup.
[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 = '日本語';
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_team' => 'Create Team',
50 'menu.profile' => 'プロファイル',
51 'menu.time' => '時間',
52 // TODO: translate the following.
53 // 'menu.expenses' => 'Expenses',
54 'menu.reports' => 'レポート',
55 // TODO: translate the following.
56 // 'menu.charts' => 'Charts',
57 'menu.projects' => 'プロジェクト',
58 // TODO: translate the following.
59 // 'menu.tasks' => 'Tasks',
60 // 'menu.users' => 'Users',
61 'menu.teams' => 'チーム',
62 // TODO: translate the following.
63 // 'menu.export' => 'Export',
64 'menu.clients' => 'クライアント',
65 'menu.options' => 'オプション',
66
67 // Footer - strings on the bottom of most pages.
68 // TODO: translate the following.
69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
70 // 'footer.credits' => 'Credits',
71 // 'footer.license' => 'License',
72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
73                                      // This is a link to a webpage that describes how to contribute to the project.
74
75 // Error messages.
76 // TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 'error.db' => 'データベースのエラー',
81 'error.field' => '不正確な"{0}"データ',
82 'error.empty' => '"{0}"のフィールドが空白です',
83 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います',
84 // TODO: translate the following.
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 'error.project' => 'プロジェクトの選択',
87 // TODO: translate the following.
88 // 'error.task' => 'Select task.',
89 'error.client' => 'クライアントの選択',
90 // TODO: translate the following.
91 // 'error.report' => 'Select report.',
92 // 'error.record' => 'Select record.',
93 'error.auth' => '不正確なログインあるいはパスワードが不正確です',
94 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します',
95 'error.project_exists' => 'この名前のプロジェクトは既に存在します',
96 // TODO: translate the following.
97 // 'error.task_exists' => 'Task with this name already exists.',
98 // 'error.client_exists' => 'Client with this name already exists.',
99 // 'error.invoice_exists' => 'Invoice with this number already exists.',
100 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
101 'error.no_login' => 'このログインと関連されたユーザーはいません',
102 // TODO: translate the following.
103 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
104 'error.upload' => 'ファイルのアップロードのエラー',
105 // TODO: translate the following.
106 // 'error.range_locked' => 'Date range is locked.',
107 'error.mail_send' => 'メールの送信中のエラー',
108 // TODO: translate the following.
109 // 'error.no_email' => 'No email associated with this login.',
110 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
111 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
112 // 'error.overlap' => 'Time interval overlaps with existing records.',
113 // 'error.future_date' => 'Date is in future.',
114
115 // Labels for buttons.
116 'button.login' => 'ログイン',
117 'button.now' => '現在',
118 'button.save' => '保存',
119 // TODO: translate the following.
120 // 'button.copy' => 'Copy',
121 'button.cancel' => 'キャンセル',
122 'button.submit' => '送信',
123 // TODO: translate the following.
124 // 'button.add_user' => 'Add user',
125 // 'button.add_project' => 'Add project',
126 // 'button.add_task' => 'Add task',
127 // 'button.add_client' => 'Add client',
128 // 'button.add_invoice' => 'Add invoice',
129 // 'button.add_option' => 'Add option',
130 'button.add' => '追加',
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_team' => 'Create team',
138 'button.export' => 'チームのエクスポート',
139 'button.import' => 'チームのインポート',
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.team_name' => 'Team 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 // TODO: translate the following.
155 // 'label.login' => 'Login',
156 'label.password' => 'パスワード',
157 'label.confirm_password' => 'パスワードの確認',
158 'label.email' => 'Eメール',
159 // TODO: translate the following.
160 // 'label.cc' => 'Cc',
161 // 'label.bcc' => 'Bcc',
162 'label.subject' => '主題',
163 // TODO: translate the following.
164 // 'label.date' => 'Date',
165 // 'label.start_date' => 'Start date',
166 // 'label.end_date' => 'End date',
167 // 'label.user' => 'User',
168 // 'label.users' => 'Users',
169 // 'label.client' => 'Client',
170 // 'label.clients' => 'Clients',
171 // 'label.option' => 'Option',
172 // 'label.invoice' => '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' => 'Start',
180 // 'label.finish' => 'Finish',
181 // 'label.duration' => 'Duration',
182 'label.note' => 'ノート',
183 'label.notes' => 'ノート',
184 // TODO: translate the following.
185 // 'label.item' => 'Item',
186 // 'label.cost' => 'Cost',
187 // 'label.day_total' => 'Day total',
188 'label.week_total' => '週合計',
189 // TODO: translate the following.
190 // 'label.month_total' => 'Month total',
191 'label.today' => '今日',
192 // TODO: translate the following.
193 // 'label.total_hours' => 'Total hours',
194 // 'label.total_cost' => 'Total cost',
195 // 'label.view' => 'View',
196 'label.edit' => '編集',
197 'label.delete' => '削除',
198 // TODO: translate the following.
199 // 'label.configure' => 'Configure',
200 // 'label.select_all' => 'Select all',
201 // 'label.select_none' => 'Deselect all',
202 // 'label.day_view' => 'Day view',
203 // 'label.week_view' => 'Week view',
204 // 'label.id' => 'ID',
205 // 'label.language' => 'Language',
206 // 'label.decimal_mark' => 'Decimal mark',
207 // 'label.date_format' => 'Date format',
208 // 'label.time_format' => 'Time format',
209 // 'label.week_start' => 'First day of week',
210 'label.comment' => 'コメント',
211 'label.status' => '状態',
212 'label.tax' => '税',
213 // TODO: translate the following.
214 // 'label.subtotal' => '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' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
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.cron_schedule' => 'Cron 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 // TODO: translate the following.
258 // 'title.teams' => 'Teams',
259 // 'title.create_team' => 'Creating Team',
260 // 'title.edit_team' => 'Editing Team',
261 // 'title.delete_team' => 'Deleting Team',
262 'title.reset_password' => 'パスワードの初期化',
263 // TODO: translate the following.
264 // 'title.change_password' => 'Changing Password',
265 // 'title.time' => 'Time',
266 // 'title.edit_time_record' => 'Editing Time Record',
267 // 'title.delete_time_record' => 'Deleting Time Record',
268 // 'title.expenses' => 'Expenses',
269 // 'title.edit_expense' => 'Editing Expense Item',
270 // 'title.delete_expense' => 'Deleting Expense Item',
271 // 'title.predefined_expenses' => 'Predefined Expenses',
272 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
273 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
274 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
275 // 'title.reports' => 'Reports',
276 // 'title.report' => 'Report',
277 // 'title.send_report' => 'Sending Report',
278 // 'title.invoice' => 'Invoice',
279 // 'title.send_invoice' => 'Sending Invoice',
280 // 'title.charts' => 'Charts',
281 'title.projects' => 'プロジェクト',
282 'title.add_project' => 'プロジェクトの追加',
283 'title.edit_project' => 'プロジェクトの編集',
284 'title.delete_project' => 'プロジェクトの削除',
285 // TODO: translate the following.
286 // 'title.tasks' => 'Tasks',
287 // 'title.add_task' => 'Adding Task',
288 // 'title.edit_task' => 'Editing Task',
289 // 'title.delete_task' => 'Deleting Task',
290 // 'title.users' => 'Users',
291 // 'title.add_user' => 'Adding User',
292 // 'title.edit_user' => 'Editing User',
293 // 'title.delete_user' => 'Deleting User',
294 // 'title.clients' => 'Clients',
295 // 'title.add_client' => 'Adding Client',
296 // 'title.edit_client' => 'Editing Client',
297 // 'title.delete_client' => 'Deleting Client',
298 // 'title.invoices' => 'Invoices',
299 // 'title.add_invoice' => 'Adding Invoice',
300 // 'title.view_invoice' => 'Viewing Invoice',
301 // 'title.delete_invoice' => 'Deleting Invoice',
302 // 'title.notifications' => 'Notifications',
303 // 'title.add_notification' => 'Adding Notification',
304 // 'title.edit_notification' => 'Editing Notification',
305 // 'title.delete_notification' => 'Deleting Notification',
306 // 'title.monthly_quotas' => 'Monthly Quotas',
307 // 'title.export' => 'Exporting Team Data',
308 // 'title.import' => 'Importing Team Data',
309 // 'title.options' => 'Options',
310 // 'title.profile' => 'Profile',
311 // 'title.cf_custom_fields' => 'Custom Fields',
312 // 'title.cf_add_custom_field' => 'Adding Custom Field',
313 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
314 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
315 // 'title.cf_dropdown_options' => 'Dropdown Options',
316 // 'title.cf_add_dropdown_option' => 'Adding Option',
317 // 'title.cf_edit_dropdown_option' => 'Editing Option',
318 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
319 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
320 // It is also a name for the Locking plugin on the Team profile page.
321 // 'title.locking' => 'Locking',
322 // 'title.week_view' => 'Week View',
323
324 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
325 // Strings that are used in a single form must go to the specific form section.
326 // TODO: translate the following.
327 // 'dropdown.all' => '--- all ---',
328 // 'dropdown.no' => '--- no ---',
329 // 'dropdown.current_day' => 'today',
330 // 'dropdown.previous_day' => 'yesterday',
331 // 'dropdown.selected_day' => 'day',
332 // 'dropdown.current_week' => 'this week',
333 // 'dropdown.previous_week' => 'previous week',
334 // 'dropdown.selected_week' => 'week',
335 // 'dropdown.current_month' => 'this month',
336 // 'dropdown.previous_month' => 'previous month',
337 // 'dropdown.selected_month' => 'month',
338 // 'dropdown.current_year' => 'this year',
339 // 'dropdown.previous_year' => 'previous year',
340 // 'dropdown.selected_year' => 'year',
341 // 'dropdown.all_time' => 'all time',
342 'dropdown.projects' => 'プロジェクト',
343 // TODO: translate the following.
344 // 'dropdown.tasks' => 'tasks',
345 // 'dropdown.clients' => 'clients',
346 // 'dropdown.select' => '--- select ---',
347 // 'dropdown.select_invoice' => '--- select invoice ---',
348 // 'dropdown.status_active' => 'active',
349 // 'dropdown.status_inactive' => 'inactive',
350 // 'dropdown.delete'=>'delete',
351 // 'dropdown.do_not_delete'=>'do not delete',
352 // 'dropdown.paid' => 'paid',
353 // 'dropdown.not_paid' => 'not paid',
354
355 // Login form. See example at https://timetracker.anuko.com/login.php.
356 'form.login.forgot_password' => 'パスワードを忘れましたか?',
357 // TODO: translate the following.
358 // '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.',
359
360 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
361 // TODO: translate the following.
362 // 'form.reset_password.message' => 'Password reset request sent by email.',
363 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
364 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
365
366 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
367 // TODO: translate the following.
368 // 'form.change_password.tip' => 'Type new password and click on Save.',
369
370 // Time form. See example at https://timetracker.anuko.com/time.php.
371 // TODO: translate the following.
372 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
373 'form.time.billable' => '請求できる',
374 // TODO: translate the following.
375 // 'form.time.uncompleted' => 'Uncompleted',
376 // 'form.time.remaining_quota' => 'Remaining quota',
377 // 'form.time.over_quota' => 'Over quota',
378
379 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
380 // TODO: translate the following.
381 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
382
383 // Week view form. See example at https://timetracker.anuko.com/week.php.
384 // TODO: translate the following.
385 // 'form.week.new_entry' => 'New entry',
386
387 // Reports form. See example at https://timetracker.anuko.com/reports.php
388 'form.reports.save_as_favorite' => 'お気に入りに保存',
389 'form.reports.confirm_delete' => 'このお気に入りレポートを削除しますか?',
390 // TODO: translate the following.
391 'form.reports.include_billable' => '請求できる',
392 'form.reports.include_not_billable' => '請求できません',
393 // TODO: translate the following.
394 // 'form.reports.include_invoiced' => 'invoiced',
395 // 'form.reports.include_not_invoiced' => 'not invoiced',
396 'form.reports.select_period' => '時間期間の選択',
397 'form.reports.set_period' => 'あるいは日付を設定',
398 'form.reports.show_fields' => 'フィールドの表示',
399 'form.reports.group_by' => '次のようにグループ化',
400 'form.reports.group_by_no' => '--- グループの機能がありません ---',
401 // TODO: translate the following.
402 // 'form.reports.group_by_date' => 'date',
403 // 'form.reports.group_by_user' => 'user',
404 // 'form.reports.group_by_client' => 'client',
405 'form.reports.group_by_project' => 'プロジェクト',
406 // TODO: translate the following.
407 // 'form.reports.group_by_task' => 'task',
408 // 'form.reports.totals_only' => 'Totals only',
409
410 // Report form. See example at https://timetracker.anuko.com/report.php
411 // (after generating a report at https://timetracker.anuko.com/reports.php).
412 // TODO: translate the following.
413 // 'form.report.export' => 'Export',
414 // 'form.report.assign_to_invoice' => 'Assign to invoice',
415
416 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
417 // (you can get to this form after generating a report).
418 // TODO: translate the following.
419 // 'form.invoice.number' => 'Invoice number',
420 // 'form.invoice.person' => 'Person',
421 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
422 // 'form.invoice.invoice_entries' => 'Invoice entries',
423 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
424
425 // Charts form. See example at https://timetracker.anuko.com/charts.php
426 // TODO: translate the following.
427 // 'form.charts.interval' => 'Interval',
428 // 'form.charts.chart' => 'Chart',
429
430 // Projects form. See example at https://timetracker.anuko.com/projects.php
431 // TODO: translate the following.
432 // 'form.projects.active_projects' => 'Active Projects',
433 // 'form.projects.inactive_projects' => 'Inactive Projects',
434
435 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
436 // TODO: translate the following.
437 // 'form.tasks.active_tasks' => 'Active Tasks',
438 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
439
440
441
442 // TODO: refactoring ongoing down from here.
443
444 // password reminder form attributes
445 "form.fpass.login" => 'ログイン',
446 "form.fpass.send_pass_str" => '送信したパスワードの初期化の要求',
447 "form.fpass.send_pass_subj" => 'Anuko Time Trackerのパスワードの初期化の要求',
448 // Note to translators: the ending of this string below needs to be translated.
449 "form.fpass.send_pass_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",
450 "form.fpass.reset_comment" => "あなたのパスワードを初期化しようとパスワードを入力して保存をクリックしてください",
451
452 // administrator form
453 "form.admin.title" => '管理者',
454 "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
455
456 "form.admin.profile.title" => 'チーム',
457 "form.admin.profile.noprofiles" => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。',
458 "form.admin.profile.comment" => 'チームの削除',
459 "form.admin.profile.th.id" => '識別子',
460 "form.admin.profile.th.active" => '活動内容',
461 "form.admin.options" => 'オプション',
462 "form.admin.custom_date_format" => "日付形式",
463 "form.admin.custom_time_format" => "時間形式",
464 "form.admin.start_week" => "週の開始日",
465
466 // my time form attributes
467 "form.mytime.title" => '私の時間',
468 "form.mytime.edit_title" => '時間レコードの編集',
469 "form.mytime.del_str" => '時間レコードの削除',
470 "form.mytime.time_form" => ' (hh:mm)',
471 "form.mytime.date" => '日付',
472 "form.mytime.start" => '開始',
473 "form.mytime.finish" => '終了',
474 "form.mytime.duration" => '期間',
475 "form.mytime.daily" => '日課',
476 "form.mytime.total" => '合計時間: ',
477 "form.mytime.th.start" => '開始',
478 "form.mytime.th.finish" => '終了',
479 "form.mytime.th.duration" => '期間',
480 "form.mytime.del_yes" => '時間レコードが成功的に削除されました',
481 "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。',
482 "form.mytime.warn_tozero_rec" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です',
483 "form.mytime.uncompleted" => '未完成の',
484
485 // profile form attributes
486 // Note to translators: we need a more accurate translation of form.profile.create_title
487 "form.profile.create_title" => '新規管理者のアカウントの作成',
488 "form.profile.edit_title" => 'プロファイルの編集',
489 "form.profile.login" => 'ログインID',
490
491 "form.profile.showchart" => 'パイ図表の表示',
492 "form.profile.lang" => '言語',
493 "form.profile.custom_date_format" => "日付形式",
494 "form.profile.custom_time_format" => "時間形式",
495 "form.profile.default_format" => "(デフォルト)",
496 "form.profile.start_week" => "週の開始日",
497
498 // people form attributes
499 "form.people.ppl_str" => 'メンバー',
500 "form.people.createu_str" => '新規ユーザーの作成',
501 "form.people.edit_str" => 'ユーザーの編集',
502 "form.people.del_str" => 'ユーザーの削除',
503 "form.people.th.login" => 'ログインID',
504 "form.people.th.role" => 'ルール',
505 "form.people.th.rate" => '給料',
506 "form.people.manager" => '管理者',
507 "form.people.comanager" => '共同管理者',
508 "form.people.empl" => 'ユーザー',
509 "form.people.login" => 'ログインID',
510
511 "form.people.rate" => 'デフォルト時間当り給料',
512 "form.people.comanager" => '共同管理者',
513
514 // report attributes
515 "form.report.title" => 'レポート',
516 "form.report.from" => '開始日付',
517 "form.report.to" => '終了日付',
518 "form.report.groupby_user" => 'ユーザー',
519 "form.report.groupby_project" => 'プロジェクト',
520 "form.report.duration" => '期間',
521 "form.report.start" => '開始',
522 "form.report.finish" => '終了',
523 "form.report.totals_only" => '全体だけ',
524 "form.report.total" => '合計時間',
525 "form.report.th.empllist" => 'ユーザー',
526 "form.report.th.date" => '日付',
527 "form.report.th.start" => '開始',
528 "form.report.th.finish" => '終了',
529 "form.report.th.duration" => '期間',
530
531 // mail form attributes
532 "form.mail.from" => 'から',
533 "form.mail.to" => 'まで',
534 "form.mail.above" => 'このレポートをEメールで送信',
535 // Note to translators: this string needs to be translated.
536 // "form.mail.footer_str" => '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.',
537 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
538
539 // invoice attributes
540 "form.invoice.title" => '送り状',
541 "form.invoice.caption" => '送り状',
542 "form.invoice.above" => '送り状の追加の情報',
543 "form.invoice.select_cust" => 'クライアントの選択',
544 "form.invoice.fillform" => 'フィールドの作成',
545 "form.invoice.date" => '日付',
546 "form.invoice.number" => '送り状の番号',
547 "form.invoice.th.username" => '個人',
548 "form.invoice.th.time" => '時間',
549 "form.invoice.th.rate" => '給料',
550 "form.invoice.th.summ" => '数量',
551 "form.invoice.subtotal" => '小計',
552 "form.invoice.customer" => 'クライアント',
553 "form.invoice.mailinv_above" => '送り状をEメールで送信',
554 "form.invoice.sending_str" => '<b>送信した送り状</b>',
555
556 "form.migration.zip" => '圧縮',
557 "form.migration.file" => 'ファイルの選択',
558 "form.migration.import.title" => 'データのインポート',
559 "form.migration.import.success" => 'インポートが成功的に完了されました',
560 "form.migration.import.text" => 'xmlファイルからチームのデータをインポート',
561 "form.migration.export.title" => 'データのエクスポート',
562 "form.migration.export.success" => 'エクスポートが成功的に完了されました',
563 "form.migration.export.text" => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。',
564 "form.migration.compression.none" => 'なし',
565 "form.migration.compression.gzip" => 'gzip',
566 "form.migration.compression.bzip" => 'bzip',
567
568 "form.client.title" => 'クライアント',
569 "form.client.add_title" => 'クライアントの追加',
570 "form.client.edit_title" => 'クライアントの編集',
571 "form.client.del_title" => 'クライアントの削除',
572
573 // miscellaneous strings
574 "forward.tocsvfile" => 'csvファイルにエクスポート',
575 "forward.toxmlfile" => 'xmlファイルにエクスポート',
576 "forward.geninvoice" => '送り状の作成',
577
578 "controls.project_bind" => '--- すべて ---',
579 "controls.all" => '--- すべて ---',
580 "controls.notbind" => '--- いいえ ---',
581 "controls.per_tm" => '今月',
582 "controls.per_lm" => '先月',
583 "controls.per_tw" => '今週',
584 "controls.per_lw" => '先週',
585 "controls.per_td" => '今日',
586 "controls.per_at" => 'すべての時間',
587 "controls.per_ty" => '今年',
588
589 "label.inv_str" => '送り状',
590 "label.set_empl" => 'ユーザーの選択',
591 "label.sel_all" => 'すべて選択',
592 "label.sel_none" => 'すべて解除',
593 "label.disable" => '使用中止',
594 "label.enable" => '使用可能',
595 "label.hrs" => '時間',
596 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
597 );