From adb52a95206bbdc5cb33e3896c9011c17cb04626 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sun, 26 Feb 2023 14:06:53 +0100 Subject: [PATCH] manage content creators --- resources/lang/de.json | 3 ++- resources/lang/en.json | 3 ++- resources/lang/es.json | 3 ++- resources/lang/fr.json | 3 ++- resources/lang/hr.json | 3 ++- resources/lang/it.json | 3 ++- resources/lang/mk.json | 3 ++- resources/lang/pl.json | 3 ++- resources/lang/pt.json | 3 ++- resources/lang/sv.json | 3 ++- resources/lang/tr.json | 3 ++- .../views/livewire/frontend/navigation/courses.blade.php | 6 ++++++ 12 files changed, 28 insertions(+), 11 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index 02e91685..0ba32f28 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -785,5 +785,6 @@ ":name\\'s Avatar": "", "Manage": "Verwalten", "Manage content creators": "Verwalte Content Creators", - "Lecturers\/Content Creators": "Dozenten\/Content Creators" + "Lecturers\/Content Creators": "Dozenten\/Content Creators", + "Manage lecturers": "Verwalte Dozenten" } diff --git a/resources/lang/en.json b/resources/lang/en.json index f5227c00..4768be0f 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -782,5 +782,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index d20b7c4a..8d338b77 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -782,5 +782,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index fef45638..b5ff8dcd 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -783,5 +783,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index e9a281f2..648f3edd 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -783,5 +783,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index f16da3ac..6959eec7 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -783,5 +783,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index d39e1cc8..5c6c13e4 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -783,5 +783,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index fce795e5..e0d9e7eb 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -783,5 +783,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index eb2c3c32..3a0595cf 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -783,5 +783,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/sv.json b/resources/lang/sv.json index ceea17fd..040f5c0e 100644 --- a/resources/lang/sv.json +++ b/resources/lang/sv.json @@ -745,5 +745,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 80772d56..ceec03d7 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -757,5 +757,6 @@ "Manage": "", "Manage content creators": "", "Participants": "", - "Lecturers\/Content Creators": "" + "Lecturers\/Content Creators": "", + "Manage lecturers": "" } \ No newline at end of file diff --git a/resources/views/livewire/frontend/navigation/courses.blade.php b/resources/views/livewire/frontend/navigation/courses.blade.php index 1bbc3d21..2d0ed1eb 100644 --- a/resources/views/livewire/frontend/navigation/courses.blade.php +++ b/resources/views/livewire/frontend/navigation/courses.blade.php @@ -89,6 +89,12 @@ {{ __('Register course date') }} + + + {{ __('Manage lecturers') }} + +