diff --git a/resources/lang/de.json b/resources/lang/de.json index 88188a97..f0bc8cd6 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -813,5 +813,9 @@ "Reason": "Ablehnungsgrund", "not voted yet": "bisher nicht abgestimmt", "Entitled voters": "Stimmberechtigte", - "Other voters": "Alle anderen" + "Other voters": "Alle anderen", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "Übermittelt von", + "This project requires": "Dieses Projekt benötigt/beantragt", + "sats": "sats" } diff --git a/resources/lang/en.json b/resources/lang/en.json index 7be0891b..7dabc247 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -810,5 +810,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index a0ff7953..ff6d173c 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -810,5 +810,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index ab35bc94..462e4f42 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -811,5 +811,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 27d2052f..b3617c8f 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -811,5 +811,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index d8495b26..13f2c315 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -811,5 +811,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index aae5ecae..9614bf99 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -811,5 +811,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index 0c72ff2e..2667113a 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -811,5 +811,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index 58283ede..56e9bf9a 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -811,5 +811,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/sv.json b/resources/lang/sv.json index 3e5364e3..92301fb1 100644 --- a/resources/lang/sv.json +++ b/resources/lang/sv.json @@ -773,5 +773,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 9010ae9b..66366b78 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -785,5 +785,9 @@ "Reason": "", "not voted yet": "", "Entitled voters": "", - "Other voters": "" + "Other voters": "", + "Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "", + "Submitted by": "", + "This project requires": "", + "sats": "" } \ No newline at end of file diff --git a/resources/views/livewire/project-proposal/project-proposal-voting.blade.php b/resources/views/livewire/project-proposal/project-proposal-voting.blade.php index 83aae448..d9c881ca 100644 --- a/resources/views/livewire/project-proposal/project-proposal-voting.blade.php +++ b/resources/views/livewire/project-proposal/project-proposal-voting.blade.php @@ -21,7 +21,32 @@
-
+
+
+

{{ __('Submitted by') }}

+
+ +
+
+
+
+ {{ $projectProposal->user->name }} + {{ $projectProposal->user->name }} +
+
+
+
+
{{ $projectProposal->user->name }}
+
+
+ {{ __('This project requires') }} {{ $projectProposal->support_in_sats }} {{ __('sats') }} +
+
+
+
+

{{ __('Description') }}