Ongoing work on translation files.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 0d7224c..768df95 100644 (file)
@@ -54,8 +54,6 @@ $i18n_key_words = array(
 'menu.reports' => 'レポート',
 // TODO: translate the following.
 // 'menu.charts' => 'Charts',
-
-// TODO: refactoring ongoing down from here.
 'menu.projects' => 'プロジェクト',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
@@ -75,6 +73,7 @@ $i18n_key_words = array(
                                      // This is a link to a webpage that describes how to contribute to the project.
 
 // Error messages.
+// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
 // TODO: translate the following.
 // 'error.access_denied' => 'Access denied.',
 // 'error.sys' => 'System error.',
@@ -82,7 +81,8 @@ $i18n_key_words = array(
 'error.field' => '不正確な"{0}"データ',
 'error.empty' => '"{0}"のフィールドが空白です',
 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います',
-'error.interval' => '不正確な間隔',
+// TODO: translate the following.
+// 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 'error.project' => 'プロジェクトの選択',
 // TODO: translate the following.
 // 'error.task' => 'Select task.',
@@ -95,6 +95,12 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'error.task_exists' => 'Task with this name already exists.',
 // 'error.client_exists' => 'Client with this name already exists.',
+// 'error.invoice_exists' => 'Invoice with this number already exists.',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 'error.no_login' => 'このログインと関連されたユーザーはいません',
 'error.upload' => 'ファイルのアップロードのエラー',
 // TODO: translate the following.