Support multi-leg (layover) flights (#1146)

* feat(transport): support multi-leg (layover) flights in the booking form

A flight booking can now hold an ordered chain of airports (e.g. FRA -> BER ->
HND) instead of a single departure/arrival pair. The route is entered as a list
of waypoints with a '+ add stop' button; each stop carries its own arrival and
departure time plus the airline/flight number of the segment leaving it, while
the whole booking keeps one price.

Stored without a schema change: the existing reservation_endpoints rows carry the
ordered waypoints (from/stop/to by sequence) and a metadata.legs array holds the
per-leg detail. Top-level metadata (departure_airport/arrival_airport/airline/
flight_number) mirrors the first and last leg, so a single-leg flight persists
exactly as before and legacy readers keep working.

* feat(planner): show each flight leg as its own day-plan entry, ordered by time

A multi-leg flight now expands into one entry per leg (BER -> FRA, then FRA ->
HND), each on its own day with its own times, instead of a single span. Each leg
is an addressable slot (reservation id + leg index) so places and notes can be
dropped into the layover gap between legs; the per-leg position is persisted in
metadata.legs[i].day_positions and survives a reload.

Day-plan items are now ordered chronologically: anything with a time (a place's
time, a flight leg, a timed note) sorts by that time, and untimed items inherit
the time of the item before them so they stay where they were placed.

* feat(planner): show the full multi-stop route in the bookings panel

The route row now lists every waypoint (FRA -> BER -> HND) by sequence instead of
just the first and last airport.

* feat(map): draw multi-leg flights as connected legs with a marker per airport

Both the Leaflet and Mapbox overlays now render a flight over all its waypoints:
one great-circle arc per leg and a marker at every airport, with the label
showing the full route and the summed distance. A single-leg flight is unchanged.

Also drops the floating stats badge that was drawn on transport arcs.

* fix(map): centre a clicked place above the bottom inspector panel

Selecting a place panned/flew it to the dead centre of the screen, where it sat
behind the detail card. Both overlays now bias the target into the visible area
above the bottom panel (Leaflet offsets the pan by the inspector inset; Mapbox
passes the padding to flyTo).

* feat: show the full multi-stop flight route in PDF and calendar export

The PDF day list and the ICS export now render the whole route (FRA → BER → HND)
for a multi-leg flight instead of just the first and last airport, falling back to
the flat metadata for single-leg flights. The ICS keeps a single event per booking.

* feat(import): group connecting flight legs into one multi-leg booking

When a booking confirmation contains several flight legs sharing a PNR that
connect at the same airport with a short layover (under 24h), they are now
imported as a single multi-leg booking (from/stop/to endpoints + metadata.legs)
instead of one booking per leg. A round trip (same PNR, multi-day gap) stays two
separate bookings, and a single flight is unchanged.

* i18n: translate the new flight-route strings into all languages

* i18n: translate the Costs page into every language

The Budget → Costs rework left the new costs.* strings untranslated in every
non-English locale (they fell back to English). Translate them across all
supported languages.

* Revert "fix(map): centre a clicked place above the bottom inspector panel"

This reverts commit 0936103f04.
This commit is contained in:
Maurice
2026-06-11 22:17:14 +02:00
committed by GitHub
parent e65acb3de7
commit bb477645a3
50 changed files with 2144 additions and 1508 deletions
+72 -72
View File
@@ -38,78 +38,78 @@ const budget: TranslationStrings = {
'انقر على صورة العضو في بند الميزانية لتحديده باللون الأخضر — وهذا يعني أنه دفع. ثم تُظهر التسوية من يدين لمن وبكم.',
'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",
"costs.you": "أنت",
"costs.youShort": "أنت",
"costs.youLower": "أنت",
"costs.youOwe": "عليك",
"costs.youOweSub": "عليك أن تدفع للآخرين",
"costs.youreOwed": "لك",
"costs.youreOwedSub": "على الآخرين أن يدفعوا لك",
"costs.totalSpend": "إجمالي إنفاق الرحلة",
"costs.totalSpendSub": "عبر جميع المسافرين",
"costs.to": "إلى",
"costs.from": "من",
"costs.allSettled": "لقد سوّيت كل حساباتك",
"costs.nothingOwed": "لا شيء مستحق لك",
"costs.yourShare": "حصتك",
"costs.youPaid": "أنت دفعت",
"costs.expenses": "المصروفات",
"costs.entries": "{count} إدخالات",
"costs.searchPlaceholder": "ابحث في المصروفات…",
"costs.filter.all": "الكل",
"costs.filter.mine": "دفعتها أنا",
"costs.filter.owed": "مستحق لي",
"costs.addExpense": "إضافة مصروف",
"costs.editExpense": "تعديل المصروف",
"costs.noMatch": "لا توجد مصروفات تطابق بحثك.",
"costs.emptyText": "لا توجد مصروفات بعد. أضف أول مصروف لك.",
"costs.spent": "تم إنفاق {amount}",
"costs.noDate": "بدون تاريخ",
"costs.noOnePaid": "لم يدفع أحد بعد",
"costs.youLent": "أقرضت {amount}",
"costs.youBorrowed": "اقترضت {amount}",
"costs.settleUp": "تسوية الحساب",
"costs.history": "السجل",
"costs.everyoneSquare": "الجميع متعادلون",
"costs.nothingOutstanding": "لا توجد مدفوعات معلّقة الآن.",
"costs.pay": "ادفع",
"costs.pays": "يدفع",
"costs.settle": "تسوية",
"costs.balances": "الأرصدة",
"costs.byCategory": "حسب الفئة",
"costs.noCategories": "لا توجد مصروفات بعد.",
"costs.settleHistory": "سجل التسويات",
"costs.noSettlements": "لا توجد مدفوعات مسوّاة بعد.",
"costs.paymentsSettled": "تمت تسوية {count} مدفوعات",
"costs.paid": "مدفوع",
"costs.undo": "تراجع",
"costs.whatFor": "لأجل ماذا كان؟",
"costs.namePlaceholder": "مثل: عشاء، هدايا تذكارية، وقود…",
"costs.totalAmount": "المبلغ الإجمالي",
"costs.currency": "العملة",
"costs.day": "اليوم",
"costs.rateLabel": "1 {from} بـ {to}",
"costs.category": "الفئة",
"costs.whoPaid": "من دفع؟",
"costs.splitBetween": "تقسيم بالتساوي بين",
"costs.pickSomeone": "اختر شخصًا واحدًا على الأقل للتقسيم معه.",
"costs.splitSummary": "تقسيم على {count} · {amount} لكل واحد",
"costs.cat.accommodation": "الإقامة",
"costs.cat.food": "الطعام والشراب",
"costs.cat.groceries": "البقالة",
"costs.cat.transport": "النقل",
"costs.cat.flights": "الرحلات الجوية",
"costs.cat.activities": "الأنشطة",
"costs.cat.sightseeing": "معالم سياحية",
"costs.cat.shopping": "التسوق",
"costs.cat.fees": "الرسوم والتذاكر",
"costs.cat.health": "الصحة",
"costs.cat.tips": "البقشيش",
"costs.cat.other": "أخرى",
"costs.daysCount": "{count} أيام",
"costs.travelers": "{count} مسافرين",
"costs.liveRate": "سعر مباشر",
"costs.settleAll": "تسوية الكل",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'رقم الرحلة',
'reservations.meta.from': 'من',
'reservations.meta.to': 'إلى',
'reservations.layover.route': 'المسار',
'reservations.layover.stop': 'محطة توقف',
'reservations.layover.addStop': 'إضافة محطة توقف',
'reservations.layover.connection': 'رحلة متّصلة',
'reservations.layover.layover': 'توقف بيني',
'reservations.needsReview': 'مراجعة',
'reservations.needsReviewHint':
'تعذّر مطابقة المطار تلقائياً — يرجى تأكيد الموقع.',
+72 -72
View File
@@ -39,78 +39,78 @@ const budget: TranslationStrings = {
'Clique no avatar de um membro em um item do orçamento para marcá-lo em verde — significa que ele pagou. O acerto mostra quem deve quanto a quem.',
'budget.netBalances': 'Saldos líquidos',
'budget.categoriesLabel': 'categorias',
"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",
"costs.you": "Você",
"costs.youShort": "V",
"costs.youLower": "você",
"costs.youOwe": "Você deve",
"costs.youOweSub": "Você deve pagar os outros",
"costs.youreOwed": "Devem a você",
"costs.youreOwedSub": "Os outros devem pagar você",
"costs.totalSpend": "Gasto total da viagem",
"costs.totalSpendSub": "Entre todos os viajantes",
"costs.to": "Para",
"costs.from": "De",
"costs.allSettled": "Suas contas estão acertadas",
"costs.nothingOwed": "Ninguém deve nada a você",
"costs.yourShare": "Sua parte",
"costs.youPaid": "Você pagou",
"costs.expenses": "Despesas",
"costs.entries": "{count} lançamentos",
"costs.searchPlaceholder": "Buscar despesas…",
"costs.filter.all": "Todas",
"costs.filter.mine": "Pagas por mim",
"costs.filter.owed": "Devem a mim",
"costs.addExpense": "Adicionar despesa",
"costs.editExpense": "Editar despesa",
"costs.noMatch": "Nenhuma despesa corresponde à busca.",
"costs.emptyText": "Nenhuma despesa ainda. Adicione a primeira.",
"costs.spent": "{amount} gastos",
"costs.noDate": "Sem data",
"costs.noOnePaid": "Ninguém pagou ainda",
"costs.youLent": "você emprestou {amount}",
"costs.youBorrowed": "você pegou emprestado {amount}",
"costs.settleUp": "Acertar contas",
"costs.history": "Histórico",
"costs.everyoneSquare": "Todos quitados",
"costs.nothingOutstanding": "Nenhum pagamento pendente no momento.",
"costs.pay": "paga",
"costs.pays": "paga",
"costs.settle": "Acertar",
"costs.balances": "Saldos",
"costs.byCategory": "Por categoria",
"costs.noCategories": "Nenhuma despesa ainda.",
"costs.settleHistory": "Histórico de acertos",
"costs.noSettlements": "Nenhum pagamento acertado ainda.",
"costs.paymentsSettled": "{count} pagamentos acertados",
"costs.paid": "pago",
"costs.undo": "Desfazer",
"costs.whatFor": "Para que foi?",
"costs.namePlaceholder": "ex.: jantar, lembranças, gasolina…",
"costs.totalAmount": "Valor total",
"costs.currency": "Moeda",
"costs.day": "Dia",
"costs.rateLabel": "1 {from} em {to}",
"costs.category": "Categoria",
"costs.whoPaid": "Quem pagou?",
"costs.splitBetween": "Dividir igualmente entre",
"costs.pickSomeone": "Escolha pelo menos uma pessoa para dividir.",
"costs.splitSummary": "Dividido entre {count} · {amount} cada",
"costs.cat.accommodation": "Hospedagem",
"costs.cat.food": "Comida e bebida",
"costs.cat.groceries": "Mercado",
"costs.cat.transport": "Transporte",
"costs.cat.flights": "Voos",
"costs.cat.activities": "Atividades",
"costs.cat.sightseeing": "Passeios turísticos",
"costs.cat.shopping": "Compras",
"costs.cat.fees": "Taxas e ingressos",
"costs.cat.health": "Saúde",
"costs.cat.tips": "Gorjetas",
"costs.cat.other": "Outros",
"costs.daysCount": "{count} dias",
"costs.travelers": "{count} viajantes",
"costs.liveRate": "taxa ao vivo",
"costs.settleAll": "Acertar tudo",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Nº do voo',
'reservations.meta.from': 'De',
'reservations.meta.to': 'Para',
'reservations.layover.route': 'Rota',
'reservations.layover.stop': 'Parada',
'reservations.layover.addStop': 'Adicionar parada',
'reservations.layover.connection': 'Conexão',
'reservations.layover.layover': 'Escala',
'reservations.needsReview': 'Verificar',
'reservations.needsReviewHint':
'Aeroporto não pôde ser identificado automaticamente — confirme o local.',
+72 -72
View File
@@ -39,78 +39,78 @@ const budget: TranslationStrings = {
'Klikněte na avatar člena u rozpočtové položky pro zelené označení to znamená, že zaplatil. Vyúčtování pak ukazuje, kdo komu a kolik dluží.',
'budget.netBalances': 'Čisté zůstatky',
'budget.categoriesLabel': 'kategorie',
"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",
"costs.you": "Vy",
"costs.youShort": "Vy",
"costs.youLower": "vy",
"costs.youOwe": "Dlužíte",
"costs.youOweSub": "Měli byste zaplatit ostatním",
"costs.youreOwed": "Dluží vám",
"costs.youreOwedSub": "Ostatní by měli zaplatit vám",
"costs.totalSpend": "Celkové výdaje na cestu",
"costs.totalSpendSub": "Za všechny cestovatele",
"costs.to": "Komu",
"costs.from": "Od",
"costs.allSettled": "Máte vše vyrovnáno",
"costs.nothingOwed": "Nikdo vám nic nedluží",
"costs.yourShare": "Váš podíl",
"costs.youPaid": "Zaplatili jste",
"costs.expenses": "Výdaje",
"costs.entries": "{count} položek",
"costs.searchPlaceholder": "Hledat výdaje…",
"costs.filter.all": "Vše",
"costs.filter.mine": "Zaplaceno mnou",
"costs.filter.owed": "Dluží mi",
"costs.addExpense": "Přidat výdaj",
"costs.editExpense": "Upravit výdaj",
"costs.noMatch": "Žádné výdaje neodpovídají vašemu hledání.",
"costs.emptyText": "Zatím žádné výdaje. Přidejte první.",
"costs.spent": "Utraceno {amount}",
"costs.noDate": "Bez data",
"costs.noOnePaid": "Zatím nikdo nezaplatil",
"costs.youLent": "půjčili jste {amount}",
"costs.youBorrowed": "vypůjčili jste si {amount}",
"costs.settleUp": "Vyrovnat",
"costs.history": "Historie",
"costs.everyoneSquare": "Všichni jsou vyrovnáni",
"costs.nothingOutstanding": "Momentálně žádné nevyrovnané platby.",
"costs.pay": "zaplatí",
"costs.pays": "zaplatí",
"costs.settle": "Vyrovnat",
"costs.balances": "Zůstatky",
"costs.byCategory": "Podle kategorie",
"costs.noCategories": "Zatím žádné výdaje.",
"costs.settleHistory": "Historie vyrovnání",
"costs.noSettlements": "Zatím žádné vyrovnané platby.",
"costs.paymentsSettled": "{count} plateb vyrovnáno",
"costs.paid": "zaplaceno",
"costs.undo": "Vrátit zpět",
"costs.whatFor": "Za co to bylo?",
"costs.namePlaceholder": "např. večeře, suvenýry, benzín…",
"costs.totalAmount": "Celková částka",
"costs.currency": "Měna",
"costs.day": "Den",
"costs.rateLabel": "1 {from} v {to}",
"costs.category": "Kategorie",
"costs.whoPaid": "Kdo zaplatil?",
"costs.splitBetween": "Rozdělit rovným dílem mezi",
"costs.pickSomeone": "Vyberte alespoň jednu osobu pro rozdělení.",
"costs.splitSummary": "Rozděleno na {count} dílů · {amount} každý",
"costs.cat.accommodation": "Ubytování",
"costs.cat.food": "Jídlo a pití",
"costs.cat.groceries": "Potraviny",
"costs.cat.transport": "Doprava",
"costs.cat.flights": "Lety",
"costs.cat.activities": "Aktivity",
"costs.cat.sightseeing": "Prohlídka památek",
"costs.cat.shopping": "Nákupy",
"costs.cat.fees": "Poplatky a vstupenky",
"costs.cat.health": "Zdraví",
"costs.cat.tips": "Spropitné",
"costs.cat.other": "Ostatní",
"costs.daysCount": "{count} d",
"costs.travelers": "{count} cestovatelů",
"costs.liveRate": "aktuální kurz",
"costs.settleAll": "Vyrovnat vše",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Číslo letu',
'reservations.meta.from': 'Z',
'reservations.meta.to': 'Do',
'reservations.layover.route': 'Trasa',
'reservations.layover.stop': 'Zastávka',
'reservations.layover.addStop': 'Přidat zastávku',
'reservations.layover.connection': 'Přípoj',
'reservations.layover.layover': 'Mezipřistání',
'reservations.needsReview': 'Zkontrolovat',
'reservations.needsReviewHint':
'Letiště nebylo možné automaticky rozpoznat — potvrďte prosím místo.',
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Flugnr.',
'reservations.meta.from': 'Von',
'reservations.meta.to': 'Nach',
'reservations.layover.route': 'Route',
'reservations.layover.stop': 'Zwischenstopp',
'reservations.layover.addStop': 'Zwischenstopp hinzufügen',
'reservations.layover.connection': 'Anschlussflug',
'reservations.layover.layover': 'Zwischenstopp',
'reservations.needsReview': 'Prüfen',
'reservations.needsReviewHint':
'Flughafen konnte nicht automatisch erkannt werden — bitte Ort bestätigen.',
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Flight No.',
'reservations.meta.from': 'From',
'reservations.meta.to': 'To',
'reservations.layover.route': 'Route',
'reservations.layover.stop': 'Stop',
'reservations.layover.addStop': 'Add stop',
'reservations.layover.connection': 'Connection',
'reservations.layover.layover': 'Layover',
'reservations.needsReview': 'Review',
'reservations.needsReviewHint':
'Airport could not be matched automatically — please confirm the location.',
+72 -72
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
'Haz clic en el avatar de un miembro en una partida del presupuesto para marcarlo en verde — esto significa que ha pagado. La liquidación muestra quién debe cuánto a quién.',
'budget.netBalances': 'Saldos netos',
'budget.categoriesLabel': 'categorías',
"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",
"costs.you": "",
"costs.youShort": "",
"costs.youLower": "",
"costs.youOwe": "Debes",
"costs.youOweSub": "Deberías pagar a otros",
"costs.youreOwed": "Te deben",
"costs.youreOwedSub": "Otros deberían pagarte",
"costs.totalSpend": "Gasto total del viaje",
"costs.totalSpendSub": "Entre todos los viajeros",
"costs.to": "Para",
"costs.from": "De",
"costs.allSettled": "Estás al día con todo",
"costs.nothingOwed": "Nadie te debe nada",
"costs.yourShare": "Tu parte",
"costs.youPaid": "Pagaste",
"costs.expenses": "Gastos",
"costs.entries": "{count} entradas",
"costs.searchPlaceholder": "Buscar gastos…",
"costs.filter.all": "Todos",
"costs.filter.mine": "Pagados por mí",
"costs.filter.owed": "Me deben",
"costs.addExpense": "Añadir gasto",
"costs.editExpense": "Editar gasto",
"costs.noMatch": "Ningún gasto coincide con tu búsqueda.",
"costs.emptyText": "Aún no hay gastos. Añade el primero.",
"costs.spent": "{amount} gastados",
"costs.noDate": "Sin fecha",
"costs.noOnePaid": "Nadie ha pagado aún",
"costs.youLent": "prestaste {amount}",
"costs.youBorrowed": "tomaste prestado {amount}",
"costs.settleUp": "Saldar cuentas",
"costs.history": "Historial",
"costs.everyoneSquare": "Todos están en paz",
"costs.nothingOutstanding": "No hay pagos pendientes ahora mismo.",
"costs.pay": "paga",
"costs.pays": "paga",
"costs.settle": "Saldar",
"costs.balances": "Saldos",
"costs.byCategory": "Por categoría",
"costs.noCategories": "Aún no hay gastos.",
"costs.settleHistory": "Historial de pagos",
"costs.noSettlements": "Aún no hay pagos saldados.",
"costs.paymentsSettled": "{count} pagos saldados",
"costs.paid": "pagado",
"costs.undo": "Deshacer",
"costs.whatFor": "¿Para qué fue?",
"costs.namePlaceholder": "p. ej. Cena, souvenirs, gasolina…",
"costs.totalAmount": "Importe total",
"costs.currency": "Moneda",
"costs.day": "Día",
"costs.rateLabel": "1 {from} en {to}",
"costs.category": "Categoría",
"costs.whoPaid": "¿Quién pa?",
"costs.splitBetween": "Dividir a partes iguales entre",
"costs.pickSomeone": "Elige al menos una persona con quien dividir.",
"costs.splitSummary": "Dividido entre {count} · {amount} cada uno",
"costs.cat.accommodation": "Alojamiento",
"costs.cat.food": "Comida y bebida",
"costs.cat.groceries": "Compras de comida",
"costs.cat.transport": "Transporte",
"costs.cat.flights": "Vuelos",
"costs.cat.activities": "Actividades",
"costs.cat.sightseeing": "Turismo",
"costs.cat.shopping": "Compras",
"costs.cat.fees": "Tasas y entradas",
"costs.cat.health": "Salud",
"costs.cat.tips": "Propinas",
"costs.cat.other": "Otros",
"costs.daysCount": "{count} días",
"costs.travelers": "{count} viajeros",
"costs.liveRate": "tasa en vivo",
"costs.settleAll": "Saldar todo",
};
export default budget;
+5
View File
@@ -101,6 +101,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'N° de vuelo',
'reservations.meta.from': 'Desde',
'reservations.meta.to': 'Hasta',
'reservations.layover.route': 'Ruta',
'reservations.layover.stop': 'Escala',
'reservations.layover.addStop': 'Añadir escala',
'reservations.layover.connection': 'Conexión',
'reservations.layover.layover': 'Escala',
'reservations.needsReview': 'Revisar',
'reservations.needsReviewHint':
'No se pudo identificar el aeropuerto automáticamente — por favor confirma la ubicación.',
+70 -70
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
"Cliquez sur l'avatar d'un membre sur un poste budgétaire pour le marquer en vert — cela signifie qu'il a payé. Le règlement indique ensuite qui doit combien à qui.",
'budget.netBalances': 'Soldes nets',
'budget.categoriesLabel': 'catégories',
"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.you": "Vous",
"costs.youShort": "V",
"costs.youLower": "vous",
"costs.youOwe": "Vous devez",
"costs.youOweSub": "Vous devez payer les autres",
"costs.youreOwed": "On vous doit",
"costs.youreOwedSub": "Les autres doivent vous payer",
"costs.totalSpend": "Dépenses totales du voyage",
"costs.totalSpendSub": "Tous voyageurs confondus",
"costs.to": "À",
"costs.from": "De",
"costs.allSettled": "Tout est réglé pour vous",
"costs.nothingOwed": "On ne vous doit rien",
"costs.yourShare": "Votre part",
"costs.youPaid": "Vous avez pa",
"costs.expenses": "penses",
"costs.entries": "{count} entrées",
"costs.searchPlaceholder": "Rechercher des dépenses…",
"costs.filter.all": "Toutes",
"costs.filter.mine": "Payées par moi",
"costs.filter.owed": "On me doit",
"costs.addExpense": "Ajouter une dépense",
"costs.editExpense": "Modifier la dépense",
"costs.noMatch": "Aucune dépense ne correspond à votre recherche.",
"costs.emptyText": "Aucune dépense pour le moment. Ajoutez la première.",
"costs.spent": "{amount} pensés",
"costs.noDate": "Aucune date",
"costs.noOnePaid": "Personne n'a encore payé",
"costs.youLent": "vous avez prêté {amount}",
"costs.youBorrowed": "vous avez emprunté {amount}",
"costs.settleUp": "Régler",
"costs.history": "Historique",
"costs.everyoneSquare": "Tout le monde est quitte",
"costs.nothingOutstanding": "Aucun paiement en attente pour le moment.",
"costs.pay": "payer",
"costs.pays": "paie",
"costs.settle": "Régler",
"costs.balances": "Soldes",
"costs.byCategory": "Par catégorie",
"costs.noCategories": "Aucune dépense pour le moment.",
"costs.settleHistory": "Historique des règlements",
"costs.noSettlements": "Aucun paiement réglé pour le moment.",
"costs.paymentsSettled": "{count} paiements réglés",
"costs.paid": "pa",
"costs.undo": "Annuler",
"costs.whatFor": "C'était pour quoi ?",
"costs.namePlaceholder": "ex. dîner, souvenirs, essence…",
"costs.totalAmount": "Montant total",
"costs.currency": "Devise",
"costs.day": "Jour",
"costs.rateLabel": "1 {from} en {to}",
"costs.category": "Catégorie",
"costs.whoPaid": "Qui a payé ?",
"costs.splitBetween": "Partager équitablement entre",
"costs.pickSomeone": "Choisissez au moins une personne avec qui partager.",
"costs.splitSummary": "Partagé en {count} · {amount} chacun",
"costs.cat.accommodation": "Hébergement",
"costs.cat.food": "Nourriture et boissons",
"costs.cat.groceries": "Courses",
"costs.cat.transport": "Transport",
"costs.cat.flights": "Flights",
"costs.cat.activities": "Activities",
"costs.cat.sightseeing": "Sightseeing",
"costs.cat.flights": "Vols",
"costs.cat.activities": "Activités",
"costs.cat.sightseeing": "Visites",
"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",
"costs.cat.fees": "Frais et billets",
"costs.cat.health": "Santé",
"costs.cat.tips": "Pourboires",
"costs.cat.other": "Autre",
"costs.daysCount": "{count} jours",
"costs.travelers": "{count} voyageurs",
"costs.liveRate": "taux en direct",
"costs.settleAll": "Tout régler",
};
export default budget;
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'N° de vol',
'reservations.meta.from': 'De',
'reservations.meta.to': 'À',
'reservations.layover.route': 'Itinéraire',
'reservations.layover.stop': 'Escale',
'reservations.layover.addStop': 'Ajouter une escale',
'reservations.layover.connection': 'Correspondance',
'reservations.layover.layover': 'Escale',
'reservations.needsReview': 'Vérifier',
'reservations.needsReviewHint':
"L'aéroport n'a pas pu être identifié automatiquement — veuillez confirmer l'emplacement.",
+72 -72
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
'Κάντε κλικ στο avatar ενός μέλους σε μια εγγραφή προϋπολογισμού για να το επισημάνετε πράσινο — αυτό σημαίνει ότι πλήρωσε. Η εκκαθάριση δείχνει στη συνέχεια ποιος χρωστάει σε ποιον και πόσα.',
'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",
"costs.you": "Εσείς",
"costs.youShort": "Ε",
"costs.youLower": "εσείς",
"costs.youOwe": "Χρωστάτε",
"costs.youOweSub": "Πρέπει να πληρώσετε άλλους",
"costs.youreOwed": "Σας χρωστούν",
"costs.youreOwedSub": "Άλλοι πρέπει να σας πληρώσουν",
"costs.totalSpend": "Συνολικές δαπάνες ταξιδιού",
"costs.totalSpendSub": "Όλων των ταξιδιωτών",
"costs.to": "Προς",
"costs.from": "Από",
"costs.allSettled": "Έχετε εξοφλήσει τα πάντα",
"costs.nothingOwed": "Δεν σας χρωστάει κανείς",
"costs.yourShare": "Το μερίδιό σας",
"costs.youPaid": "Πληρώσατε",
"costs.expenses": "Έξοδα",
"costs.entries": "{count} εγγραφές",
"costs.searchPlaceholder": "Αναζήτηση εξόδων…",
"costs.filter.all": "Όλα",
"costs.filter.mine": "Πληρωμένα από εμένα",
"costs.filter.owed": "Μου χρωστούν",
"costs.addExpense": "Προσθήκη εξόδου",
"costs.editExpense": "Επεξεργασία εξόδου",
"costs.noMatch": "Κανένα έξοδο δεν ταιριάζει με την αναζήτησή σας.",
"costs.emptyText": "Δεν υπάρχουν έξοδα ακόμη. Προσθέστε το πρώτο σας.",
"costs.spent": "{amount} δαπάνη",
"costs.noDate": "Χωρίς ημερομηνία",
"costs.noOnePaid": "Δεν πλήρωσε κανείς ακόμη",
"costs.youLent": "δανείσατε {amount}",
"costs.youBorrowed": "δανειστήκατε {amount}",
"costs.settleUp": "Εξόφληση",
"costs.history": "Ιστορικό",
"costs.everyoneSquare": "Όλοι είναι ξεκάθαροι",
"costs.nothingOutstanding": "Δεν υπάρχουν εκκρεμείς πληρωμές αυτή τη στιγμή.",
"costs.pay": "πληρώνει",
"costs.pays": "πληρώνει",
"costs.settle": "Εξόφληση",
"costs.balances": "Υπόλοιπα",
"costs.byCategory": "Ανά κατηγορία",
"costs.noCategories": "Δεν υπάρχουν έξοδα ακόμη.",
"costs.settleHistory": "Ιστορικό εξοφλήσεων",
"costs.noSettlements": "Δεν υπάρχουν εξοφλημένες πληρωμές ακόμη.",
"costs.paymentsSettled": "{count} πληρωμές εξοφλήθηκαν",
"costs.paid": "πλήρωσε",
"costs.undo": "Αναίρεση",
"costs.whatFor": "Για τι ήταν;",
"costs.namePlaceholder": "π.χ. Δείπνο, σουβενίρ, βενζίνη…",
"costs.totalAmount": "Συνολικό ποσό",
"costs.currency": "Νόμισμα",
"costs.day": "Ημέρα",
"costs.rateLabel": "1 {from} σε {to}",
"costs.category": "Κατηγορία",
"costs.whoPaid": "Ποιος πλήρωσε;",
"costs.splitBetween": "Ισόποση κατανομή μεταξύ",
"costs.pickSomeone": "Επιλέξτε τουλάχιστον ένα άτομο για τον διαμοιρασμό.",
"costs.splitSummary": "Κατανομή σε {count} μέρη · {amount} το καθένα",
"costs.cat.accommodation": "Διαμονή",
"costs.cat.food": "Φαγητό & ποτό",
"costs.cat.groceries": "Ψώνια σούπερ μάρκετ",
"costs.cat.transport": "Μεταφορά",
"costs.cat.flights": "Πτήσεις",
"costs.cat.activities": "Δραστηριότητες",
"costs.cat.sightseeing": "Αξιοθέατα",
"costs.cat.shopping": "Ψώνια",
"costs.cat.fees": "Τέλη & εισιτήρια",
"costs.cat.health": "Υγεία",
"costs.cat.tips": "Φιλοδωρήματα",
"costs.cat.other": "Άλλα",
"costs.daysCount": "{count} ημέρες",
"costs.travelers": "{count} ταξιδιώτες",
"costs.liveRate": "ζωντανή ισοτιμία",
"costs.settleAll": "Εξόφληση όλων",
};
export default budget;
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Αρ. Πτήσης',
'reservations.meta.from': 'Από',
'reservations.meta.to': 'Προς',
'reservations.layover.route': 'Διαδρομή',
'reservations.layover.stop': 'Στάση',
'reservations.layover.addStop': 'Προσθήκη στάσης',
'reservations.layover.connection': 'Ανταπόκριση',
'reservations.layover.layover': 'Ενδιάμεση στάση',
'reservations.needsReview': 'Έλεγχος',
'reservations.needsReviewHint':
'Δεν ήταν δυνατή η αυτόματη αντιστοίχιση του αεροδρομίου — παρακαλώ επιβεβαιώστε την τοποθεσία.',
+72 -72
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
'Kattints egy tag avatárjára egy költségvetési tételen a zöld jelöléshez — ez azt jelenti, hogy fizetett. Az elszámolás ezután mutatja, ki kinek mennyivel tartozik.',
'budget.netBalances': 'Nettó egyenlegek',
'budget.categoriesLabel': 'kategóriák',
"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",
"costs.you": "Te",
"costs.youShort": "T",
"costs.youLower": "te",
"costs.youOwe": "Tartozol",
"costs.youOweSub": "Fizetned kell másoknak",
"costs.youreOwed": "Neked tartoznak",
"costs.youreOwedSub": "Mások fizetnek neked",
"costs.totalSpend": "Teljes utazási költség",
"costs.totalSpendSub": "Az összes utazóra vetítve",
"costs.to": "Kinek",
"costs.from": "Kitől",
"costs.allSettled": "Minden el van számolva",
"costs.nothingOwed": "Senki sem tartozik neked",
"costs.yourShare": "A te részed",
"costs.youPaid": "Te fizettél",
"costs.expenses": "Költségek",
"costs.entries": "{count} bejegyzés",
"costs.searchPlaceholder": "Költségek keresése…",
"costs.filter.all": "Mind",
"costs.filter.mine": "Én fizettem",
"costs.filter.owed": "Nekem tartoznak",
"costs.addExpense": "Költség hozzáadása",
"costs.editExpense": "Költség szerkesztése",
"costs.noMatch": "Nincs a keresésnek megfelelő költség.",
"costs.emptyText": "Még nincs költség. Add hozzá az elsőt.",
"costs.spent": "{amount} elköltve",
"costs.noDate": "Nincs dátum",
"costs.noOnePaid": "Még senki sem fizetett",
"costs.youLent": "{amount} kölcsönadtál",
"costs.youBorrowed": "{amount} kölcsönkértél",
"costs.settleUp": "Elszámolás",
"costs.history": "Előzmények",
"costs.everyoneSquare": "Mindenki kvittben van",
"costs.nothingOutstanding": "Jelenleg nincs kifizetendő összeg.",
"costs.pay": "fizet",
"costs.pays": "fizet",
"costs.settle": "Elszámol",
"costs.balances": "Egyenlegek",
"costs.byCategory": "Kategóriánként",
"costs.noCategories": "Még nincs költség.",
"costs.settleHistory": "Elszámolási előzmények",
"costs.noSettlements": "Még nincs elszámolt fizetés.",
"costs.paymentsSettled": "{count} fizetés elszámolva",
"costs.paid": "fizetve",
"costs.undo": "Visszavonás",
"costs.whatFor": "Mire volt?",
"costs.namePlaceholder": "pl. vacsora, ajándékok, benzin…",
"costs.totalAmount": "Teljes összeg",
"costs.currency": "Pénznem",
"costs.day": "Nap",
"costs.rateLabel": "1 {from} ennyi: {to}",
"costs.category": "Kategória",
"costs.whoPaid": "Ki fizetett?",
"costs.splitBetween": "Egyenlően elosztva köztük",
"costs.pickSomeone": "Válassz legalább egy személyt a megosztáshoz.",
"costs.splitSummary": "{count} fő közt megosztva · egyenként {amount}",
"costs.cat.accommodation": "Szállás",
"costs.cat.food": "Étel és ital",
"costs.cat.groceries": "Élelmiszer",
"costs.cat.transport": "Közlekedés",
"costs.cat.flights": "Repülőjáratok",
"costs.cat.activities": "Programok",
"costs.cat.sightseeing": "Városnézés",
"costs.cat.shopping": "Vásárlás",
"costs.cat.fees": "Díjak és jegyek",
"costs.cat.health": "Egészség",
"costs.cat.tips": "Borravaló",
"costs.cat.other": "Egyéb",
"costs.daysCount": "{count} nap",
"costs.travelers": "{count} utazó",
"costs.liveRate": "élő árfolyam",
"costs.settleAll": "Összes elszámolása",
};
export default budget;
+5
View File
@@ -29,6 +29,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Járatszám',
'reservations.meta.from': 'Honnan',
'reservations.meta.to': 'Hová',
'reservations.layover.route': 'Útvonal',
'reservations.layover.stop': 'Megálló',
'reservations.layover.addStop': 'Megálló hozzáadása',
'reservations.layover.connection': 'Csatlakozás',
'reservations.layover.layover': 'Átszállás',
'reservations.needsReview': 'Ellenőrzés',
'reservations.needsReviewHint':
'A repülőteret nem sikerült automatikusan azonosítani — erősítsd meg a helyet.',
+72 -72
View File
@@ -39,78 +39,78 @@ const budget: TranslationStrings = {
'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": "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",
"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;
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'No. Penerbangan',
'reservations.meta.from': 'Dari',
'reservations.meta.to': 'Ke',
'reservations.layover.route': 'Rute',
'reservations.layover.stop': 'Persinggahan',
'reservations.layover.addStop': 'Tambah persinggahan',
'reservations.layover.connection': 'Sambungan',
'reservations.layover.layover': 'Transit',
'reservations.needsReview': 'Tinjau',
'reservations.needsReviewHint':
'Bandara tidak dapat dicocokkan otomatis — konfirmasi lokasi.',
+70 -70
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
"Clicca sull'avatar di un membro su una voce di budget per contrassegnarlo in verde — significa che ha pagato. Il regolamento mostra poi chi deve quanto a chi.",
'budget.netBalances': 'Saldi netti',
'budget.categoriesLabel': 'categorie',
"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.you": "Tu",
"costs.youShort": "T",
"costs.youLower": "tu",
"costs.youOwe": "Devi",
"costs.youOweSub": "Dovresti pagare gli altri",
"costs.youreOwed": "Ti devono",
"costs.youreOwedSub": "Gli altri dovrebbero pagarti",
"costs.totalSpend": "Spesa totale del viaggio",
"costs.totalSpendSub": "Tra tutti i viaggiatori",
"costs.to": "A",
"costs.from": "Da",
"costs.allSettled": "Hai saldato tutto",
"costs.nothingOwed": "Nessuno ti deve nulla",
"costs.yourShare": "La tua quota",
"costs.youPaid": "Hai pagato",
"costs.expenses": "Spese",
"costs.entries": "{count} voci",
"costs.searchPlaceholder": "Cerca spese…",
"costs.filter.all": "Tutte",
"costs.filter.mine": "Pagate da me",
"costs.filter.owed": "Mi devono",
"costs.addExpense": "Aggiungi spesa",
"costs.editExpense": "Modifica spesa",
"costs.noMatch": "Nessuna spesa corrisponde alla ricerca.",
"costs.emptyText": "Ancora nessuna spesa. Aggiungi la prima.",
"costs.spent": "{amount} spesi",
"costs.noDate": "Nessuna data",
"costs.noOnePaid": "Nessuno ha ancora pagato",
"costs.youLent": "hai prestato {amount}",
"costs.youBorrowed": "hai preso in prestito {amount}",
"costs.settleUp": "Salda",
"costs.history": "Cronologia",
"costs.everyoneSquare": "Sono tutti in pari",
"costs.nothingOutstanding": "Nessun pagamento in sospeso al momento.",
"costs.pay": "paga",
"costs.pays": "paga",
"costs.settle": "Salda",
"costs.balances": "Saldi",
"costs.byCategory": "Per categoria",
"costs.noCategories": "Ancora nessuna spesa.",
"costs.settleHistory": "Cronologia saldi",
"costs.noSettlements": "Ancora nessun pagamento saldato.",
"costs.paymentsSettled": "{count} pagamenti saldati",
"costs.paid": "pagato",
"costs.undo": "Annulla",
"costs.whatFor": "Per cosa era?",
"costs.namePlaceholder": "es. Cena, souvenir, benzina…",
"costs.totalAmount": "Importo totale",
"costs.currency": "Valuta",
"costs.day": "Giorno",
"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.category": "Categoria",
"costs.whoPaid": "Chi ha pagato?",
"costs.splitBetween": "Dividi equamente tra",
"costs.pickSomeone": "Scegli almeno una persona con cui dividere.",
"costs.splitSummary": "Diviso in {count} · {amount} ciascuno",
"costs.cat.accommodation": "Alloggio",
"costs.cat.food": "Cibo e bevande",
"costs.cat.groceries": "Spesa alimentare",
"costs.cat.transport": "Trasporti",
"costs.cat.flights": "Voli",
"costs.cat.activities": "Attività",
"costs.cat.sightseeing": "Visite turistiche",
"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",
"costs.cat.fees": "Tariffe e biglietti",
"costs.cat.health": "Salute",
"costs.cat.tips": "Mance",
"costs.cat.other": "Altro",
"costs.daysCount": "{count} giorni",
"costs.travelers": "{count} viaggiatori",
"costs.liveRate": "tasso in tempo reale",
"costs.settleAll": "Salda tutto",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'N. volo',
'reservations.meta.from': 'Da',
'reservations.meta.to': 'A',
'reservations.layover.route': 'Itinerario',
'reservations.layover.stop': 'Scalo',
'reservations.layover.addStop': 'Aggiungi scalo',
'reservations.layover.connection': 'Coincidenza',
'reservations.layover.layover': 'Sosta',
'reservations.needsReview': 'Verifica',
'reservations.needsReviewHint':
"L'aeroporto non è stato riconosciuto automaticamente — conferma la posizione.",
+70 -70
View File
@@ -38,78 +38,78 @@ const budget: TranslationStrings = {
'予算項目のメンバーアイコンをクリックして緑にすると、支払い済みを示します。精算では、誰が誰にいくら支払うべきかを表示します。',
'budget.netBalances': '差引残高',
'budget.categoriesLabel': 'カテゴリ',
"costs.you": "You",
"costs.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",
"costs.youOwe": "支払う額",
"costs.youOweSub": "他の人に支払うべき額",
"costs.youreOwed": "受け取る額",
"costs.youreOwedSub": "他の人があなたに支払うべき額",
"costs.totalSpend": "旅行の合計支出",
"costs.totalSpendSub": "全員の合計",
"costs.to": "支払先",
"costs.from": "支払元",
"costs.allSettled": "すべて精算済みです",
"costs.nothingOwed": "受け取る額はありません",
"costs.yourShare": "あなたの負担分",
"costs.youPaid": "あなたが支払った額",
"costs.expenses": "支出",
"costs.entries": "{count}",
"costs.searchPlaceholder": "支出を検索…",
"costs.filter.all": "すべて",
"costs.filter.mine": "自分が支払った分",
"costs.filter.owed": "受け取る分",
"costs.addExpense": "支出を追加",
"costs.editExpense": "支出を編集",
"costs.noMatch": "検索条件に一致する支出はありません。",
"costs.emptyText": "支出はまだありません。最初の支出を追加しましょう。",
"costs.spent": "{amount}を支出",
"costs.noDate": "日付なし",
"costs.noOnePaid": "まだ誰も支払っていません",
"costs.youLent": "{amount}を立て替えました",
"costs.youBorrowed": "{amount}を借りています",
"costs.settleUp": "精算する",
"costs.history": "履歴",
"costs.everyoneSquare": "全員が清算済みです",
"costs.nothingOutstanding": "現在、未払いの支払いはありません。",
"costs.pay": "支払う",
"costs.pays": "支払う",
"costs.settle": "精算",
"costs.balances": "残高",
"costs.byCategory": "カテゴリ別",
"costs.noCategories": "支出はまだありません。",
"costs.settleHistory": "精算履歴",
"costs.noSettlements": "精算済みの支払いはまだありません。",
"costs.paymentsSettled": "{count}件の支払いを精算済み",
"costs.paid": "支払済み",
"costs.undo": "元に戻す",
"costs.whatFor": "何の支出ですか?",
"costs.namePlaceholder": "例:夕食、お土産、ガソリン…",
"costs.totalAmount": "合計金額",
"costs.currency": "通貨",
"costs.day": "",
"costs.rateLabel": "1 {from} = {to}",
"costs.category": "カテゴリ",
"costs.whoPaid": "誰が支払いましたか?",
"costs.splitBetween": "均等に分割する相手",
"costs.pickSomeone": "分割する相手を少なくとも1人選んでください。",
"costs.splitSummary": "{count}人で分割 · {amount}",
"costs.cat.accommodation": "宿泊",
"costs.cat.food": "飲食",
"costs.cat.groceries": "食料品",
"costs.cat.transport": "交通",
"costs.cat.flights": "航空券",
"costs.cat.activities": "アクティビティ",
"costs.cat.sightseeing": "観光",
"costs.cat.shopping": "買い物",
"costs.cat.fees": "手数料・チケット",
"costs.cat.health": "健康",
"costs.cat.tips": "チップ",
"costs.cat.other": "その他",
"costs.daysCount": "{count}日間",
"costs.travelers": "{count}人の旅行者",
"costs.liveRate": "リアルタイムレート",
"costs.settleAll": "すべて精算",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': '便名',
'reservations.meta.from': '出発地',
'reservations.meta.to': '到着地',
'reservations.layover.route': '経路',
'reservations.layover.stop': '経由地',
'reservations.layover.addStop': '経由地を追加',
'reservations.layover.connection': '乗り継ぎ便',
'reservations.layover.layover': '乗り継ぎ',
'reservations.needsReview': '要確認',
'reservations.needsReviewHint':
'空港を自動で特定できませんでした。場所を確認してください。',
+71 -71
View File
@@ -38,78 +38,78 @@ const budget: TranslationStrings = {
'예산 항목의 멤버 아바타를 클릭하면 녹색으로 표시됩니다 — 해당 멤버가 지불했음을 의미합니다. 그러면 정산에서 누가 누구에게 얼마를 지불해야 하는지 보여줍니다.',
'budget.netBalances': '순 잔액',
'budget.categoriesLabel': '카테고리',
"costs.you": "You",
"costs.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",
"costs.youLower": "",
"costs.youOwe": "내가 줄 돈",
"costs.youOweSub": "다른 사람에게 지불해야 합니다",
"costs.youreOwed": "받을 돈",
"costs.youreOwedSub": "다른 사람이 나에게 지불해야 합니다",
"costs.totalSpend": "총 여행 지출",
"costs.totalSpendSub": "모든 여행자 합계",
"costs.to": "받는 사람",
"costs.from": "보낸 사람",
"costs.allSettled": "모두 정산되었습니다",
"costs.nothingOwed": "받을 돈이 없습니다",
"costs.yourShare": "내 몫",
"costs.youPaid": "내가 지불함",
"costs.expenses": "지출",
"costs.entries": "{count}개 항목",
"costs.searchPlaceholder": "지출 검색…",
"costs.filter.all": "전체",
"costs.filter.mine": "내가 지불",
"costs.filter.owed": "받을 돈",
"costs.addExpense": "지출 추가",
"costs.editExpense": "지출 편집",
"costs.noMatch": "검색과 일치하는 지출이 없습니다.",
"costs.emptyText": "아직 지출이 없습니다. 첫 항목을 추가하세요.",
"costs.spent": "{amount} 지출",
"costs.noDate": "날짜 없음",
"costs.noOnePaid": "아직 아무도 지불하지 않음",
"costs.youLent": "{amount} 빌려줌",
"costs.youBorrowed": "{amount} 빌림",
"costs.settleUp": "정산하기",
"costs.history": "내역",
"costs.everyoneSquare": "모두 정산 완료",
"costs.nothingOutstanding": "현재 미결제 금액이 없습니다.",
"costs.pay": "지불",
"costs.pays": "지불",
"costs.settle": "정산",
"costs.balances": "잔액",
"costs.byCategory": "카테고리별",
"costs.noCategories": "아직 지출이 없습니다.",
"costs.settleHistory": "정산 내역",
"costs.noSettlements": "아직 정산된 결제가 없습니다.",
"costs.paymentsSettled": "{count}건 정산됨",
"costs.paid": "지불됨",
"costs.undo": "실행 취소",
"costs.whatFor": "무엇을 위한 것인가요?",
"costs.namePlaceholder": "예: 저녁 식사, 기념품, 주유…",
"costs.totalAmount": "총 금액",
"costs.currency": "통화",
"costs.day": "날짜",
"costs.rateLabel": "1 {from} = {to}",
"costs.category": "카테고리",
"costs.whoPaid": "누가 지불했나요?",
"costs.splitBetween": "균등 분할 대상",
"costs.pickSomeone": "분할할 사람을 한 명 이상 선택하세요.",
"costs.splitSummary": "{count}명 분할 · 각 {amount}",
"costs.cat.accommodation": "숙박",
"costs.cat.food": "식음료",
"costs.cat.groceries": "식료품",
"costs.cat.transport": "교통",
"costs.cat.flights": "항공편",
"costs.cat.activities": "액티비티",
"costs.cat.sightseeing": "관광",
"costs.cat.shopping": "쇼핑",
"costs.cat.fees": "요금 및 입장권",
"costs.cat.health": "건강",
"costs.cat.tips": "",
"costs.cat.other": "기타",
"costs.daysCount": "{count}",
"costs.travelers": "여행자 {count}",
"costs.liveRate": "실시간 환율",
"costs.settleAll": "전체 정산",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': '항공편 번호',
'reservations.meta.from': '출발',
'reservations.meta.to': '도착',
'reservations.layover.route': '경로',
'reservations.layover.stop': '경유',
'reservations.layover.addStop': '경유지 추가',
'reservations.layover.connection': '연결편',
'reservations.layover.layover': '경유 대기',
'reservations.needsReview': '검토 필요',
'reservations.needsReviewHint':
'공항이 자동으로 매칭되지 않았습니다 — 위치를 확인해 주세요.',
+71 -71
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
'Klik op de avatar van een lid bij een budgetpost om deze groen te markeren — dit betekent dat diegene heeft betaald. De afrekening toont vervolgens wie wie hoeveel verschuldigd is.',
'budget.netBalances': 'Nettosaldi',
'budget.categoriesLabel': 'categorieën',
"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.you": "Jij",
"costs.youShort": "J",
"costs.youLower": "jij",
"costs.youOwe": "Jij bent verschuldigd",
"costs.youOweSub": "Jij moet anderen betalen",
"costs.youreOwed": "Jij krijgt nog",
"costs.youreOwedSub": "Anderen moeten jou betalen",
"costs.totalSpend": "Totale reisuitgaven",
"costs.totalSpendSub": "Voor alle reizigers",
"costs.to": "Aan",
"costs.from": "Van",
"costs.allSettled": "Je bent helemaal afgerekend",
"costs.nothingOwed": "Niemand is jou iets verschuldigd",
"costs.yourShare": "Jouw aandeel",
"costs.youPaid": "Jij hebt betaald",
"costs.expenses": "Uitgaven",
"costs.entries": "{count} invoeren",
"costs.searchPlaceholder": "Uitgaven zoeken…",
"costs.filter.all": "Alles",
"costs.filter.mine": "Door mij betaald",
"costs.filter.owed": "Mij verschuldigd",
"costs.addExpense": "Uitgave toevoegen",
"costs.editExpense": "Uitgave bewerken",
"costs.noMatch": "Geen uitgaven komen overeen met je zoekopdracht.",
"costs.emptyText": "Nog geen uitgaven. Voeg je eerste toe.",
"costs.spent": "{amount} uitgegeven",
"costs.noDate": "Geen datum",
"costs.noOnePaid": "Nog niemand heeft betaald",
"costs.youLent": "je hebt {amount} voorgeschoten",
"costs.youBorrowed": "je hebt {amount} geleend",
"costs.settleUp": "Afrekenen",
"costs.history": "Geschiedenis",
"costs.everyoneSquare": "Iedereen is quitte",
"costs.nothingOutstanding": "Er staan op dit moment geen betalingen open.",
"costs.pay": "betaalt",
"costs.pays": "betaalt",
"costs.settle": "Afrekenen",
"costs.balances": "Saldi",
"costs.byCategory": "Per categorie",
"costs.noCategories": "Nog geen uitgaven.",
"costs.settleHistory": "Afrekengeschiedenis",
"costs.noSettlements": "Nog geen afgerekende betalingen.",
"costs.paymentsSettled": "{count} betalingen afgerekend",
"costs.paid": "betaald",
"costs.undo": "Ongedaan maken",
"costs.whatFor": "Waar was het voor?",
"costs.namePlaceholder": "bijv. Diner, souvenirs, benzine…",
"costs.totalAmount": "Totaalbedrag",
"costs.currency": "Valuta",
"costs.day": "Dag",
"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",
"costs.category": "Categorie",
"costs.whoPaid": "Wie heeft betaald?",
"costs.splitBetween": "Gelijk verdelen over",
"costs.pickSomeone": "Kies minstens één persoon om mee te delen.",
"costs.splitSummary": "Verdeeld over {count} · {amount} elk",
"costs.cat.accommodation": "Accommodatie",
"costs.cat.food": "Eten & drinken",
"costs.cat.groceries": "Boodschappen",
"costs.cat.transport": "Vervoer",
"costs.cat.flights": "Vluchten",
"costs.cat.activities": "Activiteiten",
"costs.cat.sightseeing": "Bezienswaardigheden",
"costs.cat.shopping": "Winkelen",
"costs.cat.fees": "Kosten & tickets",
"costs.cat.health": "Gezondheid",
"costs.cat.tips": "Fooien",
"costs.cat.other": "Overig",
"costs.daysCount": "{count} dagen",
"costs.travelers": "{count} reizigers",
"costs.liveRate": "live koers",
"costs.settleAll": "Alles afrekenen",
};
export default budget;
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Vluchtnr.',
'reservations.meta.from': 'Van',
'reservations.meta.to': 'Naar',
'reservations.layover.route': 'Route',
'reservations.layover.stop': 'Tussenstop',
'reservations.layover.addStop': 'Tussenstop toevoegen',
'reservations.layover.connection': 'Aansluiting',
'reservations.layover.layover': 'Overstap',
'reservations.needsReview': 'Controleren',
'reservations.needsReviewHint':
'Luchthaven kon niet automatisch worden herkend — bevestig de locatie.',
+71 -71
View File
@@ -38,78 +38,78 @@ const budget: TranslationStrings = {
'budget.exportCsv': 'Eksportuj CSV',
'budget.table.date': 'Data',
'budget.categoriesLabel': 'kategorie',
"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.you": "Ty",
"costs.youShort": "T",
"costs.youLower": "ty",
"costs.youOwe": "Jesteś winien",
"costs.youOweSub": "Powinieneś zapłacić innym",
"costs.youreOwed": "Należy ci się",
"costs.youreOwedSub": "Inni powinni zapłacić tobie",
"costs.totalSpend": "Łączne wydatki na podróż",
"costs.totalSpendSub": "Wszystkich podróżnych",
"costs.to": "Do",
"costs.from": "Od",
"costs.allSettled": "Wszystko rozliczone",
"costs.nothingOwed": "Nikt nie jest ci nic winien",
"costs.yourShare": "Twój udział",
"costs.youPaid": "Zapłaciłeś",
"costs.expenses": "Wydatki",
"costs.entries": "Wpisów: {count}",
"costs.searchPlaceholder": "Szukaj wydatków…",
"costs.filter.all": "Wszystkie",
"costs.filter.mine": "Opłacone przeze mnie",
"costs.filter.owed": "Należy mi się",
"costs.addExpense": "Dodaj wydatek",
"costs.editExpense": "Edytuj wydatek",
"costs.noMatch": "Brak wydatków pasujących do wyszukiwania.",
"costs.emptyText": "Brak wydatków. Dodaj pierwszy.",
"costs.spent": "wydano {amount}",
"costs.noDate": "Brak daty",
"costs.noOnePaid": "Nikt jeszcze nie zapłacił",
"costs.youLent": "pożyczyłeś {amount}",
"costs.youBorrowed": "pożyczyłeś od innych {amount}",
"costs.settleUp": "Rozlicz",
"costs.history": "Historia",
"costs.everyoneSquare": "Wszyscy rozliczeni",
"costs.nothingOutstanding": "Brak nierozliczonych płatności.",
"costs.pay": "zapłać",
"costs.pays": "płaci",
"costs.settle": "Rozlicz",
"costs.balances": "Salda",
"costs.byCategory": "Według kategorii",
"costs.noCategories": "Brak wydatków.",
"costs.settleHistory": "Historia rozliczeń",
"costs.noSettlements": "Brak rozliczonych płatności.",
"costs.paymentsSettled": "Rozliczonych płatności: {count}",
"costs.paid": "zapłacono",
"costs.undo": "Cofnij",
"costs.whatFor": "Na co to było?",
"costs.namePlaceholder": "np. kolacja, pamiątki, paliwo…",
"costs.totalAmount": "Łączna kwota",
"costs.currency": "Waluta",
"costs.day": "Dzień",
"costs.rateLabel": "1 {from} w {to}",
"costs.category": "Kategoria",
"costs.whoPaid": "Kto zapłacił?",
"costs.splitBetween": "Podziel równo między",
"costs.pickSomeone": "Wybierz co najmniej jedną osobę do podziału.",
"costs.splitSummary": "Podział na {count} · {amount} na osobę",
"costs.cat.accommodation": "Nocleg",
"costs.cat.food": "Jedzenie i napoje",
"costs.cat.groceries": "Zakupy spożywcze",
"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",
"costs.cat.flights": "Loty",
"costs.cat.activities": "Atrakcje",
"costs.cat.sightseeing": "Zwiedzanie",
"costs.cat.shopping": "Zakupy",
"costs.cat.fees": "Opłaty i bilety",
"costs.cat.health": "Zdrowie",
"costs.cat.tips": "Napiwki",
"costs.cat.other": "Inne",
"costs.daysCount": "Dni: {count}",
"costs.travelers": "Podróżnych: {count}",
"costs.liveRate": "kurs na żywo",
"costs.settleAll": "Rozlicz wszystko",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Numer lotu',
'reservations.meta.from': 'Skąd',
'reservations.meta.to': 'Dokąd',
'reservations.layover.route': 'Trasa',
'reservations.layover.stop': 'Przystanek',
'reservations.layover.addStop': 'Dodaj przystanek',
'reservations.layover.connection': 'Połączenie',
'reservations.layover.layover': 'Przesiadka',
'reservations.meta.trainNumber': 'Numer pociągu',
'reservations.meta.platform': 'Peron',
'reservations.meta.seat': 'Miejsce',
+72 -72
View File
@@ -40,78 +40,78 @@ const budget: TranslationStrings = {
'Нажмите на аватар участника в строке бюджета, чтобы отметить его зелёным — это значит, что он заплатил. Взаиморасчёт покажет, кто кому и сколько должен.',
'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",
"costs.you": "Вы",
"costs.youShort": "В",
"costs.youLower": "вы",
"costs.youOwe": "Вы должны",
"costs.youOweSub": "Вы должны заплатить другим",
"costs.youreOwed": "Вам должны",
"costs.youreOwedSub": "Другие должны заплатить вам",
"costs.totalSpend": "Общие расходы поездки",
"costs.totalSpendSub": "По всем участникам",
"costs.to": "Кому",
"costs.from": "От",
"costs.allSettled": "У вас всё рассчитано",
"costs.nothingOwed": "Вам ничего не должны",
"costs.yourShare": "Ваша доля",
"costs.youPaid": "Вы заплатили",
"costs.expenses": "Расходы",
"costs.entries": "{count} записей",
"costs.searchPlaceholder": "Поиск расходов…",
"costs.filter.all": "Все",
"costs.filter.mine": "Оплачено мной",
"costs.filter.owed": "Мне должны",
"costs.addExpense": "Добавить расход",
"costs.editExpense": "Изменить расход",
"costs.noMatch": "Нет расходов по вашему запросу.",
"costs.emptyText": "Расходов пока нет. Добавьте первый.",
"costs.spent": "потрачено {amount}",
"costs.noDate": "Без даты",
"costs.noOnePaid": "Пока никто не заплатил",
"costs.youLent": "вы одолжили {amount}",
"costs.youBorrowed": "вы заняли {amount}",
"costs.settleUp": "Рассчитаться",
"costs.history": "История",
"costs.everyoneSquare": "Все в расчёте",
"costs.nothingOutstanding": "Сейчас нет неоплаченных платежей.",
"costs.pay": "платит",
"costs.pays": "платит",
"costs.settle": "Рассчитать",
"costs.balances": "Балансы",
"costs.byCategory": "По категориям",
"costs.noCategories": "Расходов пока нет.",
"costs.settleHistory": "История расчётов",
"costs.noSettlements": "Расчётов пока нет.",
"costs.paymentsSettled": "Рассчитано платежей: {count}",
"costs.paid": "оплачено",
"costs.undo": "Отменить",
"costs.whatFor": "За что это было?",
"costs.namePlaceholder": "напр. ужин, сувениры, бензин…",
"costs.totalAmount": "Общая сумма",
"costs.currency": "Валюта",
"costs.day": "День",
"costs.rateLabel": "1 {from} в {to}",
"costs.category": "Категория",
"costs.whoPaid": "Кто заплатил?",
"costs.splitBetween": "Поделить поровну между",
"costs.pickSomeone": "Выберите хотя бы одного человека для разделения.",
"costs.splitSummary": "Разделено на {count} · по {amount}",
"costs.cat.accommodation": "Проживание",
"costs.cat.food": "Еда и напитки",
"costs.cat.groceries": "Продукты",
"costs.cat.transport": "Транспорт",
"costs.cat.flights": "Авиаперелёты",
"costs.cat.activities": "Развлечения",
"costs.cat.sightseeing": "Достопримечательности",
"costs.cat.shopping": "Покупки",
"costs.cat.fees": "Сборы и билеты",
"costs.cat.health": "Здоровье",
"costs.cat.tips": "Чаевые",
"costs.cat.other": "Прочее",
"costs.daysCount": "{count} дней",
"costs.travelers": "{count} путешественников",
"costs.liveRate": "актуальный курс",
"costs.settleAll": "Рассчитать всё",
};
export default budget;
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Номер рейса',
'reservations.meta.from': 'Откуда',
'reservations.meta.to': 'Куда',
'reservations.layover.route': 'Маршрут',
'reservations.layover.stop': 'Остановка',
'reservations.layover.addStop': 'Добавить остановку',
'reservations.layover.connection': 'Стыковка',
'reservations.layover.layover': 'Пересадка',
'reservations.needsReview': 'Проверить',
'reservations.needsReviewHint':
'Аэропорт не удалось определить автоматически — подтвердите местоположение.',
+72 -72
View File
@@ -39,78 +39,78 @@ const budget: TranslationStrings = {
'Bir bütçe kalemindeki üye avatarına tıklayarak yeşil işaretleyin — bu ödedikleri anlamına gelir. Hesaplaşma kimin kime ne kadar borçlu olduğunu gösterir.',
'budget.netBalances': 'Net Bakiyeler',
'budget.categoriesLabel': 'kategoriler',
"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",
"costs.you": "Siz",
"costs.youShort": "S",
"costs.youLower": "siz",
"costs.youOwe": "Borcunuz",
"costs.youOweSub": "Başkalarına ödemeniz gerekiyor",
"costs.youreOwed": "Size borçlu",
"costs.youreOwedSub": "Başkaları size ödemeli",
"costs.totalSpend": "Toplam seyahat harcaması",
"costs.totalSpendSub": "Tüm yolcular genelinde",
"costs.to": "Alıcı",
"costs.from": "Gönderen",
"costs.allSettled": "Tüm hesaplar kapandı",
"costs.nothingOwed": "Size borç yok",
"costs.yourShare": "Sizin payınız",
"costs.youPaid": "Siz ödediniz",
"costs.expenses": "Harcamalar",
"costs.entries": "{count} kayıt",
"costs.searchPlaceholder": "Harcamalarda ara…",
"costs.filter.all": "Tümü",
"costs.filter.mine": "Benim ödediklerim",
"costs.filter.owed": "Bana borçlu",
"costs.addExpense": "Harcama ekle",
"costs.editExpense": "Harcamayı düzenle",
"costs.noMatch": "Aramanızla eşleşen harcama yok.",
"costs.emptyText": "Henüz harcama yok. İlkini ekleyin.",
"costs.spent": "{amount} harcandı",
"costs.noDate": "Tarih yok",
"costs.noOnePaid": "Henüz kimse ödemedi",
"costs.youLent": "{amount} verdiniz",
"costs.youBorrowed": "{amount} aldınız",
"costs.settleUp": "Hesaplaş",
"costs.history": "Geçmiş",
"costs.everyoneSquare": "Herkesin hesabı kapalı",
"costs.nothingOutstanding": "Şu anda bekleyen ödeme yok.",
"costs.pay": "öde",
"costs.pays": "ödüyor",
"costs.settle": "Hesaplaş",
"costs.balances": "Bakiyeler",
"costs.byCategory": "Kategoriye göre",
"costs.noCategories": "Henüz harcama yok.",
"costs.settleHistory": "Hesaplaşma geçmişi",
"costs.noSettlements": "Henüz kapatılmış ödeme yok.",
"costs.paymentsSettled": "{count} ödeme kapatıldı",
"costs.paid": "ödendi",
"costs.undo": "Geri al",
"costs.whatFor": "Ne içindi?",
"costs.namePlaceholder": "örn. Akşam yemeği, hediyelik, benzin…",
"costs.totalAmount": "Toplam tutar",
"costs.currency": "Para birimi",
"costs.day": "Gün",
"costs.rateLabel": "{to} cinsinden 1 {from}",
"costs.category": "Kategori",
"costs.whoPaid": "Kim ödedi?",
"costs.splitBetween": "Eşit olarak böl",
"costs.pickSomeone": "Paylaşmak için en az bir kişi seçin.",
"costs.splitSummary": "{count} kişiye bölündü · her biri {amount}",
"costs.cat.accommodation": "Konaklama",
"costs.cat.food": "Yiyecek & içecek",
"costs.cat.groceries": "Market alışverişi",
"costs.cat.transport": "Ulaşım",
"costs.cat.flights": "Uçuşlar",
"costs.cat.activities": "Etkinlikler",
"costs.cat.sightseeing": "Gezi & turlar",
"costs.cat.shopping": "Alışveriş",
"costs.cat.fees": "Ücretler & biletler",
"costs.cat.health": "Sağlık",
"costs.cat.tips": "Bahşişler",
"costs.cat.other": "Diğer",
"costs.daysCount": "{count} gün",
"costs.travelers": "{count} yolcu",
"costs.liveRate": "anlık kur",
"costs.settleAll": "Tümünü hesaplaş",
};
export default budget;
+5
View File
@@ -28,6 +28,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Uçuş No.',
'reservations.meta.from': 'İtibaren',
'reservations.meta.to': 'İle',
'reservations.layover.route': 'Rota',
'reservations.layover.stop': 'Durak',
'reservations.layover.addStop': 'Durak ekle',
'reservations.layover.connection': 'Aktarma',
'reservations.layover.layover': 'Aktarma bekleme süresi',
'reservations.needsReview': 'Gözden geçirmek',
'reservations.needsReviewHint':
'Havaalanı otomatik olarak eşleştirilemedi; lütfen konumu onaylayın.',
+72 -72
View File
@@ -39,78 +39,78 @@ const budget: TranslationStrings = {
'Натисніть на аватар учасника в рядку бюджету, щоб відзначити його зеленим — це означає, що він заплатив. Взаєморозрахунок покаже, хто кому і скільки винен.',
'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",
"costs.you": "Ви",
"costs.youShort": "Ви",
"costs.youLower": "ви",
"costs.youOwe": "Ви винні",
"costs.youOweSub": "Ви маєте заплатити іншим",
"costs.youreOwed": "Вам винні",
"costs.youreOwedSub": "Інші мають заплатити вам",
"costs.totalSpend": "Загальні витрати поїздки",
"costs.totalSpendSub": "Серед усіх мандрівників",
"costs.to": "Кому",
"costs.from": "Від",
"costs.allSettled": "Усі розрахунки завершено",
"costs.nothingOwed": "Вам нічого не винні",
"costs.yourShare": "Ваша частка",
"costs.youPaid": "Ви заплатили",
"costs.expenses": "Витрати",
"costs.entries": "{count} записів",
"costs.searchPlaceholder": "Пошук витрат…",
"costs.filter.all": "Усі",
"costs.filter.mine": "Сплачено мною",
"costs.filter.owed": "Мені винні",
"costs.addExpense": "Додати витрату",
"costs.editExpense": "Редагувати витрату",
"costs.noMatch": "Жодна витрата не відповідає пошуку.",
"costs.emptyText": "Витрат ще немає. Додайте першу.",
"costs.spent": "Витрачено {amount}",
"costs.noDate": "Без дати",
"costs.noOnePaid": "Ще ніхто не заплатив",
"costs.youLent": "ви позичили {amount}",
"costs.youBorrowed": "ви заборгували {amount}",
"costs.settleUp": "Розрахуватися",
"costs.history": "Історія",
"costs.everyoneSquare": "Усі розрахувалися",
"costs.nothingOutstanding": "Зараз немає непогашених платежів.",
"costs.pay": "заплатити",
"costs.pays": "платить",
"costs.settle": "Розрахувати",
"costs.balances": "Баланси",
"costs.byCategory": "За категоріями",
"costs.noCategories": "Витрат ще немає.",
"costs.settleHistory": "Історія розрахунків",
"costs.noSettlements": "Розрахованих платежів ще немає.",
"costs.paymentsSettled": "Розраховано платежів: {count}",
"costs.paid": "сплачено",
"costs.undo": "Скасувати",
"costs.whatFor": "За що це було?",
"costs.namePlaceholder": "напр. вечеря, сувеніри, пальне…",
"costs.totalAmount": "Загальна сума",
"costs.currency": "Валюта",
"costs.day": "День",
"costs.rateLabel": "1 {from} у {to}",
"costs.category": "Категорія",
"costs.whoPaid": "Хто заплатив?",
"costs.splitBetween": "Розділити порівну між",
"costs.pickSomeone": "Виберіть хоча б одну особу для розподілу.",
"costs.splitSummary": "Розділено на {count} · по {amount}",
"costs.cat.accommodation": "Проживання",
"costs.cat.food": "Їжа та напої",
"costs.cat.groceries": "Продукти",
"costs.cat.transport": "Транспорт",
"costs.cat.flights": "Авіапереліт",
"costs.cat.activities": "Активності",
"costs.cat.sightseeing": "Огляд пам’яток",
"costs.cat.shopping": "Покупки",
"costs.cat.fees": "Збори та квитки",
"costs.cat.health": "Здоров’я",
"costs.cat.tips": "Чайові",
"costs.cat.other": "Інше",
"costs.daysCount": "{count} днів",
"costs.travelers": "{count} мандрівників",
"costs.liveRate": "поточний курс",
"costs.settleAll": "Розрахувати все",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': 'Номер рейсу',
'reservations.meta.from': 'Звідки',
'reservations.meta.to': 'Куди',
'reservations.layover.route': 'Маршрут',
'reservations.layover.stop': 'Зупинка',
'reservations.layover.addStop': 'Додати зупинку',
'reservations.layover.connection': 'Пересадка',
'reservations.layover.layover': 'Очікування',
'reservations.needsReview': 'Перевірити',
'reservations.needsReviewHint':
'Аеропорт не вдалося визначити автоматично — підтвердіть місцезнаходження.',
+71 -71
View File
@@ -38,78 +38,78 @@ const budget: TranslationStrings = {
'點選預算專案上的成員頭像將其標記為綠色——表示該成員已付款。結算會顯示誰欠誰多少。',
'budget.netBalances': '淨餘額',
'budget.categoriesLabel': '類別',
"costs.you": "You",
"costs.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",
"costs.youLower": "",
"costs.youOwe": "你欠款",
"costs.youOweSub": "你需付款給他人",
"costs.youreOwed": "他人欠你",
"costs.youreOwedSub": "他人需付款給你",
"costs.totalSpend": "旅程總支出",
"costs.totalSpendSub": "所有旅伴合計",
"costs.to": "",
"costs.from": "來自",
"costs.allSettled": "你已全部結清",
"costs.nothingOwed": "沒有人欠你",
"costs.yourShare": "你的分攤",
"costs.youPaid": "你支付了",
"costs.expenses": "支出",
"costs.entries": "{count} ",
"costs.searchPlaceholder": "搜尋支出…",
"costs.filter.all": "全部",
"costs.filter.mine": "我支付的",
"costs.filter.owed": "他人欠我",
"costs.addExpense": "新增支出",
"costs.editExpense": "編輯支出",
"costs.noMatch": "沒有符合搜尋的支出。",
"costs.emptyText": "尚無支出,新增第一筆吧。",
"costs.spent": "支出 {amount}",
"costs.noDate": "無日期",
"costs.noOnePaid": "尚無人付款",
"costs.youLent": "你借出 {amount}",
"costs.youBorrowed": "你借入 {amount}",
"costs.settleUp": "結清",
"costs.history": "歷史紀錄",
"costs.everyoneSquare": "大家都已結清",
"costs.nothingOutstanding": "目前沒有待付款項。",
"costs.pay": "支付",
"costs.pays": "支付",
"costs.settle": "結算",
"costs.balances": "餘額",
"costs.byCategory": "按分類",
"costs.noCategories": "尚無支出。",
"costs.settleHistory": "結算紀錄",
"costs.noSettlements": "尚無已結清的款項。",
"costs.paymentsSettled": "已結清 {count} 筆款項",
"costs.paid": "已付",
"costs.undo": "復原",
"costs.whatFor": "這筆是什麼支出?",
"costs.namePlaceholder": "例如:晚餐、紀念品、油費…",
"costs.totalAmount": "總金額",
"costs.currency": "貨幣",
"costs.day": "日期",
"costs.rateLabel": "1 {from} {to}",
"costs.category": "分類",
"costs.whoPaid": "誰付的款?",
"costs.splitBetween": "平均分攤給",
"costs.pickSomeone": "至少選擇一人來分攤。",
"costs.splitSummary": " {count} 份 · 每份 {amount}",
"costs.cat.accommodation": "住宿",
"costs.cat.food": "餐飲",
"costs.cat.groceries": "雜貨",
"costs.cat.transport": "交通",
"costs.cat.flights": "機票",
"costs.cat.activities": "活動",
"costs.cat.sightseeing": "觀光",
"costs.cat.shopping": "購物",
"costs.cat.fees": "費用與票券",
"costs.cat.health": "健康",
"costs.cat.tips": "小費",
"costs.cat.other": "其他",
"costs.daysCount": "{count} ",
"costs.travelers": "{count} 位旅伴",
"costs.liveRate": "即時匯率",
"costs.settleAll": "全部結清",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': '航班號',
'reservations.meta.from': '出發',
'reservations.meta.to': '到達',
'reservations.layover.route': '航線',
'reservations.layover.stop': '中轉站',
'reservations.layover.addStop': '新增中轉站',
'reservations.layover.connection': '轉乘航班',
'reservations.layover.layover': '轉機等候',
'reservations.needsReview': '待確認',
'reservations.needsReviewHint': '無法自動匹配機場 — 請確認位置。',
'reservations.searchLocation': '搜尋車站、港口、地址...',
+72 -72
View File
@@ -38,78 +38,78 @@ const budget: TranslationStrings = {
'点击预算项目上的成员头像将其标记为绿色——表示该成员已付款。结算会显示谁欠谁多少。',
'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",
"costs.you": "",
"costs.youShort": "",
"costs.youLower": "",
"costs.youOwe": "你欠款",
"costs.youOweSub": "你需要付钱给其他人",
"costs.youreOwed": "别人欠你",
"costs.youreOwedSub": "其他人需要付钱给你",
"costs.totalSpend": "行程总支出",
"costs.totalSpendSub": "所有同行者合计",
"costs.to": "收款方",
"costs.from": "付款方",
"costs.allSettled": "你已全部结清",
"costs.nothingOwed": "没有人欠你",
"costs.yourShare": "你的份额",
"costs.youPaid": "你已支付",
"costs.expenses": "支出",
"costs.entries": "{count} 条记录",
"costs.searchPlaceholder": "搜索支出…",
"costs.filter.all": "全部",
"costs.filter.mine": "我支付的",
"costs.filter.owed": "别人欠我",
"costs.addExpense": "添加支出",
"costs.editExpense": "编辑支出",
"costs.noMatch": "没有符合搜索条件的支出。",
"costs.emptyText": "暂无支出。添加第一笔吧。",
"costs.spent": "已花费 {amount}",
"costs.noDate": "无日期",
"costs.noOnePaid": "尚无人支付",
"costs.youLent": "你垫付了 {amount}",
"costs.youBorrowed": "你欠了 {amount}",
"costs.settleUp": "结算",
"costs.history": "历史记录",
"costs.everyoneSquare": "大家已两清",
"costs.nothingOutstanding": "目前没有待结算的款项。",
"costs.pay": "支付",
"costs.pays": "支付",
"costs.settle": "结算",
"costs.balances": "余额",
"costs.byCategory": "按分类",
"costs.noCategories": "暂无支出。",
"costs.settleHistory": "结算历史",
"costs.noSettlements": "暂无已结算的款项。",
"costs.paymentsSettled": "已结算 {count} 笔付款",
"costs.paid": "已支付",
"costs.undo": "撤销",
"costs.whatFor": "这笔花在哪了?",
"costs.namePlaceholder": "例如:晚餐、纪念品、油费…",
"costs.totalAmount": "总金额",
"costs.currency": "货币",
"costs.day": "日期",
"costs.rateLabel": "1 {from} = {to}",
"costs.category": "分类",
"costs.whoPaid": "谁支付的?",
"costs.splitBetween": "平均分摊给",
"costs.pickSomeone": "至少选择一人参与分摊。",
"costs.splitSummary": " {count} 份 · 每份 {amount}",
"costs.cat.accommodation": "住宿",
"costs.cat.food": "餐饮",
"costs.cat.groceries": "采买",
"costs.cat.transport": "交通",
"costs.cat.flights": "机票",
"costs.cat.activities": "活动",
"costs.cat.sightseeing": "观光",
"costs.cat.shopping": "购物",
"costs.cat.fees": "费用与门票",
"costs.cat.health": "健康",
"costs.cat.tips": "小费",
"costs.cat.other": "其他",
"costs.daysCount": "{count} ",
"costs.travelers": "{count} 位同行者",
"costs.liveRate": "实时汇率",
"costs.settleAll": "全部结算",
};
export default budget;
+5
View File
@@ -27,6 +27,11 @@ const reservations: TranslationStrings = {
'reservations.meta.flightNumber': '航班号',
'reservations.meta.from': '出发',
'reservations.meta.to': '到达',
'reservations.layover.route': '航线',
'reservations.layover.stop': '经停',
'reservations.layover.addStop': '添加经停',
'reservations.layover.connection': '转机',
'reservations.layover.layover': '中转停留',
'reservations.needsReview': '待确认',
'reservations.needsReviewHint': '无法自动匹配机场 — 请确认位置。',
'reservations.searchLocation': '搜索车站、港口、地址...',