updated japanese translations (#837)

This commit is contained in:
heddi.nabbisen
2019-06-05 20:57:08 +09:00
committed by Kevin Papst
parent ab405f671e
commit 4c82f9767f
4 changed files with 48 additions and 12 deletions

View File

@@ -32,11 +32,11 @@
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>エントリを削除しました</target>
<target>明細を削除しました</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
<target>エントリを削除できませんでした: %reason%</target>
<target>明細を削除できませんでした: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>

View File

@@ -8,7 +8,7 @@
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>エントリ基準 - 時間を記録した個々の明細を出力します (デフォルト)</target>
<target>明細基準 - 時間を記録した個々の明細を出力します (デフォルト)</target>
</trans-unit>
<trans-unit id="short">
<source>short</source>

View File

@@ -99,7 +99,7 @@
</trans-unit>
<trans-unit id="menu.timesheet">
<source>menu.timesheet</source>
<target>時間の記録</target>
<target>タイムシート</target>
</trans-unit>
<trans-unit id="menu.invoice">
<source>menu.invoice</source>
@@ -147,7 +147,7 @@
-->
<trans-unit id="error.no_entries_found">
<source>error.no_entries_found</source>
<target>指定されたフィルタ条件に該当するエントリは見付かりませんでした。</target>
<target>指定されたフィルタ条件に該当する明細は見付かりませんでした。</target>
</trans-unit>
<!--
@@ -251,7 +251,7 @@
</trans-unit>
<trans-unit id="label.create_more">
<source>label.create_more</source>
<target>未来のエントリを作成する</target>
<target>未来時間の明細を作成する</target>
</trans-unit>
<!--
@@ -323,11 +323,11 @@
-->
<trans-unit id="timesheet.title">
<source>timesheet.title</source>
<target>時間の記録</target>
<target>タイムシート</target>
</trans-unit>
<trans-unit id="timesheet.subtitle">
<source>timesheet.subtitle</source>
<target>時間記録の管理</target>
<target>タイムシートの管理</target>
</trans-unit>
<trans-unit id="timesheet.edit">
<source>timesheet.edit</source>

View File

@@ -22,17 +22,29 @@
<source>theme</source>
<target>テーマ</target>
</trans-unit>
<trans-unit id="calendar">
<source>calendar</source>
<target>カレンダー</target>
</trans-unit>
<trans-unit id="label.theme.markdown_content">
<source>label.theme.markdown_content</source>
<target>Markdown 形式で説明とコメントを書けるようにする</target>
</trans-unit>
<trans-unit id="label.timesheet.mode">
<source>label.timesheet.mode</source>
<target>タイムトラッキング モード</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_default">
<source>label.timesheet.mode_default</source>
<target>デフォルト: 開始日時と終了日時を入力する</target>
<target>[デフォルト] 開始日時と終了日時を入力する</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_only">
<source>label.timesheet.mode_duration_only</source>
<target>継続時間のみ: 終了日時の代わりに継続時間を入力する</target>
<target>[経過時間] 終了日時の代わりに経過時間を入力する</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_punch">
<source>label.timesheet.mode_punch</source>
<target>[タイムレコーダー] ユーザーは開始日時と終了日時を打刻できるが、それぞれの日時や経過時間を編集することはできない</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_future_times">
<source>label.timesheet.rules.allow_future_times</source>
@@ -40,16 +52,40 @@
</trans-unit>
<trans-unit id="label.timesheet.active_entries.hard_limit">
<source>label.timesheet.active_entries.hard_limit</source>
<target>同じ期間内に同時進行のものとして入力可能とするエントリの上限数</target>
<target>同じ期間内に同時進行のものとして記録可能とする明細の上限数</target>
</trans-unit>
<trans-unit id="label.timesheet.active_entries.soft_limit">
<source>label.timesheet.active_entries.soft_limit</source>
<target>同時進行のエントリがこちらの数を超える場合に警告を表示する</target>
<target>同時進行の明細記録がこちらの数を超える場合に警告を表示する</target>
</trans-unit>
<trans-unit id="label.theme.select_type">
<source>label.theme.select_type</source>
<target>入力フォームにおける選択ボックスの種類</target>
</trans-unit>
<trans-unit id="label.calendar.week_numbers">
<source>label.calendar.week_numbers</source>
<target>週番号を表示する</target>
</trans-unit>
<trans-unit id="label.calendar.weekends">
<source>label.calendar.weekends</source>
<target>週末を表示する</target>
</trans-unit>
<trans-unit id="label.calendar.businessHours.begin">
<source>label.calendar.businessHours.begin</source>
<target>業務時間の開始時刻(ハイライト表示)</target>
</trans-unit>
<trans-unit id="label.calendar.businessHours.end">
<source>label.calendar.businessHours.end</source>
<target>業務時間の終了時刻(ハイライト表示)</target>
</trans-unit>
<trans-unit id="label.calendar.visibleHours.begin">
<source>label.calendar.visibleHours.begin</source>
<target>表示可能な時間帯の開始時刻</target>
</trans-unit>
<trans-unit id="label.calendar.visibleHours.end">
<source>label.calendar.visibleHours.end</source>
<target>表示可能な時間帯の終了時刻</target>
</trans-unit>
</body>
</file>
</xliff>