Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Czech translation & ability to delete product related to page #56

Merged
merged 2 commits into from
Nov 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Resources/config/doctrine/Page.orm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ BitBag\CmsPlugin\Entity\Page:
inverseJoinColumns:
product_id:
referencedColumnName: id
onDelete: CASCADE
31 changes: 31 additions & 0 deletions src/Resources/translations/messages.cs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
bitbag:
ui:
blocks: Bloky
pages: Stránky
cms:
content_management: Obsahový management
cms: Obsahový management
enabled: Povoleno
blocks: Bloky
pages: Stránky
blocks_header: Bloky
blocks_subheader: Správa bloků
text_block: Textový blok
html_block: HTML blok
image_block: Obrázkový blok
pages_header: Stránka
pages_subheader: Správa stránek
products: Produkty
name: Název
slug: Slug
meta_keywords: Meta klíčová slova
meta_description: Meta popis
content: Obsah
form:
code: Kód
enabled: Povoleno
name: Název
contents: Obsahy
content: Obsah
images: Obrázky
link: Odkaz
31 changes: 31 additions & 0 deletions src/Resources/translations/messages.cs_CZ.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
bitbag:
ui:
blocks: Bloky
pages: Stránky
cms:
content_management: Obsahový management
cms: Obsahový management
enabled: Povoleno
blocks: Bloky
pages: Stránky
blocks_header: Bloky
blocks_subheader: Správa bloků
text_block: Textový blok
html_block: HTML blok
image_block: Obrázkový blok
pages_header: Stránka
pages_subheader: Správa stránek
products: Produkty
name: Název
slug: Slug
meta_keywords: Meta klíčová slova
meta_description: Meta popis
content: Obsah
form:
code: Kód
enabled: Povoleno
name: Název
contents: Obsahy
content: Obsah
images: Obrázky
link: Odkaz