68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
{
|
|
"@@locale": "en",
|
|
|
|
"appTitle": "NewBudget",
|
|
|
|
"navHome": "Home",
|
|
"navAnalytics": "Analytics",
|
|
"navAccounts": "Accounts",
|
|
"navProfile": "Profile",
|
|
|
|
"allAccounts": "All",
|
|
|
|
"comingSoon": "Coming soon",
|
|
|
|
"budget": "BUDGET",
|
|
"balance": "BALANCE",
|
|
"income": "INCOME",
|
|
"expenses": "EXPENSES",
|
|
|
|
"transactions": "Transactions",
|
|
"transactionCount": "{count, plural, one{{count} transaction} other{{count} transactions}}",
|
|
"@transactionCount": {
|
|
"placeholders": {
|
|
"count": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
},
|
|
|
|
"allCategoriesFilter": "All categories · all types",
|
|
|
|
"moreCategories": "{count, plural, one{+ {count} more →} other{+ {count} more →}}",
|
|
"@moreCategories": {
|
|
"placeholders": {
|
|
"count": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
},
|
|
|
|
"todayWithDate": "Today · {date}",
|
|
"@todayWithDate": {
|
|
"placeholders": {
|
|
"date": {
|
|
"type": "String"
|
|
}
|
|
}
|
|
},
|
|
|
|
"yesterdayWithDate": "Yesterday · {date}",
|
|
"@yesterdayWithDate": {
|
|
"placeholders": {
|
|
"date": {
|
|
"type": "String"
|
|
}
|
|
}
|
|
},
|
|
|
|
"analyticsTitle": "Reports",
|
|
"analyticsSubtitle": "Analytics",
|
|
|
|
"accountsSubtitle": "Management",
|
|
|
|
"profileSubtitle": "Settings",
|
|
"darkTheme": "Dark theme",
|
|
"profileHint": "User profile, currency, locale and other settings will appear here."
|
|
}
|