mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
20 lines
392 B
PHP
20 lines
392 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => 'پرۆفایل',
|
|
],
|
|
'adress' => [
|
|
'title' => 'ناونیشان',
|
|
],
|
|
'general_setting' => 'ڕێکخستنی گشتی',
|
|
'recaptcha' => 'reCAPTCHA',
|
|
'education' => [
|
|
'title' => 'پهروهرده',
|
|
],
|
|
'education_part' => [
|
|
'title' => 'بەشی پەروەردەی
|
|
',
|
|
],
|
|
];
|