160 lines
No EOL
5.6 KiB
Text
160 lines
No EOL
5.6 KiB
Text
{
|
|
"@@locale": "en",
|
|
"categoryHealth": "Health",
|
|
"categoryCar": "Car",
|
|
"categoryFood": "Food",
|
|
"categoryTravel": "Travel",
|
|
"next": "Next",
|
|
"back": "Back",
|
|
"finish": "Finish",
|
|
"errorEmptyName": "Name cannot be empty",
|
|
"welcome": "Welcome!",
|
|
"welcomeAboutPrasule": "Prašule is an expense tracker tool designed for people, who don't want to spend too much time filling in all the little details.",
|
|
"welcomeInstruction": "On this screen you will set up your 'wallet', in which you will track your expenses categorized under categories, which you can later set in the settings menu.",
|
|
"setupWalletNameCurrency": "Set your wallet's name and default currency",
|
|
"setupNamePlaceholder": "Your awesome name here...",
|
|
"setupCurrency": "Currency: {currency}",
|
|
"@setupCurrency": {
|
|
"description": "Shows the currently selected currency on the setup screen",
|
|
"placeholders": {
|
|
"currency": {
|
|
"type": "String",
|
|
"example": "CZK"
|
|
}
|
|
}
|
|
},
|
|
"setupCategoriesHeading": "Create categories",
|
|
"setupCategoriesEditHint": "Tap on the icon or name to edit it",
|
|
"ok": "Ok",
|
|
"cancel": "Cancel",
|
|
"setupCategoriesEditingName": "Editing name",
|
|
"setupWalletNamePlaceholder": "Edit me",
|
|
"addNew": "Add new",
|
|
"addCamera": "Add through camera",
|
|
"addGallery": "Add through saved image",
|
|
"home": "Home",
|
|
"settings": "Settings",
|
|
"about": "About",
|
|
"noEntries": "No entries :(",
|
|
"noEntriesSub": "Add one using the floating action button.",
|
|
"sureDialog": "Are you sure?",
|
|
"deleteSure": "Do you really want to delete this entry?",
|
|
"missingOcr": "You don't have any OCR language data downloaded!",
|
|
"download": "Download",
|
|
"ocrLoading": "Loading text from image, please wait a moment...",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"ocrSelect": "Select languages for OCR",
|
|
"createEntry": "Create new entry",
|
|
"name": "Name",
|
|
"amount": "Amount",
|
|
"type": "Type",
|
|
"expense": "Expense",
|
|
"income": "Income",
|
|
"category": "Category",
|
|
"save": "Save",
|
|
"downloadedOcr": "View downloaded OCR data",
|
|
"downloadedOcrDesc": "This data is used by the OCR engine to recognize text from pictues",
|
|
"ocr": "OCR",
|
|
"ocrData": "OCR Data",
|
|
"downloaded": "Downloaded",
|
|
"deleteOcr": "Do you really want to delete '{lang}' OCR data?\nYou will not be able to use these language data when scanning pictures.",
|
|
"@deleteOcr": {
|
|
"description": "Shown when a user wants to delete OCR data through settings",
|
|
"placeholders": {
|
|
"lang": {
|
|
"type": "String",
|
|
"example": "ces"
|
|
}
|
|
}
|
|
},
|
|
"langDownloadDialog": "Downloading {lang}, please wait...",
|
|
"@langDownloadDialog": {
|
|
"description": "Shown as a title of a dialog while downloading new OCR data",
|
|
"placeholders": {
|
|
"lang": {
|
|
"type": "String",
|
|
"example": "ces"
|
|
}
|
|
}
|
|
},
|
|
"langDownloadProgress": "Download progress: {progress} %",
|
|
"@langDownloadProgress": {
|
|
"description": "Progress percentage shown while downloading OCR data",
|
|
"placeholders": {
|
|
"progress": {
|
|
"type": "num",
|
|
"example": "99.7"
|
|
}
|
|
}
|
|
},
|
|
"addingFromOcr": "Add from OCR",
|
|
"license": "©️ 2023 Matyáš Caras\nReleased under the GNU AGPL license version 3",
|
|
"description": "Description",
|
|
"newWallet": "Add new wallet",
|
|
"walletExists": "A wallet with this name already exists!",
|
|
"setupStartingBalance": "Starting balance",
|
|
"graphs": "Graphs",
|
|
"createTestData": "Create test data",
|
|
"yearly": "Yearly",
|
|
"monthly": "Monthly",
|
|
"expenses": "Expenses",
|
|
"expensesForMonth": "{month} expenses: {value}",
|
|
"@expensesForMonth": {
|
|
"description": "Shown as a tooltip when touching expense graph",
|
|
"placeholders": {
|
|
"month": {
|
|
"type": "String",
|
|
"example": "January"
|
|
},
|
|
"value": {
|
|
"type": "String",
|
|
"example": "5000 Kč"
|
|
}
|
|
}
|
|
},
|
|
"incomeForMonth": "{month} income: {value}",
|
|
"@incomeForMonth": {
|
|
"description": "Shown as a tooltip when touching income graph",
|
|
"placeholders": {
|
|
"month": {
|
|
"type": "String",
|
|
"example": "January"
|
|
},
|
|
"value": {
|
|
"type": "String",
|
|
"example": "5000 Kč"
|
|
}
|
|
}
|
|
},
|
|
"expensesForDay": "Expenses: {value}",
|
|
"@expensesForDay":{
|
|
"description": "Shown as a tooltip when touching expense graph",
|
|
"placeholders": {
|
|
"value": {
|
|
"type": "String",
|
|
"example": "5000 Kč"
|
|
}
|
|
}
|
|
},
|
|
"incomeForDay": "Income: {value}",
|
|
"@incomeForDay":{
|
|
"description": "Shown as a tooltip when touching expense graph",
|
|
"placeholders": {
|
|
"value": {
|
|
"type": "String",
|
|
"example": "5000 Kč"
|
|
}
|
|
}
|
|
},
|
|
"settingsAppearance":"Appearance",
|
|
"graphType":"Graph type",
|
|
"graphTypeDesc":"Choose whether to show line or bar chart and where",
|
|
"lineChart":"Line chart",
|
|
"barChart":"Bar chart",
|
|
"selectType":"Select type",
|
|
"enableYou":"Enable Material You (May require an app restart)",
|
|
"enableYouDesc":"The app will use a color scheme from your wallpaper",
|
|
"editCategories":"Edit categories",
|
|
"editCategoriesDesc":"Add, edit or remove categories from a wallet"
|
|
} |