2 // +----------------------------------------------------------------------+
 
   3 // | Anuko Time Tracker
 
   4 // +----------------------------------------------------------------------+
 
   5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
 
   6 // +----------------------------------------------------------------------+
 
   7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
 
   8 // | by anyone for any purpose, and freely redistributed alone or in
 
   9 // | combination with other software, provided that the license is obeyed.
 
  11 // | There are only two ways to violate the license:
 
  13 // | 1. To redistribute this code in source form, with the copyright
 
  14 // |    notice or license removed or altered. (Distributing in compiled
 
  15 // |    forms without embedded copyright notices is permitted).
 
  17 // | 2. To redistribute modified versions of this code in *any* form
 
  18 // |    that bears insufficient indications that the modifications are
 
  19 // |    not the work of the original author(s).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 
  30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
  32 $i18n_language = '日本語';
 
  33 $i18n_months = array('1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月');
 
  34 $i18n_weekdays = array('日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日');
 
  35 $i18n_weekdays_short = array('日', '月', '火', '水', '木', '金', '土');
 
  37 $i18n_holidays = array('01/01', '01/12', '03/20', '05/03', '05/04', '05/05', '05/06', '09/21', '09/22', '09/23', '11/03', '11/23');
 
  39 $i18n_key_words = array(
 
  41 // Menus - short selection strings that are displayed on top of application web pages.
 
  42 // Example: https://timetracker.anuko.com (black menu on top).
 
  43 'menu.login' => 'ログイン',
 
  44 'menu.logout' => 'ログアウト',
 
  45 // TODO: translate the following.
 
  46 // 'menu.forum' => 'Forum',
 
  48 // TODO: translate the following.
 
  49 // 'menu.create_team' => 'Create Team',
 
  51 // TODO: refactoring ongoing down from here.
 
  52 'menu.profile' => 'プロファイル', 
 
  54 // TODO: translate the following.
 
  55 // 'menu.expenses' => 'Expenses',
 
  56 'menu.reports' => 'レポート',
 
  57 // TODO: translate the following.
 
  58 // 'menu.charts' => 'Charts',
 
  59 'menu.projects' => 'プロジェクト',
 
  60 // TODO: translate the following.
 
  61 // 'menu.tasks' => 'Tasks',
 
  62 // 'menu.users' => 'Users',
 
  63 'menu.teams' => 'チーム',
 
  64 // TODO: translate the following.
 
  65 // 'menu.export' => 'Export',
 
  66 'menu.clients' => 'クライアント',
 
  67 'menu.options' => 'オプション',
 
  69 // Footer - strings on the bottom of most pages.
 
  70 // TODO: translate the following.
 
  71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  72 // 'footer.credits' => 'Credits',
 
  73 // 'footer.license' => 'License',
 
  74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  75                                      // This is a link to a webpage that describes how to contribute to the project.
 
  78 // TODO: translate the following.
 
  79 // 'error.access_denied' => 'Access denied.',
 
  80 // 'error.sys' => 'System error.',
 
  81 'error.db' => 'データベースのエラー',
 
  82 'error.field' => '不正確な"{0}"データ',
 
  83 'error.empty' => '"{0}"のフィールドが空白です',
 
  84 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います',
 
  85 'error.interval' => '不正確な間隔',
 
  86 'error.project' => 'プロジェクトの選択',
 
  87 // TODO: translate the following.
 
  88 // 'error.task' => 'Select task.',
 
  89 // 'error.client' => 'Select client.',
 
  90 // 'error.report' => 'Select report.',
 
  91 // 'error.record' => 'Select record.',
 
  92 'error.auth' => '不正確なログインあるいはパスワードが不正確です',
 
  93 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します',
 
  94 'error.project_exists' => 'この名前のプロジェクトは既に存在します',
 
  95 // TODO: translate the following.
 
  96 // 'error.task_exists' => 'Task with this name already exists.',
 
  97 // 'error.client_exists' => 'Client with this name already exists.',
 
  98 'error.no_login' => 'このログインと関連されたユーザーはいません',
 
  99 'error.upload' => 'ファイルのアップロードのエラー',
 
 100 // TODO: translate the following.
 
 101 // 'error.range_locked' => 'Date range is locked.',
 
 102 'error.mail_send' => 'メールの送信中のエラー',
 
 103 // Note to translators: check the meaning of error.no_email. The error should say that there is no email address for user with a login provided.
 
 104 'error.no_email' => 'このログインと関連されたメールがありません',
 
 105 // TODO: translate the following.
 
 106 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 107 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 108 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 109 // 'error.future_date' => 'Date is in future.',
 
 111 // Labels for buttons.
 
 112 'button.login' => 'ログイン',
 
 113 'button.now' => '現在',
 
 114 'button.save' => '保存',
 
 115 'button.delete' => '削除',
 
 116 'button.cancel' => 'キャンセル',
 
 117 'button.submit' => '送信',
 
 118 // TODO: improve translation of all button.add... strings.
 
 119 'button.add_user' => '新規ユーザーの追加',
 
 120 'button.add_project' => '新規プロジェクトの追加',
 
 121 // TODO: translate the following.
 
 122 // 'button.add_task' => 'Add task',
 
 123 'button.add_client' => '新規クライアントの追加',
 
 124 // TODO: translate the following.
 
 125 // 'button.add_invoice' => 'Add invoice',
 
 126 // 'button.add_option' => 'Add option',
 
 127 'button.add' => '追加',
 
 128 'button.generate' => '生成',
 
 129 // Note to translators: button.reset_password needs an improved translation.
 
 130 'button.reset_password' => '進む',
 
 131 'button.send' => '送信',
 
 132 'button.send_by_email' => 'Eメールの送信',
 
 133 'button.save_as_new' => '名前を付けて保存',
 
 134 // TODO: improve translation of button.create_team
 
 135 'button.create_team' => '新規チームの作成',
 
 136 'button.export' => 'チームのエクスポート',
 
 137 'button.import' => 'チームのインポート',
 
 138 'button.apply' => '適用',
 
 140 // labels for controls on various forms
 
 141 // TODO: translate label.team_name
 
 142 // 'label.team_name' => 'team name',
 
 143 'label.currency' => '通貨',
 
 144 // TODO: translate label.manager_name and label.manager_login.
 
 145 // 'label.manager_name' => 'manager name',
 
 146 // 'label.manager_login' => 'manager login',
 
 147 'label.password' => 'パスワード',
 
 148 'label.confirm_password' => 'パスワードの確認',
 
 149 'label.email' => 'Eメール',
 
 150 // TODO: translate the following.
 
 151 // 'label.cc' => 'Cc',
 
 152 // 'label.bcc' => 'Bcc',
 
 153 'label.subject' => '主題',
 
 154 'label.total' => '合計',
 
 155 // Translate the following.
 
 156 // 'label.page' => 'Page',
 
 157 // 'label.condition' => 'Condition',
 
 158 // 'label.yes' => 'yes',
 
 159 // 'label.no' => 'no',
 
 162 // TODO: the entire title section is missing here. See the English file.
 
 164 "form.filter.project" => 'プロジェクト',
 
 165 "form.filter.filter" => 'お気に入りレポート',
 
 166 "form.filter.filter_new" => 'お気に入りに保存',
 
 167 "form.filter.filter_confirm_delete" => 'このお気に入りレポートを削除しますか?',
 
 169 // login form attributes
 
 170 "form.login.title" => 'ログイン',
 
 171 "form.login.login" => 'ログインID',
 
 173 // password reminder form attributes
 
 174 "form.fpass.title" => 'パスワードの初期化',
 
 175 "form.fpass.login" => 'ログイン',
 
 176 "form.fpass.send_pass_str" => '送信したパスワードの初期化の要求',
 
 177 "form.fpass.send_pass_subj" => 'Anuko Time Trackerのパスワードの初期化の要求',
 
 178 // Note to translators: the ending of this string below needs to be translated.
 
 179 "form.fpass.send_pass_body" => "尊敬なるお客様、\n\n誰から(多分あなた)あなたのAnuko Time Trackerのパスワードの初期化が要求されました。あなたのパスワードを初期化しようとこのリンクを押してください。\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
 180 "form.fpass.reset_comment" => "あなたのパスワードを初期化しようとパスワードを入力して保存をクリックしてください",
 
 182 // administrator form
 
 183 "form.admin.title" => '管理者',
 
 184 "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
 
 186 "form.admin.change_pass" => '管理者のアカウントのパスワードの変更',
 
 187 "form.admin.profile.title" => 'チーム',
 
 188 "form.admin.profile.noprofiles" => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。',
 
 189 "form.admin.profile.comment" => 'チームの削除',
 
 190 "form.admin.profile.th.id" => '識別子',
 
 191 "form.admin.profile.th.name" => '名前',
 
 192 "form.admin.profile.th.edit" => '編集',
 
 193 "form.admin.profile.th.del" => '削除',
 
 194 "form.admin.profile.th.active" => '活動内容',
 
 195 "form.admin.options" => 'オプション',
 
 196 "form.admin.custom_date_format" => "日付形式",
 
 197 "form.admin.custom_time_format" => "時間形式",
 
 198 "form.admin.start_week" => "週の開始日",
 
 200 // my time form attributes
 
 201 "form.mytime.title" => '私の時間',
 
 202 "form.mytime.edit_title" => '時間レコードの編集',
 
 203 "form.mytime.del_str" => '時間レコードの削除',
 
 204 "form.mytime.time_form" => ' (hh:mm)',
 
 205 "form.mytime.date" => '日付',
 
 206 "form.mytime.project" => 'プロジェクト',
 
 207 "form.mytime.activity" => '活動内容',
 
 208 "form.mytime.start" => '開始',
 
 209 "form.mytime.finish" => '終了',
 
 210 "form.mytime.duration" => '期間',
 
 211 "form.mytime.note" => 'ノート',
 
 212 "form.mytime.behalf" => '日課',
 
 213 "form.mytime.daily" => '日課',
 
 214 "form.mytime.total" => '合計時間: ',
 
 215 "form.mytime.th.project" => 'プロジェクト',
 
 216 "form.mytime.th.activity" => '活動内容',
 
 217 "form.mytime.th.start" => '開始',
 
 218 "form.mytime.th.finish" => '終了',
 
 219 "form.mytime.th.duration" => '期間',
 
 220 "form.mytime.th.note" => 'ノート',
 
 221 "form.mytime.th.edit" => '編集',
 
 222 "form.mytime.th.delete" => '削除',
 
 223 "form.mytime.del_yes" => '時間レコードが成功的に削除されました',
 
 224 "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。',
 
 225 "form.mytime.billable" => '請求できる',
 
 226 "form.mytime.warn_tozero_rec" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です',
 
 227 "form.mytime.uncompleted" => '未完成の',
 
 229 // profile form attributes
 
 230 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 231 "form.profile.create_title" => '新規管理者のアカウントの作成',
 
 232 "form.profile.edit_title" => 'プロファイルの編集',
 
 233 "form.profile.name" => '名前',
 
 234 "form.profile.login" => 'ログインID',
 
 236 "form.profile.showchart" => 'パイ図表の表示',
 
 237 "form.profile.lang" => '言語',
 
 238 "form.profile.custom_date_format" => "日付形式",
 
 239 "form.profile.custom_time_format" => "時間形式",
 
 240 "form.profile.default_format" => "(デフォルト)",
 
 241 "form.profile.start_week" => "週の開始日",
 
 243 // people form attributes
 
 244 "form.people.ppl_str" => 'メンバー',
 
 245 "form.people.createu_str" => '新規ユーザーの作成',
 
 246 "form.people.edit_str" => 'ユーザーの編集',
 
 247 "form.people.del_str" => 'ユーザーの削除',
 
 248 "form.people.th.name" => '名前',
 
 249 "form.people.th.login" => 'ログインID',
 
 250 "form.people.th.role" => 'ルール',
 
 251 "form.people.th.edit" => '編集',
 
 252 "form.people.th.del" => '削除',
 
 253 "form.people.th.status" => '状態',
 
 254 "form.people.th.project" => 'プロジェクト',
 
 255 "form.people.th.rate" => '給料',
 
 256 "form.people.manager" => '管理者',
 
 257 "form.people.comanager" => '共同管理者',
 
 258 "form.people.empl" => 'ユーザー',
 
 259 "form.people.name" => '名前',
 
 260 "form.people.login" => 'ログインID',
 
 262 "form.people.rate" => 'デフォルト時間当り給料',
 
 263 "form.people.comanager" => '共同管理者',
 
 264 "form.people.projects" => 'プロジェクト',
 
 266 // projects form attributes
 
 267 "form.project.proj_title" => 'プロジェクト',
 
 268 "form.project.edit_str" => 'プロジェクトの編集',
 
 269 "form.project.add_str" => '新規プロジェクトの追加',
 
 270 "form.project.del_str" => 'プロジェクトの削除',
 
 271 "form.project.th.name" => '名前',
 
 272 "form.project.th.edit" => '編集',
 
 273 "form.project.th.del" => '削除',
 
 274 "form.project.name" => '名前',
 
 276 // activities form attributes
 
 277 "form.activity.act_title" => '活動内容',
 
 278 "form.activity.add_title" => '新規活動内容の追加',
 
 279 "form.activity.edit_str" => '活動内容の編集',
 
 280 "form.activity.del_str" => '活動内容の削除',
 
 281 "form.activity.name" => '名前',
 
 282 "form.activity.project" => 'プロジェクト',
 
 283 "form.activity.th.name" => '名前',
 
 284 "form.activity.th.project" => 'プロジェクト',
 
 285 "form.activity.th.edit" => '編集',
 
 286 "form.activity.th.del" => '削除',
 
 289 "form.report.title" => 'レポート',
 
 290 "form.report.from" => '開始日付',
 
 291 "form.report.to" => '終了日付',
 
 292 "form.report.groupby_user" => 'ユーザー',
 
 293 "form.report.groupby_project" => 'プロジェクト',
 
 294 "form.report.groupby_activity" => '活動内容',
 
 295 "form.report.duration" => '期間',
 
 296 "form.report.start" => '開始',
 
 297 "form.report.activity" => '活動内容',
 
 298 "form.report.show_idle" => '遊休の表示',
 
 299 "form.report.finish" => '終了',
 
 300 "form.report.note" => 'ノート',
 
 301 "form.report.project" => 'プロジェクト',
 
 302 "form.report.totals_only" => '全体だけ',
 
 303 "form.report.total" => '合計時間',
 
 304 "form.report.th.empllist" => 'ユーザー',
 
 305 "form.report.th.date" => '日付',
 
 306 "form.report.th.project" => 'プロジェクト',
 
 307 "form.report.th.activity" => '活動内容',
 
 308 "form.report.th.start" => '開始',
 
 309 "form.report.th.finish" => '終了',
 
 310 "form.report.th.duration" => '期間',
 
 311 "form.report.th.note" => 'ノート',
 
 313 // mail form attributes
 
 314 "form.mail.from" => 'から',
 
 315 "form.mail.to" => 'まで',
 
 316 "form.mail.comment" => 'コメント',
 
 317 "form.mail.above" => 'このレポートをEメールで送信',
 
 318 // Note to translators: this string needs to be translated.
 
 319 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
 
 320 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
 
 322 // invoice attributes
 
 323 "form.invoice.title" => '送り状',
 
 324 "form.invoice.caption" => '送り状',
 
 325 "form.invoice.above" => '送り状の追加の情報',
 
 326 "form.invoice.select_cust" => 'クライアントの選択',
 
 327 "form.invoice.fillform" => 'フィールドの作成',
 
 328 "form.invoice.date" => '日付',
 
 329 "form.invoice.number" => '送り状の番号',
 
 330 "form.invoice.tax" => '税',
 
 331 "form.invoice.comment" => 'コメント ',
 
 332 "form.invoice.th.username" => '個人',
 
 333 "form.invoice.th.time" => '時間',
 
 334 "form.invoice.th.rate" => '給料',
 
 335 "form.invoice.th.summ" => '数量',
 
 336 "form.invoice.subtotal" => '小計',
 
 337 "form.invoice.customer" => 'クライアント',
 
 338 "form.invoice.mailinv_above" => '送り状をEメールで送信',
 
 339 "form.invoice.sending_str" => '<b>送信した送り状</b>',
 
 341 "form.migration.zip" => '圧縮',
 
 342 "form.migration.file" => 'ファイルの選択',
 
 343 "form.migration.import.title" => 'データのインポート',
 
 344 "form.migration.import.success" => 'インポートが成功的に完了されました',
 
 345 "form.migration.import.text" => 'xmlファイルからチームのデータをインポート',
 
 346 "form.migration.export.title" => 'データのエクスポート',
 
 347 "form.migration.export.success" => 'エクスポートが成功的に完了されました',
 
 348 "form.migration.export.text" => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。',
 
 349 "form.migration.compression.none" => 'なし',
 
 350 "form.migration.compression.gzip" => 'gzip',
 
 351 "form.migration.compression.bzip" => 'bzip',
 
 353 "form.client.title" => 'クライアント',
 
 354 "form.client.add_title" => 'クライアントの追加',
 
 355 "form.client.edit_title" => 'クライアントの編集',
 
 356 "form.client.del_title" => 'クライアントの削除',
 
 357 "form.client.th.name" => '名前',
 
 358 "form.client.th.edit" => '編集',
 
 359 "form.client.th.del" => '削除',
 
 360 "form.client.name" => '名前',
 
 361 "form.client.tax" => '税',
 
 362 "form.client.comment" => 'コメント ',
 
 364 // miscellaneous strings
 
 365 "forward.forgot_password" => 'パスワードを忘れましたか?',
 
 366 "forward.edit" => '編集',
 
 367 "forward.delete" => '削除',
 
 368 "forward.tocsvfile" => 'csvファイルにエクスポート',
 
 369 "forward.toxmlfile" => 'xmlファイルにエクスポート',
 
 370 "forward.geninvoice" => '送り状の作成',
 
 371 "forward.change" => 'クライアントの構成',
 
 373 // strings inside contols on forms
 
 374 "controls.select.project" => '--- プロジェクトの選択 ---',
 
 375 "controls.select.activity" => '--- 活動内容の選択 ---',
 
 376 "controls.select.client" => '--- クライアントの選択 ---',
 
 377 "controls.project_bind" => '--- すべて ---',
 
 378 "controls.all" => '--- すべて ---',
 
 379 "controls.notbind" => '--- いいえ ---',
 
 380 "controls.per_tm" => '今月',
 
 381 "controls.per_lm" => '先月',
 
 382 "controls.per_tw" => '今週',
 
 383 "controls.per_lw" => '先週',
 
 384 "controls.per_td" => '今日',
 
 385 "controls.per_at" => 'すべての時間',
 
 386 "controls.per_ty" => '今年',
 
 387 "controls.sel_period" => '--- 時間期間の選択 ---',
 
 388 "controls.sel_groupby" => '--- グループの機能がありません ---',
 
 389 "controls.inc_billable" => '請求できる',
 
 390 "controls.inc_nbillable" => '請求できません',
 
 391 "controls.default" => '--- デフォルト ---',
 
 394 "label.chart.title1" => 'ユーザーに対する活動内容',
 
 395 "label.chart.title2" => 'ユーザーに対するプロジェクト',
 
 396 "label.chart.period" => '期間表示のチャート',
 
 398 "label.pinfo" => '%s, %s',
 
 399 "label.pinfo2" => '%s',
 
 400 "label.pbehalf_info" => '%s %s <b>%sを代表して</b>',
 
 401 "label.pminfo" => ' (管理者)',
 
 402 "label.pcminfo" => ' (共同管理者)',
 
 403 "label.painfo" => ' (管理者)',
 
 404 "label.time_noentry" => '項目なし',
 
 405 "label.today" => '今日',
 
 406 "label.req_fields" => '* 必須のフィールド',
 
 407 "label.sel_project" => 'プロジェクトの選択',
 
 408 "label.sel_activity" => '活動内容の選択',
 
 409 "label.sel_tp" => '時間期間の選択',
 
 410 "label.set_tp" => 'あるいは日付を設定',
 
 411 "label.fields" => 'フィールドの表示',
 
 412 "label.group_title" => '次のようにグループ化',
 
 413 "label.include_title" => 'レコードの含み',
 
 414 "label.inv_str" => '送り状',
 
 415 "label.set_empl" => 'ユーザーの選択',
 
 416 "label.sel_all" => 'すべて選択',
 
 417 "label.sel_none" => 'すべて解除',
 
 418 "label.or" => 'あるいは',
 
 419 "label.disable" => '使用中止',
 
 420 "label.enable" => '使用可能',
 
 421 "label.filter" => 'フィルター',
 
 422 "label.timeweek" => '週合計',
 
 424 "label.errors" => 'エラー',
 
 425 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
 
 426 // Note to translators: the strings below are missing and must be translated.
 
 427 // "label.calendar_today" => 'today',
 
 428 // "label.calendar_close" => 'close',
 
 431 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",