X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0a468c6ddf27775230bbebdf3de2995243156602..273d933d53fcd1a1c4e77e8ff1fcc3f05a82c0db:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 7e07f62f..0d7224ce 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -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',