Update ja_JP translation

This commit is contained in:
Kiyohito AOKI
2020-04-18 01:34:25 +09:00
committed by GitHub
parent 8f20244c9f
commit 2ba02033ee

View File

@@ -515,7 +515,7 @@ return array(
'Horizontal scrolling' => '横スクロール', 'Horizontal scrolling' => '横スクロール',
'Compact/wide view' => 'コンパクト/ワイドビュー', 'Compact/wide view' => 'コンパクト/ワイドビュー',
'Currency' => '通貨', 'Currency' => '通貨',
'Personal project' => 'プライベートプロジェクト', 'Personal project' => '非公開プロジェクト',
'AUD - Australian Dollar' => 'AUD - 豪ドル', 'AUD - Australian Dollar' => 'AUD - 豪ドル',
'CAD - Canadian Dollar' => 'CAD - 加ドル', 'CAD - Canadian Dollar' => 'CAD - 加ドル',
'CHF - Swiss Francs' => 'CHF - スイスフラン', 'CHF - Swiss Francs' => 'CHF - スイスフラン',
@@ -607,7 +607,7 @@ return array(
'Two factor authentication disabled' => '二要素認証は無効です', 'Two factor authentication disabled' => '二要素認証は無効です',
'Two factor authentication enabled' => '二要素認証は有効です', 'Two factor authentication enabled' => '二要素認証は有効です',
'Unable to update this user.' => 'このユーザーを更新できません', 'Unable to update this user.' => 'このユーザーを更新できません',
'There is no user management for personal projects.' => 'プライベート・プロジェクトのためのユーザー管理はありません', 'There is no user management for personal projects.' => '非公開プロジェクトのためのユーザー管理はありません',
'User that will receive the email' => 'メールを受信するユーザー', 'User that will receive the email' => 'メールを受信するユーザー',
'Email subject' => 'メールの件名', 'Email subject' => 'メールの件名',
'Date' => '日付', 'Date' => '日付',
@@ -906,7 +906,7 @@ return array(
'Project owner: ' => 'プロジェクト責任者:', 'Project owner: ' => 'プロジェクト責任者:',
'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'プロジェクト識別子はオプションです。設定する場合は英数字にしてください。 MYPROJECT', 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'プロジェクト識別子はオプションです。設定する場合は英数字にしてください。 MYPROJECT',
'Project owner' => 'プロジェクト責任者', 'Project owner' => 'プロジェクト責任者',
'Personal projects do not have users and groups management.' => 'プライベートプロジェクトにはユーザーとグループの管理はありません', 'Personal projects do not have users and groups management.' => '非公開プロジェクトにはユーザーとグループの管理はありません',
'There is no project member.' => 'プロジェクトメンバーがいません', 'There is no project member.' => 'プロジェクトメンバーがいません',
'Priority' => '優先度', 'Priority' => '優先度',
'Task priority' => 'タスクの優先度', 'Task priority' => 'タスクの優先度',
@@ -1280,7 +1280,7 @@ return array(
'Project ID' => 'プロジェクトID', 'Project ID' => 'プロジェクトID',
'Project name' => 'プロジェクト名', 'Project name' => 'プロジェクト名',
'Public' => '公開', 'Public' => '公開',
'Personal' => 'プライベート', 'Personal' => '非公開',
'%d tasks' => '%d 件のタスク', '%d tasks' => '%d 件のタスク',
'%d task' => '%d タスク', '%d task' => '%d タスク',
'Task ID' => 'タスクID', 'Task ID' => 'タスクID',
@@ -1407,17 +1407,17 @@ return array(
'Automatically update the start date when the task is moved away from a specific column' => 'タスクが特定のカラムから移動された時、自動的に開始日を更新する', 'Automatically update the start date when the task is moved away from a specific column' => 'タスクが特定のカラムから移動された時、自動的に開始日を更新する',
'HTTP Client:' => 'HTTPクライアント', 'HTTP Client:' => 'HTTPクライアント',
'XBT - bitcoin' => 'XBT - bitcoin', 'XBT - bitcoin' => 'XBT - bitcoin',
// 'Assigned' => '', 'Assigned' => '割当済み',
// 'Task limits apply to each swimlane individually' => '', 'Task limits apply to each swimlane individually' => 'スイムレーン毎にタスク数制限を適用する。',
// 'Column task limits apply to each swimlane individually' => '', 'Column task limits apply to each swimlane individually' => 'スイムレーン毎にカラムのタスク数制限が適用されます。',
// 'Column task limits are applied to each swimlane individually' => '', 'Column task limits are applied to each swimlane individually' => 'カラムのタスク数制限はスイムレーン毎に適用されています。',
// 'Column task limits are applied across swimlanes' => '', 'Column task limits are applied across swimlanes' => 'カラムのタスク数制限はスイムレーンを跨いで適用されています。',
// 'Task limit: ' => '', 'Task limit: ' => 'タスク数制限',
// 'Change to global tag' => '', 'Change to global tag' => 'グローバルタグに変換',
// 'Do you really want to make the tag "%s" global?' => '', 'Do you really want to make the tag "%s" global?' => '本当にタグ "%s" をグローバルタグに変換しますか?',
// 'Enable global tags for this project' => '', 'Enable global tags for this project' => 'このプロジェクトでグローバルタグを有効にする',
// 'Group membership(s):' => '', 'Group membership(s):' => '所属グループ',
// '%s is a member of the following group(s): %s' => '', '%s is a member of the following group(s): %s' => 'メンバー %s は以下のグループに所属しています: %s',
// '%d/%d group(s) shown' => '', '%d/%d group(s) shown' => 'グループ %d/%d を表示',
// 'Subtask creation or modification' => '', 'Subtask creation or modification' => 'サブタスクが作成or更新されました',
); );