Sync locales

This commit is contained in:
Frederic Guillot
2016-03-05 17:48:45 -05:00
parent 7c76926980
commit 4c91798781
24 changed files with 661 additions and 558 deletions

View File

@@ -8,7 +8,6 @@ return array(
'Edit' => '変更',
'remove' => '削除する',
'Remove' => '削除する',
'Update' => '変更',
'Yes' => 'はい',
'No' => 'いいえ',
'cancel' => 'キャンセル',
@@ -60,7 +59,6 @@ return array(
'Actions' => 'アクション',
'Inactive' => '無効',
'Active' => '有効',
'Add this column' => 'カラムを追加する',
'%d tasks on the board' => '%d 個のタスク',
'%d tasks in total' => '合計 %d 個のタスク',
'Unable to update this board.' => 'ボードを更新できませんでした',
@@ -184,7 +182,6 @@ return array(
'Unable to remove this action.' => '自動アクションの削除に失敗しました。',
'Action removed successfully.' => '自動アクションの削除に成功しました。',
'Automatic actions for the project "%s"' => 'プロジェクト「%s」の自動アクション',
'Defined actions' => '定義された自動アクション',
'Add an action' => '自動アクションの追加',
'Event name' => 'イベント名',
'Action name' => 'アクション名',
@@ -194,7 +191,6 @@ return array(
'When the selected event occurs execute the corresponding action.' => '選択されたイベントが発生した時、対応するアクションを実行する。',
'Next step' => '次のステップ',
'Define action parameters' => 'アクションのパラメーター',
'Save this action' => 'このアクションを保存する',
'Do you really want to remove this action: "%s"?' => '自動アクション「%s」を削除しますか',
'Remove an automatic action' => '自動アクションの削除',
'Assign the task to a specific user' => 'タスクの担当者を割り当てる',
@@ -1148,4 +1144,11 @@ return array(
// 'This value must be greater than %d' => '',
// 'Another swimlane with the same name exists in the project' => '',
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
// 'Actions duplicated successfully.' => '',
// 'Unable to duplicate actions.' => '',
// 'Add a new action' => '',
// 'Import from another project' => '',
// 'There is no action at the moment.' => '',
// 'Import actions from another project' => '',
// 'There is no available project.' => '',
);