mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
translations updated
This commit is contained in:
@@ -26,6 +26,11 @@ class Lecturer extends Resource
|
||||
*/
|
||||
public static $title = 'name';
|
||||
|
||||
public static function label()
|
||||
{
|
||||
return __('Lecturer/Content Creator');
|
||||
}
|
||||
|
||||
/**
|
||||
* The columns that should be searched.
|
||||
* @var array
|
||||
|
||||
@@ -84,7 +84,7 @@ class LibraryItem extends Resource
|
||||
->rules('nullable', 'string')
|
||||
->help('Hier bitte die URL zum Video einfügen, oder den Link zum Blog-Artikel, oder den Link zum Buch, oder das Markdown selbst einfügen.'),
|
||||
|
||||
BelongsTo::make('Lecturer'),
|
||||
BelongsTo::make(__('Lecturer/Content Creator'), 'lecturer', Lecturer::class),
|
||||
|
||||
BelongsTo::make('Episode')->nullable(),
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"Downloadable File": "Download",
|
||||
"Done": "Fertig",
|
||||
"Registration": "Anmeldung",
|
||||
"Lecturer/Content Creator": "Dozent/Content Creator",
|
||||
"Lecturer": "Dozent",
|
||||
"Lecturers": "Dozenten",
|
||||
"Cities": "Städte",
|
||||
|
||||
Reference in New Issue
Block a user