mercury-web/src/features/accounting/strings.ts

44 lines
1.5 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Accounting (Тооцоо) feature copy, ported verbatim from
// ios/Mercury/Features/Transactions/TransactionsView.swift,
// TransactionDetailView.swift, and
// ios/Mercury/Features/Categories/CategorizeReviewView.swift,
// ios/Mercury/Features/Planner/PlannerEditViews.swift (CategoryPickerSheet).
export const accountingStrings = {
list: {
title: "Гүйлгээ",
hideToggle: "Мөнгөн дүн нуух",
income: "Орлого",
expense: "Зарлага",
empty: "Гүйлгээ алга",
transferTag: "Шилжүүлэг",
},
detail: {
total: "Нийт",
date: "Огноо",
category: "Ангилал",
name: "Нэр",
balance: "Үлдэгдэл",
type: "Төрөл",
income: "Орлого",
expense: "Зарлага",
note: "Тэмдэглэл",
noteAdd: "Нэмэх",
noteSave: "Хадгалах",
noteCancel: "Болих",
notFound: "Гүйлгээ олдсонгүй",
back: "Буцах",
},
rename: {
title: "Нэр өөрчлөх",
placeholder: "Шинэ нэр",
confirmTitle: "Нэр өөрчлөх үү?",
confirmDescription: "Энэ худалдагчийн бүх өмнөх болон дараагийн гүйлгээнд шинэ нэрийг хэрэглэнэ.",
confirmCancel: "Болих",
confirmSave: "Хадгалах",
},
categoryPicker: {
title: "Гарчиг",
cancel: "Болих",
select: "Сонгох",
},
} as const;