augmenttoolkit / shared /src /i18n /id /budget.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
4.77 kB
import type { TranslationStrings } from '../types';
const budget: TranslationStrings = {
'budget.title': 'Anggaran',
'budget.exportCsv': 'Ekspor CSV',
'budget.emptyTitle': 'Belum ada anggaran',
'budget.emptyText':
'Buat kategori dan entri untuk merencanakan anggaran perjalananmu',
'budget.emptyPlaceholder': 'Masukkan nama kategori...',
'budget.createCategory': 'Buat Kategori',
'budget.category': 'Kategori',
'budget.categoryName': 'Nama Kategori',
'budget.table.name': 'Nama',
'budget.table.total': 'Total',
'budget.table.persons': 'Orang',
'budget.table.days': 'Hari',
'budget.table.perPerson': 'Per Orang',
'budget.table.perDay': 'Per Hari',
'budget.table.perPersonDay': 'P. o / Hari',
'budget.table.note': 'Catatan',
'budget.table.date': 'Tanggal',
'budget.newEntry': 'Entri Baru',
'budget.defaultEntry': 'Entri Baru',
'budget.defaultCategory': 'Kategori Baru',
'budget.total': 'Total',
'budget.totalBudget': 'Total Anggaran',
'budget.byCategory': 'Per Kategori',
'budget.editTooltip': 'Klik untuk edit',
'budget.linkedToReservation': 'Terhubung ke reservasi — edit nama di sana',
'budget.confirm.deleteCategory':
'Yakin ingin menghapus kategori "{name}" dengan {count} entri?',
'budget.deleteCategory': 'Hapus Kategori',
'budget.perPerson': 'Per Orang',
'budget.paid': 'Sudah dibayar',
'budget.open': 'Belum dibayar',
'budget.noMembers': 'Tidak ada anggota yang ditugaskan',
'budget.settlement': 'Penyelesaian',
'budget.settlementInfo':
'Klik foto anggota di item anggaran untuk menandainya hijau — artinya mereka sudah bayar. Penyelesaian lalu menunjukkan siapa berhutang ke siapa dan berapa.',
'budget.netBalances': 'Saldo Bersih',
'budget.categoriesLabel': 'kategori',
"costs.you": "Kamu",
"costs.youShort": "K",
"costs.youLower": "kamu",
"costs.youOwe": "Kamu berhutang",
"costs.youOweSub": "Kamu harus membayar yang lain",
"costs.youreOwed": "Kamu dipinjami",
"costs.youreOwedSub": "Yang lain harus membayarmu",
"costs.totalSpend": "Total pengeluaran perjalanan",
"costs.totalSpendSub": "Untuk semua pelancong",
"costs.to": "Ke",
"costs.from": "Dari",
"costs.allSettled": "Semua sudah lunas",
"costs.nothingOwed": "Tidak ada yang berhutang padamu",
"costs.yourShare": "Bagianmu",
"costs.youPaid": "Kamu membayar",
"costs.expenses": "Pengeluaran",
"costs.entries": "{count} entri",
"costs.searchPlaceholder": "Cari pengeluaran…",
"costs.filter.all": "Semua",
"costs.filter.mine": "Dibayar olehku",
"costs.filter.owed": "Dipinjami padaku",
"costs.addExpense": "Tambah pengeluaran",
"costs.editExpense": "Edit pengeluaran",
"costs.noMatch": "Tidak ada pengeluaran yang cocok dengan pencarianmu.",
"costs.emptyText": "Belum ada pengeluaran. Tambahkan yang pertama.",
"costs.spent": "{amount} dibelanjakan",
"costs.noDate": "Tanpa tanggal",
"costs.noOnePaid": "Belum ada yang membayar",
"costs.youLent": "kamu meminjamkan {amount}",
"costs.youBorrowed": "kamu meminjam {amount}",
"costs.settleUp": "Lunasi",
"costs.history": "Riwayat",
"costs.everyoneSquare": "Semua sudah impas",
"costs.nothingOutstanding": "Tidak ada pembayaran tertunggak saat ini.",
"costs.pay": "bayar",
"costs.pays": "membayar",
"costs.settle": "Lunasi",
"costs.balances": "Saldo",
"costs.byCategory": "Per kategori",
"costs.noCategories": "Belum ada pengeluaran.",
"costs.settleHistory": "Riwayat pelunasan",
"costs.noSettlements": "Belum ada pembayaran yang dilunasi.",
"costs.paymentsSettled": "{count} pembayaran dilunasi",
"costs.paid": "dibayar",
"costs.undo": "Urungkan",
"costs.whatFor": "Untuk apa?",
"costs.namePlaceholder": "mis. Makan malam, oleh-oleh, bensin…",
"costs.totalAmount": "Jumlah total",
"costs.currency": "Mata uang",
"costs.day": "Hari",
"costs.rateLabel": "1 {from} dalam {to}",
"costs.category": "Kategori",
"costs.whoPaid": "Siapa yang membayar?",
"costs.splitBetween": "Bagi rata antara",
"costs.pickSomeone": "Pilih setidaknya satu orang untuk berbagi.",
"costs.splitSummary": "Dibagi {count} cara · {amount} masing-masing",
"costs.cat.accommodation": "Akomodasi",
"costs.cat.food": "Makanan & minuman",
"costs.cat.groceries": "Belanja kebutuhan",
"costs.cat.transport": "Transportasi",
"costs.cat.flights": "Penerbangan",
"costs.cat.activities": "Aktivitas",
"costs.cat.sightseeing": "Wisata",
"costs.cat.shopping": "Belanja",
"costs.cat.fees": "Biaya & tiket",
"costs.cat.health": "Kesehatan",
"costs.cat.tips": "Tip",
"costs.cat.other": "Lainnya",
"costs.daysCount": "{count} hari",
"costs.travelers": "{count} pelancong",
"costs.liveRate": "kurs langsung",
"costs.settleAll": "Lunasi semua",
};
export default budget;