mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 12:09:14 +00:00
9 lines
644 B
JavaScript
9 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);");
|