14 lines
746 B
JSON
14 lines
746 B
JSON
{
|
|
"setting_description": "App for DPSG-NaMi",
|
|
"base_url_label": "Base-URL",
|
|
"base_url_comment": "The domain (APP_URL) of the Adrema application.",
|
|
"properties.index_page_title": "Page for overview",
|
|
"properties.single_page_title": "Page for single view",
|
|
"properties.register_page_title": "Page for registration",
|
|
"properties.event_slug_title": "Event slug",
|
|
"errors.not_all_pages_set": "You didn't assign all pages. Please edit your components.",
|
|
"errors.page_not_found": "One page cannot be found. Event component cannot be rendered.",
|
|
"errors.slug_not_found": "You need to set a placeholder in page urls to set the event slug (\":slug\")",
|
|
"errors.event_fetching_failed": "Failed to fetch event."
|
|
}
|