From 8558ad5a613387135566f06a8d3cbe26e99856f0 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Thu, 19 Jan 2023 14:22:21 +0100 Subject: [PATCH] Author --- resources/lang/de.json | 4 +++- resources/lang/en.json | 6 ++++-- resources/lang/es.json | 4 +++- resources/lang/fr.json | 4 +++- resources/lang/hr.json | 4 +++- resources/lang/it.json | 4 +++- resources/lang/mk.json | 4 +++- .../livewire/library/search-by-tag-component.blade.php | 2 +- 8 files changed, 23 insertions(+), 9 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index 063d86d7..64ef1069 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -665,5 +665,7 @@ "Missing lightning address": "Lightning-Adresse fehlt", "Plebs": "", "Click to connect": "Direkt verbinden", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "Scanne diesen QR-Code oder kopiere ihn in deine Lightning-Wallet. Oder klicke, um dich mit deiner Wallet einzuloggen." + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "Scanne diesen QR-Code oder kopiere ihn in deine Lightning-Wallet. Oder klicke, um dich mit deiner Wallet einzuloggen.", + "Entries": "Einträge", + "Payment Required": "Zahlung erforderlich", } diff --git a/resources/lang/en.json b/resources/lang/en.json index 5b53d1f8..2c8a8c0e 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -659,5 +659,7 @@ "Missing lightning address": "", "Plebs": "", "Click to connect": "", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "" -} + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "", + "Entries": "", + "Payment Required": "" +} \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 451082c0..ca073084 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -659,5 +659,7 @@ "Lightning Address": "", "LNURL": "", "Node Id": "", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "" + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "", + "Entries": "", + "Payment Required": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 51a414b6..8bc065f9 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -659,5 +659,7 @@ "Lightning Address": "", "LNURL": "", "Node Id": "", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "" + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "", + "Entries": "", + "Payment Required": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index fa0476be..bcbb74d6 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -659,5 +659,7 @@ "Lightning Address": "", "LNURL": "", "Node Id": "", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "" + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "", + "Entries": "", + "Payment Required": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index 40180954..fd57eaf7 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -659,5 +659,7 @@ "Lightning Address": "", "LNURL": "", "Node Id": "", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "" + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "", + "Entries": "", + "Payment Required": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index 50a6ac82..3b022ac4 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -659,5 +659,7 @@ "Lightning Address": "", "LNURL": "", "Node Id": "", - "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "" + "Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "", + "Entries": "", + "Payment Required": "" } \ No newline at end of file diff --git a/resources/views/livewire/library/search-by-tag-component.blade.php b/resources/views/livewire/library/search-by-tag-component.blade.php index 4050687a..0473e061 100644 --- a/resources/views/livewire/library/search-by-tag-component.blade.php +++ b/resources/views/livewire/library/search-by-tag-component.blade.php @@ -43,7 +43,7 @@ • {{ $tag->library_items_count }} - {{ __('Contents') }} + {{ __('Entries') }}