From c5d67cee2521e74b2bafb27943ee8dae4bc9f355 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Sun, 22 Jan 2023 13:03:54 +0100 Subject: [PATCH] AttachLibraryItemToLibrary --- app/Nova/Filters/LibraryItemWithout.php | 5 +++++ resources/lang/de.json | 5 +++-- 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/tr.json | 3 ++- 11 files changed, 26 insertions(+), 11 deletions(-) diff --git a/app/Nova/Filters/LibraryItemWithout.php b/app/Nova/Filters/LibraryItemWithout.php index 1c523e24..c0782c16 100644 --- a/app/Nova/Filters/LibraryItemWithout.php +++ b/app/Nova/Filters/LibraryItemWithout.php @@ -7,6 +7,11 @@ use Laravel\Nova\Http\Requests\NovaRequest; class LibraryItemWithout extends BooleanFilter { + public function name() + { + return __('Filter'); + } + /** * Apply the filter to the given query. * diff --git a/resources/lang/de.json b/resources/lang/de.json index ab45dc88..06b51297 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -692,5 +692,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "Nur eine funktionierende Adresse ist erforderlich. Aber du kannst auch alle Felder ausfüllen, wenn du passende Daten hast.", "Reset filtering and search": "Suche und Filter zurücksetzen", "Library items without libraries": "Einträge ohne Bibliothek", - "Library items without tags": "Einträge ohne Tags" -} + "Library items without tags": "Einträge ohne Tags", + "Filter": "" +} \ No newline at end of file diff --git a/resources/lang/en.json b/resources/lang/en.json index 392adf5a..02c527ea 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -686,5 +686,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index ed504838..d513a129 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -686,5 +686,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 45c68e94..a9de895a 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -687,5 +687,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 6c71d032..49229b38 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -687,5 +687,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index 7c07ab98..d8e38eac 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -687,5 +687,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index 64dc8aac..1165c45d 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -687,5 +687,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index a9cfc5fd..648c72f0 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -687,5 +687,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index 89f95aae..cda3cc04 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -687,5 +687,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 4d6c45ca..5a63393c 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -661,5 +661,6 @@ "Only one working address is required. But you can also fill in all fields if you have suitable data.": "", "Reset filtering and search": "", "Library items without libraries": "", - "Library items without tags": "" + "Library items without tags": "", + "Filter": "" } \ No newline at end of file