Skip to content

Commit

Permalink
fix: add missing changes from prior merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenobird committed Oct 2, 2024
1 parent 9e2a089 commit 590362d
Show file tree
Hide file tree
Showing 22 changed files with 834 additions and 340 deletions.
21 changes: 21 additions & 0 deletions lang/de/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
return [
'register' => [
'form' => [
'email' => 'E-Mail',
'name' => 'Name',
'newsletter' => 'Ich akzeptiere den Newsletter von EventGuru',
'password' => 'Passwort',
'password_confirmation' => 'Passwort bestätigen',
'signin' => 'Du hast bereits ein Konto? :signin',
'signup' => "Los geht's!",
'tos' => 'Ich akzeptiere die :terms_of_service',
],
'headline' => 'Konto erstellen',
'link' => [
'login' => 'Anmelden',
'tos' => 'AGBs',
],
'subtitle' => 'Beginne deine Momente',
],
];
21 changes: 21 additions & 0 deletions lang/en/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
return [
'register' => [
'form' => [
'email' => 'Email',
'name' => 'Name',
'newsletter' => 'I accept newsletter by EventGuru',
'password' => 'Password',
'password_confirmation' => 'Confirm Password',
'signin' => 'You already have an account? :signin',
'signup' => "Let's go!",
'tos' => 'I accept the :terms_of_service',
],
'headline' => 'Create account',
'link' => [
'login' => 'Login',
'tos' => 'Terms of Service',
],
'subtitle' => 'Start your moments',
],
];
Loading

0 comments on commit 590362d

Please sign in to comment.