{
    "it.auth": {
        "failed": "Le credenziali che hai inserito non sono corrette.",
        "throttle": "Troppi tentativi falliti. Ti preghiamo di riprovare tra :seconds secondi."
    },
    "it.pagination": {
        "previous": "&laquo; Precedente",
        "next": "Successiva &raquo;"
    },
    "it.passwords": {
        "throttled": "Attendi per poter riprovare.",
        "reset": "La tua password \u00e8 stata resettata!",
        "sent": "Ti abbiamo inviato il link per il reset della password via email!",
        "token": "Il token di reset della password non \u00e8 valido.",
        "user": "Non \u00e8 possibile trovare un utente con l'indirizzo email inserito.",
        "generate_pwd": "Genera",
        "show_pwd": "Mostra",
        "hide_pwd": "Nascondi"
    },
    "it.validation": {
        "accepted": ":attribute deve essere accettato.",
        "active_url": ":attribute non \u00e8 un URL valido.",
        "after": ":attribute deve essere una data successiva al :date.",
        "after_or_equal": ":attribute deve essere una data successiva o uguale al :date.",
        "alpha": ":attribute pu\u00f2 contenere solo lettere.",
        "alpha_dash": ":attribute pu\u00f2 contenere solo lettere, numeri e trattini.",
        "alpha_num": ":attribute pu\u00f2 contenere solo lettere e numeri.",
        "array": ":attribute deve essere un array.",
        "before": ":attribute deve essere una data precedente al :date.",
        "before_or_equal": ":attribute deve essere una data precedente o uguale al :date.",
        "between": {
            "numeric": ":attribute deve trovarsi tra :min - :max.",
            "file": ":attribute deve trovarsi tra :min - :max kilobyte.",
            "string": ":attribute deve trovarsi tra :min - :max caratteri.",
            "array": ":attribute deve avere tra :min - :max elementi."
        },
        "boolean": "Il campo :attribute deve essere vero o falso.",
        "confirmed": "Il campo di conferma per :attribute non coincide.",
        "date": ":attribute non \u00e8 una data valida.",
        "date_equals": ":attribute deve essere una data e uguale a :date.",
        "date_format": ":attribute non coincide con il formato :format.",
        "different": ":attribute e :other devono essere differenti.",
        "digits": ":attribute deve essere di :digits cifre.",
        "digits_between": ":attribute deve essere tra :min e :max cifre.",
        "dimensions": "Le dimensioni dell'immagine di :attribute non sono valide.",
        "distinct": ":attribute contiene un valore duplicato.",
        "email": ":attribute non \u00e8 valido.",
        "ends_with": ":attribute deve finire con uno dei seguenti valori: :values",
        "exists": ":attribute selezionato non \u00e8 valido.",
        "file": ":attribute deve essere un file.",
        "filled": "Il campo :attribute deve contenere un valore.",
        "gt": {
            "numeric": ":attribute deve essere maggiore di :value.",
            "file": ":attribute deve essere maggiore di :value kilobyte.",
            "string": ":attribute deve contenere pi\u00f9 di :value caratteri.",
            "array": ":attribute deve contenere pi\u00f9 di :value elementi."
        },
        "gte": {
            "numeric": ":attribute deve essere uguale o maggiore di :value.",
            "file": ":attribute deve essere uguale o maggiore di :value kilobyte.",
            "string": ":attribute deve contenere un numero di caratteri uguale o maggiore di :value.",
            "array": ":attribute deve contenere un numero di elementi uguale o maggiore di :value."
        },
        "image": ":attribute deve essere un'immagine.",
        "in": ":attribute selezionato non \u00e8 valido.",
        "in_array": "Il valore del campo :attribute non esiste in :other.",
        "integer": ":attribute deve essere un numero intero.",
        "ip": ":attribute deve essere un indirizzo IP valido.",
        "ipv4": ":attribute deve essere un indirizzo IPv4 valido.",
        "ipv6": ":attribute deve essere un indirizzo IPv6 valido.",
        "json": ":attribute deve essere una stringa JSON valida.",
        "lt": {
            "numeric": ":attribute deve essere minore di :value.",
            "file": ":attribute deve essere minore di :value kilobyte.",
            "string": ":attribute deve contenere meno di :value caratteri.",
            "array": ":attribute deve contenere meno di :value elementi."
        },
        "lte": {
            "numeric": ":attribute deve essere minore o uguale a :value.",
            "file": ":attribute deve essere minore o uguale a :value kilobyte.",
            "string": ":attribute deve contenere un numero di caratteri minore o uguale a :value.",
            "array": ":attribute deve contenere un numero di elementi minore o uguale a :value."
        },
        "max": {
            "numeric": ":attribute non pu\u00f2 essere superiore a :max.",
            "file": ":attribute non pu\u00f2 essere superiore a :max kilobyte.",
            "string": ":attribute non pu\u00f2 contenere pi\u00f9 di :max caratteri.",
            "array": ":attribute non pu\u00f2 avere pi\u00f9 di :max elementi."
        },
        "mimes": ":attribute deve essere del tipo: :values.",
        "mimetypes": ":attribute deve essere del tipo: :values.",
        "min": {
            "numeric": ":attribute deve essere almeno :min.",
            "file": ":attribute deve essere almeno di :min kilobyte.",
            "string": ":attribute deve contenere almeno :min caratteri.",
            "array": ":attribute deve avere almeno :min elementi."
        },
        "multiple_of": ":attribute deve essere un multiplo di :value",
        "not_in": "Il valore selezionato per :attribute non \u00e8 valido.",
        "not_regex": "Il formato di :attribute non \u00e8 valido.",
        "numeric": ":attribute deve essere un numero.",
        "present": "Il campo :attribute deve essere presente.",
        "password": "Il campo :attribute non \u00e8 corretto.",
        "regex": "Il formato del campo :attribute non \u00e8 valido.",
        "required": "Il campo :attribute \u00e8 richiesto.",
        "required_if": "Il campo :attribute \u00e8 richiesto quando :other \u00e8 :value.",
        "required_unless": "Il campo :attribute \u00e8 richiesto a meno che :other sia in :values.",
        "required_with": "Il campo :attribute \u00e8 richiesto quando :values \u00e8 presente.",
        "required_with_all": "Il campo :attribute \u00e8 richiesto quando :values sono presenti.",
        "required_without": "Il campo :attribute \u00e8 richiesto quando :values non \u00e8 presente.",
        "required_without_all": "Il campo :attribute \u00e8 richiesto quando nessuno di :values \u00e8 presente.",
        "same": ":attribute e :other devono coincidere.",
        "size": {
            "numeric": ":attribute deve essere :size.",
            "file": ":attribute deve essere :size kilobyte.",
            "string": ":attribute deve contenere :size caratteri.",
            "array": ":attribute deve contenere :size elementi."
        },
        "starts_with": ":attribute deve iniziare con uno dei seguenti: :values",
        "string": ":attribute deve essere una stringa.",
        "timezone": ":attribute deve essere una zona valida.",
        "unique": ":attribute \u00e8 stato gi\u00e0 utilizzato.",
        "uploaded": ":attribute non \u00e8 stato caricato.",
        "url": "Il formato del campo :attribute non \u00e8 valido.",
        "uuid": ":attribute deve essere un UUID valido.",
        "custom": {
            "attribute-name": {
                "rule-name": "custom-message"
            }
        },
        "attributes": {
            "address": "indirizzo",
            "age": "et\u00e0",
            "available": "disponibile",
            "city": "citt\u00e0",
            "content": "contenuto",
            "country": "paese",
            "date": "data",
            "day": "giorno",
            "description": "descrizione",
            "excerpt": "estratto",
            "first_name": "nome",
            "gender": "genere",
            "hour": "ora",
            "last_name": "cognome",
            "minute": "minuto",
            "mobile": "cellulare",
            "month": "mese",
            "name": "nome",
            "password_confirmation": "conferma password",
            "phone": "telefono",
            "second": "secondo",
            "sex": "sesso",
            "size": "dimensione",
            "time": "ora",
            "title": "titolo",
            "username": "nome utente",
            "year": "anno"
        }
    },
    "it.site": {
        "actions_map": {
            "absent": "assente",
            "access": "accesso",
            "add": "aggiungi",
            "add_blank_page": "inserisci pagina vuota",
            "assign_section_media": "assegna immagine alla sezione",
            "back_to_list": "Torna alla lista",
            "cancel": "annulla",
            "change": "cambia",
            "change_password": "cambia password",
            "choose": "scegli",
            "click_here": "clicca qui",
            "confirm": "conferma",
            "convert": "converti",
            "create": "crea",
            "delete": "elimina",
            "delete_attachment": "elimina immagine",
            "deselect_all": "deseleziona tutti",
            "download": "scarica",
            "download_or_view": "scarica o visualizza",
            "duplicate": "duplica",
            "edit": "modifica",
            "enable": "abilita",
            "export": "esporta",
            "filtered_recipes_preview": "Anteprima ricette",
            "go_back_home": "torna alla home",
            "hide": "nascondi",
            "impersonate": "impersona",
            "import": "importa",
            "import_from_file": "importa da file",
            "in_work": "sposta in lavorazione",
            "inscribe": "iscrivi",
            "insert": "inserisci",
            "login": "accedi",
            "login_with_corporate": "accedi con l'account aziendale",
            "login_with_cred": "accedi con le tue credenziali",
            "make": "rendi",
            "manage": "gestisci",
            "new": "nuovo",
            "order_articles_in_evidence": "ordina articoli in evidenza",
            "order_presets_in_evidence": "ordina presets in evidenza",
            "order_widgets_in_evidence": "ordina widgets in evidenza",
            "preview": "anteprima",
            "print": "stampa",
            "proceed": "procedi",
            "prune_bunny_cache": "Prune BunnyCache",
            "prune_cdn_cache": "Purge CDN Cache",
            "publish": "pubblica",
            "register": "registrati",
            "remove": "rimuovi",
            "remove_internal_link": "Rimuovi Link Interno",
            "reset": "reimposta",
            "reset_password": "reimposta password",
            "save": "salva",
            "search": "cerca",
            "select": "seleziona",
            "send": "invia",
            "show": "mostra",
            "show_related_content": "Visualizza il contenuto correlato",
            "subscribe": "sottoscrivi",
            "unscribe": "disiscrivi",
            "upload": "carica",
            "upload_attachment": "carica immagine",
            "upload_file": "carica file",
            "use_as_cover": "usa come cover",
            "use_as_final_image": "risultato finale",
            "view": "visualizza",
            "view_attachment": "visualizza immagine",
            "wizard": "wizard"
        },
        "articles_layouts": {
            "only_img": "solo immagine",
            "only_text": "solo testo",
            "recipes_collection": "collezione di ricette",
            "text_img": "testo e immagine"
        },
        "collections_type": {
            "only_img": "Immagine",
            "only_text": "Testo",
            "recipe_collection": "collezione di ricette",
            "text_img": "testo e immagine"
        },
        "datatable": {
            "info": "Visualizzata pagina _PAGE_ di _PAGES_ (_TOTAL_ risultati)",
            "infoEmpty": "Nessun risultato disponibile",
            "infoFiltered": "[filtrati da _MAX_ risultati]",
            "search_in_table": "Cerca nella Tabella",
            "visualize_el_drop": "elementi visualizzati:",
            "zeroRecords": "Nessun risultato trovato"
        },
        "default": {
            "actions": "azioni",
            "admin": "admin",
            "administration": "amministrazione",
            "administrative_area": "regione",
            "all_recipes": "tutte le ricette",
            "allergen": "allergene",
            "allergens": "allergeni",
            "amount": "quantit\u00e0",
            "amount_to_convert": "quantit\u00e0 da convertire",
            "article": "articolo",
            "article_details": "dettagli articolo",
            "articles": "articoli",
            "articles_published": "articoli pubblicati",
            "articles_wip": "articoli in lavorazione",
            "author": "autore",
            "authors": "autori",
            "back_cover": "Cover retro",
            "back_description": "Descrizione cover retro",
            "caption": "Didascalia",
            "categories": "categorie",
            "category": "categoria",
            "changelogs": "changelogs",
            "child_ingredients": "Ingredienti figli",
            "child_locations": "Localit\u00e0 figlie",
            "colloquial_area": "area geografica",
            "conditions": "condizioni",
            "confirm_password": "conferma password",
            "contacts": "contatti",
            "content": "contenuto",
            "continent": "continente",
            "cook": "cucinare",
            "cooking": "metodo cottura",
            "cooking_duration": "tempo di cottura",
            "cookings": "metodo cottura",
            "country": "nazione",
            "cover": "cover",
            "created_at": "data creazione",
            "cuisine": "cucina",
            "daily": "ricetta del giorno",
            "daily_menu": "men\u00f9 del giorno",
            "date": "data",
            "decreasing_time": "Tempo decrescente",
            "default": "inserisci l'url del video in versione breve (YouTube o Vimeo)",
            "description": "descrizione",
            "dessert": "dolce",
            "desserts": "dolci",
            "details": "dettagli",
            "difficulty": "difficolt\u00e0",
            "direct_assignement": "assegnamento diretto",
            "eat-condition": "condizione di servizio",
            "eat-conditions": "condizioni di servizio",
            "ebook": "ebook",
            "ebook_covers": "Ebook Covers",
            "ebook_details": "Dettagli Ebook",
            "ebook_show_sections_images": "Visualizza pagina divisoria per ogni sezione",
            "ebook_structure": "struttura ebook",
            "ebook_template_type": "template ebook",
            "ebooks": "ebooks",
            "email": "email",
            "end_time_min": "Fine Video (minuti)",
            "end_time_sec": "Fine Video (secondi)",
            "event": "Evento",
            "event_date": "Data",
            "event_link": "Link",
            "event_link_title": "Titolo link",
            "event_location": "Luogo svolgimento evento",
            "events": "Eventi",
            "external_link": "link esterno",
            "factor": "fattore",
            "feeding": "alimentazione",
            "feedings": "alimentazioni",
            "filter_preset": "preset filtro",
            "filter_presets": "preset filtri",
            "filters": "filtri",
            "first": "primo",
            "firsts": "primi",
            "front_cover": "Cover fronte",
            "gallery": "galleria",
            "geolocation": "posizione",
            "handle_step_media": "Seleziona immagini dello step",
            "home_widget": "homepage widget",
            "home_widgets": "homepage widgets",
            "image": "immagine",
            "image_caption": "didascalia immagine",
            "image_title": "titolo immagine",
            "images": "immagini",
            "in_evidence": "in evidenza",
            "increasing_time": "Tempo crescente",
            "info": "info",
            "ingredient": "ingrediente",
            "ingredient_type": "tipologia ingrediente",
            "ingredient_types": "tipologie ingredienti",
            "ingredients": "ingredienti",
            "input_unit": "unit\u00e0 di input",
            "insert_short_video_url": "inserisci l'url del video in versione breve (YouTube o Vimeo)",
            "insert_short_video_url_app": "inserisci l'url del video app in versione breve (Vimeo)",
            "insert_video_url": "inserisci l'url del video (YouTube o Vimeo)",
            "insert_video_url_app": "inserisci l'url del video app (Vimeo)",
            "insight": "approfondimento",
            "insights": "approfondimenti",
            "internal_link": "Link Interno",
            "internal_link_for": "Link Interno per",
            "kcal_x_100g": "Kcal\/100g",
            "key": "chiave",
            "label": "etichetta",
            "language_key": "chiave linguaggio",
            "last_change": "ultima modifica",
            "latest": "Pi\u00f9 recenti",
            "latitude": "Latitudine",
            "layout": "layout",
            "layouts": "layouts",
            "locality": "citt\u00e0",
            "location": "Localit\u00e0",
            "location_details": "Dettagli Localit\u00e0",
            "locations": "Localit\u00e0",
            "login_msg": "Utilizza le credenziali in tuo possesso per accedere",
            "login_or_reset": "oppure, se non ricordi la password",
            "longitude": "Longitudine",
            "name": "nome",
            "name_plural": "nome plurale",
            "new_password": "nuova password",
            "not_in_evidence": "non in evidenza",
            "not_ready": "non pronte",
            "notification": "Notifica",
            "notification_details": "Dettagli notifica",
            "notifications": "Notifiche",
            "old_password": "vecchia password",
            "older": "Meno recenti",
            "or": "oppure",
            "order": "ordinamento",
            "order_by": "Ordina per",
            "origin_country": "paese di origine",
            "other": "altro",
            "output_unit": "unit\u00e0 di output",
            "page": "pagina",
            "page_not_found": "pagina non trovata",
            "parent_ingredient": "Ingrediente padre",
            "parent_locations": "Localit\u00e0 padre",
            "password": "password",
            "permission": "permesso",
            "permissions": "permessi",
            "portions": "porzioni",
            "prefix": "prefisso",
            "preparation": "preparazione",
            "preparation_duration": "tempo di preparazione",
            "preview": "anteprima",
            "print": "Stampa",
            "print_hd": "Stampa HD",
            "ready": "pronte",
            "reasons": "motivazioni",
            "recipe": "ricetta",
            "recipe_collection_filter": "filtri della collezione",
            "recipe_collection_info": "info della collezione",
            "recipe_count": "Ricette correlate",
            "recipe_cover": "cover ricetta",
            "recipe_details": "dettagli ricetta",
            "recipe_ingredients": "ingredienti ricetta",
            "recipe_template_type": "template ricetta",
            "recipes": "ricette",
            "recipes_collection": "Raccolta di ricette",
            "recipes_collections": "Raccolte di ricette",
            "recipes_published": "ricette pubblicate",
            "recipes_wip": "ricette in lavorazione",
            "redirect_code": "codice reindirizzamento",
            "redirect_from": "reindirizza da",
            "redirect_to": "reindirizza su",
            "reference_amount": "quantit\u00e0 di riferimento",
            "reference_unit": "unit\u00e0 di riferimento",
            "related": "correlati",
            "related_recipes": "ricette correlate",
            "remaining_chars": "Caratteri rimanenti",
            "rest_duration": "tempo di riposo",
            "role": "ruolo",
            "roles": "ruoli",
            "search_text": "Testo di ricerca",
            "seasons": "stagioni",
            "second": "secondo",
            "seconds": "secondi",
            "section": "sezione",
            "section_content_type": "Seleziona tipologia della sezione",
            "sections": "sezioni",
            "sent_at": "Inviato alle",
            "seo_default_description": "Benvenuti a casa mia! Qui ho raccolto tutte le ricette che mi hanno colpito e che ho scelto di condividere con voi.",
            "seo_description": "descrizione per SEO",
            "seo_keywords": "keywords",
            "seo_redirect": "reindirizzamento",
            "seo_redirects": "reindirizzamenti",
            "seo_title": "titolo per SEO",
            "seopage": "pagina SEO",
            "short_description": "descrizione breve",
            "short_video_url": "url video breve",
            "short_video_url_app": "url video app breve (Vimeo, non Youtube)",
            "show_banner_sponsor": "Sponsor (Banner)",
            "show_full_recipe": "Ricetta (Full)",
            "show_full_sponsor": "Sponsor (Full)",
            "show_in_home": "Mostra nella home",
            "show_partial_recipe": "Ricetta (Partial)",
            "show_partial_sponsor": "Sponsor (Partial)",
            "show_preview": "anteprima",
            "show_three_quarters_recipe": "Ricetta (3\/4)",
            "side": "contorno",
            "sides": "contorni",
            "site": "sito",
            "social_description": "descrizione sui social",
            "social_title": "titolo sui social",
            "spec_weight": "peso specifico",
            "specific_weight": "peso specifico",
            "sponsor": "sponsor",
            "sponsor_details": "Dettagli sponsor",
            "sponsors": "sponsors",
            "start_time_min": "Inizio Video (minuti)",
            "start_time_sec": "Inizio Video (secondi)",
            "starter": "antipasto",
            "starters": "antipasti",
            "status": "Stato",
            "status_in_work": "In lavorazione",
            "status_published": "pubblicata",
            "step": "step",
            "structure": "struttura",
            "subtitle": "sottotitolo",
            "surname": "cognome",
            "temperature": "temperatura",
            "temperature_range": "intervallo temperatura meteo",
            "terms": "termini",
            "terms_conditions": "termini e condizioni",
            "text": "testo",
            "time": "Tempo",
            "title": "Titolo",
            "to_be_sent_at": "Da inviare in data",
            "tool": "strumento",
            "tools": "strumenti",
            "transparent_cover": "cover trasparente",
            "type": "tipo",
            "unit": "unit\u00e0",
            "unit_measure": "unit\u00e0 di misura",
            "user": "utente",
            "users": "utenti",
            "value": "valore",
            "video_url": "url video",
            "video_url_app": "url video app (Vimeo, non Youtube)",
            "words": "Parole",
            "year_availability": "disponibilit\u00e0 annuale"
        },
        "difficulty_list": {
            "easy": "facile",
            "hard": "difficile",
            "medium": "medio"
        },
        "ebook_recipe_templates": {
            "image": "solo immagine",
            "text": "solo testo",
            "text_image": "testo e immagine"
        },
        "ebook_templates": {
            "articles": "articoli",
            "recipes": "ricette"
        },
        "import_modal": {
            "action": "clicca o trascina",
            "download_error_report": "scarica il report degli errori",
            "download_tpl": "scarica il template per l'importazione",
            "max_file_size": "max file size",
            "msg": "dimensione massima file",
            "supported_format": "formati supportati"
        },
        "labels": {
            "delete_continue": "Continuando eliminerai definitivamente il record selezionato da :label",
            "sure_to_continue": "Sei sicuro di voler continuare?"
        },
        "lang": {
            "en": "inglese",
            "es": "spagnolo",
            "fr": "francese",
            "it": "italiano"
        },
        "menu": {
            "admin": "admin",
            "allergens": "allergeni",
            "app": "app mobile",
            "authors": "autori",
            "calendar": "calendario",
            "categories": "categorie",
            "cookbook": "ricettario",
            "cookings": "metodi di cottura",
            "dashboard": "dashboard",
            "eat-conditions": "condizioni di servizio",
            "ebooks": "ebooks",
            "events": "Eventi",
            "feeding": "alimentazioni",
            "filter_presets": "preset filtri",
            "food_storage": "dispensa",
            "home_widgets": "homepage widgets",
            "ingredient_types": "tipologie ingredienti",
            "ingredients": "ingredienti",
            "langs": "linguaggi",
            "locations": "Localit\u00e0",
            "notifications": "Notifiche",
            "permissions": "permessi",
            "publishing": "editoria",
            "recipes": "ricette",
            "recipes_collections": "Raccolte di ricette",
            "resources": "risorse",
            "roles": "ruoli",
            "seo_redireccts": "reindirizzamenti SEO",
            "seo_redirects": "reindirizzamenti SEO",
            "seopage": "pagina",
            "seopages": "pagine SEO",
            "tools": "strumenti",
            "unit_measure": "unit\u00e0 di misura",
            "users": "utenti"
        },
        "notification_type": {
            "article": "articolo",
            "external_link": "link esterno",
            "page": "pagina",
            "recipe": "ricetta"
        },
        "notifications": {
            "article_created": "Articolo creato con successo",
            "article_moved_in_work": "Articolo spostato in lavorazione con successo",
            "article_published": "Articolo pubblicato con successo",
            "article_updated": "Articolo aggiornato con successo",
            "articlesorder__updated": "Ordinamento articoli aggiornato",
            "bunny_cache_prune_success": "BunnyCache svuotata con successo",
            "cdn_cache_prune_success": "CDN Cache svuotata con successo",
            "ebook_available": "Formato ebook disponibile per il download",
            "ebook_check_error": "Errore durante la generazione del PDF",
            "ebook_created": "Ebook creato con successo",
            "ebook_download_error": "Errore durante il download",
            "ebook_final_available": "Formato ebook disponibile per il download",
            "ebook_final_downloaded": "Ebook scaricato con successo",
            "ebook_final_generation_started": "Generazione ebook avviata",
            "ebook_generation_error": "Errore durante la richiesta di generazione",
            "ebook_generation_started": "Generazione ebook avviata",
            "ebook_moved_in_work": "Ebook spostato in lavorazione con successo",
            "ebook_preview_available": "Preview disponibile per il download",
            "ebook_preview_downloaded": "Preview scaricata con successo",
            "ebook_preview_generation_started": "Generazione preview avviata",
            "ebook_published": "Ebook pubblicato con successo",
            "ebook_updated": "Ebook aggiornato con successo",
            "error_processing": "Errore processamento della richiesta",
            "errors_403": "L'utente non ha i permessi necessari per eseguire l'azione",
            "errors_404": "Risorsa non trovata",
            "errors_500": "Il server ha riscontrato un errore interno e non ha potuto completare la richiesta.",
            "errors_503": "Servizio non disponibile",
            "errors_title": "Errore!",
            "event_created": "Evento creato con successo",
            "event_published": "Evento pubblicato con successo",
            "event_updated": "Evento aggiornato con successo",
            "filter_preset_created": "Preset Filtri creato",
            "filter_preset_updated": "Preset Filtri aggiornato",
            "ingredient_childs_not_assignable": "I seguenti ingredienti figli non possono essere associati",
            "ingredient_created": "Ingrediente creato con successo",
            "ingredient_moved_in_work": "Ingrediente spostato in lavorazione con successo",
            "ingredient_parents_not_assignable": "I seguenti ingredienti padre non possono essere associati",
            "ingredient_published": "Ingrediente pubblicato con successo",
            "ingredient_updated": "Ingrediente aggiornato con successo",
            "invalid_values_msg": "Controllare che i valori inseriti sono validi",
            "location_childs_not_assignable": "Le seguenti localit\u00e0 padre non possono essere associate",
            "location_created": "Localit\u00e0 creata con successo",
            "location_parents_not_assignable": "Le seguenti localit\u00e0 figlie non possono essere associate",
            "location_updated": "Localit\u00e0 aggiornata con successo",
            "max_step_media": "Puoi selezionare un massimo di tre immagini per step",
            "min_confirm_password": "Il campo 'Conferma Password' deve contenere almeno 8 caratteri",
            "min_new_password": "Il campo 'Nuova Password' deve contenere almeno 8 caratteri",
            "min_old_password": "Il campo 'Vecchia Password' deve contenere almeno 8 caratteri",
            "missing_values_msg": "Compilare tutti gli input obbligatori",
            "notification_created": "Notifica creata con successo",
            "notification_updated": "Notifica modificata con successo",
            "order_updated": "Ordinamento aggiornato",
            "print_available": "Formato stampa disponibile per il download",
            "print_generation_started": "Generazione stampa avviata",
            "print_hd_available": "Formato stampa HD disponibile per il download",
            "print_hd_generation_started": "Generazione stampa HD avviata",
            "recipe_created": "Ricetta creata con successo",
            "recipe_moved_in_work": "Ricetta spostata in lavorazione con successo",
            "recipe_published": "Ricetta pubblicata con successo",
            "recipe_updated": "Ricetta aggiornata con successo",
            "sponsor_created": "Sponsor creato con successo",
            "sponsor_updated": "Sponsor aggiornato con successo",
            "wizard_article": "Associare un articolo alla notifica",
            "wizard_article_image": "Associare un'immagine ad ogni sezione di tipo 'IMAGE'",
            "wizard_article_in_evidence": "Compilare tutti gli input richiesti nella sezione 'In evidenza'",
            "wizard_article_invalid_url": "Inserire una URL valida",
            "wizard_article_sections": "Compilare tutti gli input richiesti nella sezione 'Sezioni'",
            "wizard_article_sections_ita": "Compilare tutti gli input richiesti nella sezione 'Sezioni' almeno in lingua italiana",
            "wizard_detail_invalid_url": "Inserire una URL valida",
            "wizard_details": "Compilare tutti gli input richiesti nella sezione dettagli",
            "wizard_details_ita": "Compilare tutti gli input richiesti nella sezione dettagli almeno in lingua italiana",
            "wizard_ebook_structure": "Compila tutti gli input richiesti nella sezione struttura",
            "wizard_ebook_template": "Associare un template per ogni ricetta selezionata",
            "wizard_external_link": "Associare una URL alla notifica",
            "wizard_ingredients": "Compilare tutti gli input richiesti nella sezione ingredienti",
            "wizard_ingredients_min_val": "Inserire un valore maggiore di 0",
            "wizard_ingredients_num_val": "Inserire un valore numerico",
            "wizard_massive_media_delete": "Si \u00e8 verificato un errore durante l'eliminazione dei media",
            "wizard_massive_media_load": "Si \u00e8 verificato un errore durante il caricamento dei media",
            "wizard_page": "Compilare tutti gli input richiesti nella sezione 'Pagina'",
            "wizard_page_file": "Caricare una immagine da associare alla notifica",
            "wizard_page_ita": "Compilare tutti gli input richiesti nella sezione 'Pagina' almeno in lingua italiana",
            "wizard_preparation": "Compila tutti gli input richiesti nella sezione preparazione",
            "wizard_preparation_ita": "Compilare tutti gli input richiesti nella sezione preparazione almeno in lingua italiana",
            "wizard_preparation_time": "Valore massimo consentito: 60",
            "wizard_preparation_time_max": "Valore massimo consentito: 60",
            "wizard_preparation_time_min": "Valore minimo consentito: 0",
            "wizard_recipe": "Associare una ricetta alla notifica",
            "wizard_section_ita": "Compilare tutti gli input richiesti nella sezione 'Sezioni Articolo' almeno in lingua italiana",
            "wizard_sections": "Compila tutti gli input richiesti nella sezione 'Sezioni Articolo'",
            "wizard_seo": "Compilare tutti gli input richiesti nella sezione seo",
            "wizard_seo_ita": "Compilare tutti gli input richiesti nella sezione seo almeno in lingua italiana",
            "wizard_single_media_delete": "Si \u00e8 verificato un errore durante l'eliminazione del media",
            "wizard_single_media_load": "Si \u00e8 verificato un errore durante il caricamento del media"
        },
        "season_list": {
            "autumn": "autunno",
            "spring": "primavera",
            "summer": "estate",
            "winter": "inverno"
        },
        "titles": {
            "dashboard": "Dashboard",
            "manage_allergens": "Gestione Allergeni",
            "manage_articles": "Gestione Articoli",
            "manage_articles_in_evidence": "Gestisci ordinamento articoli in homepage",
            "manage_authors": "Gestione Autori",
            "manage_categories": "Gestione Categorie",
            "manage_cookings": "Gestione Metodi di Cottura",
            "manage_eat-conditions": "Gestione Condizioni di Servizio",
            "manage_ebooks": "Gestione ebooks",
            "manage_events": "Gestione Eventi",
            "manage_feedings": "Gestione Alimentazioni",
            "manage_filter_presets": "Gestione preset filtri",
            "manage_filter_presets_in_evidence": "Gestisci ordinamento presets",
            "manage_home_recipes": "Gestione ricette della home",
            "manage_home_widgets": "Gestione homepage widgets",
            "manage_home_widgets_in_evidence": "Gestisci ordinamento widgets",
            "manage_ingredient_types": "Gestione Tipologie Ingredienti",
            "manage_ingredients": "Gestione Ingredienti",
            "manage_languages": "Gestione Linguaggi",
            "manage_locations": "Gestione Localit\u00e0",
            "manage_notifications": "Gestione Notifiche",
            "manage_permissions": "Gestione Permessi",
            "manage_recipes": "Gestione Ricette",
            "manage_recipes_collections": "Gestione collezioni di ricette",
            "manage_roles": "Gestione Ruoli",
            "manage_seo_redirects": "Gestisci reindirizzamenti SEO",
            "manage_seopages": "Gestione SEO delle pagine",
            "manage_sponsor": "Gestione Sponsor",
            "manage_tools": "Gestione Strumenti",
            "manage_unit_measure": "Gestione Unit\u00e0 di Misura",
            "manage_users": "Gestione Utenti"
        }
    },
    "en.auth": {
        "failed": "These credentials do not match our records.",
        "throttle": "Too many login attempts. Please try again in :seconds seconds."
    },
    "en.pagination": {
        "previous": "&laquo; Previous",
        "next": "Next &raquo;"
    },
    "en.passwords": {
        "reset": "Your password has been reset!",
        "sent": "We have emailed your password reset link!",
        "throttled": "Please wait before retrying.",
        "token": "This password reset token is invalid.",
        "user": "We can't find a user with that email address.",
        "generate_pwd": "Generate",
        "show_pwd": "Show",
        "hide_pwd": "Hide"
    },
    "en.validation": {
        "accepted": "The :attribute must be accepted.",
        "active_url": "The :attribute is not a valid URL.",
        "after": "The :attribute must be a date after :date.",
        "after_or_equal": "The :attribute must be a date after or equal to :date.",
        "alpha": "The :attribute may only contain letters.",
        "alpha_dash": "The :attribute may only contain letters, numbers, dashes and underscores.",
        "alpha_num": "The :attribute may only contain letters and numbers.",
        "array": "The :attribute must be an array.",
        "before": "The :attribute must be a date before :date.",
        "before_or_equal": "The :attribute must be a date before or equal to :date.",
        "between": {
            "numeric": "The :attribute must be between :min and :max.",
            "file": "The :attribute must be between :min and :max kilobytes.",
            "string": "The :attribute must be between :min and :max characters.",
            "array": "The :attribute must have between :min and :max items."
        },
        "boolean": "The :attribute field must be true or false.",
        "confirmed": "The :attribute confirmation does not match.",
        "date": "The :attribute is not a valid date.",
        "date_equals": "The :attribute must be a date equal to :date.",
        "date_format": "The :attribute does not match the format :format.",
        "different": "The :attribute and :other must be different.",
        "digits": "The :attribute must be :digits digits.",
        "digits_between": "The :attribute must be between :min and :max digits.",
        "dimensions": "The :attribute has invalid image dimensions.",
        "distinct": "The :attribute field has a duplicate value.",
        "email": "The :attribute must be a valid email address.",
        "ends_with": "The :attribute must end with one of the following: :values.",
        "exists": "The selected :attribute is invalid.",
        "file": "The :attribute must be a file.",
        "filled": "The :attribute field must have a value.",
        "gt": {
            "numeric": "The :attribute must be greater than :value.",
            "file": "The :attribute must be greater than :value kilobytes.",
            "string": "The :attribute must be greater than :value characters.",
            "array": "The :attribute must have more than :value items."
        },
        "gte": {
            "numeric": "The :attribute must be greater than or equal :value.",
            "file": "The :attribute must be greater than or equal :value kilobytes.",
            "string": "The :attribute must be greater than or equal :value characters.",
            "array": "The :attribute must have :value items or more."
        },
        "image": "The :attribute must be an image.",
        "in": "The selected :attribute is invalid.",
        "in_array": "The :attribute field does not exist in :other.",
        "integer": "The :attribute must be an integer.",
        "ip": "The :attribute must be a valid IP address.",
        "ipv4": "The :attribute must be a valid IPv4 address.",
        "ipv6": "The :attribute must be a valid IPv6 address.",
        "json": "The :attribute must be a valid JSON string.",
        "lt": {
            "numeric": "The :attribute must be less than :value.",
            "file": "The :attribute must be less than :value kilobytes.",
            "string": "The :attribute must be less than :value characters.",
            "array": "The :attribute must have less than :value items."
        },
        "lte": {
            "numeric": "The :attribute must be less than or equal :value.",
            "file": "The :attribute must be less than or equal :value kilobytes.",
            "string": "The :attribute must be less than or equal :value characters.",
            "array": "The :attribute must not have more than :value items."
        },
        "max": {
            "numeric": "The :attribute may not be greater than :max.",
            "file": "The :attribute may not be greater than :max kilobytes.",
            "string": "The :attribute may not be greater than :max characters.",
            "array": "The :attribute may not have more than :max items."
        },
        "mimes": "The :attribute must be a file of type: :values.",
        "mimetypes": "The :attribute must be a file of type: :values.",
        "min": {
            "numeric": "The :attribute must be at least :min.",
            "file": "The :attribute must be at least :min kilobytes.",
            "string": "The :attribute must be at least :min characters.",
            "array": "The :attribute must have at least :min items."
        },
        "not_in": "The selected :attribute is invalid.",
        "not_regex": "The :attribute format is invalid.",
        "numeric": "The :attribute must be a number.",
        "password": "The password is incorrect.",
        "present": "The :attribute field must be present.",
        "regex": "The :attribute format is invalid.",
        "required": "The :attribute field is required.",
        "required_if": "The :attribute field is required when :other is :value.",
        "required_unless": "The :attribute field is required unless :other is in :values.",
        "required_with": "The :attribute field is required when :values is present.",
        "required_with_all": "The :attribute field is required when :values are present.",
        "required_without": "The :attribute field is required when :values is not present.",
        "required_without_all": "The :attribute field is required when none of :values are present.",
        "same": "The :attribute and :other must match.",
        "size": {
            "numeric": "The :attribute must be :size.",
            "file": "The :attribute must be :size kilobytes.",
            "string": "The :attribute must be :size characters.",
            "array": "The :attribute must contain :size items."
        },
        "starts_with": "The :attribute must start with one of the following: :values.",
        "string": "The :attribute must be a string.",
        "timezone": "The :attribute must be a valid zone.",
        "unique": "The :attribute has already been taken.",
        "uploaded": "The :attribute failed to upload.",
        "url": "The :attribute format is invalid.",
        "uuid": "The :attribute must be a valid UUID.",
        "custom": {
            "attribute-name": {
                "rule-name": "custom-message"
            }
        },
        "attributes": {
            "address": "address",
            "age": "age",
            "available": "available",
            "city": "city",
            "content": "content",
            "country": "country",
            "date": "date",
            "day": "day",
            "description": "description",
            "excerpt": "excerpt",
            "first_name": "first_name",
            "gender": "gender",
            "hour": "hour",
            "last_name": "last_name",
            "minute": "minute",
            "mobile": "mobile",
            "month": "month",
            "name": "name",
            "password_confirmation": "password_confirmation password",
            "phone": "phone",
            "second": "second",
            "sex": "sex",
            "size": "size",
            "time": "time",
            "title": "title",
            "username": "username",
            "year": "year"
        }
    },
    "en.site": {
        "actions_map": {
            "absent": "absent",
            "access": "access",
            "add": "add",
            "add_blank_page": "insert blank page",
            "assign_section_media": "assign image to section",
            "back_to_list": "Back to list",
            "cancel": "cancel",
            "change": "change",
            "change_password": "change password",
            "choose": "you choose",
            "click_here": "Click here",
            "confirm": "he confirms",
            "convert": "convert",
            "create": "create",
            "delete": "delete",
            "delete_attachment": "delete image",
            "deselect_all": "uncheck all",
            "download": "download",
            "download_or_view": "download or view",
            "duplicate": "duplicate",
            "edit": "edit",
            "enable": "ability",
            "export": "export",
            "filtered_recipes_preview": "Recipe Preview",
            "go_back_home": "return to home page",
            "hide": "hide",
            "impersonate": "impersonates",
            "import": "it matters",
            "import_from_file": "import from file",
            "in_work": "move to processing",
            "inscribe": "sign up",
            "insert": "insert",
            "login": "log in",
            "login_with_corporate": "Log in with your business account",
            "login_with_cred": "Log in with your credentials",
            "make": "make",
            "manage": "manage",
            "new": "new",
            "order_articles_in_evidence": "order articles in evidence",
            "order_presets_in_evidence": "order presets in evidence",
            "order_widgets_in_evidence": "order widgets in evidence",
            "preview": "preview",
            "print": "press",
            "proceed": "proceed",
            "prune_bunny_cache": "Prune BunnyCache",
            "prune_cdn_cache": "Purge CDN Cache",
            "publish": "public",
            "register": "register",
            "remove": "remove",
            "remove_internal_link": "Remove Internal Link",
            "reset": "reset",
            "reset_password": "reset password",
            "save": "save",
            "search": "near",
            "select": "select",
            "send": "send",
            "show": "show",
            "show_related_content": "View related content",
            "subscribe": "subscribe",
            "unscribe": "Unsubscribe",
            "upload": "upload",
            "upload_attachment": "upload image",
            "upload_file": "upload file",
            "use_as_cover": "use as a cover",
            "use_as_final_image": "final result",
            "view": "view",
            "view_attachment": "view image",
            "wizard": "wizard"
        },
        "articles_layouts": {
            "only_img": "image only",
            "only_text": "text only",
            "recipes_collection": "recipe collection",
            "text_img": "text and image"
        },
        "collections_type": {
            "only_img": "Image",
            "only_text": "Text",
            "recipe_collection": "recipe collection",
            "text_img": "text and image"
        },
        "datatable": {
            "info": "View page _PAGE_ di _PAGES_ (_TOTAL_ results)",
            "infoEmpty": "No results available",
            "infoFiltered": "[filtered by _MAX_ results]",
            "search_in_table": "Search in the Table",
            "visualize_el_drop": "displayed items:",
            "zeroRecords": "No results found"
        },
        "default": {
            "actions": "actions",
            "admin": "admin",
            "administration": "administration",
            "administrative_area": "region",
            "all_recipes": "all recipes",
            "allergen": "allergen",
            "allergens": "allergens",
            "amount": "amount",
            "amount_to_convert": "quantity to convert",
            "article": "article",
            "article_details": "Article details",
            "articles": "articles",
            "articles_published": "published articles",
            "articles_wip": "articles in progress",
            "author": "author",
            "authors": "authors",
            "back_cover": "Back cover",
            "back_description": "Back cover description",
            "caption": "Caption",
            "categories": "categories",
            "category": "category",
            "changelogs": "changelogs",
            "child_ingredients": "Ingredients children",
            "child_locations": "Childs Locations",
            "colloquial_area": "geographical area",
            "conditions": "conditions",
            "confirm_password": "confirm password",
            "contacts": "contacts",
            "content": "content",
            "continent": "continent",
            "cook": "cooked",
            "cooking": "cooking method",
            "cooking_duration": "cooking time",
            "cookings": "cooking method",
            "country": "nation",
            "cover": "cover",
            "created_at": "creation date",
            "cuisine": "Kitchen",
            "daily": "recipe of the day",
            "daily_menu": "menu of the day",
            "date": "date",
            "decreasing_time": "Decreasing time",
            "default": "Enter the URL of the video in a short version (YouTube or Vimeo)",
            "description": "description",
            "dessert": "dessert",
            "desserts": "desserts",
            "details": "details",
            "difficulty": "difficulty",
            "direct_assignement": "direct assignment",
            "eat-condition": "eat condition",
            "eat-conditions": "eat conditions",
            "ebook": "ebook",
            "ebook_covers": "Ebook Covers",
            "ebook_details": "Ebook Details",
            "ebook_show_sections_images": "View divider page for each section",
            "ebook_structure": "ebook structure",
            "ebook_template_type": "ebook template",
            "ebooks": "ebooks",
            "email": "e-mail",
            "end_time_min": "Video End (minutes)",
            "end_time_sec": "Video End (seconds)",
            "event": "Event",
            "event_date": "Date",
            "event_link": "Link",
            "event_link_title": "Link Title",
            "event_location": "Event location",
            "events": "Events",
            "external_link": "external link",
            "factor": "factor",
            "feeding": "feeding",
            "feedings": "feedings",
            "filter_preset": "filter presets",
            "filter_presets": "filter presets",
            "filters": "filters",
            "first": "first dish",
            "firsts": "first dishes",
            "front_cover": "Front cover",
            "gallery": "gallery",
            "geolocation": "position",
            "handle_step_media": "Select step images",
            "home_widget": "homepage widget",
            "home_widgets": "homepage widgets",
            "image": "image",
            "image_caption": "image caption",
            "image_title": "image title",
            "images": "Images",
            "in_evidence": "featured",
            "increasing_time": "Increasing time",
            "info": "info",
            "ingredient": "ingredient",
            "ingredient_type": "ingredient type",
            "ingredient_types": "types of ingredients",
            "ingredients": "ingredients",
            "input_unit": "input unit",
            "insert_short_video_url": "Enter the URL of the short version of the video (YouTube or Vimeo)",
            "insert_short_video_url_app": "Enter the URL of the short version of the video app (Vimeo)",
            "insert_video_url": "Enter the video URL (YouTube or Vimeo)",
            "insert_video_url_app": "Enter the URL of the video app (Vimeo)",
            "insight": "article",
            "insights": "articles",
            "internal_link": "Internal Link",
            "internal_link_for": "Internal Link for",
            "kcal_x_100g": "Kcal\/100g",
            "key": "key",
            "label": "label",
            "language_key": "language key",
            "last_change": "last modified",
            "latest": "Most recent",
            "latitude": "Latitude",
            "layout": "layout",
            "layouts": "layouts",
            "locality": "city",
            "location": "Location",
            "location_details": "Location Details",
            "locations": "Locations",
            "login_msg": "Use your credentials to log in",
            "login_or_reset": "or, if you don't remember your password",
            "longitude": "Longitude",
            "name": "name",
            "name_plural": "plural noun",
            "new_password": "New Password",
            "not_in_evidence": "not in evidence",
            "not_ready": "not ready",
            "notification": "Notification",
            "notification_details": "Notification Details",
            "notifications": "Notifications",
            "old_password": "Old Password",
            "older": "Less recent",
            "or": "or",
            "order": "sorting",
            "order_by": "Sort by",
            "origin_country": "country of origin",
            "other": "other",
            "output_unit": "output unit",
            "page": "page",
            "page_not_found": "page not found",
            "parent_ingredient": "Father ingredient",
            "parent_locations": "Father location",
            "password": "password",
            "permission": "permit",
            "permissions": "permits",
            "portions": "portions",
            "prefix": "prefix",
            "preparation": "preparation",
            "preparation_duration": "preparation time",
            "preview": "preview",
            "print": "Press",
            "print_hd": "HD Print",
            "ready": "ready",
            "reasons": "motivations",
            "recipe": "recipe",
            "recipe_collection_filter": "collection filters",
            "recipe_collection_info": "collection info",
            "recipe_count": "Related recipes",
            "recipe_cover": "recipe cover",
            "recipe_details": "recipe details",
            "recipe_ingredients": "recipe ingredients",
            "recipe_template_type": "recipe template",
            "recipes": "recipes",
            "recipes_collection": "Recipe collection",
            "recipes_collections": "Recipe collections",
            "recipes_published": "published recipes",
            "recipes_wip": "recipes in progress",
            "redirect_code": "redirect code",
            "redirect_from": "redirect from",
            "redirect_to": "redirect to",
            "reference_amount": "reference quantity",
            "reference_unit": "reference unit",
            "related": "related",
            "related_recipes": "related recipes",
            "remaining_chars": "Remaining characters",
            "rest_duration": "rest time",
            "role": "role",
            "roles": "roles",
            "search_text": "Search text",
            "seasons": "seasons",
            "second": "second dish",
            "seconds": "second dishes",
            "section": "section",
            "section_content_type": "Select section type",
            "sections": "sections",
            "sent_at": "Sent at",
            "seo_default_description": "Welcome to my home! Here I've collected all the recipes that have struck me and that I've chosen to share with you.",
            "seo_description": "description for SEO",
            "seo_keywords": "keywords",
            "seo_redirect": "redirection",
            "seo_redirects": "redirects",
            "seo_title": "title for SEO",
            "seopage": "SEO page",
            "short_description": "short description",
            "short_video_url": "short video url",
            "short_video_url_app": "Short video app URL (Vimeo, not YouTube)",
            "show_banner_sponsor": "Sponsor (Banner)",
            "show_full_recipe": "Recipe (Full)",
            "show_full_sponsor": "Sponsor (Full)",
            "show_in_home": "Show on homepage",
            "show_partial_recipe": "Recipe (Partial)",
            "show_partial_sponsor": "Sponsor (Partial)",
            "show_preview": "preview",
            "show_three_quarters_recipe": "Recipe (3\/4)",
            "side": "side dish",
            "sides": "side dishes",
            "site": "site",
            "social_description": "description on social media",
            "social_title": "title on social media",
            "spec_weight": "specific weight",
            "specific_weight": "specific weight",
            "sponsor": "sponsor",
            "sponsor_details": "Sponsor Details",
            "sponsors": "sponsors",
            "start_time_min": "Video Start (minutes)",
            "start_time_sec": "Video Start (seconds)",
            "starter": "starter dish",
            "starters": "starter dishes",
            "status": "Status",
            "status_in_work": "In progress",
            "status_published": "published",
            "step": "step",
            "structure": "structure",
            "subtitle": "subtitile",
            "surname": "surname",
            "temperature": "temperature",
            "temperature_range": "weather temperature range",
            "terms": "terms",
            "terms_conditions": "terms and conditions",
            "text": "text",
            "time": "Time",
            "title": "Title",
            "to_be_sent_at": "To be sent on",
            "tool": "instrument",
            "tools": "instruments",
            "transparent_cover": "transparent cover",
            "type": "type",
            "unit": "unit",
            "unit_measure": "unit of measurement",
            "user": "user",
            "users": "users",
            "value": "value",
            "video_url": "video url",
            "video_url_app": "url video app (Vimeo, not Youtube)",
            "words": "Words",
            "year_availability": "annual availability"
        },
        "difficulty_list": {
            "easy": "easy",
            "hard": "hard",
            "medium": "medium"
        },
        "ebook_recipe_templates": {
            "image": "image only",
            "text": "text only",
            "text_image": "text and image"
        },
        "ebook_templates": {
            "articles": "articles",
            "recipes": "recipes"
        },
        "import_modal": {
            "action": "click or drag",
            "download_error_report": "download the error report",
            "download_tpl": "Download the import template",
            "max_file_size": "max file size",
            "msg": "maximum file size",
            "supported_format": "supported formats"
        },
        "labels": {
            "delete_continue": "By continuing you will permanently delete the selected record from :label",
            "sure_to_continue": "Are you sure you want to continue?"
        },
        "lang": {
            "en": "English",
            "es": "Spanish",
            "fr": "French",
            "it": "Italian"
        },
        "menu": {
            "admin": "admin",
            "allergens": "allergens",
            "app": "mobile app",
            "authors": "authors",
            "calendar": "calendar",
            "categories": "categories",
            "cookbook": "recipe book",
            "cookings": "cooking methods",
            "dashboard": "dashboard",
            "eat-conditions": "eat conditions",
            "ebooks": "ebooks",
            "events": "Events",
            "feeding": "feedings",
            "filter_presets": "filter presets",
            "food_storage": "pantry",
            "home_widgets": "homepage widgets",
            "ingredient_types": "types of ingredients",
            "ingredients": "ingredients",
            "langs": "languages",
            "locations": "Location",
            "notifications": "Notifications",
            "permissions": "permits",
            "publishing": "publishing",
            "recipes": "recipes",
            "recipes_collections": "Recipe collections",
            "resources": "resources",
            "roles": "roles",
            "seo_redireccts": "SEO redirection",
            "seo_redirects": "SEO redirects",
            "seopage": "page",
            "seopages": "SEO pages",
            "tools": "instruments",
            "unit_measure": "unit of measurement",
            "users": "users"
        },
        "notification_type": {
            "article": "item",
            "external_link": "external link",
            "page": "page",
            "recipe": "recipe"
        },
        "notifications": {
            "article_created": "Article created successfully",
            "article_moved_in_work": "Article successfully moved to processing",
            "article_published": "Article successfully published",
            "article_updated": "Article successfully updated",
            "articlesorder__updated": "Article sorting updated",
            "bunny_cache_prune_success": "BunnyCache succesfully pruned",
            "cdn_cache_prune_success": "CDN Cache succesfully purged",
            "ebook_available": "Ebook format available for download",
            "ebook_check_error": "Error generating PDF",
            "ebook_created": "Ebook created successfully",
            "ebook_download_error": "Error while downloading",
            "ebook_final_available": "Ebook format available for download",
            "ebook_final_downloaded": "Ebook downloaded successfully",
            "ebook_final_generation_started": "Ebook generation started",
            "ebook_generation_error": "Error while requesting generation",
            "ebook_generation_started": "Ebook generation started",
            "ebook_moved_in_work": "Ebook successfully moved to production",
            "ebook_preview_available": "Preview available for download",
            "ebook_preview_downloaded": "Preview downloaded successfully",
            "ebook_preview_generation_started": "Preview generation started",
            "ebook_published": "Ebook successfully published",
            "ebook_updated": "Ebook successfully updated",
            "error_processing": "Error processing request",
            "errors_403": "The user does not have the necessary permissions to perform the action",
            "errors_404": "Resource not found",
            "errors_500": "The server encountered an internal error and could not complete the request.",
            "errors_503": "Service Unavailable",
            "errors_title": "Mistake!",
            "event_created": "Event created successfully",
            "event_published": "Event successfully published",
            "event_updated": "Event successfully updated",
            "filter_preset_created": "Filter Preset created",
            "filter_preset_updated": "Updated Filter Presets",
            "ingredient_childs_not_assignable": "The following child ingredients cannot be combined",
            "ingredient_created": "Ingredient successfully created",
            "ingredient_moved_in_work": "Ingredient successfully moved to processing",
            "ingredient_parents_not_assignable": "The following parent ingredients cannot be combined",
            "ingredient_published": "Ingredient successfully published",
            "ingredient_updated": "Ingredient updated successfully",
            "invalid_values_msg": "Check that the values \u200b\u200bentered are valid",
            "location_childs_not_assignable": "The following parent locations cannot be associated",
            "location_created": "Location successfully created",
            "location_parents_not_assignable": "The following child locations cannot be associated",
            "location_updated": "Location successfully updated",
            "max_step_media": "You can select up to three images per step",
            "min_confirm_password": "The 'Confirm Password' field must contain at least 8 characters",
            "min_new_password": "The 'New Password' field must contain at least 8 characters",
            "min_old_password": "The 'Old Password' field must contain at least 8 characters",
            "missing_values_msg": "Fill in all required fields",
            "notification_created": "Notification created successfully",
            "notification_updated": "Notification updated successfully",
            "order_updated": "Order updated",
            "print_available": "Printable format available for download",
            "print_generation_started": "Print generation started",
            "print_hd_available": "HD print format available for download",
            "print_hd_generation_started": "HD print generation started",
            "recipe_created": "Recipe created successfully",
            "recipe_moved_in_work": "Recipe successfully moved to processing",
            "recipe_published": "Recipe successfully published",
            "recipe_updated": "Recipe successfully updated",
            "sponsor_created": "Sponsor successfully created",
            "sponsor_updated": "Sponsor successfully updated",
            "wizard_article": "Associate an article with the notification",
            "wizard_article_image": "Associate an image with each 'IMAGE' type section",
            "wizard_article_in_evidence": "Complete all the inputs required in the 'In Evidence' section",
            "wizard_article_invalid_url": "Please enter a valid URL",
            "wizard_article_sections": "Fill in all the required inputs in the 'Sections' section",
            "wizard_article_sections_ita": "Fill in all the required fields in the 'Sections' section, at least in Italian.",
            "wizard_detail_invalid_url": "Please enter a valid URL",
            "wizard_details": "Fill in all the required inputs in the details section",
            "wizard_details_ita": "Fill in all the required inputs in the details section at least in Italian",
            "wizard_ebook_structure": "Fill in all the required inputs in the structure section",
            "wizard_ebook_template": "Associate a template for each selected recipe",
            "wizard_external_link": "Associate a URL with the notification",
            "wizard_ingredients": "Fill in all the required inputs in the ingredients section",
            "wizard_ingredients_min_val": "Please enter a value greater than 0",
            "wizard_ingredients_num_val": "Enter a numeric value",
            "wizard_massive_media_delete": "An error occurred while deleting media",
            "wizard_massive_media_load": "An error occurred while loading media.",
            "wizard_page": "Fill in all the required inputs in the 'Page' section",
            "wizard_page_file": "Upload an image to associate with the notification",
            "wizard_page_ita": "Fill in all the required fields in the 'Page' section, at least in Italian.",
            "wizard_preparation": "Fill in all the required inputs in the preparation section",
            "wizard_preparation_ita": "Fill in all the required inputs in the preparation section at least in Italian",
            "wizard_preparation_time": "Maximum allowed value: 60",
            "wizard_preparation_time_max": "Maximum allowed value: 60",
            "wizard_preparation_time_min": "Minimum allowed value: 0",
            "wizard_recipe": "Associate a recipe with the notification",
            "wizard_section_ita": "Fill in all the required inputs in the 'Article Sections' section at least in Italian",
            "wizard_sections": "Fill in all the required inputs in the 'Article Sections' section.",
            "wizard_seo": "Fill in all the required inputs in the SEO section",
            "wizard_seo_ita": "Fill in all the required inputs in the SEO section at least in Italian",
            "wizard_single_media_delete": "An error occurred while deleting the media",
            "wizard_single_media_load": "An error occurred while loading the media."
        },
        "season_list": {
            "autumn": "fall",
            "spring": "spring",
            "summer": "summer",
            "winter": "winter"
        },
        "titles": {
            "dashboard": "Dashboard",
            "manage_allergens": "Allergen Management",
            "manage_articles": "Article Management",
            "manage_articles_in_evidence": "Manage article sorting on the homepage",
            "manage_authors": "Author Management",
            "manage_categories": "Category Management",
            "manage_cookings": "Cooking Methods Management",
            "manage_eat-conditions": "Terms of Service Management",
            "manage_ebooks": "Ebook Management",
            "manage_events": "Event Management",
            "manage_feedings": "Power Management",
            "manage_filter_presets": "Filter preset management",
            "manage_filter_presets_in_evidence": "Manage preset sorting",
            "manage_home_recipes": "Home Recipe Management",
            "manage_home_widgets": "Homepage widget management",
            "manage_home_widgets_in_evidence": "Manage widget sorting",
            "manage_ingredient_types": "Ingredient Type Management",
            "manage_ingredients": "Ingredients Management",
            "manage_languages": "Language Management",
            "manage_locations": "Locations Management",
            "manage_notifications": "Locations Management",
            "manage_permissions": "Permission Management",
            "manage_recipes": "Recipe Management",
            "manage_recipes_collections": "Recipe collection management",
            "manage_roles": "Role Management",
            "manage_seo_redirects": "Manage SEO redirects",
            "manage_seopages": "SEO management of pages",
            "manage_sponsor": "Sponsor Management",
            "manage_tools": "Tools Management",
            "manage_unit_measure": "Management of Units of Measurement",
            "manage_users": "User Management"
        }
    },
    "es.auth": {
        "failed": "Estas credenciales no coinciden con nuestros registros.",
        "throttle": "Demasiados intentos de acceso. Por favor intente nuevamente en :seconds segundos."
    },
    "es.pagination": {
        "next": "Siguiente &raquo;",
        "previous": "&laquo; Anterior"
    },
    "es.passwords": {
        "reset": "\u00a1Su contrase\u00f1a ha sido restablecida!",
        "sent": "\u00a1Le hemos enviado por correo electr\u00f3nico el enlace para restablecer su contrase\u00f1a!",
        "throttled": "Por favor espere antes de intentar de nuevo.",
        "token": "El token de restablecimiento de contrase\u00f1a es inv\u00e1lido.",
        "user": "No encontramos ning\u00fan usuario con ese correo electr\u00f3nico."
    },
    "es.validation": {
        "accepted": ":attribute debe ser aceptado.",
        "active_url": ":attribute no es una URL v\u00e1lida.",
        "after": ":attribute debe ser una fecha posterior a :date.",
        "after_or_equal": ":attribute debe ser una fecha posterior o igual a :date.",
        "alpha": ":attribute s\u00f3lo debe contener letras.",
        "alpha_dash": ":attribute s\u00f3lo debe contener letras, n\u00fameros, guiones y guiones bajos.",
        "alpha_num": ":attribute s\u00f3lo debe contener letras y n\u00fameros.",
        "array": ":attribute debe ser un conjunto.",
        "attached": "Este :attribute ya se adjunt\u00f3.",
        "before": ":attribute debe ser una fecha anterior a :date.",
        "before_or_equal": ":attribute debe ser una fecha anterior o igual a :date.",
        "between": {
            "array": ":attribute tiene que tener entre :min - :max elementos.",
            "file": ":attribute debe pesar entre :min - :max kilobytes.",
            "numeric": ":attribute tiene que estar entre :min - :max.",
            "string": ":attribute tiene que tener entre :min - :max caracteres."
        },
        "boolean": "El campo :attribute debe tener un valor verdadero o falso.",
        "confirmed": "La confirmaci\u00f3n de :attribute no coincide.",
        "date": ":attribute no es una fecha v\u00e1lida.",
        "date_equals": ":attribute debe ser una fecha igual a :date.",
        "date_format": ":attribute no corresponde al formato :format.",
        "different": ":attribute y :other deben ser diferentes.",
        "digits": ":attribute debe tener :digits d\u00edgitos.",
        "digits_between": ":attribute debe tener entre :min y :max d\u00edgitos.",
        "dimensions": "Las dimensiones de la imagen :attribute no son v\u00e1lidas.",
        "distinct": "El campo :attribute contiene un valor duplicado.",
        "email": ":attribute no es un correo v\u00e1lido.",
        "ends_with": "El campo :attribute debe finalizar con uno de los siguientes valores: :values",
        "exists": ":attribute es inv\u00e1lido.",
        "file": "El campo :attribute debe ser un archivo.",
        "filled": "El campo :attribute es obligatorio.",
        "gt": {
            "array": "El campo :attribute debe tener m\u00e1s de :value elementos.",
            "file": "El campo :attribute debe tener m\u00e1s de :value kilobytes.",
            "numeric": "El campo :attribute debe ser mayor que :value.",
            "string": "El campo :attribute debe tener m\u00e1s de :value caracteres."
        },
        "gte": {
            "array": "El campo :attribute debe tener como m\u00ednimo :value elementos.",
            "file": "El campo :attribute debe tener como m\u00ednimo :value kilobytes.",
            "numeric": "El campo :attribute debe ser como m\u00ednimo :value.",
            "string": "El campo :attribute debe tener como m\u00ednimo :value caracteres."
        },
        "image": ":attribute debe ser una imagen.",
        "in": ":attribute es inv\u00e1lido.",
        "in_array": "El campo :attribute no existe en :other.",
        "integer": ":attribute debe ser un n\u00famero entero.",
        "ip": ":attribute debe ser una direcci\u00f3n IP v\u00e1lida.",
        "ipv4": ":attribute debe ser una direcci\u00f3n IPv4 v\u00e1lida.",
        "ipv6": ":attribute debe ser una direcci\u00f3n IPv6 v\u00e1lida.",
        "json": "El campo :attribute debe ser una cadena JSON v\u00e1lida.",
        "lt": {
            "array": "El campo :attribute debe tener menos de :value elementos.",
            "file": "El campo :attribute debe tener menos de :value kilobytes.",
            "numeric": "El campo :attribute debe ser menor que :value.",
            "string": "El campo :attribute debe tener menos de :value caracteres."
        },
        "lte": {
            "array": "El campo :attribute debe tener como m\u00e1ximo :value elementos.",
            "file": "El campo :attribute debe tener como m\u00e1ximo :value kilobytes.",
            "numeric": "El campo :attribute debe ser como m\u00e1ximo :value.",
            "string": "El campo :attribute debe tener como m\u00e1ximo :value caracteres."
        },
        "max": {
            "array": ":attribute no debe tener m\u00e1s de :max elementos.",
            "file": ":attribute no debe ser mayor que :max kilobytes.",
            "numeric": ":attribute no debe ser mayor que :max.",
            "string": ":attribute no debe ser mayor que :max caracteres."
        },
        "mimes": ":attribute debe ser un archivo con formato: :values.",
        "mimetypes": ":attribute debe ser un archivo con formato: :values.",
        "min": {
            "array": ":attribute debe tener al menos :min elementos.",
            "file": "El tama\u00f1o de :attribute debe ser de al menos :min kilobytes.",
            "numeric": "El tama\u00f1o de :attribute debe ser de al menos :min.",
            "string": ":attribute debe contener al menos :min caracteres."
        },
        "multiple_of": "El campo :attribute debe ser m\u00faltiplo de :value",
        "not_in": ":attribute es inv\u00e1lido.",
        "not_regex": "El formato del campo :attribute no es v\u00e1lido.",
        "numeric": ":attribute debe ser num\u00e9rico.",
        "password": "La contrase\u00f1a es incorrecta.",
        "present": "El campo :attribute debe estar presente.",
        "prohibited": "El campo :attribute est\u00e1 prohibido.",
        "prohibited_if": "El campo :attribute est\u00e1 prohibido cuando :other es :value.",
        "prohibited_unless": "El campo :attribute est\u00e1 prohibido a menos que :other sea :values.",
        "regex": "El formato de :attribute es inv\u00e1lido.",
        "relatable": "Este :attribute no se puede asociar con este recurso",
        "required": "El campo :attribute es obligatorio.",
        "required_if": "El campo :attribute es obligatorio cuando :other es :value.",
        "required_unless": "El campo :attribute es obligatorio a menos que :other est\u00e9 en :values.",
        "required_with": "El campo :attribute es obligatorio cuando :values est\u00e1 presente.",
        "required_with_all": "El campo :attribute es obligatorio cuando :values est\u00e1n presentes.",
        "required_without": "El campo :attribute es obligatorio cuando :values no est\u00e1 presente.",
        "required_without_all": "El campo :attribute es obligatorio cuando ninguno de :values est\u00e1 presente.",
        "same": ":attribute y :other deben coincidir.",
        "size": {
            "array": ":attribute debe contener :size elementos.",
            "file": "El tama\u00f1o de :attribute debe ser :size kilobytes.",
            "numeric": "El tama\u00f1o de :attribute debe ser :size.",
            "string": ":attribute debe contener :size caracteres."
        },
        "starts_with": "El campo :attribute debe comenzar con uno de los siguientes valores: :values",
        "string": "El campo :attribute debe ser una cadena de caracteres.",
        "timezone": "El :attribute debe ser una zona v\u00e1lida.",
        "unique": "El campo :attribute ya ha sido registrado.",
        "uploaded": "Subir :attribute ha fallado.",
        "url": "El formato :attribute es inv\u00e1lido.",
        "uuid": "El campo :attribute debe ser un UUID v\u00e1lido.",
        "custom": {
            "email": {
                "unique": "El :attribute ya ha sido registrado."
            },
            "password": {
                "min": "La :attribute debe contener m\u00e1s de :min caracteres"
            }
        },
        "attributes": {
            "address": "direcci\u00f3n",
            "age": "edad",
            "body": "contenido",
            "city": "ciudad",
            "content": "contenido",
            "country": "pa\u00eds",
            "current_password": "contrase\u00f1a actual",
            "date": "fecha",
            "day": "d\u00eda",
            "description": "descripci\u00f3n",
            "email": "correo electr\u00f3nico",
            "excerpt": "extracto",
            "first_name": "nombre",
            "gender": "g\u00e9nero",
            "hour": "hora",
            "last_name": "apellido",
            "message": "mensaje",
            "minute": "minuto",
            "mobile": "m\u00f3vil",
            "month": "mes",
            "name": "nombre",
            "password": "contrase\u00f1a",
            "password_confirmation": "confirmaci\u00f3n de la contrase\u00f1a",
            "phone": "tel\u00e9fono",
            "price": "precio",
            "role": "rol",
            "second": "segundo",
            "sex": "sexo",
            "subject": "asunto",
            "terms": "t\u00e9rminos",
            "time": "hora",
            "title": "t\u00edtulo",
            "username": "usuario",
            "year": "a\u00f1o"
        }
    },
    "es.site": {
        "actions_map": {
            "absent": "ausente",
            "access": "acceso",
            "add": "agregar",
            "add_blank_page": "insertar p\u00e1gina en blanco",
            "assign_section_media": "asignar imagen a secci\u00f3n",
            "back_to_list": "Volver a la lista",
            "cancel": "Cancelar",
            "change": "cambiar",
            "change_password": "cambiar la contrase\u00f1a",
            "choose": "T\u00fa eliges",
            "click_here": "haga clic aqu\u00ed",
            "confirm": "\u00c9l confirma",
            "convert": "convertir",
            "create": "crear",
            "delete": "borrar",
            "delete_attachment": "eliminar imagen",
            "deselect_all": "desmarcar todo",
            "download": "descargar",
            "download_or_view": "descargar o ver",
            "duplicate": "duplicado",
            "edit": "editar",
            "enable": "capacidad",
            "export": "exportar",
            "filtered_recipes_preview": "Vista previa de la receta",
            "go_back_home": "volver a la p\u00e1gina de inicio",
            "hide": "esconder",
            "impersonate": "se hace pasar por",
            "import": "Eso importa",
            "import_from_file": "importar desde archivo",
            "in_work": "pasar al procesamiento",
            "inscribe": "inscribirse",
            "insert": "insertar",
            "login": "acceso",
            "login_with_corporate": "Inicie sesi\u00f3n con su cuenta comercial",
            "login_with_cred": "Inicia sesi\u00f3n con tus credenciales",
            "make": "hacer",
            "manage": "administrar",
            "new": "nuevo",
            "order_articles_in_evidence": "ordenar art\u00edculos en evidencia",
            "order_presets_in_evidence": "ordenar ajustes preestablecidos en evidencia",
            "order_widgets_in_evidence": "Ordenar widgets en evidencia",
            "preview": "avance",
            "print": "prensa",
            "proceed": "proceder",
            "prune_bunny_cache": "Prune Bunnycache",
            "prune_cdn_cache": "Purge CDN Cache",
            "publish": "p\u00fablico",
            "register": "registro",
            "remove": "eliminar",
            "remove_internal_link": "Eliminar enlace interno",
            "reset": "reiniciar",
            "reset_password": "restablecer contrase\u00f1a",
            "save": "ahorrar",
            "search": "cerca",
            "select": "seleccionar",
            "send": "enviar",
            "show": "espect\u00e1culo",
            "show_related_content": "Ver contenido relacionado",
            "subscribe": "suscribir",
            "unscribe": "Darse de baja",
            "upload": "subir",
            "upload_attachment": "subir imagen",
            "upload_file": "subir archivo",
            "use_as_cover": "usar como tapadera",
            "use_as_final_image": "resultado final",
            "view": "vista",
            "view_attachment": "ver imagen",
            "wizard": "wizard"
        },
        "articles_layouts": {
            "only_img": "solo imagen",
            "only_text": "solo texto",
            "recipes_collection": "colecci\u00f3n de recetas",
            "text_img": "texto e imagen"
        },
        "collections_type": {
            "only_img": "Imagen",
            "only_text": "Texto",
            "recipe_collection": "colecci\u00f3n de recetas",
            "text_img": "texto e imagen"
        },
        "datatable": {
            "info": "Ver p\u00e1gina _PAGE_ di _PAGES_ (_TOTAL_ Resultados)",
            "infoEmpty": "No hay resultados disponibles",
            "infoFiltered": "[Filtrado por _MAX_ resultados]",
            "search_in_table": "Buscar en la tabla",
            "visualize_el_drop": "elementos mostrados:",
            "zeroRecords": "No se encontraron resultados"
        },
        "default": {
            "actions": "comportamiento",
            "admin": "administraci\u00f3n",
            "administration": "administraci\u00f3n",
            "administrative_area": "regi\u00f3n",
            "all_recipes": "todas las recetas",
            "allergen": "al\u00e9rgeno",
            "allergens": "al\u00e9rgenos",
            "amount": "cantidad",
            "amount_to_convert": "cantidad a convertir",
            "article": "art\u00edculo",
            "article_details": "Detalles del art\u00edculo",
            "articles": "art\u00edculos",
            "articles_published": "art\u00edculos publicados",
            "articles_wip": "art\u00edculos en progreso",
            "author": "autor",
            "authors": "autores",
            "back_cover": "Contraportada",
            "back_description": "Descripci\u00f3n de la contraportada",
            "caption": "Subt\u00edtulo",
            "categories": "categor\u00edas",
            "category": "categor\u00eda",
            "changelogs": "changelogs",
            "child_ingredients": "Ingredientes ni\u00f1os",
            "child_locations": "Ubicaciones para ni\u00f1os",
            "colloquial_area": "\u00e1rea geogr\u00e1fica",
            "conditions": "condiciones",
            "confirm_password": "confirmar Contrase\u00f1a",
            "contacts": "contactos",
            "content": "contenido",
            "continent": "continente",
            "cook": "cocido",
            "cooking": "m\u00e9todo de cocci\u00f3n",
            "cooking_duration": "tiempo de cocci\u00f3n",
            "cookings": "m\u00e9todo de cocci\u00f3n",
            "country": "naci\u00f3n",
            "cover": "cubrir",
            "created_at": "fecha de creaci\u00f3n",
            "cuisine": "Cocina",
            "daily": "receta del d\u00eda",
            "daily_menu": "men\u00fa del d\u00eda",
            "date": "fecha",
            "decreasing_time": "Disminuyendo el tiempo",
            "default": "Ingrese la URL del video en una versi\u00f3n corta (YouTube o Vimeo)",
            "description": "descripci\u00f3n",
            "dessert": "postre",
            "desserts": "postres",
            "details": "detalles",
            "difficulty": "dificultad",
            "direct_assignement": "asignaci\u00f3n directa",
            "eat-condition": "condici\u00f3n de comer",
            "eat-conditions": "condiciones de alimentaci\u00f3n",
            "ebook": "libro electr\u00f3nico",
            "ebook_covers": "Portadas de libros electr\u00f3nicos",
            "ebook_details": "Detalles del libro electr\u00f3nico",
            "ebook_show_sections_images": "Ver p\u00e1gina divisoria para cada secci\u00f3n",
            "ebook_structure": "estructura del libro electr\u00f3nico",
            "ebook_template_type": "plantilla de libro electr\u00f3nico",
            "ebooks": "libros electr\u00f3nicos",
            "email": "correo electr\u00f3nico",
            "end_time_min": "Fin del v\u00eddeo (minutos)",
            "end_time_sec": "Fin del v\u00eddeo (segundos)",
            "event": "Evento",
            "event_date": "Fecha",
            "event_link": "Enlace",
            "event_link_title": "T\u00edtulo del enlace",
            "event_location": "Ubicaci\u00f3n del evento",
            "events": "Eventos",
            "external_link": "enlace externo",
            "factor": "factor",
            "feeding": "alimentaci\u00f3n",
            "feedings": "alimentaciones",
            "filter_preset": "ajustes preestablecidos de filtro",
            "filter_presets": "ajustes preestablecidos de filtro",
            "filters": "filtros",
            "first": "primer plato",
            "firsts": "primeros platos",
            "front_cover": "Portada",
            "gallery": "galer\u00eda",
            "geolocation": "posici\u00f3n",
            "handle_step_media": "Seleccionar im\u00e1genes de pasos",
            "home_widget": "widget de p\u00e1gina de inicio",
            "home_widgets": "widgets de la p\u00e1gina de inicio",
            "image": "imagen",
            "image_caption": "t\u00edtulo de la imagen",
            "image_title": "t\u00edtulo de la imagen",
            "images": "Im\u00e1genes",
            "in_evidence": "presentado",
            "increasing_time": "Aumento del tiempo",
            "info": "informaci\u00f3n",
            "ingredient": "ingrediente",
            "ingredient_type": "tipo de ingrediente",
            "ingredient_types": "tipos de ingredientes",
            "ingredients": "ingredientes",
            "input_unit": "unidad de entrada",
            "insert_short_video_url": "Introduzca la URL de la versi\u00f3n corta del v\u00eddeo (YouTube o Vimeo)",
            "insert_short_video_url_app": "Ingresa la URL de la versi\u00f3n corta de la aplicaci\u00f3n de video (Vimeo)",
            "insert_video_url": "Ingresa la URL del video (YouTube o Vimeo)",
            "insert_video_url_app": "Ingresa la URL de la aplicaci\u00f3n de video (Vimeo)",
            "insight": "art\u00edculo",
            "insights": "art\u00edculos",
            "internal_link": "Enlace interno",
            "internal_link_for": "Enlace interno para",
            "kcal_x_100g": "Kcal\/100g",
            "key": "llave",
            "label": "etiqueta",
            "language_key": "clave de idioma",
            "last_change": "\u00faltima modificaci\u00f3n",
            "latest": "M\u00e1s reciente",
            "latitude": "Latitud",
            "layout": "disposici\u00f3n",
            "layouts": "dise\u00f1os",
            "locality": "ciudad",
            "location": "Ubicaci\u00f3n",
            "location_details": "Detalles de ubicaci\u00f3n",
            "locations": "Ubicaciones",
            "login_msg": "Utilice sus credenciales para iniciar sesi\u00f3n",
            "login_or_reset": "o si no recuerdas tu contrase\u00f1a",
            "longitude": "Longitud",
            "name": "nombre",
            "name_plural": "sustantivo plural",
            "new_password": "Nueva contrase\u00f1a",
            "not_in_evidence": "no en evidencia",
            "not_ready": "no estoy listo",
            "notification": "Notificaci\u00f3n",
            "notification_details": "Detalles de la notificaci\u00f3n",
            "notifications": "Notificaciones",
            "old_password": "Contrase\u00f1a anterior",
            "older": "Menos reciente",
            "or": "o",
            "order": "clasificaci\u00f3n",
            "order_by": "Ordenar por",
            "origin_country": "pa\u00eds natal",
            "other": "otro",
            "output_unit": "unidad de salida",
            "page": "p\u00e1gina",
            "page_not_found": "p\u00e1gina no encontrada",
            "parent_ingredient": "Ingrediente padre",
            "parent_locations": "Ubicaci\u00f3n del padre",
            "password": "contrase\u00f1a",
            "permission": "permiso",
            "permissions": "permisos",
            "portions": "porciones",
            "prefix": "prefijo",
            "preparation": "preparaci\u00f3n",
            "preparation_duration": "tiempo de preparaci\u00f3n",
            "preview": "avance",
            "print": "Prensa",
            "print_hd": "Impresi\u00f3n HD",
            "ready": "listo",
            "reasons": "motivaciones",
            "recipe": "receta",
            "recipe_collection_filter": "filtros de colecci\u00f3n",
            "recipe_collection_info": "informaci\u00f3n de la colecci\u00f3n",
            "recipe_count": "Recetas relacionadas",
            "recipe_cover": "portada de la receta",
            "recipe_details": "detalles de la receta",
            "recipe_ingredients": "ingredientes de la receta",
            "recipe_template_type": "plantilla de receta",
            "recipes": "recetas",
            "recipes_collection": "Colecci\u00f3n de recetas",
            "recipes_collections": "Colecciones de recetas",
            "recipes_published": "recetas publicadas",
            "recipes_wip": "recetas en proceso",
            "redirect_code": "c\u00f3digo de redirecci\u00f3n",
            "redirect_from": "redirigir desde",
            "redirect_to": "redirigir a",
            "reference_amount": "cantidad de referencia",
            "reference_unit": "unidad de referencia",
            "related": "relacionado",
            "related_recipes": "recetas relacionadas",
            "remaining_chars": "Personajes restantes",
            "rest_duration": "tiempo de descanso",
            "role": "role",
            "roles": "roles",
            "search_text": "Buscar texto",
            "seasons": "estaciones",
            "second": "segundo plato",
            "seconds": "segundos platos",
            "section": "secci\u00f3n",
            "section_content_type": "Seleccionar el tipo de secci\u00f3n",
            "sections": "secciones",
            "sent_at": "Enviado a",
            "seo_default_description": "\u00a1Bienvenidos a mi casa! Aqu\u00ed he recopilado todas las recetas que me han llamado la atenci\u00f3n y que he decidido compartir con ustedes.",
            "seo_description": "descripci\u00f3n para SEO",
            "seo_keywords": "palabras clave",
            "seo_redirect": "redirecci\u00f3n",
            "seo_redirects": "redirecciones",
            "seo_title": "t\u00edtulo para SEO",
            "seopage": "P\u00e1gina de SEO",
            "short_description": "breve descripci\u00f3n",
            "short_video_url": "URL de v\u00eddeo corto",
            "short_video_url_app": "URL de la aplicaci\u00f3n de videos cortos (Vimeo, no YouTube)",
            "show_banner_sponsor": "Patrocinador (Banner)",
            "show_full_recipe": "Receta (Completa)",
            "show_full_sponsor": "Patrocinador (completo)",
            "show_in_home": "Mostrar en la p\u00e1gina de inicio",
            "show_partial_recipe": "Receta (parcial)",
            "show_partial_sponsor": "Patrocinador (parcial)",
            "show_preview": "avance",
            "show_three_quarters_recipe": "Receta (3\/4)",
            "side": "guarnici\u00f3n",
            "sides": "guarniciones",
            "site": "sitio",
            "social_description": "Descripci\u00f3n en redes sociales",
            "social_title": "t\u00edtulo en las redes sociales",
            "spec_weight": "peso espec\u00edfico",
            "specific_weight": "peso espec\u00edfico",
            "sponsor": "patrocinador",
            "sponsor_details": "Detalles del patrocinador",
            "sponsors": "patrocinadores",
            "start_time_min": "Inicio del v\u00eddeo (minutos)",
            "start_time_sec": "Inicio del v\u00eddeo (segundos)",
            "starter": "plato de entrada",
            "starters": "platos de entrada",
            "status": "Estado",
            "status_in_work": "En curso",
            "status_published": "publicado",
            "step": "paso",
            "structure": "estructura",
            "subtitle": "subt\u00edtulo",
            "surname": "apellido",
            "temperature": "temperatura",
            "temperature_range": "rango de temperatura del clima",
            "terms": "t\u00e9rminos",
            "terms_conditions": "T\u00e9rminos y condiciones",
            "text": "texto",
            "time": "Tiempo",
            "title": "T\u00edtulo",
            "to_be_sent_at": "Para ser enviado el",
            "tool": "instrumento",
            "tools": "instrumentos",
            "transparent_cover": "cubierta transparente",
            "type": "tipo",
            "unit": "unidad",
            "unit_measure": "unidad de medida",
            "user": "usuario",
            "users": "usuarios",
            "value": "valor",
            "video_url": "URL del v\u00eddeo",
            "video_url_app": "Aplicaci\u00f3n de v\u00eddeo URL (Vimeo, no Youtube)",
            "words": "Palabras",
            "year_availability": "disponibilidad anual"
        },
        "difficulty_list": {
            "easy": "f\u00e1cil",
            "hard": "duro",
            "medium": "medio"
        },
        "ebook_recipe_templates": {
            "image": "solo imagen",
            "text": "solo texto",
            "text_image": "texto e imagen"
        },
        "ebook_templates": {
            "articles": "art\u00edculos",
            "recipes": "recetas"
        },
        "import_modal": {
            "action": "haga clic o arrastre",
            "download_error_report": "descargar el informe de errores",
            "download_tpl": "Descargar la plantilla de importaci\u00f3n",
            "max_file_size": "tama\u00f1o m\u00e1ximo de archivo",
            "msg": "tama\u00f1o m\u00e1ximo de archivo",
            "supported_format": "formatos compatibles"
        },
        "labels": {
            "delete_continue": "Al continuar, eliminar\u00e1 permanentemente el registro seleccionado de :label",
            "sure_to_continue": "\u00bfEst\u00e1s seguro que deseas continuar?"
        },
        "lang": {
            "en": "Ingl\u00e9s",
            "es": "Espa\u00f1ol",
            "fr": "Franc\u00e9s",
            "it": "italiano"
        },
        "menu": {
            "admin": "administraci\u00f3n",
            "allergens": "al\u00e9rgenos",
            "app": "aplicaci\u00f3n m\u00f3vil",
            "authors": "autores",
            "calendar": "calendario",
            "categories": "categor\u00edas",
            "cookbook": "libro de recetas",
            "cookings": "m\u00e9todos de cocci\u00f3n",
            "dashboard": "panel",
            "eat-conditions": "condiciones de alimentaci\u00f3n",
            "ebooks": "libros electr\u00f3nicos",
            "events": "Eventos",
            "feeding": "alimentaciones",
            "filter_presets": "ajustes preestablecidos de filtro",
            "food_storage": "despensa",
            "home_widgets": "widgets de la p\u00e1gina de inicio",
            "ingredient_types": "tipos de ingredientes",
            "ingredients": "ingredientes",
            "langs": "idiomas",
            "locations": "Ubicaci\u00f3n",
            "notifications": "Notificaciones",
            "permissions": "permisos",
            "publishing": "publicaci\u00f3n",
            "recipes": "recetas",
            "recipes_collections": "Colecciones de recetas",
            "resources": "recursos",
            "roles": "roles",
            "seo_redireccts": "Redirecci\u00f3n de SEO",
            "seo_redirects": "Redirecciones SEO",
            "seopage": "p\u00e1gina",
            "seopages": "P\u00e1ginas SEO",
            "tools": "instrumentos",
            "unit_measure": "unidad de medida",
            "users": "usuarios"
        },
        "notification_type": {
            "article": "art\u00edculo",
            "external_link": "enlace externo",
            "page": "p\u00e1gina",
            "recipe": "receta"
        },
        "notifications": {
            "article_created": "Art\u00edculo creado exitosamente",
            "article_moved_in_work": "El art\u00edculo se ha movido correctamente al proceso",
            "article_published": "Art\u00edculo publicado con \u00e9xito",
            "article_updated": "Art\u00edculo actualizado con \u00e9xito",
            "articlesorder__updated": "Clasificaci\u00f3n de art\u00edculos actualizada",
            "bunny_cache_prune_success": "Bunnycache podado con \u00e9xito",
            "cdn_cache_prune_success": "La cach\u00e9 de CDN se purg\u00f3 correctamente",
            "ebook_available": "Formato de libro electr\u00f3nico disponible para descargar",
            "ebook_check_error": "Error al generar el PDF",
            "ebook_created": "Libro electr\u00f3nico creado con \u00e9xito",
            "ebook_download_error": "Error durante la descarga",
            "ebook_final_available": "Formato de libro electr\u00f3nico disponible para descargar",
            "ebook_final_downloaded": "Libro electr\u00f3nico descargado correctamente",
            "ebook_final_generation_started": "Comenz\u00f3 la generaci\u00f3n de libros electr\u00f3nicos",
            "ebook_generation_error": "Error al solicitar la generaci\u00f3n",
            "ebook_generation_started": "Comenz\u00f3 la generaci\u00f3n de libros electr\u00f3nicos",
            "ebook_moved_in_work": "El libro electr\u00f3nico se traslad\u00f3 con \u00e9xito a producci\u00f3n",
            "ebook_preview_available": "Vista previa disponible para descargar",
            "ebook_preview_downloaded": "Vista previa descargada exitosamente",
            "ebook_preview_generation_started": "Comenz\u00f3 la generaci\u00f3n de vista previa",
            "ebook_published": "Libro electr\u00f3nico publicado con \u00e9xito",
            "ebook_updated": "Libro electr\u00f3nico actualizado con \u00e9xito",
            "error_processing": "Error al procesar la solicitud",
            "errors_403": "El usuario no tiene los permisos necesarios para realizar la acci\u00f3n",
            "errors_404": "Recurso no encontrado",
            "errors_500": "El servidor encontr\u00f3 un error interno y no pudo completar la solicitud.",
            "errors_503": "Servicio No Disponible",
            "errors_title": "\u00a1Error!",
            "event_created": "Evento creado exitosamente",
            "event_published": "Evento publicado exitosamente",
            "event_updated": "Evento actualizado exitosamente",
            "filter_preset_created": "Ajuste preestablecido de filtro creado",
            "filter_preset_updated": "Ajustes preestablecidos de filtro actualizados",
            "ingredient_childs_not_assignable": "Los siguientes ingredientes secundarios no se pueden combinar",
            "ingredient_created": "Ingrediente creado exitosamente",
            "ingredient_moved_in_work": "Ingrediente trasladado con \u00e9xito al procesamiento",
            "ingredient_parents_not_assignable": "Los siguientes ingredientes principales no se pueden combinar",
            "ingredient_published": "Ingrediente publicado con \u00e9xito",
            "ingredient_updated": "Ingrediente actualizado exitosamente",
            "invalid_values_msg": "Verifique que los valores ingresados \u200b\u200bsean v\u00e1lidos",
            "location_childs_not_assignable": "Las siguientes ubicaciones principales no se pueden asociar",
            "location_created": "Ubicaci\u00f3n creada exitosamente",
            "location_parents_not_assignable": "Las siguientes ubicaciones secundarias no se pueden asociar",
            "location_updated": "Ubicaci\u00f3n actualizada exitosamente",
            "max_step_media": "Puede seleccionar hasta tres im\u00e1genes por paso",
            "min_confirm_password": "El campo 'Confirmar contrase\u00f1a' debe contener al menos 8 caracteres",
            "min_new_password": "El campo 'Nueva contrase\u00f1a' debe contener al menos 8 caracteres",
            "min_old_password": "El campo 'Contrase\u00f1a anterior' debe contener al menos 8 caracteres",
            "missing_values_msg": "Complete todos los campos obligatorios",
            "notification_created": "Notificaci\u00f3n creada exitosamente",
            "notification_updated": "Notificaci\u00f3n actualizada exitosamente",
            "order_updated": "Pedido actualizado",
            "print_available": "Formato imprimible disponible para descargar",
            "print_generation_started": "Comenz\u00f3 la generaci\u00f3n de impresiones",
            "print_hd_available": "Formato de impresi\u00f3n HD disponible para descargar",
            "print_hd_generation_started": "Comenz\u00f3 la generaci\u00f3n de impresiones HD",
            "recipe_created": "Receta creada exitosamente",
            "recipe_moved_in_work": "La receta se movi\u00f3 exitosamente al proceso",
            "recipe_published": "Receta publicada con \u00e9xito",
            "recipe_updated": "Receta actualizada exitosamente",
            "sponsor_created": "Patrocinador creado exitosamente",
            "sponsor_updated": "El patrocinador se actualiz\u00f3 correctamente",
            "wizard_article": "Asociar un art\u00edculo a la notificaci\u00f3n",
            "wizard_article_image": "Asociar una imagen a cada secci\u00f3n de tipo 'IMAGEN'",
            "wizard_article_in_evidence": "Complete todas las entradas requeridas en la secci\u00f3n 'En evidencia'",
            "wizard_article_invalid_url": "Por favor, introduzca una URL v\u00e1lida",
            "wizard_article_sections": "Complete todos los campos requeridos en la secci\u00f3n 'Secciones'",
            "wizard_article_sections_ita": "Rellene todos los campos obligatorios en la secci\u00f3n \u2018Secciones\u2019, al menos en italiano.",
            "wizard_detail_invalid_url": "Por favor, introduzca una URL v\u00e1lida",
            "wizard_details": "Complete todos los campos requeridos en la secci\u00f3n de detalles",
            "wizard_details_ita": "Complete todos los campos requeridos en la secci\u00f3n de detalles al menos en italiano.",
            "wizard_ebook_structure": "Complete todos los campos requeridos en la secci\u00f3n de estructura",
            "wizard_ebook_template": "Asociar una plantilla para cada receta seleccionada",
            "wizard_external_link": "Asociar una URL con la notificaci\u00f3n",
            "wizard_ingredients": "Complete todos los campos requeridos en la secci\u00f3n de ingredientes.",
            "wizard_ingredients_min_val": "Por favor, introduzca un valor mayor que 0",
            "wizard_ingredients_num_val": "Introduzca un valor num\u00e9rico",
            "wizard_massive_media_delete": "Se produjo un error al eliminar el medio",
            "wizard_massive_media_load": "Se produjo un error al cargar el medio.",
            "wizard_page": "Complete todos los campos requeridos en la secci\u00f3n 'P\u00e1gina'",
            "wizard_page_file": "Sube una imagen para asociarla con la notificaci\u00f3n",
            "wizard_page_ita": "Rellene todos los campos obligatorios en la secci\u00f3n 'P\u00e1gina', al menos en italiano.",
            "wizard_preparation": "Complete todos los campos requeridos en la secci\u00f3n de preparaci\u00f3n",
            "wizard_preparation_ita": "Complete todos los campos requeridos en la secci\u00f3n de preparaci\u00f3n al menos en italiano.",
            "wizard_preparation_time": "Valor m\u00e1ximo permitido: 60",
            "wizard_preparation_time_max": "Valor m\u00e1ximo permitido: 60",
            "wizard_preparation_time_min": "Valor m\u00ednimo permitido: 0",
            "wizard_recipe": "Asociar una receta a la notificaci\u00f3n",
            "wizard_section_ita": "Complete todos los campos requeridos en la secci\u00f3n 'Secciones del art\u00edculo' al menos en italiano",
            "wizard_sections": "Complete todos los campos requeridos en la secci\u00f3n 'Secciones del art\u00edculo'.",
            "wizard_seo": "Complete todos los campos requeridos en la secci\u00f3n SEO",
            "wizard_seo_ita": "Complete todos los campos requeridos en la secci\u00f3n SEO al menos en italiano",
            "wizard_single_media_delete": "Se produjo un error al eliminar el medio.",
            "wizard_single_media_load": "Se produjo un error al cargar el medio."
        },
        "season_list": {
            "autumn": "caer",
            "spring": "primavera",
            "summer": "verano",
            "winter": "invierno"
        },
        "titles": {
            "dashboard": "Panel",
            "manage_allergens": "Manejo de al\u00e9rgenos",
            "manage_articles": "Gesti\u00f3n de art\u00edculos",
            "manage_articles_in_evidence": "Administrar la clasificaci\u00f3n de art\u00edculos en la p\u00e1gina de inicio",
            "manage_authors": "Gesti\u00f3n de autores",
            "manage_categories": "Gesti\u00f3n de categor\u00edas",
            "manage_cookings": "Gesti\u00f3n de m\u00e9todos de cocci\u00f3n",
            "manage_eat-conditions": "Condiciones de gesti\u00f3n del servicio",
            "manage_ebooks": "Gesti\u00f3n de libros electr\u00f3nicos",
            "manage_events": "Gesti\u00f3n de eventos",
            "manage_feedings": "Administraci\u00f3n de energ\u00eda",
            "manage_filter_presets": "Gesti\u00f3n de ajustes preestablecidos de filtros",
            "manage_filter_presets_in_evidence": "Administrar la clasificaci\u00f3n preestablecida",
            "manage_home_recipes": "Gesti\u00f3n de recetas caseras",
            "manage_home_widgets": "Gesti\u00f3n de widgets de la p\u00e1gina de inicio",
            "manage_home_widgets_in_evidence": "Administrar la clasificaci\u00f3n de widgets",
            "manage_ingredient_types": "Gesti\u00f3n del tipo de ingrediente",
            "manage_ingredients": "Gesti\u00f3n de ingredientes",
            "manage_languages": "Gesti\u00f3n del lenguaje",
            "manage_locations": "Gesti\u00f3n de ubicaciones",
            "manage_notifications": "Gesti\u00f3n de ubicaciones",
            "manage_permissions": "Gesti\u00f3n de permisos",
            "manage_recipes": "Gesti\u00f3n de recetas",
            "manage_recipes_collections": "Gesti\u00f3n de la colecci\u00f3n de recetas",
            "manage_roles": "Gesti\u00f3n de roles",
            "manage_seo_redirects": "Gestionar redirecciones SEO",
            "manage_seopages": "Gesti\u00f3n SEO de p\u00e1ginas",
            "manage_sponsor": "Gesti\u00f3n de patrocinadores",
            "manage_tools": "Gesti\u00f3n de herramientas",
            "manage_unit_measure": "Gesti\u00f3n de Unidades de Medida",
            "manage_users": "Gesti\u00f3n de usuarios"
        }
    },
    "fr.auth": {
        "failed": "Ces identifiants ne correspondent pas \u00e0 nos enregistrements.",
        "throttle": "Tentatives de connexion trop nombreuses. Veuillez essayer de nouveau dans :seconds secondes."
    },
    "fr.pagination": {
        "next": "Suivant &raquo;",
        "previous": "&laquo; Pr\u00e9c\u00e9dent"
    },
    "fr.passwords": {
        "reset": "Votre mot de passe a \u00e9t\u00e9 r\u00e9initialis\u00e9 !",
        "sent": "Nous vous avons envoy\u00e9 par email le lien de r\u00e9initialisation du mot de passe !",
        "throttled": "Veuillez patienter avant de r\u00e9essayer.",
        "token": "Ce jeton de r\u00e9initialisation du mot de passe n'est pas valide.",
        "user": "Aucun utilisateur n'a \u00e9t\u00e9 trouv\u00e9 avec cette adresse email."
    },
    "fr.validation": {
        "accepted": "Le champ :attribute doit \u00eatre accept\u00e9.",
        "active_url": "Le champ :attribute n'est pas une URL valide.",
        "after": "Le champ :attribute doit \u00eatre une date post\u00e9rieure au :date.",
        "after_or_equal": "Le champ :attribute doit \u00eatre une date post\u00e9rieure ou \u00e9gale au :date.",
        "alpha": "Le champ :attribute doit contenir uniquement des lettres.",
        "alpha_dash": "Le champ :attribute doit contenir uniquement des lettres, des chiffres et des tirets.",
        "alpha_num": "Le champ :attribute doit contenir uniquement des chiffres et des lettres.",
        "array": "Le champ :attribute doit \u00eatre un tableau.",
        "attached": ":attribute est d\u00e9j\u00e0 attach\u00e9(e).",
        "before": "Le champ :attribute doit \u00eatre une date ant\u00e9rieure au :date.",
        "before_or_equal": "Le champ :attribute doit \u00eatre une date ant\u00e9rieure ou \u00e9gale au :date.",
        "between": {
            "array": "Le tableau :attribute doit contenir entre :min et :max \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre comprise entre :min et :max kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre comprise entre :min et :max.",
            "string": "Le texte :attribute doit contenir entre :min et :max caract\u00e8res."
        },
        "boolean": "Le champ :attribute doit \u00eatre vrai ou faux.",
        "confirmed": "Le champ de confirmation :attribute ne correspond pas.",
        "date": "Le champ :attribute n'est pas une date valide.",
        "date_equals": "Le champ :attribute doit \u00eatre une date \u00e9gale \u00e0 :date.",
        "date_format": "Le champ :attribute ne correspond pas au format :format.",
        "different": "Les champs :attribute et :other doivent \u00eatre diff\u00e9rents.",
        "digits": "Le champ :attribute doit contenir :digits chiffres.",
        "digits_between": "Le champ :attribute doit contenir entre :min et :max chiffres.",
        "dimensions": "La taille de l'image :attribute n'est pas conforme.",
        "distinct": "Le champ :attribute a une valeur en double.",
        "email": "Le champ :attribute doit \u00eatre une adresse email valide.",
        "ends_with": "Le champ :attribute doit se terminer par une des valeurs suivantes : :values",
        "exists": "Le champ :attribute s\u00e9lectionn\u00e9 est invalide.",
        "file": "Le champ :attribute doit \u00eatre un fichier.",
        "filled": "Le champ :attribute doit avoir une valeur.",
        "gt": {
            "array": "Le tableau :attribute doit contenir plus de :value \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre sup\u00e9rieure \u00e0 :value kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre sup\u00e9rieure \u00e0 :value.",
            "string": "Le texte :attribute doit contenir plus de :value caract\u00e8res."
        },
        "gte": {
            "array": "Le tableau :attribute doit contenir au moins :value \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 :value kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 :value.",
            "string": "Le texte :attribute doit contenir au moins :value caract\u00e8res."
        },
        "image": "Le champ :attribute doit \u00eatre une image.",
        "in": "Le champ :attribute est invalide.",
        "in_array": "Le champ :attribute n'existe pas dans :other.",
        "integer": "Le champ :attribute doit \u00eatre un entier.",
        "ip": "Le champ :attribute doit \u00eatre une adresse IP valide.",
        "ipv4": "Le champ :attribute doit \u00eatre une adresse IPv4 valide.",
        "ipv6": "Le champ :attribute doit \u00eatre une adresse IPv6 valide.",
        "json": "Le champ :attribute doit \u00eatre un document JSON valide.",
        "lt": {
            "array": "Le tableau :attribute doit contenir moins de :value \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre inf\u00e9rieure \u00e0 :value kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre inf\u00e9rieure \u00e0 :value.",
            "string": "Le texte :attribute doit contenir moins de :value caract\u00e8res."
        },
        "lte": {
            "array": "Le tableau :attribute doit contenir au plus :value \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 :value kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 :value.",
            "string": "Le texte :attribute doit contenir au plus :value caract\u00e8res."
        },
        "max": {
            "array": "Le tableau :attribute ne peut contenir plus de :max \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute ne peut pas d\u00e9passer :max kilo-octets.",
            "numeric": "La valeur de :attribute ne peut \u00eatre sup\u00e9rieure \u00e0 :max.",
            "string": "Le texte de :attribute ne peut contenir plus de :max caract\u00e8res."
        },
        "mimes": "Le champ :attribute doit \u00eatre un fichier de type : :values.",
        "mimetypes": "Le champ :attribute doit \u00eatre un fichier de type : :values.",
        "min": {
            "array": "Le tableau :attribute doit contenir au moins :min \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre sup\u00e9rieure \u00e0 :min kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 :min.",
            "string": "Le texte :attribute doit contenir au moins :min caract\u00e8res."
        },
        "multiple_of": "La valeur de :attribute doit \u00eatre un multiple de :value",
        "not_in": "Le champ :attribute s\u00e9lectionn\u00e9 n'est pas valide.",
        "not_regex": "Le format du champ :attribute n'est pas valide.",
        "numeric": "Le champ :attribute doit contenir un nombre.",
        "password": "Le mot de passe est incorrect",
        "present": "Le champ :attribute doit \u00eatre pr\u00e9sent.",
        "prohibited": "Le champ :attribute est interdit.",
        "prohibited_if": "Le champ :attribute est interdit quand :other a la valeur :value.",
        "prohibited_unless": "Le champ :attribute est interdit \u00e0 moins que :other est l'une des valeurs :values.",
        "regex": "Le format du champ :attribute est invalide.",
        "relatable": ":attribute n'est sans doute pas associ\u00e9(e) avec cette donn\u00e9e.",
        "required": "Le champ :attribute est obligatoire.",
        "required_if": "Le champ :attribute est obligatoire quand la valeur de :other est :value.",
        "required_unless": "Le champ :attribute est obligatoire sauf si :other est :values.",
        "required_with": "Le champ :attribute est obligatoire quand :values est pr\u00e9sent.",
        "required_with_all": "Le champ :attribute est obligatoire quand :values sont pr\u00e9sents.",
        "required_without": "Le champ :attribute est obligatoire quand :values n'est pas pr\u00e9sent.",
        "required_without_all": "Le champ :attribute est requis quand aucun de :values n'est pr\u00e9sent.",
        "same": "Les champs :attribute et :other doivent \u00eatre identiques.",
        "size": {
            "array": "Le tableau :attribute doit contenir :size \u00e9l\u00e9ments.",
            "file": "La taille du fichier de :attribute doit \u00eatre de :size kilo-octets.",
            "numeric": "La valeur de :attribute doit \u00eatre :size.",
            "string": "Le texte de :attribute doit contenir :size caract\u00e8res."
        },
        "starts_with": "Le champ :attribute doit commencer avec une des valeurs suivantes : :values",
        "string": "Le champ :attribute doit \u00eatre une cha\u00eene de caract\u00e8res.",
        "timezone": "Le champ :attribute doit \u00eatre un fuseau horaire valide.",
        "unique": "La valeur du champ :attribute est d\u00e9j\u00e0 utilis\u00e9e.",
        "uploaded": "Le fichier du champ :attribute n'a pu \u00eatre t\u00e9l\u00e9vers\u00e9.",
        "url": "Le format de l'URL de :attribute n'est pas valide.",
        "uuid": "Le champ :attribute doit \u00eatre un UUID valide",
        "custom": {
            "attribute-name": {
                "rule-name": "custom-message"
            }
        },
        "attributes": {
            "address": "adresse",
            "age": "\u00e2ge",
            "available": "disponible",
            "city": "ville",
            "content": "contenu",
            "country": "pays",
            "current_password": "mot de passe actuel",
            "date": "date",
            "day": "jour",
            "description": "description",
            "email": "adresse email",
            "excerpt": "extrait",
            "first_name": "pr\u00e9nom",
            "gender": "genre",
            "hour": "heure",
            "last_name": "nom",
            "minute": "minute",
            "mobile": "portable",
            "month": "mois",
            "name": "nom",
            "password": "mot de passe",
            "password_confirmation": "confirmation du mot de passe",
            "phone": "t\u00e9l\u00e9phone",
            "second": "seconde",
            "sex": "sexe",
            "size": "taille",
            "time": "heure",
            "title": "titre",
            "username": "nom d'utilisateur",
            "year": "ann\u00e9e"
        }
    },
    "fr.site": {
        "actions_map": {
            "absent": "absent",
            "access": "acc\u00e9der",
            "add": "ajouter",
            "add_blank_page": "ins\u00e9rer une page vierge",
            "assign_section_media": "attribuer une image \u00e0 une section",
            "back_to_list": "Retour \u00e0 la liste",
            "cancel": "Annuler",
            "change": "changement",
            "change_password": "changer le mot de passe",
            "choose": "tu choisis",
            "click_here": "Cliquez ici",
            "confirm": "il confirme",
            "convert": "convertir",
            "create": "cr\u00e9er",
            "delete": "supprimer",
            "delete_attachment": "supprimer l'image",
            "deselect_all": "d\u00e9cocher tout",
            "download": "t\u00e9l\u00e9charger",
            "download_or_view": "t\u00e9l\u00e9charger ou afficher",
            "duplicate": "double",
            "edit": "modifier",
            "enable": "capacit\u00e9",
            "export": "exporter",
            "filtered_recipes_preview": "Aper\u00e7u de la recette",
            "go_back_home": "retour \u00e0 la page d'accueil",
            "hide": "cacher",
            "impersonate": "se fait passer pour",
            "import": "c'est important",
            "import_from_file": "importer \u00e0 partir d'un fichier",
            "in_work": "passer au traitement",
            "inscribe": "s'inscrire",
            "insert": "ins\u00e9rer",
            "login": "se connecter",
            "login_with_corporate": "Connectez-vous avec votre compte professionnel",
            "login_with_cred": "Connectez-vous avec vos identifiants",
            "make": "faire",
            "manage": "g\u00e9rer",
            "new": "nouveau",
            "order_articles_in_evidence": "Ordre les articulos en preuve",
            "order_presets_in_evidence": "Ordre les pr\u00e9configurations en preuve",
            "order_widgets_in_evidence": "commander des widgets en \u00e9vidence",
            "preview": "aper\u00e7u",
            "print": "presse",
            "proceed": "proc\u00e9der",
            "prune_bunny_cache": "Prune Bunnycache",
            "prune_cdn_cache": "Purge CDN Cache",
            "publish": "publique",
            "register": "registre",
            "remove": "retirer",
            "remove_internal_link": "Supprimer le lien interne",
            "reset": "r\u00e9initialiser",
            "reset_password": "r\u00e9initialiser le mot de passe",
            "save": "sauvegarder",
            "search": "pr\u00e8s",
            "select": "s\u00e9lectionner",
            "send": "envoyer",
            "show": "montrer",
            "show_related_content": "Voir le contenu associ\u00e9",
            "subscribe": "s'abonner",
            "unscribe": "Se d\u00e9sabonner",
            "upload": "t\u00e9l\u00e9charger",
            "upload_attachment": "t\u00e9l\u00e9charger une image",
            "upload_file": "t\u00e9l\u00e9charger un fichier",
            "use_as_cover": "utiliser comme couverture",
            "use_as_final_image": "r\u00e9sultat final",
            "view": "voir",
            "view_attachment": "voir l'image",
            "wizard": "wizard"
        },
        "articles_layouts": {
            "only_img": "image seulement",
            "only_text": "texte uniquement",
            "recipes_collection": "collection de recettes",
            "text_img": "texte et image"
        },
        "collections_type": {
            "only_img": "Image",
            "only_text": "Texte",
            "recipe_collection": "collection de recettes",
            "text_img": "texte et image"
        },
        "datatable": {
            "info": "Afficher la page _PAGE_ di _PAGES_ (_TOTAL_ r\u00e9sultats)",
            "infoEmpty": "Aucun r\u00e9sultat disponible",
            "infoFiltered": "[filtr\u00e9 par _MAX_ r\u00e9sultats]",
            "search_in_table": "Rechercher dans le tableau",
            "visualize_el_drop": "\u00e9l\u00e9ments affich\u00e9s :",
            "zeroRecords": "Aucun r\u00e9sultat trouv\u00e9"
        },
        "default": {
            "actions": "actes",
            "admin": "administrateur",
            "administration": "administration",
            "administrative_area": "r\u00e9gion",
            "all_recipes": "toutes les recettes",
            "allergen": "allerg\u00e8ne",
            "allergens": "allerg\u00e8nes",
            "amount": "montant",
            "amount_to_convert": "quantit\u00e9 \u00e0 convertir",
            "article": "article",
            "article_details": "D\u00e9tails de l'article",
            "articles": "articles",
            "articles_published": "articles publi\u00e9s",
            "articles_wip": "articles en cours",
            "author": "auteur",
            "authors": "auteurs",
            "back_cover": "Quatri\u00e8me de couverture",
            "back_description": "Description de la quatri\u00e8me de couverture",
            "caption": "L\u00e9gende",
            "categories": "cat\u00e9gories",
            "category": "cat\u00e9gorie",
            "changelogs": "changelogs",
            "child_ingredients": "Ingr\u00e9dients enfants",
            "child_locations": "Emplacements de Childs",
            "colloquial_area": "zone g\u00e9ographique",
            "conditions": "conditions",
            "confirm_password": "Confirmez le mot de passe",
            "contacts": "contacts",
            "content": "contenu",
            "continent": "continent",
            "cook": "cuit",
            "cooking": "m\u00e9thode de cuisson",
            "cooking_duration": "temps de cuisson",
            "cookings": "m\u00e9thode de cuisson",
            "country": "nation",
            "cover": "couverture",
            "created_at": "date de cr\u00e9ation",
            "cuisine": "Cuisine",
            "daily": "recette du jour",
            "daily_menu": "menu du jour",
            "date": "date",
            "decreasing_time": "Temps d\u00e9croissant",
            "default": "Entrez l'URL de la vid\u00e9o dans une version courte (YouTube ou Vimeo)",
            "description": "description",
            "dessert": "dessert",
            "desserts": "desserts",
            "details": "d\u00e9tails",
            "difficulty": "difficult\u00e9",
            "direct_assignement": "affectation directe",
            "eat-condition": "\u00e9tat alimentaire",
            "eat-conditions": "conditions alimentaires",
            "ebook": "livre \u00e9lectronique",
            "ebook_covers": "Couvertures de livres \u00e9lectroniques",
            "ebook_details": "D\u00e9tails du livre \u00e9lectronique",
            "ebook_show_sections_images": "Afficher la page de s\u00e9paration pour chaque section",
            "ebook_structure": "structure du livre \u00e9lectronique",
            "ebook_template_type": "mod\u00e8le d'ebook",
            "ebooks": "livres \u00e9lectroniques",
            "email": "e-mail",
            "end_time_min": "Fin de la vid\u00e9o (minutes)",
            "end_time_sec": "Fin de la vid\u00e9o (secondes)",
            "event": "\u00c9v\u00e9nement",
            "event_date": "Date",
            "event_link": "Lien",
            "event_link_title": "Titre du lien",
            "event_location": "Lieu de l'\u00e9v\u00e9nement",
            "events": "\u00c9v\u00e9nements",
            "external_link": "lien externe",
            "factor": "facteur",
            "feeding": "alimentation",
            "feedings": "t\u00e9t\u00e9es",
            "filter_preset": "pr\u00e9r\u00e9glages de filtre",
            "filter_presets": "pr\u00e9r\u00e9glages de filtre",
            "filters": "filtres",
            "first": "premier plat",
            "firsts": "premiers plats",
            "front_cover": "Couverture avant",
            "gallery": "galerie",
            "geolocation": "position",
            "handle_step_media": "S\u00e9lectionnez les images des \u00e9tapes",
            "home_widget": "widget de page d'accueil",
            "home_widgets": "widgets de la page d'accueil",
            "image": "image",
            "image_caption": "l\u00e9gende de l'image",
            "image_title": "titre de l'image",
            "images": "Images",
            "in_evidence": "en vedette",
            "increasing_time": "Augmentation du temps",
            "info": "informations",
            "ingredient": "ingr\u00e9dient",
            "ingredient_type": "type d'ingr\u00e9dient",
            "ingredient_types": "types d'ingr\u00e9dients",
            "ingredients": "ingr\u00e9dients",
            "input_unit": "unit\u00e9 d'entr\u00e9e",
            "insert_short_video_url": "Entrez l'URL de la version courte de la vid\u00e9o (YouTube ou Vimeo)",
            "insert_short_video_url_app": "Entrez l'URL de la version courte de l'application vid\u00e9o (Vimeo)",
            "insert_video_url": "Entrez l'URL de la vid\u00e9o (YouTube ou Vimeo)",
            "insert_video_url_app": "Entrez l'URL de l'application vid\u00e9o (Vimeo)",
            "insight": "article",
            "insights": "articles",
            "internal_link": "Lien interne",
            "internal_link_for": "Lien interne pour",
            "kcal_x_100g": "Kcal\/100g",
            "key": "cl\u00e9",
            "label": "\u00e9tiquette",
            "language_key": "cl\u00e9 de langue",
            "last_change": "derni\u00e8re modification",
            "latest": "Le plus r\u00e9cent",
            "latitude": "Latitude",
            "layout": "mise en page",
            "layouts": "mises en page",
            "locality": "ville",
            "location": "Emplacement",
            "location_details": "D\u00e9tails de l'emplacement",
            "locations": "Emplacements",
            "login_msg": "Utilisez vos identifiants pour vous connecter",
            "login_or_reset": "ou, si vous ne vous souvenez pas de votre mot de passe",
            "longitude": "Longitude",
            "name": "nom",
            "name_plural": "nom pluriel",
            "new_password": "Nouveau mot de passe",
            "not_in_evidence": "pas en \u00e9vidence",
            "not_ready": "pas pr\u00eat",
            "notification": "Notification",
            "notification_details": "D\u00e9tails de la notification",
            "notifications": "Notifications",
            "old_password": "Ancien mot de passe",
            "older": "Moins r\u00e9cent",
            "or": "ou",
            "order": "tri",
            "order_by": "Trier par",
            "origin_country": "pays d'origine",
            "other": "autre",
            "output_unit": "unit\u00e9 de sortie",
            "page": "page",
            "page_not_found": "page non trouv\u00e9e",
            "parent_ingredient": "Ingr\u00e9dient p\u00e8re",
            "parent_locations": "Localisation du p\u00e8re",
            "password": "mot de passe",
            "permission": "permis",
            "permissions": "permis",
            "portions": "portions",
            "prefix": "pr\u00e9fixe",
            "preparation": "pr\u00e9paration",
            "preparation_duration": "temps de pr\u00e9paration",
            "preview": "Aper\u00e7u",
            "print": "Presse",
            "print_hd": "Impression HD",
            "ready": "pr\u00eat",
            "reasons": "motivations",
            "recipe": "recette",
            "recipe_collection_filter": "filtres de collection",
            "recipe_collection_info": "informations sur la collection",
            "recipe_count": "Recettes connexes",
            "recipe_cover": "couverture de recette",
            "recipe_details": "d\u00e9tails de la recette",
            "recipe_ingredients": "ingr\u00e9dients de la recette",
            "recipe_template_type": "mod\u00e8le de recette",
            "recipes": "recettes",
            "recipes_collection": "Recueil de recettes",
            "recipes_collections": "Recueils de recettes",
            "recipes_published": "recettes publi\u00e9es",
            "recipes_wip": "recettes en cours",
            "redirect_code": "code de redirection",
            "redirect_from": "rediriger depuis",
            "redirect_to": "rediriger vers",
            "reference_amount": "quantit\u00e9 de r\u00e9f\u00e9rence",
            "reference_unit": "unit\u00e9 de r\u00e9f\u00e9rence",
            "related": "en rapport",
            "related_recipes": "recettes associ\u00e9es",
            "remaining_chars": "Caract\u00e8res restants",
            "rest_duration": "temps de repos",
            "role": "r\u00f4le",
            "roles": "r\u00f4les",
            "search_text": "Texte de recherche",
            "seasons": "saisons",
            "second": "deuxi\u00e8me plat",
            "seconds": "plats principaux",
            "section": "section",
            "section_content_type": "S\u00e9lectionnez le type de section",
            "sections": "sections",
            "sent_at": "Envoy\u00e9 \u00e0",
            "seo_default_description": "Bienvenue chez moi ! J'ai rassembl\u00e9 ici toutes les recettes qui m'ont marqu\u00e9e et que j'ai choisi de partager avec vous.",
            "seo_description": "description pour le r\u00e9f\u00e9rencement",
            "seo_keywords": "mots-cl\u00e9s",
            "seo_redirect": "redirection",
            "seo_redirects": "redirections",
            "seo_title": "titre pour le r\u00e9f\u00e9rencement",
            "seopage": "Page SEO",
            "short_description": "br\u00e8ve description",
            "short_video_url": "URL de la courte vid\u00e9o",
            "short_video_url_app": "URL de l'application vid\u00e9o courte (Vimeo, pas YouTube)",
            "show_banner_sponsor": "Sponsor (Banni\u00e8re)",
            "show_full_recipe": "Recette (compl\u00e8te)",
            "show_full_sponsor": "Sponsor (complet)",
            "show_in_home": "Afficher sur la page d'accueil",
            "show_partial_recipe": "Recette (partielle)",
            "show_partial_sponsor": "Sponsor (partiel)",
            "show_preview": "aper\u00e7u",
            "show_three_quarters_recipe": "Recette (3\/4)",
            "side": "plat d'accompagnement",
            "sides": "plats d'accompagnement",
            "site": "site",
            "social_description": "description sur les r\u00e9seaux sociaux",
            "social_title": "titre sur les r\u00e9seaux sociaux",
            "spec_weight": "poids sp\u00e9cifique",
            "specific_weight": "poids sp\u00e9cifique",
            "sponsor": "parrainer",
            "sponsor_details": "D\u00e9tails du sponsor",
            "sponsors": "sponsors",
            "start_time_min": "D\u00e9but de la vid\u00e9o (minutes)",
            "start_time_sec": "D\u00e9but de la vid\u00e9o (secondes)",
            "starter": "plat d'entr\u00e9e",
            "starters": "entr\u00e9es",
            "status": "Statut",
            "status_in_work": "En cours",
            "status_published": "publi\u00e9",
            "step": "\u00e9tape",
            "structure": "structure",
            "subtitle": "sous-titre",
            "surname": "nom de famille",
            "temperature": "temp\u00e9rature",
            "temperature_range": "plage de temp\u00e9rature m\u00e9t\u00e9orologique",
            "terms": "termes",
            "terms_conditions": "termes et conditions",
            "text": "texte",
            "time": "Temps",
            "title": "Titre",
            "to_be_sent_at": "\u00c0 envoyer le",
            "tool": "instrument",
            "tools": "instruments",
            "transparent_cover": "couverture transparente",
            "type": "taper",
            "unit": "unit\u00e9",
            "unit_measure": "unit\u00e9 de mesure",
            "user": "utilisateur",
            "users": "utilisateurs",
            "value": "valeur",
            "video_url": "URL de la vid\u00e9o",
            "video_url_app": "application vid\u00e9o url (Vimeo, pas Youtube)",
            "words": "Mots",
            "year_availability": "disponibilit\u00e9 annuelle"
        },
        "difficulty_list": {
            "easy": "facile",
            "hard": "dur",
            "medium": "moyen"
        },
        "ebook_recipe_templates": {
            "image": "image seulement",
            "text": "texte uniquement",
            "text_image": "texte et image"
        },
        "ebook_templates": {
            "articles": "articles",
            "recipes": "recettes"
        },
        "import_modal": {
            "action": "cliquez ou faites glisser",
            "download_error_report": "t\u00e9l\u00e9charger le rapport d'erreur",
            "download_tpl": "T\u00e9l\u00e9charger le mod\u00e8le d'importation",
            "max_file_size": "taille maximale du fichier",
            "msg": "taille maximale du fichier",
            "supported_format": "formats pris en charge"
        },
        "labels": {
            "delete_continue": "En continuant, vous supprimerez d\u00e9finitivement l'enregistrement s\u00e9lectionn\u00e9 de :label",
            "sure_to_continue": "Etes-vous s\u00fbr de vouloir continuer ?"
        },
        "lang": {
            "en": "Anglais",
            "es": "Espagnol",
            "fr": "Fran\u00e7ais",
            "it": "italien"
        },
        "menu": {
            "admin": "administrateur",
            "allergens": "allerg\u00e8nes",
            "app": "application mobile",
            "authors": "auteurs",
            "calendar": "calendrier",
            "categories": "cat\u00e9gories",
            "cookbook": "livre de recettes",
            "cookings": "m\u00e9thodes de cuisson",
            "dashboard": "tableau de bord",
            "eat-conditions": "conditions alimentaires",
            "ebooks": "livres \u00e9lectroniques",
            "events": "\u00c9v\u00e9nements",
            "feeding": "t\u00e9t\u00e9es",
            "filter_presets": "pr\u00e9r\u00e9glages de filtre",
            "food_storage": "office",
            "home_widgets": "widgets de la page d'accueil",
            "ingredient_types": "types d'ingr\u00e9dients",
            "ingredients": "ingr\u00e9dients",
            "langs": "langues",
            "locations": "Emplacement",
            "notifications": "Notifications",
            "permissions": "permis",
            "publishing": "\u00e9dition",
            "recipes": "recettes",
            "recipes_collections": "Recueils de recettes",
            "resources": "ressources",
            "roles": "r\u00f4les",
            "seo_redireccts": "Redirection de r\u00e9f\u00e9rencement",
            "seo_redirects": "Redirections SEO",
            "seopage": "page",
            "seopages": "Pages SEO",
            "tools": "instruments",
            "unit_measure": "unit\u00e9 de mesure",
            "users": "utilisateurs"
        },
        "notification_type": {
            "article": "article",
            "external_link": "lien externe",
            "page": "page",
            "recipe": "recette"
        },
        "notifications": {
            "article_created": "Article cr\u00e9\u00e9 avec succ\u00e8s",
            "article_moved_in_work": "Article d\u00e9plac\u00e9 avec succ\u00e8s vers le traitement",
            "article_published": "Article publi\u00e9 avec succ\u00e8s",
            "article_updated": "Article mis \u00e0 jour avec succ\u00e8s",
            "articlesorder__updated": "Tri des articles mis \u00e0 jour",
            "bunny_cache_prune_success": "BunnyCache",
            "cdn_cache_prune_success": "Le cache CDN a \u00e9t\u00e9 purg\u00e9 avec succ\u00e8s",
            "ebook_available": "Format ebook disponible en t\u00e9l\u00e9chargement",
            "ebook_check_error": "Erreur lors de la g\u00e9n\u00e9ration du PDF",
            "ebook_created": "Ebook cr\u00e9\u00e9 avec succ\u00e8s",
            "ebook_download_error": "Erreur lors du t\u00e9l\u00e9chargement",
            "ebook_final_available": "Format ebook disponible en t\u00e9l\u00e9chargement",
            "ebook_final_downloaded": "Ebook t\u00e9l\u00e9charg\u00e9 avec succ\u00e8s",
            "ebook_final_generation_started": "La g\u00e9n\u00e9ration de livres \u00e9lectroniques a commenc\u00e9",
            "ebook_generation_error": "Erreur lors de la demande de g\u00e9n\u00e9ration",
            "ebook_generation_started": "La g\u00e9n\u00e9ration de livres \u00e9lectroniques a commenc\u00e9",
            "ebook_moved_in_work": "Le livre \u00e9lectronique a \u00e9t\u00e9 transf\u00e9r\u00e9 avec succ\u00e8s en production",
            "ebook_preview_available": "Aper\u00e7u disponible au t\u00e9l\u00e9chargement",
            "ebook_preview_downloaded": "Aper\u00e7u t\u00e9l\u00e9charg\u00e9 avec succ\u00e8s",
            "ebook_preview_generation_started": "La g\u00e9n\u00e9ration d'aper\u00e7u a commenc\u00e9",
            "ebook_published": "Ebook publi\u00e9 avec succ\u00e8s",
            "ebook_updated": "Ebook mis \u00e0 jour avec succ\u00e8s",
            "error_processing": "Erreur lors du traitement de la demande",
            "errors_403": "L'utilisateur ne dispose pas des autorisations n\u00e9cessaires pour effectuer l'action",
            "errors_404": "Ressource non trouv\u00e9e",
            "errors_500": "Le serveur a rencontr\u00e9 une erreur interne et n'a pas pu terminer la demande.",
            "errors_503": "service non disponible",
            "errors_title": "Erreur!",
            "event_created": "\u00c9v\u00e9nement cr\u00e9\u00e9 avec succ\u00e8s",
            "event_published": "\u00c9v\u00e9nement publi\u00e9 avec succ\u00e8s",
            "event_updated": "L'\u00e9v\u00e9nement a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s",
            "filter_preset_created": "Pr\u00e9r\u00e9glage de filtre cr\u00e9\u00e9",
            "filter_preset_updated": "Pr\u00e9r\u00e9glages de filtre mis \u00e0 jour",
            "ingredient_childs_not_assignable": "Les ingr\u00e9dients enfants suivants ne peuvent pas \u00eatre combin\u00e9s",
            "ingredient_created": "Ingr\u00e9dient cr\u00e9\u00e9 avec succ\u00e8s",
            "ingredient_moved_in_work": "L'ingr\u00e9dient a \u00e9t\u00e9 transf\u00e9r\u00e9 avec succ\u00e8s vers le traitement",
            "ingredient_parents_not_assignable": "Les ingr\u00e9dients parents suivants ne peuvent pas \u00eatre combin\u00e9s",
            "ingredient_published": "Ingr\u00e9dient publi\u00e9 avec succ\u00e8s",
            "ingredient_updated": "Ingr\u00e9dient mis \u00e0 jour avec succ\u00e8s",
            "invalid_values_msg": "V\u00e9rifiez que les valeurs saisies sont valides",
            "location_childs_not_assignable": "Les emplacements parents suivants ne peuvent pas \u00eatre associ\u00e9s",
            "location_created": "Emplacement cr\u00e9\u00e9 avec succ\u00e8s",
            "location_parents_not_assignable": "Les emplacements enfants suivants ne peuvent pas \u00eatre associ\u00e9s",
            "location_updated": "Localisation mise \u00e0 jour avec succ\u00e8s",
            "max_step_media": "Vous pouvez s\u00e9lectionner jusqu'\u00e0 trois images par \u00e9tape",
            "min_confirm_password": "Le champ 'Confirmer le mot de passe' doit contenir au moins 8 caract\u00e8res.",
            "min_new_password": "Le champ \u00ab\u00a0Nouveau mot de passe\u00a0\u00bb doit contenir au moins 8\u00a0caract\u00e8res",
            "min_old_password": "Le champ \u00ab\u00a0Ancien mot de passe\u00a0\u00bb doit contenir au moins 8\u00a0caract\u00e8res",
            "missing_values_msg": "Remplissez tous les champs obligatoires",
            "notification_created": "Notification cr\u00e9\u00e9e avec succ\u00e8s",
            "notification_updated": "Notification mise \u00e0 jour avec succ\u00e8s",
            "order_updated": "Commande mise \u00e0 jour",
            "print_available": "Format imprimable disponible en t\u00e9l\u00e9chargement",
            "print_generation_started": "La g\u00e9n\u00e9ration d'impression a commenc\u00e9",
            "print_hd_available": "Format d'impression HD disponible en t\u00e9l\u00e9chargement",
            "print_hd_generation_started": "La g\u00e9n\u00e9ration d'impression HD a commenc\u00e9",
            "recipe_created": "Recette cr\u00e9\u00e9e avec succ\u00e8s",
            "recipe_moved_in_work": "La recette a \u00e9t\u00e9 d\u00e9plac\u00e9e avec succ\u00e8s vers le traitement",
            "recipe_published": "Recette publi\u00e9e avec succ\u00e8s",
            "recipe_updated": "Recette mise \u00e0 jour avec succ\u00e8s",
            "sponsor_created": "Sponsor cr\u00e9\u00e9 avec succ\u00e8s",
            "sponsor_updated": "Le sponsor a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s",
            "wizard_article": "Associer un article \u00e0 la notification",
            "wizard_article_image": "Associer une image \u00e0 chaque section de type \u00ab\u00a0IMAGE\u00a0\u00bb",
            "wizard_article_in_evidence": "Remplissez toutes les informations requises dans la section \u00ab\u00a0Preuves\u00a0\u00bb",
            "wizard_article_invalid_url": "Veuillez saisir une URL valide",
            "wizard_article_sections": "Remplissez toutes les informations requises dans la section \u00ab\u00a0Sections\u00a0\u00bb",
            "wizard_article_sections_ita": "Remplissez tous les champs obligatoires dans la section \u00ab Sections \u00bb, au moins en italien.",
            "wizard_detail_invalid_url": "Veuillez saisir une URL valide",
            "wizard_details": "Remplissez toutes les informations requises dans la section D\u00e9tails",
            "wizard_details_ita": "Remplissez toutes les informations requises dans la section D\u00e9tails au moins en italien",
            "wizard_ebook_structure": "Remplissez toutes les informations requises dans la section structure",
            "wizard_ebook_template": "Associer un mod\u00e8le \u00e0 chaque recette s\u00e9lectionn\u00e9e",
            "wizard_external_link": "Associer une URL \u00e0 la notification",
            "wizard_ingredients": "Remplissez toutes les informations requises dans la section ingr\u00e9dients",
            "wizard_ingredients_min_val": "Veuillez saisir une valeur sup\u00e9rieure \u00e0 0",
            "wizard_ingredients_num_val": "Entrez une valeur num\u00e9rique",
            "wizard_massive_media_delete": "Une erreur s'est produite lors de la suppression du m\u00e9dia",
            "wizard_massive_media_load": "Une erreur s'est produite lors du chargement du m\u00e9dia.",
            "wizard_page": "Remplissez toutes les informations requises dans la section \u00ab\u00a0Page\u00a0\u00bb",
            "wizard_page_file": "T\u00e9l\u00e9chargez une image \u00e0 associer \u00e0 la notification",
            "wizard_page_ita": "Remplissez tous les champs obligatoires dans la section \u00ab Page \u00bb, au moins en italien.",
            "wizard_preparation": "Remplissez toutes les informations requises dans la section de pr\u00e9paration",
            "wizard_preparation_ita": "Remplissez toutes les informations requises dans la section de pr\u00e9paration au moins en italien",
            "wizard_preparation_time": "Valeur maximale autoris\u00e9e: 60",
            "wizard_preparation_time_max": "Valeur maximale autoris\u00e9e\u00a0: 60",
            "wizard_preparation_time_min": "Valeur minimale autoris\u00e9e\u00a0: 0",
            "wizard_recipe": "Associer une recette \u00e0 la notification",
            "wizard_section_ita": "Remplissez toutes les entr\u00e9es requises dans la section \u00ab\u00a0Sections de l'article\u00a0\u00bb au moins en italien",
            "wizard_sections": "Remplissez toutes les informations requises dans la section \u00ab\u00a0Sections de l'article\u00a0\u00bb.",
            "wizard_seo": "Remplissez toutes les informations requises dans la section SEO",
            "wizard_seo_ita": "Remplissez toutes les informations requises dans la section SEO au moins en italien",
            "wizard_single_media_delete": "Une erreur s'est produite lors de la suppression du m\u00e9dia",
            "wizard_single_media_load": "Une erreur s'est produite lors du chargement du m\u00e9dia."
        },
        "season_list": {
            "autumn": "automne",
            "spring": "printemps",
            "summer": "\u00e9t\u00e9",
            "winter": "hiver"
        },
        "titles": {
            "dashboard": "Tableau de bord",
            "manage_allergens": "Gestion des allerg\u00e8nes",
            "manage_articles": "Gestion des articles",
            "manage_articles_in_evidence": "G\u00e9rer le tri des articles sur la page d'accueil",
            "manage_authors": "Gestion des auteurs",
            "manage_categories": "Gestion des cat\u00e9gories",
            "manage_cookings": "Gestion des m\u00e9thodes de cuisson",
            "manage_eat-conditions": "Gestion des conditions de service",
            "manage_ebooks": "Gestion des livres \u00e9lectroniques",
            "manage_events": "Gestion d'\u00e9v\u00e9nements",
            "manage_feedings": "Gestion de l'alimentation",
            "manage_filter_presets": "Gestion des pr\u00e9r\u00e9glages de filtre",
            "manage_filter_presets_in_evidence": "G\u00e9rer le tri pr\u00e9d\u00e9fini",
            "manage_home_recipes": "Gestion des recettes \u00e0 domicile",
            "manage_home_widgets": "Gestion des widgets de la page d'accueil",
            "manage_home_widgets_in_evidence": "G\u00e9rer le tri des widgets",
            "manage_ingredient_types": "Gestion des types d'ingr\u00e9dients",
            "manage_ingredients": "Gestion des ingr\u00e9dients",
            "manage_languages": "Gestion des langues",
            "manage_locations": "Gestion des emplacements",
            "manage_notifications": "Gestion des emplacements",
            "manage_permissions": "Gestion des autorisations",
            "manage_recipes": "Gestion des recettes",
            "manage_recipes_collections": "Gestion de la collection de recettes",
            "manage_roles": "Gestion des r\u00f4les",
            "manage_seo_redirects": "G\u00e9rer les redirections SEO",
            "manage_seopages": "Gestion SEO des pages",
            "manage_sponsor": "Gestion des sponsors",
            "manage_tools": "Gestion des outils",
            "manage_unit_measure": "Gestion des unit\u00e9s de mesure",
            "manage_users": "Gestion des utilisateurs"
        }
    }
}