mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations section.php (Romanian)
This commit is contained in:
parent
7293f8e713
commit
a98a273186
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'advs' => [
|
||||||
|
'title' => 'Reclame',
|
||||||
|
],
|
||||||
|
'categories' => [
|
||||||
|
'title' => 'Categorii',
|
||||||
|
],
|
||||||
|
'countries' => [
|
||||||
|
'title' => 'ţări',
|
||||||
|
],
|
||||||
|
'cities' => [
|
||||||
|
'title' => 'Orase',
|
||||||
|
],
|
||||||
|
'districts' => [
|
||||||
|
'title' => 'Districtele',
|
||||||
|
],
|
||||||
|
'neighborhoods' => [
|
||||||
|
'title' => 'Vecinătățile',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'title' => 'Sat',
|
||||||
|
],
|
||||||
|
'custom_fields' => [
|
||||||
|
'title' => 'Câmpuri customizate',
|
||||||
|
],
|
||||||
|
'custom_field_advs' => [
|
||||||
|
'title' => 'Anunțuri personalizate de câmp',
|
||||||
|
],
|
||||||
|
'cf_values' => [
|
||||||
|
'title' => 'Valorile Cf',
|
||||||
|
],
|
||||||
|
'fields' => [
|
||||||
|
'title' => 'câmpuri customizate'
|
||||||
|
],
|
||||||
|
'assets_clear' => [
|
||||||
|
'name' => 'Activele se șterg'
|
||||||
|
],
|
||||||
|
'general' => 'General',
|
||||||
|
'ads' => 'Reclame',
|
||||||
|
'user' => 'Utilizator',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user