diff --git a/resources/lang/de.json b/resources/lang/de.json index 0bacee0d..f6334ced 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -706,7 +706,7 @@ "Perhaps": "Vielleicht", "Your unique name so that we can count the number of participants correctly (does not necessarily have to be your real name)": "Dein eindeutiger Name, damit wir die Anzahl der Teilnehmer korrekt zählen können (am Besten dein Pseudonym oder Nickname)", "I will show up": "Ich sage zu", - "Unfortunately I can\\'t come": "Leider kann ich nicht kommen", "Might attend": "Vielleicht komme ich", - "Here you can confirm your participation and find more information about the Meetup.": "Hier kannst du deine Teilnahme bestätigen und weitere Informationen zum Meetup finden." + "Here you can confirm your participation and find more information about the Meetup.": "Hier kannst du deine Teilnahme bestätigen und weitere Informationen zum Meetup finden.", + "Unfortunately I cannot come": "Leider kann ich doch nicht kommen" } diff --git a/resources/lang/en.json b/resources/lang/en.json index db7b5267..2c0258f7 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -702,5 +702,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 6f45e823..5224ae91 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -702,5 +702,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index bcc75991..b3a1e8a4 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -703,5 +703,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index cd8ad621..6a5a09d1 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -703,5 +703,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index 4de5a311..d8b973db 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -703,5 +703,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index 5564aae0..2aacac89 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -703,5 +703,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index a25126b0..b4c58ce3 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -703,5 +703,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index d6159926..738285ac 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -703,5 +703,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 4d176733..f947d600 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -677,5 +677,6 @@ "I will show up": "", "Unfortunately I can\\'t come": "", "Might attend": "", - "Here you can confirm your participation and find more information about the Meetup.": "" + "Here you can confirm your participation and find more information about the Meetup.": "", + "Unfortunately I cannot come": "" } \ No newline at end of file diff --git a/resources/views/livewire/meetup/landing-page-event.blade.php b/resources/views/livewire/meetup/landing-page-event.blade.php index 3d27f621..cda919d9 100644 --- a/resources/views/livewire/meetup/landing-page-event.blade.php +++ b/resources/views/livewire/meetup/landing-page-event.blade.php @@ -154,7 +154,7 @@ - {{ __('Unfortunately I can\'t come') }} + {{ __('Unfortunately I cannot come') }} @endif