diff --git a/lang/de.json b/lang/de.json deleted file mode 100644 index b6b0ebe..0000000 --- a/lang/de.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "setting_description": "App für DPSG-NaMi", - "settings.base_url_label": "Base-URL", - "settings.base_url_comment": "Die Domain (app_url), auf der deine Adrema läuft", - "settings.primary_color_label": "Primäre Farbe", - "settings.primary_color_comment": "Die primäre Farbe", - "settings.secondary_color_label": "Sekundäre Farbe", - "settings.secondary_color_comment": "Die sekundäre Farbe", - "settings.font_color_label": "Schriftfarbe", - "settings.font_color_comment": "Die Farbe von Schriften", - "settings.circle_color_label": "Kreisfarbe", - "settings.circle_color_comment": "Akzentfarbe für Kreise in Menüs", - "properties.index_page_title": "Seite für Übersicht", - "properties.single_page_title": "Seite für Einzelansicht", - "properties.register_page_title": "Seite zum anmelden", - "properties.event_slug_title": "Veranstaltung slug", - "event_index_component_name": "Veranstaltungs-Übersicht", - "event_index_component_description": "Übersicht aller bevorstehenden Adrema-Veranstaltungen.", - "event_register_component_name": "Veranstaltungs-Anmeldung", - "event_register_component_description": "Für einzelne Veranstaltung anmelden.", - "event_description_component_name": "Veranstaltungs-Einzelansicht", - "event_description_component_description": "Einzelne Veranstaltung anzeigen", - "errors.not_all_pages_set": "Du hast nicht alle Seiten zugewiesen. Bite bearbeite deine Komponenten.", - "errors.page_not_found": "Eine Seite kann nicht gefunden werden. Veranstaltungs-Komponente kann nicht gerendert werden.", - "errors.slug_not_found": "Du musst einen placeholder in den Seiten-URLs setzen (\":slug\")", - "errors.event_fetching_failed": "Fehler beim Abrufen von Veranstaltungen" -} diff --git a/lang/de/lang.php b/lang/de/lang.php new file mode 100644 index 0000000..1770dd2 --- /dev/null +++ b/lang/de/lang.php @@ -0,0 +1,29 @@ + 'App für DPSG-NaMi', + 'settings.base_url_label' => 'Base-URL', + 'settings.base_url_comment' => 'Die Domain (app_url), auf der deine Adrema läuft', + 'settings.primary_color_label' => 'Primäre Farbe', + 'settings.primary_color_comment' => 'Die primäre Farbe', + 'settings.secondary_color_label' => 'Sekundäre Farbe', + 'settings.secondary_color_comment' => 'Die sekundäre Farbe', + 'settings.font_color_label' => 'Schriftfarbe', + 'settings.font_color_comment' => 'Die Farbe von Schriften', + 'settings.circle_color_label' => 'Kreisfarbe', + 'settings.circle_color_comment' => 'Akzentfarbe für Kreise in Menüs', + 'properties.index_page_title' => 'Seite für Übersicht', + 'properties.single_page_title' => 'Seite für Einzelansicht', + 'properties.register_page_title' => 'Seite zum anmelden', + 'properties.event_slug_title' => 'Veranstaltung slug', + 'event_index_component_name' => 'Veranstaltungs-Übersicht', + 'event_index_component_description' => 'Übersicht aller bevorstehenden Adrema-Veranstaltungen.', + 'event_register_component_name' => 'Veranstaltungs-Anmeldung', + 'event_register_component_description' => 'Für einzelne Veranstaltung anmelden.', + 'event_description_component_name' => 'Veranstaltungs-Einzelansicht', + 'event_description_component_description' => 'Einzelne Veranstaltung anzeigen', + 'errors.not_all_pages_set' => 'Du hast nicht alle Seiten zugewiesen. Bite bearbeite deine Komponenten.', + 'errors.page_not_found' => 'Eine Seite kann nicht gefunden werden. Veranstaltungs-Komponente kann nicht gerendert werden.', + 'errors.slug_not_found' => 'Du musst einen placeholder in den Seiten-URLs setzen (\':slug\')', + 'errors.event_fetching_failed' => 'Fehler beim Abrufen von Veranstaltungen' +]; diff --git a/lang/en.json b/lang/en.json deleted file mode 100644 index b8e58d3..0000000 --- a/lang/en.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "setting_description": "App for DPSG-NaMi", - "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", - "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", - "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.", - "event_description_component_name": "Event Description", - "event_description_component_description": "Displays details for a single event", - "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." -} diff --git a/lang/en/lang.php b/lang/en/lang.php new file mode 100644 index 0000000..e33d3e9 --- /dev/null +++ b/lang/en/lang.php @@ -0,0 +1,29 @@ + 'App for DPSG-NaMi', + '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', + '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', + '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.', + 'event_description_component_name' => 'Event Description', + 'event_description_component_description' => 'Displays details for a single event', + '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.' +];