Files
NodeBB/public/language/ar/user.json

130 lines
8.1 KiB
JSON
Raw Normal View History

2014-01-20 01:39:11 -05:00
{
2014-01-30 20:22:25 -05:00
"banned": "محظور",
2015-05-18 15:56:37 -04:00
"offline": "غير متصل",
2014-01-30 20:22:25 -05:00
"username": "إسم المستخدم",
2015-05-18 15:56:37 -04:00
"joindate": "تاريخ الإنضمام",
"postcount": "عدد المشاركات",
2014-01-30 20:22:25 -05:00
"email": "البريد الإلكتروني",
2014-11-12 08:27:21 -05:00
"confirm_email": "تأكيد عنوان البريد الإلكتروني",
2016-08-09 09:02:34 -04:00
"account_info": "معلومات الحساب",
2015-07-15 14:11:05 -04:00
"ban_account": "Ban Account",
2015-08-26 10:57:20 -04:00
"ban_account_confirm": "هل تريد حقاً حظر هاذا العضو؟",
2015-07-15 14:11:05 -04:00
"unban_account": "Unban Account",
2014-11-12 08:27:21 -05:00
"delete_account": "حذف الحساب",
"delete_account_confirm": "هل أن متأكد أنك تريد حذف حسابك؟<br /><strong> هذه العملية غير قابلة للإلغاء ولن يكون بالإمكان استعادة بياناتك</strong><br /><br />أدخل اسم المستخدم الخاص بك لتأكيد عملية الحذف",
2015-07-15 14:11:05 -04:00
"delete_this_account_confirm": "Are you sure you want to delete this account? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
2015-09-16 14:05:48 -04:00
"account-deleted": "Account deleted",
2014-01-30 20:22:25 -05:00
"fullname": "الاسم الكامل",
"website": "الموقع الإلكتروني",
2014-11-12 08:27:21 -05:00
"location": "الموقع",
"age": "السن",
2014-01-30 20:22:25 -05:00
"joined": "تاريخ التسجيل",
2014-11-12 08:27:21 -05:00
"lastonline": "تاريخ آخر دخول",
"profile": "الملف الشخصي",
2015-05-18 15:56:37 -04:00
"profile_views": "عدد المشاهدات",
2014-11-12 08:27:21 -05:00
"reputation": "السمعة",
2016-10-15 09:02:20 -04:00
"bookmarks": "Bookmarks",
2015-05-18 15:56:37 -04:00
"watched": "متابع",
2014-11-12 08:27:21 -05:00
"followers": "المتابعون",
"following": "يتابع",
2015-06-03 16:09:10 -04:00
"aboutme": "معلومة عنك او السيرة الذاتية",
2014-01-30 20:22:25 -05:00
"signature": "توقيع",
"birthday": "عيد ميلاد",
2014-11-12 08:27:21 -05:00
"chat": "محادثة",
2016-11-14 19:20:56 +00:00
"chat_with": "Continue chat with %1",
"new_chat_with": "Start new chat with %1",
2014-11-12 08:27:21 -05:00
"follow": "تابع",
"unfollow": "إلغاء المتابعة",
2015-05-18 15:56:37 -04:00
"more": "المزيد",
2014-11-12 08:27:21 -05:00
"profile_update_success": "تم تحديث الملف الشخصي بنجاح",
2014-01-30 20:22:25 -05:00
"change_picture": "تغيير الصورة",
2016-04-23 09:02:27 -04:00
"change_username": "تغيير اسم المستخدم",
"change_email": "تغيير البريد اﻹلكتروني",
2014-11-12 08:27:21 -05:00
"edit": "تعديل",
2016-04-23 09:02:27 -04:00
"edit-profile": "تعديل الملف الشخصي",
2015-10-30 00:47:13 -04:00
"default_picture": "Default Icon",
2014-11-12 08:27:21 -05:00
"uploaded_picture": "الصورة المرفوعة",
"upload_new_picture": "رفع صورة جديدة",
2015-05-18 15:56:37 -04:00
"upload_new_picture_from_url": "رفع صورة جديدة من رابط",
2014-11-12 08:27:21 -05:00
"current_password": "كلمة السر الحالية",
2014-01-30 20:22:25 -05:00
"change_password": "تغيير كلمة السر",
2014-11-12 08:27:21 -05:00
"change_password_error": "كلمة سر غير صحيحة",
"change_password_error_wrong_current": "كلمة السر الحالية ليست صحيحة",
"change_password_error_length": "كلمة السر قصيرة",
"change_password_error_match": "كلمة السر غير مطابقة لتأكيد كلمة السر",
"change_password_error_privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.",
"change_password_success": "تم تحديث كلمة السر خاصتك.",
2014-01-30 20:22:25 -05:00
"confirm_password": "تأكيد كلمة السر",
"password": "كلمة السر",
2014-11-12 08:27:21 -05:00
"username_taken_workaround": "اسم المستخدم الذي اخترته سبق أخذه، لذا تم تغييره قليلا. أن الآن مسجل تحت الاسم <strong>%1</strong>",
2015-10-04 04:58:46 -04:00
"password_same_as_username": "Your password is the same as your username, please select another password.",
2016-02-29 11:26:30 -05:00
"password_same_as_email": "Your password is the same as your email, please select another password.",
2014-11-12 08:27:21 -05:00
"upload_picture": "ارفع الصورة",
"upload_a_picture": "رفع صورة",
2015-09-16 14:05:48 -04:00
"remove_uploaded_picture": "Remove Uploaded Picture",
2016-02-29 11:26:30 -05:00
"upload_cover_picture": "Upload cover picture",
2014-11-12 08:27:21 -05:00
"settings": "خيارات",
2014-01-30 20:22:25 -05:00
"show_email": "أظهر بريدي الإلكتروني",
2014-11-12 08:27:21 -05:00
"show_fullname": "أظهر اسمي الكامل",
"restrict_chats": "لاتسمح بورود محادثات إلا من طرف المستخدمين الذين أتابعهم.",
"digest_label": "اشترك في النشرة الدورية",
"digest_description": "استلام اشعارات بآخر مستجدات هذا القسم (التنبيهات والمواضيع الجديدة) عبر البريد الإلكتروني وفقا لجدول زمني محدد.",
"digest_off": "غير مفعل",
"digest_daily": "يوميا",
"digest_weekly": "أسبوعيًّا",
"digest_monthly": "شهريًّا",
"send_chat_notifications": "استلام رسالة إلكترونية عند ورود محادثة وأنا غير متصل.",
2015-01-29 17:45:42 -05:00
"send_post_notifications": "Send an email when replies are made to topics I am subscribed to",
2015-05-18 15:56:37 -04:00
"settings-require-reload": "تغيير بعض اﻹعدادات يتطلب تحديث الصفحة. إضغط هنا لتحديث الصفحة",
2014-11-12 08:27:21 -05:00
"has_no_follower": "هذا المستخدم ليس لديه أي متابع :(",
"follows_no_one": "هذا المستخدم لا يتابع أحد :(",
2015-07-15 14:11:05 -04:00
"has_no_posts": "This user hasn't posted anything yet.",
"has_no_topics": "This user hasn't posted any topics yet.",
"has_no_watched_topics": "This user hasn't watched any topics yet.",
2016-01-18 15:55:24 -05:00
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
"has_no_voted_posts": "This user has no voted posts",
2014-01-30 20:22:25 -05:00
"email_hidden": "البريد الإلكتروني مخفي",
2014-02-15 12:28:46 -05:00
"hidden": "مخفي",
2015-04-20 12:09:00 -04:00
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
2014-11-12 08:27:21 -05:00
"topics_per_page": "المواضيع في كل صفحة",
"posts_per_page": "الردود في كل صفحة",
2015-05-18 15:56:37 -04:00
"notification_sounds": "تشغيل صوت عند تلقي تنبيه",
2016-09-01 09:02:35 -04:00
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",
"outgoing-message-sound": "Outgoing message sound",
"notification-sound": "Notification sound",
2016-09-16 09:02:36 -04:00
"no-sound": "No sound",
2014-11-12 08:27:21 -05:00
"browsing": "خيارات التصفح",
2015-05-18 15:56:37 -04:00
"open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة",
2014-11-26 13:35:07 -05:00
"enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع",
2015-04-20 12:09:00 -04:00
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
2016-04-15 09:02:24 -04:00
"delay_image_loading": "Delay Image Loading",
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
2016-03-24 09:06:55 -04:00
"scroll_to_my_post": "After posting a reply, show the new post",
2016-07-08 09:02:29 -04:00
"follow_topics_you_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create",
2016-04-23 09:02:27 -04:00
"grouptitle": "عنوان المجموعة",
2015-09-01 10:45:48 -04:00
"no-group-title": "لا يوجد عنوان للمجموعة",
2015-09-25 10:02:31 -04:00
"select-skin": "Select a Skin",
2015-11-05 15:01:31 -05:00
"select-homepage": "Select a Homepage",
2016-04-23 09:02:27 -04:00
"homepage": "الصفحة الرئيسية",
2015-11-05 15:01:31 -05:00
"homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
"custom_route": "Custom Homepage Route",
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
2015-09-25 10:02:31 -04:00
"sso.title": "Single Sign-on Services",
"sso.associated": "Associated with",
2016-07-12 20:22:44 -04:00
"sso.not-associated": "Click here to associate with",
"info.latest-flags": "Latest Flags",
"info.no-flags": "No Flagged Posts Found",
"info.ban-history": "Recent Ban History",
"info.no-ban-history": "This user has never been banned",
"info.banned-until": "Banned until %1",
2016-09-06 09:02:34 -04:00
"info.banned-permanently": "Banned permanently",
"info.banned-reason-label": "Reason",
2016-09-21 09:02:33 -04:00
"info.banned-no-reason": "No reason given.",
"info.username-history": "Username History",
2016-10-05 13:43:34 -04:00
"info.email-history": "Email History",
"info.moderation-note": "Moderation Note",
"info.moderation-note.success": "Moderation note saved"
2014-01-30 20:22:25 -05:00
}