From 3091969659e992ffc1c5ce881e47df262b458003 Mon Sep 17 00:00:00 2001 From: Salem Domani Date: Fri, 25 Nov 2022 14:08:33 +0300 Subject: [PATCH] Add arabic locale ar --- .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 3040 bytes .../locale/ar/LC_MESSAGES/django.po | 121 ++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.mo create mode 100644 rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po diff --git a/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.mo b/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..980b7120dd44a619ae987a2f9ecdb8cce1ba3f16 GIT binary patch literal 3040 zcmaJ?%WoS+93I;8N}+}FejG+BZ3?R0xaHBhap@aHq7cAA;#5uSu|4T}*V-K?4OJ0s znn!&=9NDn{?6h>H-EZeNzxn3-J!bd! zEgQaOxL&~hGVVWdZ^M240X%RWT*p{H@DOk(@H5~J;5Fb&z&pU*z<+@61GlbsJP~j+ z#$N*W0KWk~2fUNm{{}vZ@xQ>Qftxls+zKS#y+97k0|$V0;1j?fft!H80CxfZ0QLYk zKj`p9ASl^3Ag0)>K#5q=Kp*3;9%3v9T>mg*ZvhV_I1U`dcnLTHT=xiLM}Sq}Yh(w0 z0Q?QO9hiQUv0mU1@D<=$AlbhK9tHjc%mOz-+(F;~@FcJS96tqWVUFUlq5k*>!bu&011i@l!5lWI&kL@F#dLa`U9ZBCII zw#Atk(qQ$_koKosK0^askZx;h2Z!pq5`^kgp;h4XiWEf|@@hTOyb$}0%A~xW=DdCl&OjoMdUKUhI$s&6%;G&?x1SkY`UxT3T7u~M9B6->F z0!2mXYbCshJMIZA$YY2wxA@3 zbvd-nJ9)1s<(L@nb^SAp@|Rp2C|~d7B`*+~I)b_Zt)xYo4cYKXg{!JFPE%m zh;%9+3P19M4#F(|NO-c!j|NrYE8ZW`C|$IpgXJoEC|wAu2e8a9*F{-oxd?ks44gQ& zDkGEb>p6lGhptWKaSF0r%hP&S4ISq1=Y@(0(Z0E%{PEP@RX-AdmQ5Y=3qcXBo#lIn zmF^kz>Y?yb$AhpMWw~Fo!zlOWe(qj#elFL?-{yTBv$)VWxfahC2p4Bb(3~o1S$BZ;u*8Tv22E$dFw$Vy&++-lQfznzRS4!f#SDT<{oe6?A$Z_dF(v}gj&F4KCp{%3K_WRb_ z_`aLs1H9I+o65D@T~2HIiB86CbEWM@^+@`b3Ja3+2yL4Bnoh)h)0g}q?rJ(ZUNg4d zR28Uno!U_wIz?;xvYo`FFWZNQ`lY+=UDBL`>k-%X$bA<}197zf5s=Yw@^N!8-5tT2leLzBwG>c*jd+41Ia4^wjraoPY69A4k*Thqjyp4# r&2{*oa7kx@dD8xVpqV~Cm#Oh*u^z_|n=CLm{NI7-cBDU5SI7Pbs~HA+ literal 0 HcmV?d00001 diff --git a/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 000000000..0acb63142 --- /dev/null +++ b/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,121 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: djangorestframework_simplejwt\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-25 13:20+0300\n" +"Last-Translator: Salem Domani \n" +"Language: ar\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" +#: rest_framework_simplejwt/authentication.py:78 +msgid "Authorization header must contain two space-delimited values" +msgstr "الـ header الخاص بالمصادقة يجب أن يحتوي على قيمتين بينهما مسافة" + +#: rest_framework_simplejwt/authentication.py:104 +msgid "Given token not valid for any token type" +msgstr "الرمز المعطى ليس لديه نوع صالح" + +#: rest_framework_simplejwt/authentication.py:116 +#: rest_framework_simplejwt/authentication.py:143 +msgid "Token contained no recognizable user identification" +msgstr "هذا الرمز لا يحتوي على معلومات تعرف المستخدم" + +#: rest_framework_simplejwt/authentication.py:121 +msgid "User not found" +msgstr "لم يتم العثور على المستخدم" + +#: rest_framework_simplejwt/authentication.py:124 +msgid "User is inactive" +msgstr "المستخدم غير فعال" + +#: rest_framework_simplejwt/backends.py:67 +msgid "Unrecognized algorithm type '{}'" +msgstr "لم يتم التعرف على نوع الخوارزمية '{}'" + +#: rest_framework_simplejwt/backends.py:73 +msgid "You must have cryptography installed to use {}." +msgstr "يجب عليك تنزيل مكتبة cryptography من أجل استخدام {}." + +#: rest_framework_simplejwt/backends.py:88 +msgid "" +"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." +msgstr "نوع '{}' غير متعرف عليه 'leeway' يجب أن يكون int, float أو timedelta." + +#: rest_framework_simplejwt/backends.py:102 +#: rest_framework_simplejwt/backends.py:152 +#: rest_framework_simplejwt/exceptions.py:38 +#: rest_framework_simplejwt/tokens.py:44 +msgid "Token is invalid or expired" +msgstr "هذا الرمز غير صالح أو منتهي الصلاحية" + +#: rest_framework_simplejwt/backends.py:150 +msgid "Invalid algorithm specified" +msgstr "الخوارزمية المختارة غير صالحة" + +#: rest_framework_simplejwt/serializers.py:30 +msgid "No active account found with the given credentials" +msgstr "لم يتم العثور على مسنخدم بالمعلومات المعطاة" + +#: rest_framework_simplejwt/settings.py:70 +msgid "" +"The '{}' setting has been removed. Please refer to '{}' for available " +"settings." +msgstr "تم حذف الخيار '{}'. الرجاء التأكد من الخيارات المتاحة لدى '{}'" +"." + +#: rest_framework_simplejwt/token_blacklist/admin.py:68 +msgid "jti" +msgstr "jti" + +#: rest_framework_simplejwt/token_blacklist/admin.py:74 +msgid "user" +msgstr "مستخدم" + +#: rest_framework_simplejwt/token_blacklist/admin.py:80 +msgid "created at" +msgstr "أنشأت بتاريخ" + +#: rest_framework_simplejwt/token_blacklist/admin.py:86 +msgid "expires at" +msgstr "انتهت صلاحيتها بتاريخ" + +#: rest_framework_simplejwt/token_blacklist/apps.py:7 +msgid "Token Blacklist" +msgstr "اللائحة السوداء للرموز" + +#: rest_framework_simplejwt/tokens.py:30 +msgid "Cannot create token with no type or lifetime" +msgstr "لا يمكن إنشاء رمز بدون نوع او حياة" + +#: rest_framework_simplejwt/tokens.py:102 +msgid "Token has no id" +msgstr "هذا رمز لا يحتوي على id" + +#: rest_framework_simplejwt/tokens.py:115 +msgid "Token has no type" +msgstr "هذا رمز ليس لديه نوع" + +#: rest_framework_simplejwt/tokens.py:118 +msgid "Token has wrong type" +msgstr "هذا رمز لديه نوع خاطئ" + +#: rest_framework_simplejwt/tokens.py:170 +msgid "Token has no '{}' claim" +msgstr "هذا الرمز ليس لديه '{}'" + +#: rest_framework_simplejwt/tokens.py:175 +msgid "Token '{}' claim has expired" +msgstr "'{}' المتعلقة بالرمز قد انتهت صلاحيتها" + +#: rest_framework_simplejwt/tokens.py:230 +msgid "Token is blacklisted" +msgstr "هذا الرمز تم نقله إلى اللائحة السوداء"