1
0
Fork 0
mirror of synced 2024-06-24 17:20:36 +12:00

Add RO locale settings

This commit is contained in:
Bogdan Covrig 2019-09-28 03:25:06 +02:00
parent 0ff576b3e9
commit 492d64b6b9

21
app/config/locale/ro.php Normal file
View file

@ -0,0 +1,21 @@
<?php
return [
'settings.inspire' => '"Arta de a fi înţelept este arta de a intui ce trebuie trecut cu vederea."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'ro',
'settings.direction' => 'ltr',
// Service - Users
'auth.emails.team' => '%s Echipa',
'auth.emails.confirm.title' => 'Confirmă Contul',
'auth.emails.confirm.body' => 'ro.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'Resetează Parola',
'auth.emails.recovery.body' => 'ro.email.auth.recovery.tpl',
'auth.emails.invitation.title' => 'Invitație în Echipa %s la %s',
'auth.emails.invitation.body' => 'ro.email.auth.invitation.tpl',
'locale.country.unknown' => 'Necunoscut',
'countries' => include 'ro.countries.php',
'continents' => include 'ro.continents.php',
];