wi-adrema-plugin/lang/en.json

14 lines
746 B
JSON
Raw Normal View History

2024-02-01 00:23:58 +01:00
{
"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",
2024-02-01 01:58:40 +01:00
"properties.event_slug_title": "Event slug",
2024-02-01 00:23:58 +01:00
"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.",
2024-02-01 01:58:40 +01:00
"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."
2024-02-01 00:23:58 +01:00
}