]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ja.lang.php
Added a check for timesheet delete operation possibility.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 7f1a841199f0f4db97fcac5960b6690de12d580b..80373c038f5e9ae080c6a087dfea3a0601548f93 100644 (file)
@@ -104,6 +104,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
+// 'error.no_records' => 'There are no records.',
 'error.no_login' => 'このログインと関連されたユーザーはいません。',
 'error.no_groups' => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。', // TODO: replace "team" with "group".
 'error.upload' => 'ファイルのアップロードのエラー。',
@@ -150,7 +151,6 @@ $i18n_key_words = array(
 'button.send_by_email' => 'Eメールの送信',
 // TODO: translate the following.
 // 'button.create_group' => 'Create group',
-// 'button.create_timesheet' => 'Create timesheet',
 'button.export' => 'チームのエクスポート', // TODO: replace "team" with "group".
 'button.import' => 'チームのインポート', // TODO: replace "team" with "group".
 // TODO: translate the following.
@@ -396,6 +396,7 @@ $i18n_key_words = array(
 // 'dropdown.clients' => 'clients',
 // 'dropdown.select' => '--- select ---',
 // 'dropdown.select_invoice' => '--- select invoice ---',
+// 'dropdown.select_timesheet' => '--- select timesheet ---',
 // 'dropdown.status_active' => 'active',
 // 'dropdown.status_inactive' => 'inactive',
 // 'dropdown.delete' => 'delete',
@@ -472,10 +473,10 @@ $i18n_key_words = array(
 'form.report.export' => '輸出する', // TODO: is this correct?
 // TODO: translate the following.
 // 'form.report.assign_to_invoice' => 'Assign to invoice',
+// 'form.report.assign_to_timesheet' => 'Assign to timesheet',
 
 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
 // TODO: translate the following.
-// form.timesheets.hint' => 'Use reports to add new timesheets.',
 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',