diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-10-21 10:06:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 10:06:32 +0200 |
| commit | 710a3a001fccb9cdb8a4da6689f1ceb67675a871 (patch) | |
| tree | 2e75e6bc947aa2cbcc08a58b65e01326dee6ee7e /searx/translations/ar | |
| parent | 1a5b0965789d100a33fad69cf6779b23e6595ef4 (diff) | |
| parent | 18ba8628dd2b7931df21ca9473337ba4ed9e9c12 (diff) | |
Merge pull request #1873 from searxng/translations_update
Update translations
Diffstat (limited to 'searx/translations/ar')
| -rw-r--r-- | searx/translations/ar/LC_MESSAGES/messages.mo | bin | 20863 -> 20863 bytes | |||
| -rw-r--r-- | searx/translations/ar/LC_MESSAGES/messages.po | 48 |
2 files changed, 26 insertions, 22 deletions
diff --git a/searx/translations/ar/LC_MESSAGES/messages.mo b/searx/translations/ar/LC_MESSAGES/messages.mo Binary files differindex 2a273def1..435215359 100644 --- a/searx/translations/ar/LC_MESSAGES/messages.mo +++ b/searx/translations/ar/LC_MESSAGES/messages.mo diff --git a/searx/translations/ar/LC_MESSAGES/messages.po b/searx/translations/ar/LC_MESSAGES/messages.po index 3bcd53f13..b08e3688a 100644 --- a/searx/translations/ar/LC_MESSAGES/messages.po +++ b/searx/translations/ar/LC_MESSAGES/messages.po @@ -11,20 +11,19 @@ # George Kashkosh <kash.george@gmail.com>, 2022. msgid "" msgstr "" -"Project-Id-Version: searx\n" +"Project-Id-Version: searx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-09-28 07:29+0000\n" +"POT-Creation-Date: 2022-10-14 14:11+0000\n" "PO-Revision-Date: 2022-10-07 07:30+0000\n" "Last-Translator: George Kashkosh <kash.george@gmail.com>\n" -"Language-Team: Arabic <https://weblate.bubu1.eu/projects/searxng/searxng/ar/>" -"\n" "Language: ar\n" +"Language-Team: Arabic " +"<https://weblate.bubu1.eu/projects/searxng/searxng/ar/>\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " +"n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 4.14.1\n" "Generated-By: Babel 2.10.3\n" #. CONSTANT_NAMES['DEFAULT_GROUP_NAME'] @@ -168,64 +167,68 @@ msgstr "خطأ في بروتوكول HTTP" msgid "network error" msgstr "خطأ في الشبكة" -#: searx/webapp.py:169 +#: searx/webapp.py:168 +msgid "SSL error: certificate validation has failed" +msgstr "" + +#: searx/webapp.py:170 msgid "unexpected crash" msgstr "تعطل غير متوقع" -#: searx/webapp.py:176 +#: searx/webapp.py:177 msgid "HTTP error" msgstr "خطأ HTTP" -#: searx/webapp.py:177 +#: searx/webapp.py:178 msgid "HTTP connection error" msgstr "خطأ في اتصال HTTP" -#: searx/webapp.py:183 +#: searx/webapp.py:184 msgid "proxy error" msgstr "خطأ في وكيل البروكسي" -#: searx/webapp.py:184 +#: searx/webapp.py:185 msgid "CAPTCHA" msgstr "أسئلة التحقق" -#: searx/webapp.py:185 +#: searx/webapp.py:186 msgid "too many requests" msgstr "الكثير من الطلبات" -#: searx/webapp.py:186 +#: searx/webapp.py:187 msgid "access denied" msgstr "الدخول مرفوض" -#: searx/webapp.py:187 +#: searx/webapp.py:188 msgid "server API error" msgstr "خطأ في API الخادم" -#: searx/webapp.py:362 +#: searx/webapp.py:365 msgid "No item found" msgstr "تعذر العثور على عناصر" #: searx/engines/qwant.py:217 -#: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:364 +#: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:367 msgid "Source" msgstr "المصدر" -#: searx/webapp.py:366 +#: searx/webapp.py:369 msgid "Error loading the next page" msgstr "حدث خلل أثناء تحميل الصفحة التالية" -#: searx/webapp.py:518 searx/webapp.py:950 +#: searx/webapp.py:521 searx/webapp.py:953 msgid "Invalid settings, please edit your preferences" msgstr "إنّ الإعدادات خاطئة، يرجى تعديل خياراتك" -#: searx/webapp.py:534 +#: searx/webapp.py:537 msgid "Invalid settings" msgstr "إعدادات غير صالحة" -#: searx/webapp.py:611 searx/webapp.py:687 +#: searx/webapp.py:614 searx/webapp.py:690 msgid "search error" msgstr "خطأ في البحث" -#: searx/webapp.py:849 +#: searx/webapp.py:852 msgid "Suspended" msgstr "معلق" @@ -1479,3 +1482,4 @@ msgstr "إخفاء الفيديو" #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\"" #~ " rel=\"external\"> تعرف على المزيد حول " #~ "طرق الطلب </a>" + |