From d64979f413f887caaf43f3ea7ce614610b1f31cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Thu, 27 Jan 2022 17:17:59 -0500 Subject: [PATCH 1/3] Update reorderWallets.js --- screen/wallets/reorderWallets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen/wallets/reorderWallets.js b/screen/wallets/reorderWallets.js index fc122224a..3836fdcb1 100644 --- a/screen/wallets/reorderWallets.js +++ b/screen/wallets/reorderWallets.js @@ -100,7 +100,7 @@ const ReorderWallets = () => { Date: Thu, 27 Jan 2022 17:39:41 -0500 Subject: [PATCH 2/3] Update reorderWallets.js --- screen/wallets/reorderWallets.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/screen/wallets/reorderWallets.js b/screen/wallets/reorderWallets.js index 3836fdcb1..28ce4b3ee 100644 --- a/screen/wallets/reorderWallets.js +++ b/screen/wallets/reorderWallets.js @@ -1,5 +1,5 @@ import React, { useEffect, useRef, useContext, useState } from 'react'; -import { View, Image, Text, StyleSheet, StatusBar, I18nManager, Pressable } from 'react-native'; +import { View, Image, Text, StyleSheet, StatusBar, I18nManager, Pressable, useColorScheme, Platform } from 'react-native'; import { BluePrivateBalance } from '../../BlueComponents'; import DraggableFlatList, { ScaleDecorator } from '../../components/react-native-draggable-flatlist'; import LinearGradient from 'react-native-linear-gradient'; @@ -174,11 +174,13 @@ const ReorderWallets = () => { ); return ( - - + Date: Thu, 27 Jan 2022 22:49:13 +0000 Subject: [PATCH 3/3] Translate /loc/en.json in fa_IR review completed for the source file '/loc/en.json' on the 'fa_IR' language. --- loc/fa.json | 1 + 1 file changed, 1 insertion(+) diff --git a/loc/fa.json b/loc/fa.json index 7db09b8cb..a5fd52bcb 100644 --- a/loc/fa.json +++ b/loc/fa.json @@ -525,6 +525,7 @@ "no_ln_wallet_error": "قبل از پرداخت یک صورت‌حساب لایتنینگ، ابتدا باید یک کیف پول لایتنینگ اضافه کنید.", "looks_like_bip38": "این به کلید خصوصی محافظت‌شده با گذرواژه (BIP38) شباهت دارد.", "reorder_title": "بازچینی کیف پول‌ها", + "reorder_instructions": "روی یک کیف پول بزنید و نگه دارید تا آن را در لیست جابه‌جا کنید.", "please_continue_scanning": "لطفاً به اسکن‌کردن ادامه دهید.", "scan_error": "خطا در اسکن", "select_no_bitcoin": "هیچ کیف پول بیت‌کوینی درحال‌حاضر دردسترس نیست.",