Twidere-App-Android-Twitter.../twidere/src/main/res-localized/values-ar-rSA/strings_twitter_errors.xml

39 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 32 Could not authenticate you: Your call could not be completed as dialed. -->
<string name="error_twitter_32">لقد تعذر توثيق دخولك، قد تحتاج لإعادة تسجيل الدخول.</string>
<!-- 34 Sorry, that page does not exist: Corresponds with HTTP 404 - the specified resource was not found. -->
<string name="error_twitter_34">هذه التغريدة أو المغرد أو الصفحة غير موجودة.</string>
<!-- 88 Rate limit exceeded: The request limit for this resource has been reached for the current rate limit window. -->
<string name="error_twitter_88">تم تجاوز حد التغريدات المسموح به، يرجى المحاولة لاحقا.</string>
<!-- 89 Invalid or expired token: The access token used in the request is incorrect or has expired. Used in API v1.1 -->
<string name="error_twitter_89">بيانات تسجيل الدخول غير صحيحة أو إنتهت صلاحيتها، الرجاء إعادة تسجيل الدخول.</string>
<!-- 64 Your account is suspended and is not permitted to access this feature: Corresponds with an HTTP 403 - the access token being used belongs to a suspended user and they can't complete the action you're trying to take -->
<string name="error_twitter_64">إن حسابك موقوف ولا يملك الصلاحية للولوج إلى هذه الخاصية.</string>
<!-- 130 Over capacity: Corresponds with HTTP 503 - Twitter is temporarily over capacity. -->
<string name="error_twitter_130">تويتر يتعرض لعدد كبير جداً من الطلبات يفوق قدرته، نرجو المحاولة لاحقاً.</string>
<!-- 131 Internal error: Corresponds with HTTP 500 - An unknown internal error occurred. -->
<string name="error_twitter_131">يحتمل أن يكون خادم تويتر معطل مؤقتا، نرجو المحاولة لاحقاً.</string>
<!-- 135 Could not authenticate you: Corresponds with HTTP 401 - it means that your oauth_timestamp is either ahead or behind our acceptable range -->
<string name="error_twitter_135">الرجاء التحقق من ساعة النظام لديك.</string>
<!-- 136 Blocked by user while retweeting: You have been blocked from retweeting this user's tweets at their request. -->
<string name="error_twitter_136">قد تم حظرك من قبل هذا المغرد.</string>
<string name="error_twitter_139">لقد قمت بتفضيل هذه التغريدة سابقا.</string>
<!-- 144 No status found with that ID. -->
<string name="error_twitter_144">لم يتم العثور على التغريدة، ربما تم حذفها.</string>
<string name="error_twitter_161">لقد طلبت متابعة هذا المستخدم سابقًا، انتظر الموافقة.</string>
<!-- 172 You have been blocked from following this account at the request of the user. -->
<string name="error_twitter_162">لقد تم حجبك من قبل هذا المستخدم.</string>
<!-- 172 There was an error creating your search: Corresponds with HTTP 403 - The saved search already exists. -->
<string name="error_twitter_172">لقد حفظت هذا البحث سابقًا.</string>
<!-- 179 Sorry, you are not authorized to see this status: Corresponds with HTTP 403 - thrown when a Tweet cannot be viewed by the authenticating user, usually due to the tweet's author having protected their tweets. -->
<string name="error_twitter_179">لا يمكنك مشاهدة تغريدات هذا المستخدم المحمي.</string>
<!-- 187 Status is a duplicate: The status text has been Tweeted already by the authenticated account. -->
<string name="error_twitter_187">لقد أرسلت بالفعل هذه التغريدة.</string>
<string name="error_twitter_193">الصورة التي تريد رفعها كبيرة جدا.</string>
<!-- 215 Bad authentication data: Typically sent with 1.1 responses with HTTP code 400. The method requires authentication but it was not presented or was wholly invalid -->
<string name="error_twitter_215">قد تحتاج إلى إعادة تسجيل الدخول.</string>
<string name="error_twitter_326">تم تعليق حسابك ، يرجى زيارة https://twitter.com/ للحصول على التفاصيل.</string>
<string name="error_twitter_327">لقد قمت بالفعل بإعادة تغريد هذه التغريدة.</string>
</resources>