74 lines
1.5 KiB
Plaintext
74 lines
1.5 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.",
|
|
|
|
"onboardingTitle": "Welcome",
|
|
"onboardingSubtitle": "Tell us your name to get started.",
|
|
"onboardingNameLabel": "Your name",
|
|
"onboardingNameHint": "How should we address you?",
|
|
"onboardingContinue": "Continue"
|
|
}
|