# Translation of Plugins - JWT Auth &#8211; WordPress JSON Web Token Authentication - Stable (latest release) in Arabic
# This file is distributed under the same license as the Plugins - JWT Auth &#8211; WordPress JSON Web Token Authentication - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2022-11-07 22:54:00+0000\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 && n % 100 <= 99) ? 4 : 5))));\n"
"X-Generator: GlotPress/4.0.0-alpha.11\n"
"Language: ar\n"
"Project-Id-Version: Plugins - JWT Auth &#8211; WordPress JSON Web Token Authentication - Stable (latest release)\n"

#: class-auth.php:384
msgid "User doesn't exist"
msgstr "المستخدم غير موجود"

#: class-auth.php:114
msgid "Custom authentication failed."
msgstr "فشلت المصادقة المخصصة."

#. Plugin Name of the plugin
msgid "JWT Auth"
msgstr "JWT Auth"

#. Plugin URI of the plugin
msgid "https://github.com/usefulteam/jwt-auth"
msgstr "https://github.com/usefulteam/jwt-auth"

#. Description of the plugin
msgid "WordPress JWT Authentication."
msgstr "مصادقة JWT لـ ووردبريس."

#. Author of the plugin
msgid "Useful Team"
msgstr "Useful Team"

#. Author URI of the plugin
msgid "https://usefulteam.com"
msgstr "https://usefulteam.com"

#: class-auth.php:220
msgid "Credential is valid"
msgstr "بيانات الاعتماد صالحة"

#: class-auth.php:59
msgid "Authorization header not found."
msgstr "لم يتم العثور على ترويسة المصادقة (Authorization header)."

#: class-auth.php:60
msgid "Authorization header malformed."
msgstr "ترويسة المصادقة غير صحيحة."

#: class-auth.php:352
msgid "The iss do not match with this server."
msgstr "لا تتطابق الـ iss مع هذا الخادم."

#: class-auth.php:367
msgid "User ID not found in the token."
msgstr "معرف المستخدم (User ID) غير موجود في الـ token."

#: class-auth.php:417
msgid "Token is valid"
msgstr "رمز Token صالح"