Separate budget and loan views

This commit is contained in:
Rafael Foster
2026-05-01 07:52:43 -03:00
parent 9a80b785c8
commit 977bee8a3a
18 changed files with 631 additions and 80 deletions
+13 -1
View File
@@ -597,7 +597,19 @@
"loanSavedToast": "貸付を保存しました",
"loanDeletedToast": "貸付を削除しました",
"loanPaymentAddedToast": "返済を記録しました",
"typeLoan": "貸付"
"typeLoan": "貸付",
"tabsLabel": "予算セクション",
"budgetTab": "予算",
"loansTab": "貸付",
"filteredTransactions": "絞り込み済み取引",
"clearLoanFilter": "フィルター解除",
"loanFilterActive": "貸付:{{title}}",
"filterLoanTransactions": "この貸付の取引を表示",
"loansEmptyDescription": "+ ボタンから貸付を選んで作成します。",
"newCategoryTitle": "新しいカテゴリ",
"newCategoryPlaceholder": "カテゴリ名",
"newSubcategoryTitle": "新しいサブカテゴリ",
"newSubcategoryPlaceholder": "サブカテゴリ名"
},
"settings": {
"title": "設定",