Preparing search index...
    default: {
        title: string;
        fromService: string;
        fromServiceDescription: string;
        selectSource: string;
        provider: { description: string };
        discovery: {
            title: string;
            searchingCategories: string;
            recipesFound: string;
            recipesFoundPlural: string;
            scanningCategory: string;
            scanningCategories: string;
            complete: string;
            stopAndContinue: string;
            unknownProvider: string;
        };
        selection: {
            title: string;
            selectedCount: string;
            selectAll: string;
            deselectAll: string;
            selectAllExplanation: string;
            noRecipesFound: string;
            continueToValidation: string;
            parsingRecipes: string;
            failedRecipes: string;
            noRecipesParsed: string;
            fetchingRecipes: string;
            newRecipes: string;
            previouslySeen: string;
        };
        validation: {
            title: string;
            initializing: string;
            analyzing: string;
            matchingIngredients: string;
            matchingTags: string;
            ready: string;
            validatingTags: string;
            validatingIngredients: string;
            progress: string;
            importingRecipes: string;
            importComplete: string;
            recipesImported: string;
            importError: string;
            noValidRecipes: string;
            finish: string;
            goBack: string;
        };
    }

    French translations for bulk import feature

    Contains all localized strings used in the bulk import workflow including:

    • Provider selection screen
    • Recipe discovery and selection
    • Validation and import progress

    Type Declaration

    • title: string
    • fromService: string
    • fromServiceDescription: string
    • selectSource: string
    • provider: { description: string }
    • discovery: {
          title: string;
          searchingCategories: string;
          recipesFound: string;
          recipesFoundPlural: string;
          scanningCategory: string;
          scanningCategories: string;
          complete: string;
          stopAndContinue: string;
          unknownProvider: string;
      }
    • selection: {
          title: string;
          selectedCount: string;
          selectAll: string;
          deselectAll: string;
          selectAllExplanation: string;
          noRecipesFound: string;
          continueToValidation: string;
          parsingRecipes: string;
          failedRecipes: string;
          noRecipesParsed: string;
          fetchingRecipes: string;
          newRecipes: string;
          previouslySeen: string;
      }
    • validation: {
          title: string;
          initializing: string;
          analyzing: string;
          matchingIngredients: string;
          matchingTags: string;
          ready: string;
          validatingTags: string;
          validatingIngredients: string;
          progress: string;
          importingRecipes: string;
          importComplete: string;
          recipesImported: string;
          importError: string;
          noValidRecipes: string;
          finish: string;
          goBack: string;
      }