From ab6b481a94a81a8d729ab70448bffbcf98dfe4a7 Mon Sep 17 00:00:00 2001 From: bstashio Date: Tue, 11 Jul 2017 14:19:15 +0300 Subject: [PATCH] Add Arabic translations of 'New Generics' strings --- app/scripts/translations/ar.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/scripts/translations/ar.js b/app/scripts/translations/ar.js index 5142dea0f5..03c8bd4ba1 100644 --- a/app/scripts/translations/ar.js +++ b/app/scripts/translations/ar.js @@ -5,14 +5,14 @@ ar.code = 'ar'; ar.data = { /* New Generics */ -x_CancelReplaceTx : 'Cancel or Replace Transaction', -x_CancelTx : 'Cancel Transaction', -x_PasswordDesc : 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**', -x_ReadMore : 'Read More', -x_ReplaceTx : 'Replace Transaction', -x_TransHash : 'Transaction Hash', -x_TXFee : 'TX Fee', -x_TxHash : 'TX Hash', +x_CancelReplaceTx : 'إلغاء العملية أو استبدالها', +x_CancelTx : 'إلغاء العملية', +x_PasswordDesc : 'كلمة السر هذه * تشفر * المفتاح الخاص بك. ولكن هذا لا يعمل كبذور لتوليد المفاتيح الخاصة بك. ** سوف تحتاج إلى كلمة السر هذه بالاضافة الى المفتاح الخاص بك لفتح محفظتك. **', +x_ReadMore : 'قراءة المزيد', +x_ReplaceTx : 'استبدال العملية', +x_TransHash : 'مشفر العملية', +x_TXFee : 'رسوم العملية', +x_TxHash : 'مشفر العملية', /* Check TX Status */ NAV_CheckTxStatus : 'Check TX Status',