mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
dad4644546
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
26 lines
1.8 KiB
JavaScript
26 lines
1.8 KiB
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "مشاهده پروفایل",
|
|
"Profile picker" : "انتخابگر پروفایل",
|
|
"Profile" : "پروفایل",
|
|
"This application provides the profile" : "این برنامه پروفایل را ارائه میدهد",
|
|
"Provides a customisable user profile interface." : "یک رابط کاربری پروفایل قابل شخصیسازی ارائه میدهد.",
|
|
"Searching …" : "در حال جستجو…",
|
|
"Not found" : "پیدا نشد",
|
|
"Search for a user profile" : "جستجوی پروفایل کاربر",
|
|
"Search for a user profile. Start typing" : "جستجوی پروفایل کاربر. شروع به تایپ کنید",
|
|
"Insert selected user profile link" : "درج لینک پروفایل کاربر انتخابشده",
|
|
"Insert" : "درج",
|
|
"You have not added any info yet" : "شما هنوز هیچ اطلاعاتی اضافه نکردهاید",
|
|
"{user} has not added any info yet" : "{user} هنوز هیچ اطلاعاتی اضافه نکرده است",
|
|
"Error opening the user status modal, try hard refreshing the page" : "خطا در باز کردن پنجره وضعیت کاربر، لطفاً صفحه را بهروزرسانی کامل کنید",
|
|
"Edit Profile" : "ویرایش پروفایل",
|
|
"The headline and about sections will show up here" : "بخشهای عنوان و درباره در اینجا نمایش داده میشوند",
|
|
"Profile not found" : "پروفایل پیدا نشد",
|
|
"The profile does not exist or is unavailable." : "پروفایل وجود ندارد یا در دسترس نیست.",
|
|
"Back to %s" : "بازگشت به %s",
|
|
"The profile does not exist." : "پروفایل وجود ندارد."
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|