-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing changes from prior merge
- Loading branch information
1 parent
9e2a089
commit 590362d
Showing
22 changed files
with
834 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
], | ||
]; |
Oops, something went wrong.