first commit
This commit is contained in:
68
resources/lang/ro/installer_messages.php
Normal file
68
resources/lang/ro/installer_messages.php
Normal file
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Procesul de instalare Laravel',
|
||||
'next' => 'Pasul următor',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Bun venit în procesul de instalare...',
|
||||
'message' => 'Bun venit în configurarea asistată.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => 'Cerințe',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => 'Permisiuni',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => 'Settări ale mediului',
|
||||
'save' => 'Salvează fișier .env',
|
||||
'success' => 'Setările tale au fost salvate în fișierul .env.',
|
||||
'errors' => 'Nu am putut salva fișierul .env, Te rugăm să-l creezi manual.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => 'Am terminat',
|
||||
'finished' => 'Aplicația a fost instalată cu succes.',
|
||||
'exit' => 'Click aici pentru a ieși',
|
||||
],
|
||||
];
|
68
resources/lang/ro/messages.php
Normal file
68
resources/lang/ro/messages.php
Normal file
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Procesul de instalare Laravel',
|
||||
'next' => 'Pasul următor',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Bun venit în procesul de instalare...',
|
||||
'message' => 'Bun venit în configurarea asistată.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => 'Cerințe',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => 'Permisiuni',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => 'Settări ale mediului',
|
||||
'save' => 'Salvează fișier .env',
|
||||
'success' => 'Setările tale au fost salvate în fișierul .env.',
|
||||
'errors' => 'Nu am putut salva fișierul .env, Te rugăm să-l creezi manual.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => 'Am terminat',
|
||||
'finished' => 'Aplicația a fost instalată cu succes.',
|
||||
'exit' => 'Click aici pentru a ieși',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user