birzha/plugins/rainlab/userplus/lang/fa/lang.php

17 lines
401 B
PHP
Raw Normal View History

2021-11-28 15:13:09 +00:00
<?php
return [
'plugin' => [
'name' => 'گسترش کاربر',
'description' => 'افزودن فیلد به پروفایل کاربران',
],
'user' => [
'phone' => 'تلفن',
'mobile' => 'تلفن همراه',
'company' => 'شرکت',
'city' => 'شهر',
'zip' => 'کد پستی',
'street_addr' => 'آدرس',
],
];