default: {
save: string;
cancel: string;
confirm: string;
delete: string;
edit: string;
add: string;
remove: string;
ok: string;
understood: string;
success: string;
addedToDatabase: string;
addedToShoppingList: string;
addedToMenu: string;
deletedFromDatabase: string;
addFilter: string;
seeFilterResult: string;
loading: string;
confirmDelete: string;
interrogationMark: string;
selectType: string;
select_all: string;
deselect_all: string;
error: string;
errorOccurred: string;
tryAgain: string;
failedToAddRecipe: string;
minutes: string;
hours: string;
recommendations: {
randomSelection: string;
perfectForCurrentSeason: string;
greatGrainDishes: string;
basedOnIngredient: string;
tagRecipes: string;
};
emptyState: { noRecommendations: { title: string; description: string } };
fab: {
addManually: string;
addFromUrl: string;
pickFromGallery: string;
takePhoto: string;
};
urlDialog: {
title: string;
placeholder: string;
submit: string;
loading: string;
errorInvalidUrl: string;
errorScraping: string;
errorNoRecipeFound: string;
errorUnsupportedSite: string;
errorNetwork: string;
errorTimeout: string;
errorAuthRequired: string;
errorAuthFailed: string;
errorUnsupportedAuth: string;
errorUnsupportedPlatform: string;
};
authDialog: {
title: string;
username: string;
password: string;
submit: string;
loading: string;
notice: string;
};
}
Type Declaration
save: string
cancel: string
confirm: string
delete: string
edit: string
add: string
remove: string
ok: string
understood: string
success: string
addedToDatabase: string
deletedFromDatabase: string
addFilter: string
seeFilterResult: string
loading: string
confirmDelete: string
interrogationMark: string
selectType: string
select_all: string
deselect_all: string
error: string
errorOccurred: string
tryAgain: string
failedToAddRecipe: string
minutes: string
hours: string
recommendations: {
randomSelection: string;
perfectForCurrentSeason: string;
greatGrainDishes: string;
basedOnIngredient: string;
tagRecipes: string;
}
emptyState: { noRecommendations: { title: string; description: string } }
fab: {
addManually: string;
addFromUrl: string;
pickFromGallery: string;
takePhoto: string;
}
urlDialog: {
title: string;
placeholder: string;
submit: string;
loading: string;
errorInvalidUrl: string;
errorScraping: string;
errorNoRecipeFound: string;
errorUnsupportedSite: string;
errorNetwork: string;
errorTimeout: string;
errorAuthRequired: string;
errorAuthFailed: string;
errorUnsupportedAuth: string;
errorUnsupportedPlatform: string;
}
authDialog: {
title: string;
username: string;
password: string;
submit: string;
loading: string;
notice: string;
}