You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Add fixed cms 🆙
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Kirjaudu sisään',
|
||||
|
||||
'heading' => 'Kirjaudu sisään tilillesi',
|
||||
|
||||
'buttons' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Kirjaudu sisään',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'fields' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Sähköpostiosoite',
|
||||
],
|
||||
|
||||
'username' => [
|
||||
'label' => 'Käyttäjänimi'
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Salasana',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Muista minut',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'failed' => 'Nämä tunnistetiedot eivät täsmää tietoihimme.',
|
||||
'throttled' => 'Liian monta kirjautumisyritystä. Yritä uudelleen :seconds sekunnin kuluttua.',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user