%PDF- %PDF-
Direktori : /www/varak.net/wiki.varak.net/extensions/CirrusSearch/i18n/ |
Current File : /www/varak.net/wiki.varak.net/extensions/CirrusSearch/i18n/ar.json |
{ "@metadata": { "authors": [ "Asaifm", "زكريا", "Abanima", "Manhal", "Shbib Al-Subaie", "محمد أحمد عبد الفتاح", "Maroen1990", "Meno25" ] }, "cirrussearch-desc": "عملية البحث مدعومة من قبل Elasticsearch لميدياويكي", "cirrussearch-backend-error": "لم نستطع إكمال بحثك بسبب مشكلة مؤقتة. الرجاء المحاولة لاحقاً.", "cirrussearch-parse-error": "الاستعلام غير مفهوم، رجاء بسِّطْه. تم تسجيل الاستعلام لتحسين نظام البحث.", "cirrussearch-too-busy-error": "البحث مشغول للغاية حالياً. من فضلك حاول في وقت لاحق.", "cirrussearch-too-busy-for-you-anonymous-error": "لديك عدد أكبر من المقبول من عمليات البحث الجارية. إذا كنت تشترك في عنوان IP مع مستخدمين آخرين يمكنك تسجيل الدخول لتستخدم نصيبك الشخصي.", "cirrussearch-too-busy-for-you-logged-in-error": "لديك عدد أكبر من المقبول من عمليات البحث الجارية.", "cirrussearch-now-using": "يستخدم هنا محرك بحث جديد. ([[mw:Special:MyLanguage/Help:CirrusSearch|المزيد]])", "cirrussearch-ignored-headings": "# <!-- أترك هذا السطر كما هو --> <pre>\n# سيتم تجاهل الترويسات خلال عملية البحث\n#ا لتغييرات ستأخذ مجراها ما أن يتم فهرسة الصفحة التي تحتوي على ترويسات\n# يمكنك فرض عملية فهرسة الصفحة من خلال تعديل فارغ\n# الصيغة هي كالأتي:\n# * كل ما يكتب بعد \"#\" إلى آخر السطر يعتبر تعليق\n# * كل سطر غير فارغ سيكون العنوان الذي سيتم تجاهله (سيأخذ العنوان كما هو بالضبط بالتشكيل وخلافه)\nالمراجع\nالوصلات الخارجية\nأنظر أيضا\n#</pre><!--أترك هذا السطر كما هو -->", "cirrussearch-boost-templates": "# <!-- أترك هذا السطر كما هو --> <pre>\n# إذا كانت الصفحة تحتوى على إحدى القوالب المذكورة أدناه سيتم ضرب درجة البحث بالنسبة المئوية المحددة.\n#التغييرات هذه نافذة المفعول فور حدوثها.\n#الصياغة تكون كالآتي:\n# *كل ما يبدأ بالعلامة \"#\" إلى آخر السطر سيتم إعتباره على أنه تعليق\n# * كل سطر غير فارغ سيكون إسم القالب الذي سيتم دعم وزيادة نتيجته (سيأخذ الإسم كما هو بالضبط بالتشكيل وخلافه). بعد الإسم ستوضع علامة \"|\" ثم الرقم ثم علامة \"%\".\n#بعض الأمثلة الجيدة:\n#قالب:جيد|150%\n#قالب:جيد جداً|300%\n#قالب:سيئ|50%\n#بعض الأمثلة التي لن تعمل:\n#قالب:مغفل|150.234234% <-- لا يسمح بإستخدام الفاصلة العشرية!\n#فو|150% <-- تقنياً ستعمل ولكن لتضمينات صفحة فو من النطاق الرئيسي\n#يمكنك تجربة التغييرات التي تمت على الإعدادت عن طريقة كتابة إستعلام يبدأ بالقوالب المدعومة: \"XX\" هي كل القوالب التي ترغب في دعمها مفصولة بمسافات عوضاً عن فواصل الأسطر (line breaks).\n# الإستعلامات التي تحدد القوالب المدعومة:\"XX\" تجاهل محتويات هذا الحقل.\n#</pre> <!-- أترك هذا السطر كما هو -->", "cirrussearch-pref-label": "بحث جديد", "cirrussearch-pref-desc": "جرب طريقة البحث الجديدة التي تدعم عدد أكبر من اللغات وتوفر نتائج أفضل من ناحية التحديثات. كما يمكنها أيضا البحث لك عن نصوص داخل قوالب.", "cirrussearch-give-feedback": "اعطنا ملاحظاتك", "cirrussearch-didyoumean-settings": " #<!-- leave this line exactly as it is --> <pre>\n# This message lets you configure the settings of the \"Did you mean\" suggestions.\n# See also https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html\n# Changes to this take effect immediately.\n# The syntax is as follows:\n# * Everything from a \"#\" character to the end of the line is a comment.\n# * Every non-blank line is the setting name followed by a \":\" character followed by the setting value\n# The settings are :\n# * max_errors (integer): the maximum number of terms that will be considered misspelled in order to be corrected. 1 or 2.\n# * confidence (float): The confidence level defines a factor applied to the input phrases score which is used as a threshold for other suggestion candidates. Only candidates that score higher than the threshold will be included in the result. For instance a confidence level of 1.0 will only return suggestions that score higher than the input phrase. If set to 0.0 the best candidate are returned.\n# * min_doc_freq (float 0 to 1): The minimal threshold in number of documents a suggestion should appear in.\n# High frequency terms are generally \"stop words\".\n# * max_term_freq (float 0 to 1): The maximum threshold in number of documents in which a term can exist in order to be included.\n# * prefix_length (integer): The minimal number of prefix characters that must match a term in order to be a suggestion.\n# * suggest_mode (missing, popular, always): The suggest mode controls the way suggestions are included.\n# Examples of good lines:\n# max_errors:2\n# confidence:2.0\n# max_term_freq:0.5\n# min_doc_freq:0.01\n# prefix_length:2\n# suggest_mode:always\n#\n# </pre> <!-- leave this line exactly as it is -->", "cirrussearch-completionsuggester-pref": "مقترح الإكمال", "cirrussearch-completionsuggester-desc": "خوارزمية جديدة لاستكمال البحث أثناء الكتابة. بمجرد تفعيلها سيستخدم صندوق البحث في أعلى اليسار ميزة مقترح الإكمال." }