X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/60b43ba15e661ad7a8b4740dd4ba3d756344ef97..3af3b5dfe6e2b8808e799ef696e866b38e4793e4:/WEB-INF/resources/ja.lang.php
diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php
index f7db2c97..63547003 100644
--- a/WEB-INF/resources/ja.lang.php
+++ b/WEB-INF/resources/ja.lang.php
@@ -151,8 +151,7 @@ $i18n_key_words = array(
// 'label.manager_login' => 'Manager login',
'label.person_name' => 'åå',
'label.thing_name' => 'åå',
-// TODO: translate the following.
-// 'label.login' => 'Login',
+'label.login' => 'ãã°ã¤ã³ID',
'label.password' => 'ãã¹ã¯ã¼ã',
'label.confirm_password' => 'ãã¹ã¯ã¼ãã®ç¢ºèª',
'label.email' => 'Eã¡ã¼ã«',
@@ -160,12 +159,12 @@ $i18n_key_words = array(
// 'label.cc' => 'Cc',
// 'label.bcc' => 'Bcc',
'label.subject' => '主é¡',
+'label.date' => 'æ¥ä»',
+'label.start_date' => 'éå§æ¥ä»',
+'label.end_date' => 'çµäºæ¥ä»',
+'label.user' => 'ã¦ã¼ã¶ã¼',
+'label.users' => 'ã¦ã¼ã¶ã¼',
// TODO: translate the following.
-// 'label.date' => 'Date',
-// 'label.start_date' => 'Start date',
-// 'label.end_date' => 'End date',
-// 'label.user' => 'User',
-// 'label.users' => 'Users',
// 'label.client' => 'Client',
// 'label.clients' => 'Clients',
// 'label.option' => 'Option',
@@ -176,9 +175,9 @@ $i18n_key_words = array(
// 'label.task' => 'Task',
// 'label.tasks' => 'Tasks',
// 'label.description' => 'Description',
-// 'label.start' => 'Start',
-// 'label.finish' => 'Finish',
-// 'label.duration' => 'Duration',
+'label.start' => 'éå§',
+'label.finish' => 'çµäº',
+'label.duration' => 'æé',
'label.note' => 'ãã¼ã',
'label.notes' => 'ãã¼ã',
// TODO: translate the following.
@@ -202,11 +201,12 @@ $i18n_key_words = array(
// 'label.day_view' => 'Day view',
// 'label.week_view' => 'Week view',
// 'label.id' => 'ID',
-// 'label.language' => 'Language',
+'label.language' => 'è¨èª',
+// TODO: translate the following.
// 'label.decimal_mark' => 'Decimal mark',
-// 'label.date_format' => 'Date format',
-// 'label.time_format' => 'Time format',
-// 'label.week_start' => 'First day of week',
+'label.date_format' => 'æ¥ä»å½¢å¼',
+'label.time_format' => 'æéå½¢å¼',
+'label.week_start' => 'é±ã®éå§æ¥',
'label.comment' => 'ã³ã¡ã³ã',
'label.status' => 'ç¶æ
',
'label.tax' => 'ç¨',
@@ -398,21 +398,50 @@ $i18n_key_words = array(
'form.reports.show_fields' => 'ãã£ã¼ã«ãã®è¡¨ç¤º',
'form.reports.group_by' => '次ã®ããã«ã°ã«ã¼ãå',
'form.reports.group_by_no' => '--- ã°ã«ã¼ãã®æ©è½ãããã¾ãã ---',
+'form.reports.group_by_date' => 'æ¥ä»',
+'form.reports.group_by_user' => 'ã¦ã¼ã¶ã¼',
// TODO: translate the following.
-// 'form.reports.group_by_date' => 'date',
-// 'form.reports.group_by_user' => 'user',
// 'form.reports.group_by_client' => 'client',
'form.reports.group_by_project' => 'ããã¸ã§ã¯ã',
// TODO: translate the following.
// 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
+'form.reports.totals_only' => 'å
¨ä½ã ã',
+
+// Report form. See example at https://timetracker.anuko.com/report.php
+// (after generating a report at https://timetracker.anuko.com/reports.php).
+// TODO: translate the following.
+// 'form.report.export' => 'Export',
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
+
+// Invoice form. See example at https://timetracker.anuko.com/invoice.php
+// (you can get to this form after generating a report).
+// TODO: translate the following.
+// 'form.invoice.number' => 'Invoice number',
+// 'form.invoice.person' => 'Person',
+// 'form.invoice.invoice_to_delete' => 'Invoice to delete',
+// 'form.invoice.invoice_entries' => 'Invoice entries',
+// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
+
+// Charts form. See example at https://timetracker.anuko.com/charts.php
+// TODO: translate the following.
+// 'form.charts.interval' => 'Interval',
+// 'form.charts.chart' => 'Chart',
+
+// Projects form. See example at https://timetracker.anuko.com/projects.php
+// TODO: translate the following.
+// 'form.projects.active_projects' => 'Active Projects',
+// 'form.projects.inactive_projects' => 'Inactive Projects',
+
+// Tasks form. See example at https://timetracker.anuko.com/tasks.php
+// TODO: translate the following.
+// 'form.tasks.active_tasks' => 'Active Tasks',
+// 'form.tasks.inactive_tasks' => 'Inactive Tasks',
// TODO: refactoring ongoing down from here.
// password reminder form attributes
-"form.fpass.login" => 'ãã°ã¤ã³',
"form.fpass.send_pass_str" => 'éä¿¡ãããã¹ã¯ã¼ãã®åæåã®è¦æ±',
"form.fpass.send_pass_subj" => 'Anuko Time Trackerã®ãã¹ã¯ã¼ãã®åæåã®è¦æ±',
// Note to translators: the ending of this string below needs to be translated.
@@ -429,24 +458,14 @@ $i18n_key_words = array(
"form.admin.profile.th.id" => 'èå¥å',
"form.admin.profile.th.active" => 'æ´»åå
容',
"form.admin.options" => 'ãªãã·ã§ã³',
-"form.admin.custom_date_format" => "æ¥ä»å½¢å¼",
-"form.admin.custom_time_format" => "æéå½¢å¼",
-"form.admin.start_week" => "é±ã®éå§æ¥",
// my time form attributes
"form.mytime.title" => 'ç§ã®æé',
"form.mytime.edit_title" => 'æéã¬ã³ã¼ãã®ç·¨é',
"form.mytime.del_str" => 'æéã¬ã³ã¼ãã®åé¤',
"form.mytime.time_form" => ' (hh:mm)',
-"form.mytime.date" => 'æ¥ä»',
-"form.mytime.start" => 'éå§',
-"form.mytime.finish" => 'çµäº',
-"form.mytime.duration" => 'æé',
"form.mytime.daily" => 'æ¥èª²',
"form.mytime.total" => 'åè¨æéï¼ ',
-"form.mytime.th.start" => 'éå§',
-"form.mytime.th.finish" => 'çµäº',
-"form.mytime.th.duration" => 'æé',
"form.mytime.del_yes" => 'æéã¬ã³ã¼ããæåçã«åé¤ããã¾ãã',
"form.mytime.no_finished_rec" => 'ãã®ã¬ã³ã¼ãã¯éå§æéã ãã§ä¿åããã¾ãããããã¯ã¨ã©ã¼ã§ã¯ããã¾ãããããå¿
è¦ãããã°ãã°ã¢ã¦ããã¦ãã ããã',
"form.mytime.warn_tozero_rec" => 'ãã®æéã¬ã³ã¼ãã®æéãæºäºããã¾ããããããã®æéã¬ã³ã¼ãã¯åé¤ããããã¨ãå¿
è¦ã§ã',
@@ -456,47 +475,24 @@ $i18n_key_words = array(
// Note to translators: we need a more accurate translation of form.profile.create_title
"form.profile.create_title" => 'æ°è¦ç®¡çè
ã®ã¢ã«ã¦ã³ãã®ä½æ',
"form.profile.edit_title" => 'ãããã¡ã¤ã«ã®ç·¨é',
-"form.profile.login" => 'ãã°ã¤ã³ID',
-
"form.profile.showchart" => 'ãã¤å³è¡¨ã®è¡¨ç¤º',
-"form.profile.lang" => 'è¨èª',
-"form.profile.custom_date_format" => "æ¥ä»å½¢å¼",
-"form.profile.custom_time_format" => "æéå½¢å¼",
-"form.profile.default_format" => "(ããã©ã«ã)",
-"form.profile.start_week" => "é±ã®éå§æ¥",
// people form attributes
"form.people.ppl_str" => 'ã¡ã³ãã¼',
"form.people.createu_str" => 'æ°è¦ã¦ã¼ã¶ã¼ã®ä½æ',
"form.people.edit_str" => 'ã¦ã¼ã¶ã¼ã®ç·¨é',
"form.people.del_str" => 'ã¦ã¼ã¶ã¼ã®åé¤',
-"form.people.th.login" => 'ãã°ã¤ã³ID',
"form.people.th.role" => 'ã«ã¼ã«',
"form.people.th.rate" => '給æ',
"form.people.manager" => '管çè
',
"form.people.comanager" => 'å
±å管çè
',
-"form.people.empl" => 'ã¦ã¼ã¶ã¼',
-"form.people.login" => 'ãã°ã¤ã³ID',
"form.people.rate" => 'ããã©ã«ãæéå½ã給æ',
"form.people.comanager" => 'å
±å管çè
',
// report attributes
"form.report.title" => 'ã¬ãã¼ã',
-"form.report.from" => 'éå§æ¥ä»',
-"form.report.to" => 'çµäºæ¥ä»',
-"form.report.groupby_user" => 'ã¦ã¼ã¶ã¼',
-"form.report.groupby_project" => 'ããã¸ã§ã¯ã',
-"form.report.duration" => 'æé',
-"form.report.start" => 'éå§',
-"form.report.finish" => 'çµäº',
-"form.report.totals_only" => 'å
¨ä½ã ã',
"form.report.total" => 'åè¨æé',
-"form.report.th.empllist" => 'ã¦ã¼ã¶ã¼',
-"form.report.th.date" => 'æ¥ä»',
-"form.report.th.start" => 'éå§',
-"form.report.th.finish" => 'çµäº',
-"form.report.th.duration" => 'æé',
// mail form attributes
"form.mail.from" => 'ãã',
@@ -512,7 +508,6 @@ $i18n_key_words = array(
"form.invoice.above" => 'éãç¶ã®è¿½å ã®æ
å ±',
"form.invoice.select_cust" => 'ã¯ã©ã¤ã¢ã³ãã®é¸æ',
"form.invoice.fillform" => 'ãã£ã¼ã«ãã®ä½æ',
-"form.invoice.date" => 'æ¥ä»',
"form.invoice.number" => 'éãç¶ã®çªå·',
"form.invoice.th.username" => 'å人',
"form.invoice.th.time" => 'æé',
@@ -563,6 +558,5 @@ $i18n_key_words = array(
"label.disable" => '使ç¨ä¸æ¢',
"label.enable" => '使ç¨å¯è½',
"label.hrs" => 'æé',
-"label.errors" => 'ã¨ã©ã¼',
"label.ldap_hint" => 'ä¸è¨ã®ãã£ã¼ã«ãã«ããªãã®Windowsã®ãã°ã¤ã³IDã¨ãã¹ã¯ã¼ããå
¥åãã¦ãã ããã',
);