X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=f4614e501f9de14e3de40be766091f7e835b0cf0;hb=92e0c8f474689764e8c10958d48bc4d33bc46c08;hp=433494924fca71a513dff1e7ae0771ad789cdd15;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 43349492..f4614e50 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. $i18n_language = '日本語'; @@ -38,29 +38,43 @@ $i18n_holidays = array('01/01', '01/12', '03/20', '05/03', '05/04', '05/05', '05 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => 'ログイン', 'menu.logout' => 'ログアウト', -'menu.feedback' => 'フィードバック', +// TODO: Translate the following: +// 'menu.forum' => 'Forum', 'menu.help' => 'ヘルプ', // Note to translators: menu.create_team needs a more accurate translation. 'menu.create_team' => '新規管理者のアカウントの作成', -'menu.edit_profile' => 'プロファイルの編集', -'menu.time' => '私の時間', +'menu.profile' => 'プロファイル', +'menu.time' => '時間', +// TODO: Translate the following: +// 'menu.expenses' => 'Expenses', 'menu.reports' => 'レポート', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', +// TODO: Translate the following: +// 'menu.charts' => 'Charts', 'menu.projects' => 'プロジェクト', -'menu.activities' => '活動内容', -'menu.people' => 'メンバー', +// TODO: Translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', 'menu.teams' => 'チーム', -// Note to translators: menu.export needs to be translated. -// 'menu.export' => 'export', +// TODO: Translate the following: +// 'menu.export' => 'Export', 'menu.clients' => 'クライアント', 'menu.options' => 'オプション', -'menu.admin' => '管理', -// error strings +// Footer - strings on the bottom of most pages. +// TODO: Translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. + +// Error messages. +// TODO: Translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', 'error.db' => 'データベースのエラー', 'error.field' => '不正確な"{0}"データ', 'error.empty' => '"{0}"のフィールドが空白です', @@ -122,6 +136,8 @@ $i18n_key_words = array( 'label.confirm_password' => 'パスワードの確認', 'label.email' => 'Eメール', 'label.total' => '合計', +// Translate the following string. +// 'label.page' => 'Page', "form.filter.project" => 'プロジェクト', "form.filter.filter" => 'お気に入りレポート', @@ -402,4 +418,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file