-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathen.json
137 lines (137 loc) · 4.29 KB
/
en.json
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"navigation": {
"tools": {
"tools": "Tools",
"changePassword": {
"change": "Change password",
"current": "Current password",
"new": "New password",
"invalid": "Current password invalid.",
"unknownError": "Something went wrong, please try again later."
},
"copyPaste": {
"copy": "Copy data from {year}",
"paste": "Paste data from {from} into {to}",
"confirm": "Are you sure you want to copy data from {from} into {to}?"
},
"demo": {
"loadDemoData": "Load demo data"
},
"deleteYear": {
"delete": "Remove {year}",
"confirm": "Are you sure you want to remove {year}?"
},
"export": {
"export": "Export as json file"
},
"import": {
"import": "Import from json file",
"what": {
"google": "Google-Sheets annual budget file",
"ocular": "A previously exported file",
"title": "What would you like to import?"
},
"ocular": {
"pickFile": "Select your .json file to import",
"import": "Import ocular data"
},
"google": {
"import": "Import google data",
"pickFile": "Select your .csv file to import",
"expenses": "Expenses.csv",
"income": "Income.csv"
}
},
"privacyMode": {
"disable": "Switch to public mode",
"enable": "Switch to privacy mode"
}
},
"info": {
"about": "About Ocular",
"github": "Check this project out on {link}, consider a {donation} to keep it alive!",
"madeWithLove": "Made with ❤️ by Simon",
"meta": "{version} / {date} / {sha}",
"donation": "donation"
},
"theme": {
"change": "Change color theme"
},
"year": {
"change": "Switch to a different year"
},
"auth": {
"welcomeBack": "Welcome back!",
"signIn": "Sign in",
"username": "Username",
"password": "Password",
"loginFailed": "Login failed, username and/or password invalid."
},
"admin": {
"settings": "Admin settings",
"createUser": "Create user",
"username": "Username",
"password": "Password",
"admin": "Admin",
"conflict": "A user with this name already exists.",
"error": "Something went wrong, please try again later.",
"deleteUserConfirmation": "Are you sure you want to delete this user?",
"manageUsers": "Manage users",
"noUsersFound": "No users found..."
},
"settings": {
"settings": "Settings",
"language": "Language",
"currency": "Currency"
}
},
"shared": {
"addGroup": "Add Group",
"append": "Move “{from}” after “{to}”",
"average": "Average",
"move": "Move “{from}”",
"moveInto": "Move “{from}” into “{to}”",
"prepend": "Move “{from}” before “{to}”",
"fillRow": "Fill row",
"fillRowToRight": "Fill to right",
"total": "Total",
"totals": "Totals",
"placeholder": "Start by filling out the income / expenses tabs! :)"
},
"page": {
"income": {
"title": "Income",
"incomeFor": "Income for {year}"
},
"expenses": {
"title": "Expenses",
"expensesFor": "Expenses for {year}"
},
"dashboard": {
"title": "Dashboard",
"tables": "Tables",
"income": "Income",
"incomeTrend": "Income Trend",
"allTime": "All time overview",
"allTimeFromTo": "All time from {from} to {to}",
"expenses": "Expenses",
"expensesTrend": "Expenses Trend",
"endingBalance": "Ending Balance",
"budgetFor": "Annual budget for {year}",
"remainingBalance": "Remaining Balance until {year}",
"netSavings": "Net Savings",
"yearInThePast": "Year is in the past",
"yearInTheFuture": "Year is in the future",
"yearEnding": "This Year is coming to an end...",
"yoyIncomeGrowth": "YoY Income Growth",
"yoyExpenseGrowth": "YoY Expense Growth",
"allTimeIncome": "All Time Income",
"allTimeExpenses": "All Time Expenses",
"allTimeSavings": "All Time Savings",
"downloadAsPNG": "Download as PNG",
"downloadAsSVG": "Download as SVG",
"jumpToIncome": "Jump to income for {year}",
"jumpToExpenses": "Jump to expenses for {year}"
}
}
}