24 lines
738 B
YAML
24 lines
738 B
YAML
en:
|
|
errors:
|
|
messages:
|
|
domain_taken: "{{value}} is already taken"
|
|
invalid_domain: "{{value}} is invalid"
|
|
missing_content_for_layout: "should contain 'content_for_layout' liquid tag"
|
|
needs_admin_account: "One admin account is required at least"
|
|
protected_page: "You can not remove index or 404 pages"
|
|
extname_changed: "New file does not have the original extension"
|
|
|
|
attributes:
|
|
defaults:
|
|
pages:
|
|
index:
|
|
title: "Home page"
|
|
body: "Content of the home page"
|
|
"404":
|
|
title: "Page not found"
|
|
body: "Content of the 404 page"
|
|
other:
|
|
body: "Content goes here"
|
|
page_parts:
|
|
name: "Body"
|