Skip to content
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
25 changes: 25 additions & 0 deletions src/Resources/translations/messages.de_AT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
monsieurbiz_cms_block:
ui:
blocks: "Blöcke"
block: "Block"
new_block: "Neuer Block"
edit_block: "Block bearbeiten"
cms_content: "CMS"
blocks_subheader: "Verwaltung der CMS-Blöcke"
back_to_admin: "Zurück zur Administration"
block_not_found: 'Block "%name%" nicht gefunden.'
edit_block_link: 'Block «%blockName%» bearbeiten'
form:
id: 'ID'
block_info: 'Blockinformationen'
block_content: 'Blockinhalt'
enabled: "Aktiviert"
name: "Name"
code: "Code"
content: "Inhalt"
actions:
create: 'Neuen Block erstellen'
ui_element:
block:
title: 'Block'
description: 'Ein Element, das einen CMS-Block enthält'
25 changes: 25 additions & 0 deletions src/Resources/translations/messages.de_CH.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
monsieurbiz_cms_block:
ui:
blocks: "Blöcke"
block: "Block"
new_block: "Neuer Block"
edit_block: "Block bearbeiten"
cms_content: "CMS"
blocks_subheader: "Verwaltung der CMS-Blöcke"
back_to_admin: "Zurück zur Administration"
block_not_found: 'Block "%name%" nicht gefunden.'
edit_block_link: 'Block «%blockName%» bearbeiten'
form:
id: 'ID'
block_info: 'Blockinformationen'
block_content: 'Blockinhalt'
enabled: "Aktiviert"
name: "Name"
code: "Code"
content: "Inhalt"
actions:
create: 'Neuen Block erstellen'
ui_element:
block:
title: 'Block'
description: 'Ein Element, das einen CMS-Block enthält'
Loading