Make hardcoded hours string translatable
This commit is contained in:
@@ -256,7 +256,6 @@ return array(
|
||||
'Do you really want to remove this sub-task?' => 'サブタスクを削除しますか?',
|
||||
'Remaining:' => '残:',
|
||||
'hours' => '時間',
|
||||
'spent' => '経過',
|
||||
'estimated' => '見積',
|
||||
'Sub-Tasks' => 'サブタスク',
|
||||
'Add a sub-task' => 'サブタスクを追加',
|
||||
@@ -481,7 +480,6 @@ return array(
|
||||
'Link removed successfully.' => 'リンクを削除しました',
|
||||
'Link labels' => 'リンクラベル',
|
||||
'Link modification' => 'リンクの変更',
|
||||
'Links' => 'リンク',
|
||||
'Opposite label' => '反対のラベル',
|
||||
'Remove a link' => 'ラベルの削除',
|
||||
'The labels must be different' => '異なるラベルを指定してください',
|
||||
@@ -522,7 +520,6 @@ return array(
|
||||
'CAD - Canadian Dollar' => 'CAD - 加ドル',
|
||||
'CHF - Swiss Francs' => 'CHF - スイスフラン',
|
||||
'Custom Stylesheet' => 'カスタムスタイルシート',
|
||||
'download' => 'ダウンロード',
|
||||
'EUR - Euro' => 'EUR - ユーロ',
|
||||
'GBP - British Pound' => 'GBP - 独ポンド',
|
||||
'INR - Indian Rupee' => 'INR - 伊ルピー',
|
||||
@@ -593,7 +590,6 @@ return array(
|
||||
'Existing due date' => '既存の予定日',
|
||||
'Factor to calculate new due date: ' => '新しい支払期限を計算する要素:',
|
||||
'Month(s)' => 'ヶ月',
|
||||
'Recurrence' => '反復タスク',
|
||||
'This task has been created by: ' => 'タスク作成者',
|
||||
'Recurrent task has been generated:' => '反復タスクが生成されました:',
|
||||
'Timeframe to calculate new due date: ' => '新しい期限を計算する時間枠:',
|
||||
@@ -731,7 +727,6 @@ return array(
|
||||
'NOK - Norwegian Krone' => 'NOK - ノルウェークローネ',
|
||||
'Show this column' => 'このカラムを表示',
|
||||
'Hide this column' => 'このカラムを隠す',
|
||||
'open file' => 'ファイルを開く',
|
||||
'End date' => '終了日',
|
||||
'Users overview' => 'ユーザー概要',
|
||||
'Members' => 'メンバー',
|
||||
@@ -1380,4 +1375,6 @@ return array(
|
||||
// '%s moved the task #%d to the column "%s"' => '',
|
||||
// '%s moved the task #%d to the position %d in the column "%s"' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// '%sh spent' => '',
|
||||
// '%sh estimated' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user