X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e18f843182c3fb0675162f14358f6f99384d4128..7949c7ae29b8359e2b072f627d2291a4cf260fee:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 911bfdec..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. @@ -422,6 +422,21 @@ $i18n_key_words = array( // '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. @@ -456,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" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です', @@ -501,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" => '全体だけ', @@ -511,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" => 'から', @@ -578,6 +588,5 @@ $i18n_key_words = array( "label.disable" => '使用中止', "label.enable" => '使用可能', "label.hrs" => '時間', -"label.errors" => 'エラー', "label.ldap_hint" => '下記のフィールドにあなたのWindowsのログインIDとパスワードを入力してください。', );