You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
5.2 KiB

  1. ---
  2. ar:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: التسمية
  7. redirect_uri: Redirect URI
  8. errors:
  9. models:
  10. doorkeeper/application:
  11. attributes:
  12. redirect_uri:
  13. fragment_present: لا يجب أن يحتوي على كِسرة.
  14. invalid_uri: يجب أن يكون رابطا صالحا.
  15. relative_uri: يجب أن يكون رابطا مطلقا.
  16. secured_uri: يجب أن يكون رابطا آمنا HTTPS/SSL.
  17. doorkeeper:
  18. applications:
  19. buttons:
  20. authorize: ترخيص
  21. cancel: إلغاء
  22. destroy: إبطال
  23. edit: تعديل
  24. submit: إرسال
  25. confirmations:
  26. destroy: متأكد ؟
  27. edit:
  28. title: تعديل التطبيق
  29. form:
  30. error: عفوا ! تحقق من خُلوّ الاستمارة من الأخطاء من فضلك
  31. help:
  32. native_redirect_uri: إستخدم %{native_redirect_uri} للاختبار و التجريب محليا
  33. redirect_uri: إستخدم خطا واحدا لكل رابط.
  34. scopes: Separate scopes with spaces. Leave blank to use the default scopes.
  35. index:
  36. callback_url: رابط رد النداء
  37. name: التسمية
  38. new: تطبيق جديد
  39. title: تطبيقاتك
  40. new:
  41. title: تطبيق جديد
  42. show:
  43. actions: Actions
  44. application_id: معرف التطبيق
  45. callback_urls: روابط رد النداء
  46. scopes: Scopes
  47. secret: السر
  48. title: 'تطبيق : %{name}'
  49. authorizations:
  50. buttons:
  51. authorize: ترخيص
  52. deny: رفض
  53. error:
  54. title: حدث هناك خطأ
  55. new:
  56. able_to: يُخوَّل لهذا التطبيق القيام بـ
  57. prompt: طلبَ تطبيق %{client_name} تصريحا لاستعمال حسابك.
  58. title: إذن بالتصريح
  59. show:
  60. title: Copy this authorization code and paste it to the application.
  61. authorized_applications:
  62. buttons:
  63. revoke: إبطال التصريح
  64. confirmations:
  65. revoke: متأكد ؟
  66. index:
  67. application: التطبيق
  68. created_at: صُرّح له في
  69. date_format: "%d-%m-%Y %H:%M:%S"
  70. scopes: Scopes
  71. title: تطبيقاتك المرخص لها
  72. errors:
  73. messages:
  74. access_denied: The resource owner or authorization server denied the request.
  75. credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
  76. invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
  77. invalid_grant: The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
  78. invalid_redirect_uri: The redirect uri included is not valid.
  79. invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
  80. invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
  81. invalid_scope: The requested scope is invalid, unknown, or malformed.
  82. invalid_token:
  83. expired: إنتهت فترة صلاحيته رمز المصادقة
  84. revoked: تم إبطال رمز المصادقة
  85. unknown: رمز المصادقة غير صالح
  86. resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
  87. server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
  88. temporarily_unavailable: تعذر على خادم التفويض معالجة الطلب و ذلك بسبب زيادة مؤقتة في التحميل أو عملية صيانة مبرمجة على الخادم.
  89. unauthorized_client: لا يصرح للعميل بتنفيذ هذا الطلب باستخدام هذه الطريقة.
  90. unsupported_grant_type: هذا النوع من منح التصريح غير معتمد في خادم الترخيص.
  91. unsupported_response_type: لا يدعم خادم التصريح هذا النوع من الإجابات و الردود.
  92. flash:
  93. applications:
  94. create:
  95. notice: تم إنشاء التطبيق.
  96. destroy:
  97. notice: تم حذف التطبيق.
  98. update:
  99. notice: تم تحديث التطبيق.
  100. authorized_applications:
  101. destroy:
  102. notice: تم إبطال التصريح المخول للتطبيق.
  103. layouts:
  104. admin:
  105. nav:
  106. applications: التطبيقات
  107. oauth2_provider: مزود خدمة التصريح المفتوح OAuth2
  108. application:
  109. title: طلب تصريح مفتوح OAuth
  110. scopes:
  111. follow: متابعة و حجب و فك الحجب و إلغاء متابعة حسابات المستخدمين
  112. read: قراءة بيانات حسابك
  113. write: النشر نيابةً عنك