Preparing search index...
    default: {
        missingElements: {
            titleAll: string;
            titleSingular: string;
            titlePlural: string;
            messageAll: string;
            messageSingularBeginning: string;
            messageSingularEnding: string;
            messageSingularNutrition: string;
            messagePlural: string;
            image: string;
            titleRecipe: string;
            titleIngredients: string;
            titlePreparation: string;
            titlePersons: string;
            titleTime: string;
            ingredientQuantities: string;
            ingredientInDatabase: string;
            ingredientNames: string;
            nutrition: string;
        };
        ocrRecipe: { explanationText: string; photo: string; gallery: string };
        tagSimilarity: {
            similarTagFound: string;
            similarTagFoundContent: string;
            newTagTitle: string;
            newTagContent: string;
            add: string;
            use: string;
            cancel: string;
            chooseAnother: string;
            pickerTitle: string;
        };
        ingredientSimilarity: {
            similarIngredientFound: string;
            similarIngredientFoundContent: string;
            newIngredientTitle: string;
            newIngredientContent: string;
            add: string;
            use: string;
            cancel: string;
            chooseAnother: string;
            pickerTitle: string;
        };
        databasePicker: {
            searchPlaceholder: string;
            noResults: string;
            confirmTitle: string;
            confirmContent: string;
            confirm: string;
            back: string;
        };
    }

    Type Declaration

    • missingElements: {
          titleAll: string;
          titleSingular: string;
          titlePlural: string;
          messageAll: string;
          messageSingularBeginning: string;
          messageSingularEnding: string;
          messageSingularNutrition: string;
          messagePlural: string;
          image: string;
          titleRecipe: string;
          titleIngredients: string;
          titlePreparation: string;
          titlePersons: string;
          titleTime: string;
          ingredientQuantities: string;
          ingredientInDatabase: string;
          ingredientNames: string;
          nutrition: string;
      }
    • ocrRecipe: { explanationText: string; photo: string; gallery: string }
    • tagSimilarity: {
          similarTagFound: string;
          similarTagFoundContent: string;
          newTagTitle: string;
          newTagContent: string;
          add: string;
          use: string;
          cancel: string;
          chooseAnother: string;
          pickerTitle: string;
      }
    • ingredientSimilarity: {
          similarIngredientFound: string;
          similarIngredientFoundContent: string;
          newIngredientTitle: string;
          newIngredientContent: string;
          add: string;
          use: string;
          cancel: string;
          chooseAnother: string;
          pickerTitle: string;
      }
    • databasePicker: {
          searchPlaceholder: string;
          noResults: string;
          confirmTitle: string;
          confirmContent: string;
          confirm: string;
          back: string;
      }