Add i18n via slang
This commit is contained in:
137
assets/i18n/en.i18n.json
Normal file
137
assets/i18n/en.i18n.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"common": {
|
||||
"beneficiary": {
|
||||
"addBeneficiary": {
|
||||
"title": "Add beneficiary",
|
||||
"body": "The beneficiary '$name' does not exist. Do you want to add it?"
|
||||
},
|
||||
"nameWithAccount": "$name (Account)"
|
||||
},
|
||||
"transaction": {
|
||||
"directionSend": "Send",
|
||||
"directionReceive": "Receive",
|
||||
"beneficiaryTextfieldHintSend": "Payee",
|
||||
"beneficiaryTextfieldHintReceive": "Payer"
|
||||
},
|
||||
"amount": "Amount",
|
||||
"date": "Date",
|
||||
"expenseCategory": {
|
||||
"name": "Expense category",
|
||||
"none": "None"
|
||||
},
|
||||
"templateName": "Template name",
|
||||
"period": {
|
||||
"days": "Days",
|
||||
"weeks": "Weeks",
|
||||
"months": "Months",
|
||||
"years": "Years",
|
||||
"daysNumber": "$number days",
|
||||
"weeksNumber": "$number weeks",
|
||||
"monthsNumber": "$number months",
|
||||
"yearsNumber": "$number years"
|
||||
}
|
||||
},
|
||||
"pages": {
|
||||
"accounts": {
|
||||
"title": "Accounts",
|
||||
"accountSelector": {
|
||||
"none": "None"
|
||||
},
|
||||
"addAccount": {
|
||||
"accountName": "Acount name"
|
||||
},
|
||||
"expenseBreakdown": {
|
||||
"title": "Expense Breakdown",
|
||||
"noActiveAccount": "No account active",
|
||||
"noExpensesAvailable": "No expenses available",
|
||||
"availableFunds": "Available funds: $amount"
|
||||
},
|
||||
"totalBalance": {
|
||||
"title": "Total Balance",
|
||||
"loading": "..."
|
||||
},
|
||||
"upcomingTransactions": {
|
||||
"title": "Upcoming Transactions",
|
||||
"noUpcomingTransactions": "No upcoming transactions",
|
||||
"items": {
|
||||
"title": "$name ($amount)",
|
||||
"dueIn": "Due in $number days"
|
||||
}
|
||||
},
|
||||
"deleteAccount": {
|
||||
"title": "Delete Account",
|
||||
"content": "Are you sure you want to delete the account '$name'? This will delete all related data as well!"
|
||||
}
|
||||
},
|
||||
"budgets": {
|
||||
"addBudget": {
|
||||
"budgetNameHint": "Budget name",
|
||||
"income": "Income",
|
||||
"includeOtherSpendings": "Include other spendings"
|
||||
},
|
||||
"addBudgetItem": {
|
||||
"amountHint": "Amount"
|
||||
},
|
||||
"noBudgets": "No budgets",
|
||||
"details": {
|
||||
"noBudgetSelected": "No budget selected",
|
||||
"noBudgetItems": "No budget items",
|
||||
"budgetItems": "Budget items",
|
||||
"items": {
|
||||
"title": "$name ($amount)",
|
||||
"loading": "...",
|
||||
"over": "$amount over",
|
||||
"remaining": "$amount left"
|
||||
},
|
||||
"daysLeft": "Days left",
|
||||
"budgetLeft": "Budget left",
|
||||
"totalBudget": "Budget total",
|
||||
"budgetBreakdown": {
|
||||
"title": "Budget breakdown",
|
||||
"noSpendingAvailable": "No spending available"
|
||||
},
|
||||
"spendingBreakdown": {
|
||||
"title": "Spending Breakdown"
|
||||
}
|
||||
}
|
||||
},
|
||||
"transactions": {
|
||||
"balance": "Account Balance",
|
||||
"details": {
|
||||
"noTransactionSelected": "No transaction selected"
|
||||
},
|
||||
"addTransaction": {
|
||||
"useTemplate": "Use template"
|
||||
}
|
||||
},
|
||||
"templates": {
|
||||
"removeTemplate": {
|
||||
"title": "Remove Template",
|
||||
"body": "Are you sure you want to remove the template '$name'?"
|
||||
},
|
||||
"addTemplate": {
|
||||
"isRecurring": "Is recurring"
|
||||
},
|
||||
"nonRecurring": {
|
||||
"title": "Non-recurring"
|
||||
},
|
||||
"recurring": {
|
||||
"title": "Recurring"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"colorSchemes": {
|
||||
"title": "Color Scheme",
|
||||
"dark": "Dark",
|
||||
"light": "Light",
|
||||
"system": "System"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modals": {
|
||||
"add": "Add",
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user