Update doorkeeper.ar.yml (#3006)

* Update doorkeeper.ar.yml

- Remodelling doorkeeper.ar.yml and adding missing strings from english version to arabic version.
- Translating max strings
- Reviewing some translations
- Other strings to be translated later (complicated somehow)

* Update doorkeeper.ar.yml

Updating translations from lines : 88 to 91
This commit is contained in:
ButterflyOfFire 2017-05-12 13:32:13 +01:00 committed by Eugen Rochko
parent 654f4f62ed
commit 888864ad5a
1 changed files with 54 additions and 4 deletions

View File

@ -1,26 +1,49 @@
---
ar: ar:
activerecord: activerecord:
attributes: attributes:
doorkeeper/application: doorkeeper/application:
name: التسمية name: التسمية
redirect_uri: Redirect URI
errors:
models:
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: لا يجب أن يحتوي على كِسرة.
invalid_uri: يجب أن يكون رابطا صالحا.
relative_uri: يجب أن يكون رابطا مطلقا.
secured_uri: يجب أن يكون رابطا آمنا HTTPS/SSL.
doorkeeper: doorkeeper:
applications: applications:
buttons: buttons:
authorize: ترخيص
cancel: إلغاء cancel: إلغاء
destroy: إبطال
edit: تعديل edit: تعديل
submit: إرسال submit: إرسال
confirmations: confirmations:
destroy: متأكد ؟ destroy: متأكد ؟
edit: edit:
title: تعديل التطبيق title: تعديل التطبيق
form:
error: عفوا ! تحقق من خُلوّ الاستمارة من الأخطاء من فضلك
help:
native_redirect_uri: إستخدم %{native_redirect_uri} للاختبار و التجريب محليا
redirect_uri: إستخدم خطا واحدا لكل رابط.
scopes: Separate scopes with spaces. Leave blank to use the default scopes.
index: index:
callback_url: رابط رد النداء
name: التسمية name: التسمية
new: تطبيق جديد new: تطبيق جديد
title: تطبيقاتك title: تطبيقاتك
new: new:
title: تطبيق جديد title: تطبيق جديد
show: show:
actions: Actions
application_id: معرف التطبيق application_id: معرف التطبيق
callback_urls: روابط رد النداء
scopes: Scopes
secret: السر secret: السر
title: 'تطبيق : %{name}' title: 'تطبيق : %{name}'
authorizations: authorizations:
@ -30,8 +53,9 @@ ar:
error: error:
title: حدث هناك خطأ title: حدث هناك خطأ
new: new:
able_to: سيكون بامكانه القيام ب able_to: يُخوَّل لهذا التطبيق القيام بـ
title: الترخيص مطلوب prompt: طلبَ تطبيق %{client_name} تصريحا لاستعمال حسابك.
title: إذن بالتصريح
show: show:
title: رمز الترخيص title: رمز الترخيص
authorized_applications: authorized_applications:
@ -41,12 +65,34 @@ ar:
revoke: متأكد ؟ revoke: متأكد ؟
index: index:
application: التطبيق application: التطبيق
scopes: النطاقات created_at: صُرّح له في
date_format: "%d-%m-%Y %H:%M:%S"
scopes: Scopes
title: تطبيقاتك المرخص لها title: تطبيقاتك المرخص لها
errors:
messages:
access_denied: The resource owner or authorization server denied the request.
credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
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.
invalid_redirect_uri: The redirect uri included is not valid.
invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_token:
expired: إنتهت فترة صلاحيته رمز المصادقة
revoked: تم إبطال رمز المصادقة
unknown: رمز المصادقة غير صالح
resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
temporarily_unavailable: تعذر على خادم التفويض معالجة الطلب و ذلك بسبب زيادة مؤقتة في التحميل أو عملية صيانة مبرمجة على الخادم.
unauthorized_client: لا يصرح للعميل بتنفيذ هذا الطلب باستخدام هذه الطريقة.
unsupported_grant_type: هذا النوع من منح التصريح غير معتمد في خادم الترخيص.
unsupported_response_type: لا يدعم خادم التصريح هذا النوع من الإجابات و الردود.
flash: flash:
applications: applications:
create: create:
notice: تم إنشاء التطبيق notice: تم إنشاء التطبيق.
destroy: destroy:
notice: تم حذف التطبيق. notice: تم حذف التطبيق.
update: update:
@ -58,6 +104,10 @@ ar:
admin: admin:
nav: nav:
applications: التطبيقات applications: التطبيقات
oauth2_provider: مزود خدمة التصريح المفتوح OAuth2
application:
title: طلب تصريح مفتوح OAuth
scopes: scopes:
follow: متابعة و حجب و فك الحجب و إلغاء متابعة حسابات المستخدمين
read: قراءة بيانات حسابك read: قراءة بيانات حسابك
write: النشر نيابةً عنك write: النشر نيابةً عنك