First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
6
resources/lang/de/messages.php
Normal file
6
resources/lang/de/messages.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'Willkommen bei :domain' => 'Willkommen bei :domain',
|
||||
'Sprache' => 'Sprache',
|
||||
];
|
||||
6
resources/lang/en/messages.php
Normal file
6
resources/lang/en/messages.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'Willkommen bei :domain' => 'Welcome to :domain',
|
||||
'Sprache' => 'Language',
|
||||
];
|
||||
6
resources/lang/es/messages.php
Normal file
6
resources/lang/es/messages.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'Willkommen bei :domain' => 'Bienvenido a :domain',
|
||||
'Sprache' => 'Idioma',
|
||||
];
|
||||
6
resources/lang/fr/messages.php
Normal file
6
resources/lang/fr/messages.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'Willkommen bei :domain' => 'Bienvenue chez :domain',
|
||||
'Sprache' => 'Langue',
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue