mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
16 lines
1.2 KiB
JavaScript
16 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "لمحة تعريفية",
|
|
"This application provides the profile" : "هذا التطبيق يوفر اللمحة التعريفية",
|
|
"Provides a customisable user profile interface." : "يُوفِّر واجهة مخصصة للمحة التعريفية عن المستخدِم",
|
|
"Edit Profile" : "تعديل الملف الشخصي",
|
|
"The headline and about sections will show up here" : "سيظهر هنا العنوان والأقسام الخاصة بالملف الشخصي",
|
|
"You have not added any info yet" : "لم تقم بإضافة أي معلومات حتى الآن",
|
|
"Error opening the user status modal, try hard refreshing the page" : "خطأ في فتح حالة المستخدم ، حاول تحديث الصفحة",
|
|
"{user} has not added any info yet" : "لم يقم المستخدم {user} بإضافة أي معلومات بعد",
|
|
"Profile not found" : "ملف المستخدم غير موجود",
|
|
"The profile does not exist." : "الملف الشخصي غير موجود.",
|
|
"Back to %s" : "عودة إلى %s"
|
|
},
|
|
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|