This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const LoaderStepMessages = { | |
[LoaderSteps.SCRAPING_STARTED]: { | |
single: "Začínáme se zpracováním údajů pro Vašeho mazlíčka {{petName}} 🐾", | |
multiple: "Začínáme se zpracováním údajů pro Vaše mazlíčky {{petNames}} 🐾", | |
}, | |
[LoaderSteps.SCRAPING_IN_PROGRESS]: { | |
single: "Poctivě chystáme všechno důležité.", | |
multiple: "Poctivě chystáme všechno důležité.", | |
}, | |
[LoaderSteps.SCRAPING_PETS_IN_PROGRESS]: { |