diff --git a/resources/lang/de.json b/resources/lang/de.json index 4c93adbd..7f7d20aa 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -802,7 +802,7 @@ "Search and find Bitcoin Podcast episodes.": "Suche und finde Bitcoin Podcast-Episoden.", "Intended support in sats": "Beabsichtigte Unterstützung in sats", "Vote": "Abstimmen", - "Submit project for funding": "Projekt zur Finanzierung einreichen", + "Submit project for funding": "Projekt für Unterstützung bewerben", "Project Funding": "Projekt-Unterstützung", "Project Funding and Voting": "Projekt-Unterstützung und Abstimmung", "Submitted projects": "Eingereichte Projekte", @@ -818,5 +818,6 @@ "Submitted by": "Übermittelt von", "This project requires": "Dieses Projekt benötigt\/beantragt", "sats": "sats", - "Your vote": "Deine Stimme" + "Your vote": "Deine Stimme", + "Association": "Verein" } diff --git a/resources/lang/en.json b/resources/lang/en.json index d7a10430..df5e4fd6 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -815,5 +815,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 24a17c4d..11174387 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -815,5 +815,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 67a70569..443e8c85 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -816,5 +816,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 4d64124c..0b4bed1e 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -816,5 +816,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index 71aaa5e5..0339da0c 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -816,5 +816,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index c90e7248..15a638f5 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -816,5 +816,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index 9a192d39..abcabf58 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -816,5 +816,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index 336f3157..6cce094d 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -816,5 +816,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/sv.json b/resources/lang/sv.json index 2dfa7f66..34bcae0b 100644 --- a/resources/lang/sv.json +++ b/resources/lang/sv.json @@ -778,5 +778,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 8dfa6e89..63cd7b59 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -790,5 +790,6 @@ "Submitted by": "", "This project requires": "", "sats": "", - "Your vote": "" + "Your vote": "", + "Association": "" } \ No newline at end of file diff --git a/resources/views/livewire/frontend/navigation/association.blade.php b/resources/views/livewire/frontend/navigation/association.blade.php index ec87a48d..d58c2ceb 100644 --- a/resources/views/livewire/frontend/navigation/association.blade.php +++ b/resources/views/livewire/frontend/navigation/association.blade.php @@ -23,7 +23,7 @@
-

{{ __('Project Funding and Voting') }}

+

{{ __('Association') }}