X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d13d094181f751b0ec919e054a15b8d12788f730..ec382daafde770e5a7fd4bf9cee39f31c9931eff:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index afb7568c..4f4e03b6 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -184,7 +184,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => '今日', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -215,9 +216,12 @@ $i18n_key_words = array( // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', // 'label.required_fields' => '* - required fields', // 'label.on_behalf' => 'on behalf of', -// 'label.role_manager' => '(manager)', -// 'label.role_comanager' => '(co-manager)', +// TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm +// This may require different terms for role_manager and role_comanager. +'label.role_manager' => '(管理者)', +'label.role_comanager' => '(共同管理者)', // 'label.role_admin' => '(administrator)', +// TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', @@ -261,6 +265,51 @@ $i18n_key_words = array( // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', // 'title.reports' => 'Reports', // 'title.report' => 'Report', +// 'title.send_report' => 'Sending Report', +// 'title.invoice' => 'Invoice', +// 'title.send_invoice' => 'Sending Invoice', +// 'title.charts' => 'Charts', +// 'title.projects' => 'Projects', +// 'title.add_project' => 'Adding Project', +// 'title.edit_project' => 'Editing Project', +// 'title.delete_project' => 'Deleting Project', +// 'title.tasks' => 'Tasks', +// 'title.add_task' => 'Adding Task', +// 'title.edit_task' => 'Editing Task', +// 'title.delete_task' => 'Deleting Task', +// 'title.users' => 'Users', +// 'title.add_user' => 'Adding User', +// 'title.edit_user' => 'Editing User', +// 'title.delete_user' => 'Deleting User', +// 'title.clients' => 'Clients', +// 'title.add_client' => 'Adding Client', +// 'title.edit_client' => 'Editing Client', +// 'title.delete_client' => 'Deleting Client', +// 'title.invoices' => 'Invoices', +// 'title.add_invoice' => 'Adding Invoice', +// 'title.view_invoice' => 'Viewing Invoice', +// 'title.delete_invoice' => 'Deleting Invoice', +// 'title.notifications' => 'Notifications', +// 'title.add_notification' => 'Adding Notification', +// 'title.edit_notification' => 'Editing Notification', +// 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', +// 'title.export' => 'Exporting Team Data', +// 'title.import' => 'Importing Team Data', +// 'title.options' => 'Options', +// 'title.profile' => 'Profile', +// 'title.cf_custom_fields' => 'Custom Fields', +// 'title.cf_add_custom_field' => 'Adding Custom Field', +// 'title.cf_edit_custom_field' => 'Editing Custom Field', +// 'title.cf_delete_custom_field' => 'Deleting Custom Field', +// 'title.cf_dropdown_options' => 'Dropdown Options', +// 'title.cf_add_dropdown_option' => 'Adding Option', +// 'title.cf_edit_dropdown_option' => 'Editing Option', +// 'title.cf_delete_dropdown_option' => 'Deleting Option', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', @@ -373,11 +422,8 @@ $i18n_key_words = array( "form.report.to" => '終了日付', "form.report.groupby_user" => 'ユーザー', "form.report.groupby_project" => 'プロジェクト', -"form.report.groupby_activity" => '活動内容', "form.report.duration" => '期間', "form.report.start" => '開始', -"form.report.activity" => '活動内容', -"form.report.show_idle" => '遊休の表示', "form.report.finish" => '終了', "form.report.note" => 'ノート', "form.report.project" => 'プロジェクト', @@ -386,7 +432,6 @@ $i18n_key_words = array( "form.report.th.empllist" => 'ユーザー', "form.report.th.date" => '日付', "form.report.th.project" => 'プロジェクト', -"form.report.th.activity" => '活動内容', "form.report.th.start" => '開始', "form.report.th.finish" => '終了', "form.report.th.duration" => '期間', @@ -474,11 +519,7 @@ $i18n_key_words = array( "label.chart.period" => '期間表示のチャート', "label.pbehalf_info" => '%s %s %sを代表して', -"label.pminfo" => ' (管理者)', -"label.pcminfo" => ' (共同管理者)', -"label.painfo" => ' (管理者)', "label.time_noentry" => '項目なし', -"label.today" => '今日', "label.req_fields" => '* 必須のフィールド', "label.sel_project" => 'プロジェクトの選択', "label.sel_activity" => '活動内容の選択',