import type { TranslationStrings } from '../types'; const budget: TranslationStrings = { 'budget.title': '預算', 'budget.exportCsv': '匯出 CSV', 'budget.emptyTitle': '尚未建立預算', 'budget.emptyText': '建立分類和條目來規劃旅行預算', 'budget.emptyPlaceholder': '輸入分類名稱...', 'budget.createCategory': '建立分類', 'budget.category': '分類', 'budget.categoryName': '分類名稱', 'budget.table.name': '名稱', 'budget.table.total': '合計', 'budget.table.persons': '人數', 'budget.table.days': '天數', 'budget.table.perPerson': '人均', 'budget.table.perDay': '日均', 'budget.table.perPersonDay': '人日均', 'budget.table.note': '備註', 'budget.table.date': '日期', 'budget.newEntry': '新建條目', 'budget.defaultEntry': '新建條目', 'budget.defaultCategory': '新分類', 'budget.total': '合計', 'budget.totalBudget': '總預算', 'budget.byCategory': '按分類', 'budget.editTooltip': '點選編輯', 'budget.linkedToReservation': '已連結至預訂——請在那裡編輯名稱', 'budget.confirm.deleteCategory': '確定刪除分類「{name}」及其 {count} 個條目?', 'budget.deleteCategory': '刪除分類', 'budget.perPerson': '人均', 'budget.paid': '已支付', 'budget.open': '未支付', 'budget.noMembers': '未分配成員', 'budget.settlement': '結算', 'budget.settlementInfo': '點選預算專案上的成員頭像將其標記為綠色——表示該成員已付款。結算會顯示誰欠誰多少。', 'budget.netBalances': '淨餘額', 'budget.categoriesLabel': '類別', "costs.you": "You", "costs.youShort": "Y", "costs.youLower": "you", "costs.youOwe": "You owe", "costs.youOweSub": "You should pay others", "costs.youreOwed": "You're owed", "costs.youreOwedSub": "Others should pay you", "costs.totalSpend": "Total trip spend", "costs.totalSpendSub": "Across all travelers", "costs.to": "To", "costs.from": "From", "costs.allSettled": "You're all settled up", "costs.nothingOwed": "Nothing owed to you", "costs.yourShare": "Your share", "costs.youPaid": "You paid", "costs.expenses": "Expenses", "costs.entries": "{count} entries", "costs.searchPlaceholder": "Search expenses…", "costs.filter.all": "All", "costs.filter.mine": "Paid by me", "costs.filter.owed": "I'm owed", "costs.addExpense": "Add expense", "costs.editExpense": "Edit expense", "costs.noMatch": "No expenses match your search.", "costs.emptyText": "No expenses yet. Add your first one.", "costs.spent": "{amount} spent", "costs.noDate": "No date", "costs.noOnePaid": "No one paid yet", "costs.youLent": "you lent {amount}", "costs.youBorrowed": "you borrowed {amount}", "costs.settleUp": "Settle up", "costs.history": "History", "costs.everyoneSquare": "Everyone's square", "costs.nothingOutstanding": "No payments outstanding right now.", "costs.pay": "pay", "costs.pays": "pays", "costs.settle": "Settle", "costs.balances": "Balances", "costs.byCategory": "By category", "costs.noCategories": "No expenses yet.", "costs.settleHistory": "Settle history", "costs.noSettlements": "No settled payments yet.", "costs.paymentsSettled": "{count} payments settled", "costs.paid": "paid", "costs.undo": "Undo", "costs.whatFor": "What was it for?", "costs.namePlaceholder": "e.g. Dinner, souvenirs, gas…", "costs.totalAmount": "Total amount", "costs.currency": "Currency", "costs.day": "Day", "costs.rateLabel": "1 {from} in {to}", "costs.category": "Category", "costs.whoPaid": "Who paid?", "costs.splitBetween": "Split equally between", "costs.pickSomeone": "Pick at least one person to split with.", "costs.splitSummary": "Split {count} ways · {amount} each", "costs.cat.accommodation": "Accommodation", "costs.cat.food": "Food & drink", "costs.cat.groceries": "Groceries", "costs.cat.transport": "Transport", "costs.cat.flights": "Flights", "costs.cat.activities": "Activities", "costs.cat.sightseeing": "Sightseeing", "costs.cat.shopping": "Shopping", "costs.cat.fees": "Fees & tickets", "costs.cat.health": "Health", "costs.cat.tips": "Tips", "costs.cat.other": "Other", "costs.daysCount": "{count} days", "costs.travelers": "{count} travelers", "costs.liveRate": "live rate", "costs.settleAll": "Settle all", }; export default budget;