changes
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
@ -10,8 +10,7 @@ return [
|
||||
'title' => 'Laraveli installer',
|
||||
'next' => 'Järgmine samm',
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
@ -21,8 +20,7 @@ return [
|
||||
'message' => 'Tere tulemast installatsiooniviisardisse.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
@ -31,8 +29,7 @@ return [
|
||||
'title' => 'Nõuded',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
@ -41,8 +38,7 @@ return [
|
||||
'title' => 'Õigused',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
@ -54,8 +50,7 @@ return [
|
||||
'errors' => 'Ei saanud .env faili salvesta, palun loo see manuaalselt.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
|
@ -1,68 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Laraveli installer',
|
||||
'next' => 'Järgmine samm',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Tere tulemast Laraveli installerisse',
|
||||
'message' => 'Tere tulemast installatsiooniviisardisse.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => 'Nõuded',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => 'Õigused',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => 'Keskkonna seaded',
|
||||
'save' => 'Salvesta .env',
|
||||
'success' => 'Sinu .env faili seaded on salvestatud.',
|
||||
'errors' => 'Ei saanud .env faili salvesta, palun loo see manuaalselt.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => 'Lõpetatud',
|
||||
'finished' => 'Laravel on edukalt installitud',
|
||||
'exit' => 'Väljumiseks vajuta siia',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user