Avoid confusing for users trying to create events for a group, when they don't have enough privileges

This commit is contained in:
778a69cd 2023-05-24 16:41:38 +02:00
parent 053e0010a0
commit 9e82a9d9af
3 changed files with 10 additions and 1 deletions

View file

@ -125,7 +125,14 @@
</div> </div>
</div> </div>
<div v-else class="content has-text-grey-dark has-text-centered"> <div v-else class="content has-text-grey-dark has-text-centered">
<p>{{ $t("Your profile will be shown as contact.") }}</p> <p>
{{ $t("Your profile will be shown as contact.") }}
{{
$t(
"To create an event for a group you have to be at least a moderator in that group."
)
}}
</p>
</div> </div>
</div> </div>
</div> </div>

View file

@ -1194,6 +1194,7 @@
"Your participation will be validated once you click the confirmation link into the email.": "Ihre Teilnahme wird bestätigt, sobald Sie den Bestätigungslink in der E-Mail anklicken.", "Your participation will be validated once you click the confirmation link into the email.": "Ihre Teilnahme wird bestätigt, sobald Sie den Bestätigungslink in der E-Mail anklicken.",
"Your position was not available.": "Deine Position ist nicht verfügbar.", "Your position was not available.": "Deine Position ist nicht verfügbar.",
"Your profile will be shown as contact.": "Dein Profil wird als Kontakt angezeigt.", "Your profile will be shown as contact.": "Dein Profil wird als Kontakt angezeigt.",
"To create an event for a group you have to be at least a moderator in that group.": "Um eine Veranstaltung für eine Gruppe zu erstellen, musst du mindestens Moderator in dieser Gruppe sein.",
"Your timezone is currently set to {timezone}.": "Ihre Zeitzone ist aktuell {timezone}.", "Your timezone is currently set to {timezone}.": "Ihre Zeitzone ist aktuell {timezone}.",
"Your timezone was detected as {timezone}.": "Ihre Zeitzone wurde erkannt als {timezone}.", "Your timezone was detected as {timezone}.": "Ihre Zeitzone wurde erkannt als {timezone}.",
"Your timezone {timezone} isn't supported.": "Ihre Zeitzone {timezone} wird nicht unterstützt.", "Your timezone {timezone} isn't supported.": "Ihre Zeitzone {timezone} wird nicht unterstützt.",

View file

@ -689,6 +689,7 @@
"Pick a profile or a group": "Pick a profile or a group", "Pick a profile or a group": "Pick a profile or a group",
"Add a contact": "Add a contact", "Add a contact": "Add a contact",
"Your profile will be shown as contact.": "Your profile will be shown as contact.", "Your profile will be shown as contact.": "Your profile will be shown as contact.",
"To create an event for a group you have to be at least a moderator in that group.": "To create an event for a group you have to be at least a moderator in that group.",
"Pick": "Pick", "Pick": "Pick",
"The event will show as attributed to your personal profile.": "The event will show as attributed to your personal profile.", "The event will show as attributed to your personal profile.": "The event will show as attributed to your personal profile.",
"The event will show as attributed to this group.": "The event will show as attributed to this group.", "The event will show as attributed to this group.": "The event will show as attributed to this group.",