mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 05:46:06 -06:00
New translations section.php (Polish)
This commit is contained in:
parent
6300daa398
commit
c7b76d8aa1
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'advs' => [
|
||||||
|
'title' => 'Reklamy',
|
||||||
|
],
|
||||||
|
'categories' => [
|
||||||
|
'title' => 'Kategorie',
|
||||||
|
],
|
||||||
|
'countries' => [
|
||||||
|
'title' => 'Kraje',
|
||||||
|
],
|
||||||
|
'cities' => [
|
||||||
|
'title' => 'Miasta',
|
||||||
|
],
|
||||||
|
'districts' => [
|
||||||
|
'title' => 'Dzielnice',
|
||||||
|
],
|
||||||
|
'neighborhoods' => [
|
||||||
|
'title' => 'Okolice',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'title' => 'Wioska',
|
||||||
|
],
|
||||||
|
'custom_fields' => [
|
||||||
|
'title' => 'Pola niestandardowe',
|
||||||
|
],
|
||||||
|
'custom_field_advs' => [
|
||||||
|
'title' => 'Niestandardowe reklamy polowe',
|
||||||
|
],
|
||||||
|
'cf_values' => [
|
||||||
|
'title' => 'Wartości Cf',
|
||||||
|
],
|
||||||
|
'fields' => [
|
||||||
|
'title' => 'Pola niestandardowe'
|
||||||
|
],
|
||||||
|
'assets_clear' => [
|
||||||
|
'name' => 'Aktywa Wyczyść'
|
||||||
|
],
|
||||||
|
'general' => 'Generał',
|
||||||
|
'ads' => 'Reklamy',
|
||||||
|
'user' => 'Użytkownik',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user