mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
10 lines
644 B
JavaScript
10 lines
644 B
JavaScript
|
|
OC.L10N.register(
|
|||
|
|
"contactsinteraction",
|
|||
|
|
{
|
|||
|
|
"Recently contacted" : "اخیراً تماس گرفته شده است",
|
|||
|
|
"Contacts Interaction" : "تعامل با مخاطبین",
|
|||
|
|
"Manages interaction between users and contacts" : "تعامل بین کاربران و مخاطبین را مدیریت می کند.",
|
|||
|
|
"Collect data about user and contacts interactions and provide an address book for the data" : "اطلاعات مربوط به تعاملات کاربر و مخاطبین را جمع آوری کنید و یک دفترچه آدرس برای داده ها تهیه کنید."
|
|||
|
|
},
|
|||
|
|
"nplurals=2; plural=(n > 1);");
|