Correct some mistakes in Japanese translation
This commit is contained in:
committed by
Frédéric Guillot
parent
e30ae7d5d5
commit
4d7b4c5adc
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'number.decimals_separator' => '小数点の区切り記号',
|
'number.decimals_separator' => '.',
|
||||||
'number.thousands_separator' => '桁の区切り記号',
|
'number.thousands_separator' => ',',
|
||||||
'None' => 'なし',
|
'None' => 'なし',
|
||||||
'Edit' => '編集',
|
'Edit' => '編集',
|
||||||
'Remove' => '削除',
|
'Remove' => '削除',
|
||||||
@@ -30,7 +30,7 @@ return array(
|
|||||||
'Login' => 'ログイン',
|
'Login' => 'ログイン',
|
||||||
'Official website:' => '公式 Webサイト:',
|
'Official website:' => '公式 Webサイト:',
|
||||||
'Unassigned' => '担当なし',
|
'Unassigned' => '担当なし',
|
||||||
'View this task' => 'このタクスを見る',
|
'View this task' => 'このタスクを見る',
|
||||||
'Remove user' => 'ユーザーの削除',
|
'Remove user' => 'ユーザーの削除',
|
||||||
'Do you really want to remove this user: "%s"?' => 'ユーザー「%s」を削除しますか?',
|
'Do you really want to remove this user: "%s"?' => 'ユーザー「%s」を削除しますか?',
|
||||||
'All users' => 'すべてのユーザー',
|
'All users' => 'すべてのユーザー',
|
||||||
@@ -117,9 +117,9 @@ return array(
|
|||||||
'Unable to remove this project.' => 'プロジェクトの削除に失敗しました',
|
'Unable to remove this project.' => 'プロジェクトの削除に失敗しました',
|
||||||
'Project removed successfully.' => 'プロジェクトを削除しました',
|
'Project removed successfully.' => 'プロジェクトを削除しました',
|
||||||
'Project activated successfully.' => 'プロジェクトを有効にしました',
|
'Project activated successfully.' => 'プロジェクトを有効にしました',
|
||||||
'Unable to activate this project.' => 'プロジェクトの有効にできませんでした',
|
'Unable to activate this project.' => 'プロジェクトを有効にできませんでした',
|
||||||
'Project disabled successfully.' => 'プロジェクトを無効にしました',
|
'Project disabled successfully.' => 'プロジェクトを無効にしました',
|
||||||
'Unable to disable this project.' => 'プロジェクトの無効にできませんでした',
|
'Unable to disable this project.' => 'プロジェクトを無効にできませんでした',
|
||||||
'Unable to open this task.' => 'タスクの作成に失敗しました',
|
'Unable to open this task.' => 'タスクの作成に失敗しました',
|
||||||
'Task opened successfully.' => 'タスクを作成しました',
|
'Task opened successfully.' => 'タスクを作成しました',
|
||||||
'Unable to close this task.' => 'タスクの完了に失敗しました',
|
'Unable to close this task.' => 'タスクの完了に失敗しました',
|
||||||
@@ -558,7 +558,7 @@ return array(
|
|||||||
'Test your device' => 'あなたのデバイスをテスト',
|
'Test your device' => 'あなたのデバイスをテスト',
|
||||||
'Assign a color when the task is moved to a specific column' => 'タスクが特定のカラムに移動した時の色を設定',
|
'Assign a color when the task is moved to a specific column' => 'タスクが特定のカラムに移動した時の色を設定',
|
||||||
'%s via Kanboard' => '%s by Kanboard',
|
'%s via Kanboard' => '%s by Kanboard',
|
||||||
'Burndown chart' => 'バウンダリーチャート',
|
'Burndown chart' => 'バーンダウンチャート',
|
||||||
'This chart show the task complexity over the time (Work Remaining).' => 'グラフは、時間の経過とともにタスクの複雑さを示しています(残っている作業)',
|
'This chart show the task complexity over the time (Work Remaining).' => 'グラフは、時間の経過とともにタスクの複雑さを示しています(残っている作業)',
|
||||||
'Screenshot taken %s' => 'スクリーンショット %s',
|
'Screenshot taken %s' => 'スクリーンショット %s',
|
||||||
'Add a screenshot' => 'スクリーンショットを追加',
|
'Add a screenshot' => 'スクリーンショットを追加',
|
||||||
@@ -906,7 +906,7 @@ return array(
|
|||||||
'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' => 'プロジェクト責任者',
|
||||||
'Private projects do not have users and groups management.' => 'プライベートプロジェクトにはユーザーとグループの管理はありません',
|
'Private projects do not have users and groups management.' => 'プライベートプロジェクトにはユーザーとグループの管理はありません',
|
||||||
'There is no project member.' => 'プロジェクトメンバーはありません',
|
'There is no project member.' => 'プロジェクトメンバーがいません',
|
||||||
'Priority' => '優先度',
|
'Priority' => '優先度',
|
||||||
'Task priority' => 'タスクの優先度',
|
'Task priority' => 'タスクの優先度',
|
||||||
'General' => '一般',
|
'General' => '一般',
|
||||||
|
|||||||
Reference in New Issue
Block a user