残額:{{ category.budget - category.spent }}
予算: {{ category.budget }} {{ category.editing ? '保存' : '予算編集' }}
合計支出: {{ category.spent }}
合計残額: {{ totalRemaining }}