oc-adrema-plugin/lang/en.json

28 lines
1.6 KiB
JSON
Raw Normal View History

2024-02-01 00:23:58 +01:00
{
"setting_description": "App for DPSG-NaMi",
2024-03-24 10:59:13 +01:00
"settings.base_url_label": "Base-URL",
"settings.base_url_comment": "The domain (APP_URL) of the Adrema application.",
"settings.primary_color_label": "Primary color",
"settings.primary_color_comment": "The primary color",
"settings.secondary_color_label": "Secondary color",
"settings.secondary_color_comment": "The secondary color",
"settings.font_color_label": "Font color",
"settings.font_color_comment": "The color for fonts",
"settings.circle_color_label": "Circle color",
"settings.circle_color_comment": "Accent-color for circles in menus",
2024-02-01 00:23:58 +01:00
"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-03 22:55:24 +01:00
"event_index_component_name": "Event overview",
"event_index_component_description": "Overview of all upcoming Adrema-Events",
"event_register_component_name": "Event-Registration",
"event_register_component_description": "Register for a single event.",
2024-03-17 03:14:50 +01:00
"event_description_component_name": "Event Description",
"event_description_component_description": "Displays details for a single event",
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
}