mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
voting added
This commit is contained in:
@@ -819,5 +819,7 @@
|
|||||||
"This project requires": "Dieses Projekt benötigt\/beantragt",
|
"This project requires": "Dieses Projekt benötigt\/beantragt",
|
||||||
"sats": "sats",
|
"sats": "sats",
|
||||||
"Your vote": "Deine Stimme",
|
"Your vote": "Deine Stimme",
|
||||||
"Association": "Verein"
|
"Association": "Verein",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": "Ja, unterstützen!"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -816,5 +816,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -816,5 +816,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -779,5 +779,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -791,5 +791,7 @@
|
|||||||
"This project requires": "",
|
"This project requires": "",
|
||||||
"sats": "",
|
"sats": "",
|
||||||
"Your vote": "",
|
"Your vote": "",
|
||||||
"Association": ""
|
"Association": "",
|
||||||
|
"for voting you have to be logged in": "",
|
||||||
|
"Yes, support it!": ""
|
||||||
}
|
}
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
<div class="sm:mt-5 space-y-6 sm:space-y-5">
|
<div class="sm:mt-5 space-y-6 sm:space-y-5">
|
||||||
<div class="w-full flex space-x-4">
|
<div class="w-full flex space-x-4">
|
||||||
<x-button lg positive wire:click="yes">
|
<x-button lg positive wire:click="yes">
|
||||||
Yes, support it!
|
{{ __('Yes, support it!') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
<x-button lg negative wire:click="no">
|
<x-button lg negative wire:click="no">
|
||||||
No, don't support it!
|
{{ __('No') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
<div>
|
<div>
|
||||||
<span class="text-amber-500">{{ __('Your vote') }}:</span>
|
<span class="text-amber-500">{{ __('Your vote') }}:</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user