Add missing translation texts
This commit is contained in:
parent
ea2573fdc9
commit
a50c84e5d7
1 changed files with 10 additions and 5 deletions
|
@ -35,7 +35,7 @@ en: &DEFAULT_EN
|
||||||
comment_form_name_label : "Name"
|
comment_form_name_label : "Name"
|
||||||
comment_form_email_label : "Email address"
|
comment_form_email_label : "Email address"
|
||||||
comment_form_website_label : "Website (optional)"
|
comment_form_website_label : "Website (optional)"
|
||||||
comment_btn_submit : "Submit Comment"
|
comment_btn_submit : "Submit comment"
|
||||||
comment_btn_submitted : "Submitted"
|
comment_btn_submitted : "Submitted"
|
||||||
comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved."
|
comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved."
|
||||||
comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again."
|
comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again."
|
||||||
|
@ -105,18 +105,18 @@ fr: &DEFAULT_FR
|
||||||
pagination_next : "Suivant"
|
pagination_next : "Suivant"
|
||||||
breadcrumb_home_label : "Accueil"
|
breadcrumb_home_label : "Accueil"
|
||||||
breadcrumb_separator : "/"
|
breadcrumb_separator : "/"
|
||||||
menu_label :
|
menu_label : "Menu"
|
||||||
toc_label : "Sur cette page"
|
toc_label : "Sur cette page"
|
||||||
ext_link_label : "Lien direct"
|
ext_link_label : "Lien direct"
|
||||||
less_than : "moins de"
|
less_than : "moins de"
|
||||||
minute_read : "minute de lecture"
|
minute_read : "minute(s) de lecture"
|
||||||
share_on_label : "Partager sur"
|
share_on_label : "Partager sur"
|
||||||
meta_label :
|
meta_label :
|
||||||
tags_label : "Tags :"
|
tags_label : "Tags :"
|
||||||
categories_label : "Catégories :"
|
categories_label : "Catégories :"
|
||||||
date_label : "Mis à jour :"
|
date_label : "Mis à jour :"
|
||||||
comments_label : "Laisser un commentaire"
|
comments_label : "Laisser un commentaire"
|
||||||
comments_title :
|
comments_title : "Commentaires"
|
||||||
more_label : "Lire plus"
|
more_label : "Lire plus"
|
||||||
related_label : "Vous pourriez aimer aussi"
|
related_label : "Vous pourriez aimer aussi"
|
||||||
follow_label : "Contact"
|
follow_label : "Contact"
|
||||||
|
@ -126,7 +126,6 @@ fr: &DEFAULT_FR
|
||||||
email_label : "Email"
|
email_label : "Email"
|
||||||
recent_posts : "Posts récents"
|
recent_posts : "Posts récents"
|
||||||
undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml"
|
undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml"
|
||||||
comments_title : "Commentaires"
|
|
||||||
comment_form_info : "Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués"
|
comment_form_info : "Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués"
|
||||||
comment_form_comment_label : "Commentaire"
|
comment_form_comment_label : "Commentaire"
|
||||||
comment_form_md_info : "Markdown est supporté."
|
comment_form_md_info : "Markdown est supporté."
|
||||||
|
@ -138,6 +137,9 @@ fr: &DEFAULT_FR
|
||||||
comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
|
comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
|
||||||
comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
|
comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
|
||||||
loading_label : "Chargement..."
|
loading_label : "Chargement..."
|
||||||
|
search_placeholder_text : "Entrez votre recherche..."
|
||||||
|
results_found : "Aucun résultat trouvé"
|
||||||
|
back_to_top : "Retour en haut"
|
||||||
fr-FR:
|
fr-FR:
|
||||||
<<: *DEFAULT_FR
|
<<: *DEFAULT_FR
|
||||||
fr-BE:
|
fr-BE:
|
||||||
|
@ -310,6 +312,9 @@ it: &DEFAULT_IT
|
||||||
comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato."
|
comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato."
|
||||||
comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova."
|
comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova."
|
||||||
loading_label : "Caricamento..."
|
loading_label : "Caricamento..."
|
||||||
|
search_placeholder_text : "Inserisci termini di ricerca..."
|
||||||
|
results_found : "Risultati"
|
||||||
|
back_to_top : "Vai su"
|
||||||
it-IT:
|
it-IT:
|
||||||
<<: *DEFAULT_IT
|
<<: *DEFAULT_IT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue