]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ja.lang.php
More cleanup in translation files.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index bd9a7d05ec90cdfa6fb9dbd6bae776d5eef29401..0d7224cedd79b9066a725d69af0b1a6c5a4b952b 100644 (file)
@@ -38,21 +38,24 @@ $i18n_holidays = array('01/01', '01/12', '03/20', '05/03', '05/04', '05/05', '05
 
 $i18n_key_words = array(
 
-// Menus.
+// Menus - short selection strings that are displayed on top of application web pages.
+// Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'ログイン',
 'menu.logout' => 'ログアウト',
 // TODO: translate the following.
 // 'menu.forum' => 'Forum',
 'menu.help' => 'ヘルプ',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => '新規管理者のアカウントの作成',
-'menu.profile' => 'プロファイル', 
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
+'menu.profile' => 'プロファイル',
 'menu.time' => '時間',
 // TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'レポート',
 // TODO: translate the following.
 // 'menu.charts' => 'Charts',
+
+// TODO: refactoring ongoing down from here.
 'menu.projects' => 'プロジェクト',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
@@ -115,8 +118,12 @@ $i18n_key_words = array(
 // TODO: improve translation of all button.add... strings.
 'button.add_user' => '新規ユーザーの追加',
 'button.add_project' => '新規プロジェクトの追加',
-'button.add_activity' => '新規活動内容の追加',
+// TODO: translate the following.
+// 'button.add_task' => 'Add task',
 'button.add_client' => '新規クライアントの追加',
+// TODO: translate the following.
+// 'button.add_invoice' => 'Add invoice',
+// 'button.add_option' => 'Add option',
 'button.add' => '追加',
 'button.generate' => '生成',
 // Note to translators: button.reset_password needs an improved translation.