diff --git a/src/Resources/translations/messages.en.yaml b/src/Resources/translations/messages.en.yaml index d23d31c..66788c1 100644 --- a/src/Resources/translations/messages.en.yaml +++ b/src/Resources/translations/messages.en.yaml @@ -6,6 +6,7 @@ monsieurbiz_cms_page: cms_content: "CMS content" pages_subheader: "CMS Page management" back_to_admin: "Back to admin" + is_published: "Published" form: id: 'ID' page_info: 'Page information' @@ -21,6 +22,8 @@ monsieurbiz_cms_page: meta_keywords: "Meta Keyword" meta_image: "Meta Image" meta_image_help: "Ideal format: 1200 x 630 px" + publish_at: "Publish at" + unpublish_at: "Unpublish at" show_in: "Show in" show_page_in_shop_page: "Show page in shop page" actions: diff --git a/src/Resources/translations/messages.fr.yaml b/src/Resources/translations/messages.fr.yaml index 035eb1a..1c408dc 100644 --- a/src/Resources/translations/messages.fr.yaml +++ b/src/Resources/translations/messages.fr.yaml @@ -6,6 +6,7 @@ monsieurbiz_cms_page: cms_content: "Contenus CMS" pages_subheader: "Gestion des contenus CMS" back_to_admin: "Retour à l'admin" + is_published: "Publiée" form: id: 'ID' page_info: 'Informations de la page' @@ -21,6 +22,8 @@ monsieurbiz_cms_page: meta_keywords: "Meta Keyword" meta_image: "Meta Image" meta_image_help: "Format idéal : 1200 x 630 px" + publish_at: "Publier le" + unpublish_at: "Dépublier le" show_in: "Afficher dans" show_page_in_shop_page: "Afficher la page dans la boutique" actions: diff --git a/src/Resources/translations/messages.pl.yaml b/src/Resources/translations/messages.pl.yaml index 8c21b53..baa2abe 100644 --- a/src/Resources/translations/messages.pl.yaml +++ b/src/Resources/translations/messages.pl.yaml @@ -6,6 +6,7 @@ monsieurbiz_cms_page: cms_content: "Treść CMS" pages_subheader: "Zarządzanie stronami CMS" back_to_admin: "Powrót do administracji" + is_published: "Opublikowana" form: id: 'ID' page_info: 'Informacje o stronie' @@ -21,6 +22,8 @@ monsieurbiz_cms_page: meta_keywords: "Słowa kluczowe meta" meta_image: "Obraz meta" meta_image_help: "Idealny format: 1200 x 630 px" + publish_at: "Opublikuj w" + unpublish_at: "Niepublikuj w" show_in: "Pokaż w" show_page_in_shop_page: "Pokaż stronę na stronie sklepu" actions: