File size: 4,779 Bytes
98fbc6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
import type { TranslationStrings } from '../types';

const budget: TranslationStrings = {
  'budget.title': 'Budget',
  'budget.exportCsv': 'CSV exportieren',
  'budget.emptyTitle': 'Noch kein Budget erstellt',
  'budget.emptyText':
    'Erstelle Kategorien und Einträge, um dein Reisebudget zu planen',
  'budget.emptyPlaceholder': 'Kategoriename eingeben...',
  'budget.createCategory': 'Kategorie erstellen',
  'budget.category': 'Kategorie',
  'budget.categoryName': 'Kategoriename',
  'budget.table.name': 'Name',
  'budget.table.total': 'Gesamt',
  'budget.table.persons': 'Personen',
  'budget.table.days': 'Tage',
  'budget.table.perPerson': 'Pro Person',
  'budget.table.perDay': 'Pro Tag',
  'budget.table.perPersonDay': 'P. p / Tag',
  'budget.table.note': 'Notiz',
  'budget.table.date': 'Datum',
  'budget.newEntry': 'Neuer Eintrag',
  'budget.defaultEntry': 'Neuer Eintrag',
  'budget.defaultCategory': 'Neue Kategorie',
  'budget.total': 'Gesamt',
  'budget.totalBudget': 'Gesamtbudget',
  'budget.byCategory': 'Nach Kategorie',
  'budget.editTooltip': 'Klicken zum Bearbeiten',
  'budget.linkedToReservation':
    'Verknüpft mit einer Buchung — Name dort bearbeiten',
  'budget.confirm.deleteCategory':
    'Möchtest du die Kategorie "{name}" mit {count} Einträgen wirklich löschen?',
  'budget.deleteCategory': 'Kategorie löschen',
  'budget.perPerson': 'Pro Person',
  'budget.paid': 'Bezahlt',
  'budget.open': 'Offen',
  'budget.noMembers': 'Keine Teilnehmer zugewiesen',
  'budget.settlement': 'Ausgleich',
  'budget.settlementInfo':
    'Klicke auf ein Mitglied-Bild bei einem Eintrag, um es grün zu markieren — das bedeutet, diese Person hat bezahlt. Der Ausgleich zeigt dann, wer wem wie viel schuldet.',
  'budget.netBalances': 'Netto-Salden',
  'budget.categoriesLabel': 'Kategorien',
  "costs.you": "Du",
  "costs.youShort": "Du",
  "costs.youLower": "dir",
  "costs.youOwe": "Du schuldest",
  "costs.youOweSub": "Du solltest anderen zahlen",
  "costs.youreOwed": "Dir wird geschuldet",
  "costs.youreOwedSub": "Andere sollten dir zahlen",
  "costs.totalSpend": "Gesamtausgaben",
  "costs.totalSpendSub": "Über alle Reisenden",
  "costs.to": "An",
  "costs.from": "Von",
  "costs.allSettled": "Alles ausgeglichen",
  "costs.nothingOwed": "Dir wird nichts geschuldet",
  "costs.yourShare": "Dein Anteil",
  "costs.youPaid": "Du zahltest",
  "costs.expenses": "Ausgaben",
  "costs.entries": "{count} Einträge",
  "costs.searchPlaceholder": "Ausgaben suchen…",
  "costs.filter.all": "Alle",
  "costs.filter.mine": "Von mir bezahlt",
  "costs.filter.owed": "Mir geschuldet",
  "costs.addExpense": "Ausgabe hinzufügen",
  "costs.editExpense": "Ausgabe bearbeiten",
  "costs.noMatch": "Keine Ausgaben passen zur Suche.",
  "costs.emptyText": "Noch keine Ausgaben. Füge die erste hinzu.",
  "costs.spent": "{amount} ausgegeben",
  "costs.noDate": "Kein Datum",
  "costs.noOnePaid": "Noch niemand bezahlt",
  "costs.youLent": "{amount} ausgelegt",
  "costs.youBorrowed": "{amount} geliehen",
  "costs.settleUp": "Ausgleichen",
  "costs.history": "Verlauf",
  "costs.everyoneSquare": "Alle quitt",
  "costs.nothingOutstanding": "Aktuell keine offenen Zahlungen.",
  "costs.pay": "zahlst",
  "costs.pays": "zahlt",
  "costs.settle": "Ausgleichen",
  "costs.balances": "Salden",
  "costs.byCategory": "Nach Kategorie",
  "costs.noCategories": "Noch keine Ausgaben.",
  "costs.settleHistory": "Ausgleichs-Verlauf",
  "costs.noSettlements": "Noch keine ausgeglichenen Zahlungen.",
  "costs.paymentsSettled": "{count} Zahlungen ausgeglichen",
  "costs.paid": "zahlte",
  "costs.undo": "Rückgängig",
  "costs.whatFor": "Wofür war es?",
  "costs.namePlaceholder": "z.B. Abendessen, Souvenirs, Benzin…",
  "costs.totalAmount": "Gesamtbetrag",
  "costs.currency": "Währung",
  "costs.day": "Tag",
  "costs.rateLabel": "1 {from} in {to}",
  "costs.category": "Kategorie",
  "costs.whoPaid": "Wer hat bezahlt?",
  "costs.splitBetween": "Gleichmäßig teilen zwischen",
  "costs.pickSomeone": "Wähle mindestens eine Person zum Teilen.",
  "costs.splitSummary": "Auf {count} aufgeteilt · {amount} pro Person",
  "costs.cat.accommodation": "Unterkunft",
  "costs.cat.food": "Essen & Trinken",
  "costs.cat.groceries": "Lebensmittel",
  "costs.cat.transport": "Transport",
  "costs.cat.flights": "Flüge",
  "costs.cat.activities": "Aktivitäten",
  "costs.cat.sightseeing": "Sightseeing",
  "costs.cat.shopping": "Shopping",
  "costs.cat.fees": "Gebühren & Tickets",
  "costs.cat.health": "Gesundheit",
  "costs.cat.tips": "Trinkgeld",
  "costs.cat.other": "Sonstiges",
  "costs.daysCount": "{count} Tage",
  "costs.travelers": "{count} Reisende",
  "costs.liveRate": "Live-Kurs",
  "costs.settleAll": "Alle ausgleichen",
};

export default budget;