X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e6a5318c80b00b6337dd935fcb1e292ce3bf3bcb..7949c7ae29b8359e2b072f627d2291a4cf260fee:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index c880e3c0..eae24bc1 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -178,7 +178,7 @@ $i18n_key_words = array( // 'label.description' => 'Description', // 'label.start' => 'Start', // 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', +'label.duration' => '期間', 'label.note' => 'ノート', 'label.notes' => 'ノート', // TODO: translate the following. @@ -407,6 +407,36 @@ $i18n_key_words = array( // 'form.reports.group_by_task' => 'task', // 'form.reports.totals_only' => 'Totals only', +// Report form. See example at https://timetracker.anuko.com/report.php +// (after generating a report at https://timetracker.anuko.com/reports.php). +// TODO: translate the following. +// 'form.report.export' => 'Export', +// 'form.report.assign_to_invoice' => 'Assign to invoice', + +// Invoice form. See example at https://timetracker.anuko.com/invoice.php +// (you can get to this form after generating a report). +// TODO: translate the following. +// 'form.invoice.number' => 'Invoice number', +// 'form.invoice.person' => 'Person', +// 'form.invoice.invoice_to_delete' => 'Invoice to delete', +// 'form.invoice.invoice_entries' => 'Invoice entries', +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', + +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', + +// Projects form. See example at https://timetracker.anuko.com/projects.php +// TODO: translate the following. +// 'form.projects.active_projects' => 'Active Projects', +// 'form.projects.inactive_projects' => 'Inactive Projects', + +// Tasks form. See example at https://timetracker.anuko.com/tasks.php +// TODO: translate the following. +// 'form.tasks.active_tasks' => 'Active Tasks', +// 'form.tasks.inactive_tasks' => 'Inactive Tasks', + // TODO: refactoring ongoing down from here. @@ -423,7 +453,6 @@ $i18n_key_words = array( "form.admin.title" => '管理者', "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。
あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。', -"form.admin.change_pass" => '管理者のアカウントのパスワードの変更', "form.admin.profile.title" => 'チーム', "form.admin.profile.noprofiles" => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。', "form.admin.profile.comment" => 'チームの削除', @@ -442,12 +471,10 @@ $i18n_key_words = array( "form.mytime.date" => '日付', "form.mytime.start" => '開始', "form.mytime.finish" => '終了', -"form.mytime.duration" => '期間', "form.mytime.daily" => '日課', "form.mytime.total" => '合計時間: ', "form.mytime.th.start" => '開始', "form.mytime.th.finish" => '終了', -"form.mytime.th.duration" => '期間', "form.mytime.del_yes" => '時間レコードが成功的に削除されました', "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。', "form.mytime.warn_tozero_rec" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です', @@ -487,8 +514,6 @@ $i18n_key_words = array( "form.report.from" => '開始日付', "form.report.to" => '終了日付', "form.report.groupby_user" => 'ユーザー', -"form.report.groupby_project" => 'プロジェクト', -"form.report.duration" => '期間', "form.report.start" => '開始', "form.report.finish" => '終了', "form.report.totals_only" => '全体だけ', @@ -497,7 +522,6 @@ $i18n_key_words = array( "form.report.th.date" => '日付', "form.report.th.start" => '開始', "form.report.th.finish" => '終了', -"form.report.th.duration" => '期間', // mail form attributes "form.mail.from" => 'から', @@ -564,6 +588,5 @@ $i18n_key_words = array( "label.disable" => '使用中止', "label.enable" => '使用可能', "label.hrs" => '時間', -"label.errors" => 'エラー', "label.ldap_hint" => '下記のフィールドにあなたのWindowsのログインIDとパスワードを入力してください。', );