433494924fca71a513dff1e7ae0771ad789cdd15
[timetracker.git] / WEB-INF / resources / ja.lang.php
1 <?php
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.
10 // |
11 // | There are only two ways to violate the license:
12 // |
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).
16 // |
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).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
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.
31
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('日', '月', '火', '水', '木', '金', '土');
36 // format mm/dd
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');
38
39 $i18n_key_words = array(
40
41 // menu entries
42 'menu.login' => 'ログイン',
43 'menu.logout' => 'ログアウト',
44 'menu.feedback' => 'フィードバック',
45 'menu.help' => 'ヘルプ',
46 // Note to translators: menu.create_team needs a more accurate translation.
47 'menu.create_team' => '新規管理者のアカウントの作成',
48 'menu.edit_profile' => 'プロファイルの編集',
49 'menu.time' => '私の時間',
50 'menu.reports' => 'レポート',
51 // Note to translators: menu.charts needs to be translated.
52 // 'menu.charts' => 'charts',
53 'menu.projects' => 'プロジェクト',
54 'menu.activities' => '活動内容',
55 'menu.people' => 'メンバー',
56 'menu.teams' => 'チーム',
57 // Note to translators: menu.export needs to be translated.
58 // 'menu.export' => 'export',
59 'menu.clients' => 'クライアント',
60 'menu.options' => 'オプション',
61 'menu.admin' => '管理',
62
63 // error strings
64 'error.db' => 'データベースのエラー',
65 'error.field' => '不正確な"{0}"データ',
66 'error.empty' => '"{0}"のフィールドが空白です',
67 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います',
68 'error.interval' => '不正確な間隔',
69 'error.project' => 'プロジェクトの選択',
70 'error.activity' => '活動内容の選択',
71 'error.auth' => '不正確なログインあるいはパスワードが不正確です',
72 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します',
73 'error.project_exists' => 'この名前のプロジェクトは既に存在します',
74 'error.activity_exists' => 'この名前の活動内容は既に存在します',
75 // TODO: translate error.client_exists.
76 // 'error.client_exists' => 'client with this name already exists',
77 'error.no_login' => 'このログインと関連されたユーザーはいません',
78 'error.upload' => 'ファイルのアップロードのエラー',
79 // Note to translators: the string below is missing and must be translated.
80 // 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
81 'error.mail_send' => 'メールの送信中のエラー',
82 // 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.
83 'error.no_email' => 'このログインと関連されたメールがありません',
84 // Note to translators: the strings below are missing and must be translated.
85 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
86 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
87
88 // labels for various buttons
89 'button.login' => 'ログイン',
90 'button.now' => '現在',
91 // 'button.set' => '設定',
92 'button.save' => '保存',
93 'button.delete' => '削除',
94 'button.cancel' => 'キャンセル',
95 'button.submit' => '送信',
96 // TODO: improve translation of all button.add... strings.
97 'button.add_user' => '新規ユーザーの追加',
98 'button.add_project' => '新規プロジェクトの追加',
99 'button.add_activity' => '新規活動内容の追加',
100 'button.add_client' => '新規クライアントの追加',
101 'button.add' => '追加',
102 'button.generate' => '生成',
103 // Note to translators: button.reset_password needs an improved translation.
104 'button.reset_password' => '進む',
105 'button.send' => '送信',
106 'button.send_by_email' => 'Eメールの送信',
107 'button.save_as_new' => '名前を付けて保存',
108 // TODO: improve translation of button.create_team
109 'button.create_team' => '新規チームの作成',
110 'button.export' => 'チームのエクスポート',
111 'button.import' => 'チームのインポート',
112 'button.apply' => '適用',
113
114 // labels for controls on various forms
115 // TODO: translate label.team_name
116 // 'label.team_name' => 'team name',
117 'label.currency' => '通貨',
118 // TODO: translate label.manager_name and label.manager_login.
119 // 'label.manager_name' => 'manager name',
120 // 'label.manager_login' => 'manager login',
121 'label.password' => 'パスワード',
122 'label.confirm_password' => 'パスワードの確認',
123 'label.email' => 'Eメール',
124 'label.total' => '合計',
125
126 "form.filter.project" => 'プロジェクト',
127 "form.filter.filter" => 'お気に入りレポート',
128 "form.filter.filter_new" => 'お気に入りに保存',
129 "form.filter.filter_confirm_delete" => 'このお気に入りレポートを削除しますか?',
130
131 // login form attributes
132 "form.login.title" => 'ログイン',
133 "form.login.login" => 'ログインID',
134
135 // password reminder form attributes
136 "form.fpass.title" => 'パスワードの初期化',
137 "form.fpass.login" => 'ログイン',
138 "form.fpass.send_pass_str" => '送信したパスワードの初期化の要求',
139 "form.fpass.send_pass_subj" => 'Anuko Time Trackerのパスワードの初期化の要求',
140 // Note to translators: the ending of this string below needs to be translated.
141 "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",
142 "form.fpass.reset_comment" => "あなたのパスワードを初期化しようとパスワードを入力して保存をクリックしてください",
143
144 // administrator form
145 "form.admin.title" => '管理者',
146 "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
147
148 "form.admin.change_pass" => '管理者のアカウントのパスワードの変更',
149 "form.admin.profile.title" => 'チーム',
150 "form.admin.profile.noprofiles" => 'あなたのデータベースは空いています。管理者にログインして新規チームを作成してください。',
151 "form.admin.profile.comment" => 'チームの削除',
152 "form.admin.profile.th.id" => '識別子',
153 "form.admin.profile.th.name" => '名前',
154 "form.admin.profile.th.edit" => '編集',
155 "form.admin.profile.th.del" => '削除',
156 "form.admin.profile.th.active" => '活動内容',
157 "form.admin.lock.period" => '日付の間隔をロック',
158 "form.admin.options" => 'オプション',
159 "form.admin.lang_default" => 'サイトのデフォルト言語',
160 "form.admin.custom_date_format" => "日付形式",
161 "form.admin.custom_time_format" => "時間形式",
162 "form.admin.start_week" => "週の開始日",
163
164 // my time form attributes
165 "form.mytime.title" => '私の時間',
166 "form.mytime.edit_title" => '時間レコードの編集',
167 "form.mytime.del_str" => '時間レコードの削除',
168 "form.mytime.time_form" => ' (hh:mm)',
169 "form.mytime.date" => '日付',
170 "form.mytime.project" => 'プロジェクト',
171 "form.mytime.activity" => '活動内容',
172 "form.mytime.start" => '開始',
173 "form.mytime.finish" => '終了',
174 "form.mytime.duration" => '期間',
175 "form.mytime.note" => 'ノート',
176 "form.mytime.behalf" => '日課',
177 "form.mytime.daily" => '日課',
178 "form.mytime.total" => '合計時間: ',
179 "form.mytime.th.project" => 'プロジェクト',
180 "form.mytime.th.activity" => '活動内容',
181 "form.mytime.th.start" => '開始',
182 "form.mytime.th.finish" => '終了',
183 "form.mytime.th.duration" => '期間',
184 "form.mytime.th.note" => 'ノート',
185 "form.mytime.th.edit" => '編集',
186 "form.mytime.th.delete" => '削除',
187 "form.mytime.del_yes" => '時間レコードが成功的に削除されました',
188 "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。',
189 "form.mytime.billable" => '請求できる',
190 "form.mytime.warn_tozero_rec" => 'この時間レコードの期間が満了されましたから、この時間レコードは削除されることが必要です',
191 "form.mytime.uncompleted" => '未完成の',
192
193 // profile form attributes
194 // Note to translators: we need a more accurate translation of form.profile.create_title
195 "form.profile.create_title" => '新規管理者のアカウントの作成',
196 "form.profile.edit_title" => 'プロファイルの編集',
197 "form.profile.name" => '名前',
198 "form.profile.login" => 'ログインID',
199
200 "form.profile.showchart" => 'パイ図表の表示',
201 "form.profile.lang" => '言語',
202 "form.profile.custom_date_format" => "日付形式",
203 "form.profile.custom_time_format" => "時間形式",
204 "form.profile.default_format" => "(デフォルト)",
205 "form.profile.start_week" => "週の開始日",
206
207 // people form attributes
208 "form.people.ppl_str" => 'メンバー',
209 "form.people.createu_str" => '新規ユーザーの作成',
210 "form.people.edit_str" => 'ユーザーの編集',
211 "form.people.del_str" => 'ユーザーの削除',
212 "form.people.th.name" => '名前',
213 "form.people.th.login" => 'ログインID',
214 "form.people.th.role" => 'ルール',
215 "form.people.th.edit" => '編集',
216 "form.people.th.del" => '削除',
217 "form.people.th.status" => '状態',
218 "form.people.th.project" => 'プロジェクト',
219 "form.people.th.rate" => '給料',
220 "form.people.manager" => '管理者',
221 "form.people.comanager" => '共同管理者',
222 "form.people.empl" => 'ユーザー',
223 "form.people.name" => '名前',
224 "form.people.login" => 'ログインID',
225
226 "form.people.rate" => 'デフォルト時間当り給料',
227 "form.people.comanager" => '共同管理者',
228 "form.people.projects" => 'プロジェクト',
229
230 // projects form attributes
231 "form.project.proj_title" => 'プロジェクト',
232 "form.project.edit_str" => 'プロジェクトの編集',
233 "form.project.add_str" => '新規プロジェクトの追加',
234 "form.project.del_str" => 'プロジェクトの削除',
235 "form.project.th.name" => '名前',
236 "form.project.th.edit" => '編集',
237 "form.project.th.del" => '削除',
238 "form.project.name" => '名前',
239
240 // activities form attributes
241 "form.activity.act_title" => '活動内容',
242 "form.activity.add_title" => '新規活動内容の追加',
243 "form.activity.edit_str" => '活動内容の編集',
244 "form.activity.del_str" => '活動内容の削除',
245 "form.activity.name" => '名前',
246 "form.activity.project" => 'プロジェクト',
247 "form.activity.th.name" => '名前',
248 "form.activity.th.project" => 'プロジェクト',
249 "form.activity.th.edit" => '編集',
250 "form.activity.th.del" => '削除',
251
252 // report attributes
253 "form.report.title" => 'レポート',
254 "form.report.from" => '開始日付',
255 "form.report.to" => '終了日付',
256 "form.report.groupby_user" => 'ユーザー',
257 "form.report.groupby_project" => 'プロジェクト',
258 "form.report.groupby_activity" => '活動内容',
259 "form.report.duration" => '期間',
260 "form.report.start" => '開始',
261 "form.report.activity" => '活動内容',
262 "form.report.show_idle" => '遊休の表示',
263 "form.report.finish" => '終了',
264 "form.report.note" => 'ノート',
265 "form.report.project" => 'プロジェクト',
266 "form.report.totals_only" => '全体だけ',
267 "form.report.total" => '合計時間',
268 "form.report.th.empllist" => 'ユーザー',
269 "form.report.th.date" => '日付',
270 "form.report.th.project" => 'プロジェクト',
271 "form.report.th.activity" => '活動内容',
272 "form.report.th.start" => '開始',
273 "form.report.th.finish" => '終了',
274 "form.report.th.duration" => '期間',
275 "form.report.th.note" => 'ノート',
276
277 // mail form attributes
278 "form.mail.from" => 'から',
279 "form.mail.to" => 'まで',
280 "form.mail.cc" => 'cc',
281 "form.mail.subject" => '主題',
282 "form.mail.comment" => 'コメント',
283 "form.mail.above" => 'このレポートをEメールで送信',
284 // Note to translators: this string needs to be translated.
285 // "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.',
286 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
287
288 // invoice attributes
289 "form.invoice.title" => '送り状',
290 "form.invoice.caption" => '送り状',
291 "form.invoice.above" => '送り状の追加の情報',
292 "form.invoice.select_cust" => 'クライアントの選択',
293 "form.invoice.fillform" => 'フィールドの作成',
294 "form.invoice.date" => '日付',
295 "form.invoice.number" => '送り状の番号',
296 "form.invoice.tax" => '税',
297 "form.invoice.daily_subtotals" => '日付小計',
298 "form.invoice.yourcoo" => 'あなたの名前<br>とアドレス',
299 "form.invoice.custcoo" => 'クライアントの名前<br>とアドレス',
300 "form.invoice.comment" => 'コメント ',
301 "form.invoice.th.username" => '個人',
302 "form.invoice.th.time" => '時間',
303 "form.invoice.th.rate" => '給料',
304 "form.invoice.th.summ" => '数量',
305 "form.invoice.subtotal" => '小計',
306 "form.invoice.customer" => 'クライアント',
307 "form.invoice.mailinv_above" => '送り状をEメールで送信',
308 "form.invoice.sending_str" => '<b>送信した送り状</b>',
309
310 "form.migration.zip" => '圧縮',
311 "form.migration.file" => 'ファイルの選択',
312 "form.migration.import.title" => 'データのインポート',
313 "form.migration.import.success" => 'インポートが成功的に完了されました',
314 "form.migration.import.text" => 'xmlファイルからチームのデータをインポート',
315 "form.migration.export.title" => 'データのエクスポート',
316 "form.migration.export.success" => 'エクスポートが成功的に完了されました',
317 "form.migration.export.text" => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。',
318 "form.migration.compression.none" => 'なし',
319 "form.migration.compression.gzip" => 'gzip',
320 "form.migration.compression.bzip" => 'bzip',
321
322 "form.client.title" => 'クライアント',
323 "form.client.add_title" => 'クライアントの追加',
324 "form.client.edit_title" => 'クライアントの編集',
325 "form.client.del_title" => 'クライアントの削除',
326 "form.client.th.name" => '名前',
327 "form.client.th.edit" => '編集',
328 "form.client.th.del" => '削除',
329 "form.client.name" => '名前',
330 "form.client.tax" => '税',
331 "form.client.daily_subtotals" => '日付小計',
332 "form.client.yourcoo" => 'あなたの名前<br>と送り状でのアドレス',
333 "form.client.custcoo" => 'アドレス',
334 "form.client.comment" => 'コメント ',
335
336 // miscellaneous strings
337 "forward.forgot_password" => 'パスワードを忘れましたか?',
338 "forward.edit" => '編集',
339 "forward.delete" => '削除',
340 "forward.tocsvfile" => 'csvファイルにエクスポート',
341 "forward.toxmlfile" => 'xmlファイルにエクスポート',
342 "forward.geninvoice" => '送り状の作成',
343 "forward.change" => 'クライアントの構成',
344
345 // strings inside contols on forms
346 "controls.select.project" => '--- プロジェクトの選択 ---',
347 "controls.select.activity" => '--- 活動内容の選択 ---',
348 "controls.select.client" => '--- クライアントの選択 ---',
349 "controls.project_bind" => '--- すべて ---',
350 "controls.all" => '--- すべて ---',
351 "controls.notbind" => '--- いいえ ---',
352 "controls.per_tm" => '今月',
353 "controls.per_lm" => '先月',
354 "controls.per_tw" => '今週',
355 "controls.per_lw" => '先週',
356 "controls.per_td" => '今日',
357 "controls.per_at" => 'すべての時間',
358 "controls.per_ty" => '今年',
359 "controls.sel_period" => '--- 時間期間の選択 ---',
360 "controls.sel_groupby" => '--- グループの機能がありません ---',
361 "controls.inc_billable" => '請求できる',
362 "controls.inc_nbillable" => '請求できません',
363 "controls.default" => '--- デフォルト ---',
364
365 // labels
366 "label.chart.title1" => 'ユーザーに対する活動内容',
367 "label.chart.title2" => 'ユーザーに対するプロジェクト',
368 "label.chart.period" => '期間表示のチャート',
369
370 "label.pinfo" => '%s, %s',
371 "label.pinfo2" => '%s',
372 "label.pbehalf_info" => '%s %s <b>%sを代表して</b>',
373 "label.pminfo" => ' (管理者)',
374 "label.pcminfo" => ' (共同管理者)',
375 "label.painfo" => ' (管理者)',
376 "label.time_noentry" => '項目なし',
377 "label.today" => '今日',
378 "label.req_fields" => '* 必須のフィールド',
379 "label.sel_project" => 'プロジェクトの選択',
380 "label.sel_activity" => '活動内容の選択',
381 "label.sel_tp" => '時間期間の選択',
382 "label.set_tp" => 'あるいは日付を設定',
383 "label.fields" => 'フィールドの表示',
384 "label.group_title" => '次のようにグループ化',
385 "label.include_title" => 'レコードの含み',
386 "label.inv_str" => '送り状',
387 "label.set_empl" => 'ユーザーの選択',
388 "label.sel_all" => 'すべて選択',
389 "label.sel_none" => 'すべて解除',
390 "label.or" => 'あるいは',
391 "label.disable" => '使用中止',
392 "label.enable" => '使用可能',
393 "label.filter" => 'フィルター',
394 "label.timeweek" => '週合計',
395 "label.hrs" => '時間',
396 "label.errors" => 'エラー',
397 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
398 // Note to translators: the strings below are missing and must be translated.
399 // "label.calendar_today" => 'today',
400 // "label.calendar_close" => 'close',
401
402 // login hello text
403 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
404 );
405 ?>