]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ja.lang.php
More recycling in translations.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index f7db2c976c7eaa61c9778a1314b3d11c5ab7356d..eae24bc124afae887a8b61b2aa2c67d001cc0b8f 100644 (file)
@@ -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.
@@ -441,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" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です',
@@ -486,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" => '全体だけ',
@@ -496,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" => 'から',
@@ -563,6 +588,5 @@ $i18n_key_words = array(
 "label.disable" => '使用中止',
 "label.enable" => '使用可能',
 "label.hrs" => '時間',
-"label.errors" => 'エラー',
 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
 );