Move budget outside of the core
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
This commit is contained in:
@@ -395,8 +395,6 @@ return array(
|
||||
'Remote' => 'リモート',
|
||||
'Enabled' => '有効',
|
||||
'Disabled' => '無効',
|
||||
'Google account linked' => 'Google アカウントがリンク',
|
||||
'Github account linked' => 'Github のアカウントがリンク',
|
||||
'Username:' => 'ユーザ名:',
|
||||
'Name:' => '名前:',
|
||||
'Email:' => 'Email:',
|
||||
@@ -667,17 +665,7 @@ return array(
|
||||
'Horizontal scrolling' => '縦スクロール',
|
||||
'Compact/wide view' => 'コンパクト/ワイドビュー',
|
||||
'No results match:' => '結果が一致しませんでした',
|
||||
'Remove hourly rate' => '毎時レートを削除',
|
||||
'Do you really want to remove this hourly rate?' => '毎時レートを削除しますか?',
|
||||
'Hourly rates' => '毎時レート',
|
||||
'Hourly rate' => '毎時レート',
|
||||
'Currency' => '通貨',
|
||||
'Effective date' => '有効期限',
|
||||
'Add new rate' => '新しいレート',
|
||||
'Rate removed successfully.' => 'レートの削除に成功しました。',
|
||||
'Unable to remove this rate.' => 'レートを削除できませんでした。',
|
||||
'Unable to save the hourly rate.' => '時間毎のレートを保存できませんでした。',
|
||||
'Hourly rate created successfully.' => '時間毎のレートを作成しました。',
|
||||
'Start time' => '開始時間',
|
||||
'End time' => '終了時間',
|
||||
'Comment' => 'コメント',
|
||||
@@ -703,34 +691,18 @@ return array(
|
||||
'Files' => 'ファイル',
|
||||
'Images' => '画像',
|
||||
'Private project' => 'プライベートプロジェクト',
|
||||
'Amount' => '数量',
|
||||
'AUD - Australian Dollar' => 'AUD - 豪ドル',
|
||||
'Budget' => '予算',
|
||||
'Budget line' => '予算ライン',
|
||||
'Budget line removed successfully.' => '予算ラインを削除しました.',
|
||||
'Budget lines' => '予算ライン',
|
||||
'CAD - Canadian Dollar' => 'CAD - 加ドル',
|
||||
'CHF - Swiss Francs' => 'CHF - スイスフラン',
|
||||
'Cost' => 'コスト',
|
||||
'Cost breakdown' => 'コストブレークダウン',
|
||||
'Custom Stylesheet' => 'カスタムスタイルシート',
|
||||
'download' => 'ダウンロード',
|
||||
'Do you really want to remove this budget line?' => 'この予算ラインを本当に削除しますか?',
|
||||
'EUR - Euro' => 'EUR - ユーロ',
|
||||
'Expenses' => '支出',
|
||||
'GBP - British Pound' => 'GBP - 独ポンド',
|
||||
'INR - Indian Rupee' => 'INR - 伊ルピー',
|
||||
'JPY - Japanese Yen' => 'JPY - 日本円',
|
||||
'New budget line' => '新しい予算ライン',
|
||||
'NZD - New Zealand Dollar' => 'NZD - NZ ドル',
|
||||
'Remove a budget line' => '予算ラインの削除',
|
||||
'Remove budget line' => '予算ラインの削除',
|
||||
'RSD - Serbian dinar' => 'RSD - セルビアデナール',
|
||||
'The budget line have been created successfully.' => '予算ラインを作成しました',
|
||||
'Unable to create the budget line.' => '予算ラインを作成できませんでした。',
|
||||
'Unable to remove this budget line.' => '予算ラインを削除できませんでした。',
|
||||
'USD - US Dollar' => 'USD - 米ドル',
|
||||
'Remaining' => '残り',
|
||||
'Destination column' => '移動先のカラム',
|
||||
'Move the task to another column when assigned to a user' => 'ユーザの割り当てをしたらタスクを他のカラムに移動',
|
||||
'Move the task to another column when assignee is cleared' => 'ユーザの割り当てがなくなったらタスクを他のカラムに移動',
|
||||
@@ -746,7 +718,6 @@ return array(
|
||||
'Rate' => 'レート',
|
||||
'Change reference currency' => '現在の基軸通貨',
|
||||
'Add a new currency rate' => '新しい通貨レートを追加',
|
||||
'Currency rates are used to calculate project budget.' => '通貨レートはプロジェクト予算の算出に利用されます。',
|
||||
'Reference currency' => '基軸通貨',
|
||||
// 'The currency rate have been added successfully.' => '',
|
||||
'Unable to add this currency rate.' => 'この通貨レートを追加できません。',
|
||||
@@ -878,9 +849,6 @@ return array(
|
||||
// '%s moved the task #%d to the first swimlane' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// 'Swimlane' => '',
|
||||
// 'Budget overview' => '',
|
||||
// 'Type' => '',
|
||||
// 'There is not enough data to show something.' => '',
|
||||
// 'Gravatar' => '',
|
||||
// 'Hipchat' => '',
|
||||
// 'Slack' => '',
|
||||
|
||||
Reference in New Issue
Block a user