diff --git a/packages/components/src/BottomSheetModal/BottomSheetModal.tsx b/packages/components/src/BottomSheetModal/BottomSheetModal.tsx index 35b952bc006..e09edf537e2 100644 --- a/packages/components/src/BottomSheetModal/BottomSheetModal.tsx +++ b/packages/components/src/BottomSheetModal/BottomSheetModal.tsx @@ -23,6 +23,7 @@ interface BottomSheetModalProps { title: string; headerRight?: ReactNode; modalLizeProps?: ModalizeProps; + showCloseButton?: boolean; } const isFlatStyle = !platformEnv.isNativeIOS; @@ -33,6 +34,7 @@ const Mobile: FC = ({ modalLizeProps, title, headerRight, + showCloseButton = true, }) => { const modalizeRef = useRef(null); @@ -62,7 +64,7 @@ const Mobile: FC = ({ header={title} hideBackButton onPressCloseButton={closeOverlay} - closeable + closeable={showCloseButton} rightContent={headerRight} /> {children} @@ -76,6 +78,7 @@ const Desktop: FC = ({ children, title, headerRight, + showCloseButton = true, }) => (
= ({ header={title} hideBackButton onPressCloseButton={closeOverlay} - closeable + closeable={showCloseButton} rightContent={headerRight} /> {children} diff --git a/packages/components/src/locale/ar.json b/packages/components/src/locale/ar.json index a593335d3ab..655ae9d0a3d 100644 --- a/packages/components/src/locale/ar.json +++ b/packages/components/src/locale/ar.json @@ -145,6 +145,7 @@ "action__manage_address": "إدارة العنوان", "action__max": "الأعلى", "action__merge": "دمج", + "action__migrate": "يهاجر", "action__more": "أكثر", "action__move_to_top": "انتقل إلى الأعلى", "action__next": "التالي", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " إنشاء محفظتك ", "content__creator_fee": "رسوم المنشئ", "content__currency": "عملة", + "content__current": "حاضِر", "content__current_price_str": "السعر الحالي: {0}", "content__custom": "مخصص", "content__data_for_this_token_is_not_included_yet": "لم يتم تضمين البيانات لهذا الرمز المميز حتى الآن.", @@ -412,6 +414,7 @@ "content__ether_price": "سعر الأثير", "content__eventually_str_jpegs_are_still_in_your_wallet": "أخيرًا ، {0} صور JPEG لا تزال في محفظتك", "content__every_time_we_find_the_best_prices": "نجد دائمًا أفضل السيولة والأسعار من الموردين. يتضمن كل عرض أسعار 1٪ رسوم لمساعدة OneKey على تقديم خدمة أفضل لك.", + "content__example_shortcut": "على سبيل المثال", "content__exchange_any_tokens": "تبادل أي رموز", "content__existing": "موجود", "content__exit_value": "قيمة الخروج", @@ -501,12 +504,13 @@ "content__max_fee": "الحد الأقصى للرسوم", "content__max_priority_fee": "رسوم الأولوية القصوى", "content__maybe_in_30s": "ربما في الثلاثينيات", - "content__migration_note": "ملاحظة: محافظك مؤمنة بكلمة المرور الخاصة بك. لن يقوم تطبيق OneKey بترحيل محافظ الأجهزة ، لذا تأكد من كتابة العبارة الخاصة بك والاحتفاظ بها آمنة.", + "content__migration_note_encrypted": "يتم تأمين محافظك بكلمة المرور الخاصة بك.", + "content__migration_note_hardware_wallet": "لن يقوم تطبيق OneKey بترحيل محافظ الأجهزة ، لذا تأكد من كتابة العبارة الخاصة بك والاحتفاظ بها آمنة.", "content__migration_step_1": "احتفظ بالأجهزة على نفس الشبكة المحلية", "content__migration_step_2": "افتح تطبيق OneKey الآخر الخاص بك", "content__migration_step_3": "انقر فوق علامة الحذف في الزاوية اليمنى العليا ، ثم \"امسح\" رمز الاستجابة السريعة في هذه الصفحة. {addOn}", "content__migration_step_3_add_on": "أو بدلاً من ذلك ، انتقل إلى \"القائمة > الترحيل\" وانقر على \"إدخال الرابط\". ثم أدخل الرابط أسفل رمز الاستجابة السريعة", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "انتقل إلى القائمة > الترحيل ، ستجد الرابط أسفل رمز الاستجابة السريعة ، ثم ارجع إلى الصفحة الحالية وأدخل الرابط", "content__min": "دقيقة", "content__mint": "نعناع", "content__minutes_lowercase": "الدقائق", @@ -754,6 +758,7 @@ "emoji_type_symbols": "حرف او رمز", "emoji_type_travel_places": "السفر والأماكن", "empty__connection_failed_desc": "يُرجى تحديث رمز الاستجابة السريعة أو التحقق من اتصال الشبكة والمحاولة مرة أخرى.", + "empty__migrated_data_already_exists": "البيانات التي تم ترحيلها موجودة بالفعل.", "empty__no_account_desc": "لا يوجد حساب للشبكة المختارة.", "empty__no_account_title": "لا حسابات", "empty__no_connected_sites": "لا توجد مواقع متصلة", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "أبحث عن الأجهزة", "modal__looking_for_devices_desc": "يرجى التأكد من تمكين البلوتوث الخاص بك.", "modal__looking_for_devices_result": "وجدنا هذه الأجهزة", + "modal__migrating_data": "ترحيل البيانات", + "modal__migrating_data_desc": "التطبيقات متصلة", "modal__need_install_onekey_bridge": "قم بتثبيت OneKey Bridge", "modal__need_install_onekey_bridge_desc": "بدء تشغيل سطح مكتب OneKey قبل استخدام الجهاز. يمكنك أيضًا تثبيت OneKey Brigde لتعزيز استقرار النقل. المضي قدما والتحميل؟", "modal__no_device_found": "لم يتم العثور على جهاز", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "تحذير البساط", "modal__rug_warning_desc": "تم تحديد هذا الموقع على أنه عملية احتيال ، فلا تدخل إليه بأي حال من الأحوال ، هل ما زلت تريد المتابعة؟", "modal__select_chain": "حدد سلسلة", + "modal__send_data_request": "إرسال طلب البيانات", + "modal__send_data_request_desc": "سيتم تشفير بياناتك ونقلها. تابع فقط إذا كنت تقوم بالترحيل بين تطبيقات OneKey.", "modal__send_to": "ارسل إلى", "modal__sending_str": "إرسال {0}", "modal__setup_complete": "الإعداد الكامل!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 تنفيذ العقد", "msg__copied": "نسخ!", "msg__current_token_balance_is_insufficient": "رصيد الرمز الحالي غير كاف.", + "msg__data_sent_to_platform": "تم إرسال البيانات إلى {platform}", "msg__deleted_str": "تم حذف \" {0} \"", "msg__disk_access_is_denied": "تم رفض الوصول إلى القرص", "msg__engine__account_already_exists": "الحساب موجود بالفعل.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "تم حفظ الصورة", "msg__import_icloud_backup_failed_version": "فشل الاستيراد. يرجى التحديث إلى أحدث إصدار للمتابعة", "msg__incorrect_token_information": "معلومات رمز غير صحيحة", + "msg__invalid_link_or_network_error": "ارتباط غير صالح أو خطأ في الشبكة", "msg__link_copied": "تم نسخ الرابط", "msg__mine": "الخاص بي", "msg__minted": "💎 سكت {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "فشل طلب الشبكة", "msg__network_reset": "إعادة تعيين الشبكة", "msg__nfc_reader_usage_description": "استخدم NFC لإجراء نسخ احتياطي باستخدام OneKey Lite.", + "msg__no_data_available": "لا تتوافر بيانات", "msg__not_support_passphrase_need_upgrade": "استخدم عبارة المرور ، تحتاج إلى ترقية البرامج الثابتة إلى {0} أو أحدث.", "msg__not_the_same_wallet": "ليست نفس المحفظة.", "msg__ns_bluetooth_always_usage_description": "استخدم البلوتوث لتوصيل أجهزة OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "مكان واحد لكل ما تبذلونه من العملات المشفرة.", "onboarding__landing_welcome_title": "مرحبًا بك في OneKey!", "option__all": "الجميع", + "platform__desktop": "سطح المكتب", + "platform__extension": "امتداد", + "platform__mobile": "متحرك", + "platform__tablet": "لوح", "reward__history_empty_desc": "سيظهر سجل المكافأة هنا.", "select__options": "خيارات", "tag__adventurist_uppercase": "# مبتدئ", @@ -1697,6 +1713,8 @@ "title__backups": "النسخ الاحتياطية", "title__backups_desc": "لم يتم نسخ المحافظ التالية احتياطيًا بعد ، يرجى نسخ محافظك احتياطيًا أو المخاطرة بفقدان أصولك", "title__best_channel": "أفضل قناة", + "title__beware_of_address_poisoning_scams": "احذر من معالجة رسائل الغش المسمومة", + "title__beware_of_address_poisoning_scams_desc": "يمكن للمحتالين استخدام العناوين التي لها نفس البداية أو النهاية وانتحال عنوانك بتحويل مبلغ صفر.\n يرجى التحقق من العنوان بعناية قبل إجراء التحويلات.", "title__blockchain_explorer": "مستكشف Blockchain", "title__blockchain_explorer_desc": "ابحث عن عنوان أو عقد أو تجزئة txns أو الرموز المميزة.", "title__browser": "المستعرض", diff --git a/packages/components/src/locale/bn.json b/packages/components/src/locale/bn.json index f838f058579..c35df9dbb21 100644 --- a/packages/components/src/locale/bn.json +++ b/packages/components/src/locale/bn.json @@ -145,6 +145,7 @@ "action__manage_address": "ঠিকানা পরিচালনা করুন", "action__max": "সর্বোচ্চ", "action__merge": "একত্রিত করা", + "action__migrate": "মাইগ্রেট", "action__more": "আরও", "action__move_to_top": "শীর্ষে যান", "action__next": "পরবর্তী", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " আপনার ওয়ালেট তৈরি করা হচ্ছে", "content__creator_fee": "সৃষ্টিকর্তার ফি", "content__currency": "মুদ্রা", + "content__current": "কারেন্ট", "content__current_price_str": "বর্তমান মূল্য: {0}", "content__custom": "কাস্টম", "content__data_for_this_token_is_not_included_yet": "এই টোকেনের জন্য ডেটা এখনও অন্তর্ভুক্ত করা হয়নি।", @@ -412,6 +414,7 @@ "content__ether_price": "ইথার মূল্য", "content__eventually_str_jpegs_are_still_in_your_wallet": "অবশেষে, {0} JPEG এখনও আপনার ওয়ালেটে আছে", "content__every_time_we_find_the_best_prices": "আমরা সবসময় সরবরাহকারীদের কাছ থেকে সেরা তারল্য এবং দাম খুঁজে পাই। আপনার জন্য আরও ভাল পরিষেবা প্রদানের জন্য OneKey-এর সাহায্য করার জন্য প্রতিটি উদ্ধৃতিতে 1% ফি অন্তর্ভুক্ত রয়েছে।", + "content__example_shortcut": "যেমন", "content__exchange_any_tokens": "যেকোনো টোকেন বিনিময় করুন", "content__existing": "বিদ্যমান", "content__exit_value": "প্রস্থান মান", @@ -501,12 +504,13 @@ "content__max_fee": "সর্বোচ্চ ফি", "content__max_priority_fee": "সর্বোচ্চ অগ্রাধিকার ফি", "content__maybe_in_30s": "হয়তো 30 এর দশকে", - "content__migration_note": "দ্রষ্টব্য: আপনার ওয়ালেট আপনার পাসওয়ার্ড দিয়ে সুরক্ষিত। OneKey অ্যাপ হার্ডওয়্যার ওয়ালেটগুলি স্থানান্তরিত করবে না, তাই আপনার বাক্যাংশটি লিখতে ভুলবেন না এবং এটি সুরক্ষিত রাখুন৷", + "content__migration_note_encrypted": "আপনার ওয়ালেট আপনার পাসওয়ার্ড দিয়ে সুরক্ষিত।", + "content__migration_note_hardware_wallet": "OneKey অ্যাপ হার্ডওয়্যার ওয়ালেটগুলি স্থানান্তরিত করবে না, তাই আপনার বাক্যাংশটি লিখতে ভুলবেন না এবং এটি সুরক্ষিত রাখুন৷", "content__migration_step_1": "ডিভাইসগুলিকে একই স্থানীয় নেটওয়ার্কে রাখুন", "content__migration_step_2": "আপনার আরেকটি OneKey অ্যাপ খুলুন", "content__migration_step_3": "উপরের ডানদিকে কোণায় উপবৃত্তে ক্লিক করুন, তারপর এই পৃষ্ঠায় QR কোডটি \"স্ক্যান করুন\"৷ {addOn}", "content__migration_step_3_add_on": "বিকল্পভাবে, \"মেনু > মাইগ্রেশন\" এ যান এবং \"লিঙ্ক লিখুন\" এ ক্লিক করুন। তারপরে, QR কোডের নীচের লিঙ্কটি প্রবেশ করান", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "মেনু > মাইগ্রেশনে যান, লিঙ্কটি QR কোডের অধীনে রয়েছে, তারপর বর্তমান পৃষ্ঠায় ফিরে যান এবং লিঙ্কটি ইনপুট করুন", "content__min": "মিনিট", "content__mint": "পুদিনা", "content__minutes_lowercase": "মিনিট", @@ -754,6 +758,7 @@ "emoji_type_symbols": "প্রতীক", "emoji_type_travel_places": "ভ্রমণ এবং স্থান", "empty__connection_failed_desc": "অনুগ্রহ করে QR কোড রিফ্রেশ করুন বা আপনার নেটওয়ার্ক সংযোগ পরীক্ষা করুন এবং আবার চেষ্টা করুন।", + "empty__migrated_data_already_exists": "স্থানান্তরিত করা ডেটা ইতিমধ্যেই বিদ্যমান।", "empty__no_account_desc": "নির্বাচিত নেটওয়ার্কের জন্য কোন অ্যাকাউন্ট নেই।", "empty__no_account_title": "কোনো হিসাব নেই", "empty__no_connected_sites": "কোন সংযুক্ত সাইট", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "ডিভাইস খুঁজছেন", "modal__looking_for_devices_desc": "অনুগ্রহ করে নিশ্চিত করুন যে আপনার ব্লুটুথ সক্ষম আছে।", "modal__looking_for_devices_result": "আমরা এই ডিভাইসগুলি খুঁজে পেয়েছি", + "modal__migrating_data": "ডেটা স্থানান্তর করা হচ্ছে", + "modal__migrating_data_desc": "অ্যাপস সংযুক্ত", "modal__need_install_onekey_bridge": "OneKey Bridge ইনস্টলেশন প্রয়োজন", "modal__need_install_onekey_bridge_desc": "হার্ডওয়্যার ডিভাইস ব্যবহার করার আগে OneKey ডেস্কটপ চালু করা হচ্ছে। স্থানান্তর স্থিতিশীলতা বাড়াতে আপনি OneKey Brigdeও ইনস্টল করতে পারেন। এগিয়ে যান এবং ডাউনলোড করুন?", "modal__no_device_found": "কোনো ডিভাইস পাওয়া যায়নি", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "পাটি সতর্কতা", "modal__rug_warning_desc": "এই সাইটটিকে একটি কেলেঙ্কারী হিসাবে চিহ্নিত করা হয়েছে, কোনো অবস্থাতেই এটি অ্যাক্সেস করবেন না, আপনি কি এখনও চালিয়ে যেতে চান?", "modal__select_chain": "চেইন নির্বাচন করুন", + "modal__send_data_request": "ডেটা অনুরোধ পাঠান", + "modal__send_data_request_desc": "আপনার ডেটা এনক্রিপ্ট করা হবে এবং স্থানান্তর করা হবে। আপনি যদি OneKey অ্যাপগুলির মধ্যে স্থানান্তরিত হন তবেই এগিয়ে যান৷", "modal__send_to": "পাঠানো", "modal__sending_str": "পাঠানো হচ্ছে {0}", "modal__setup_complete": "সেটআপ সম্পূর্ণ!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 চুক্তি সম্পাদিত", "msg__copied": "অনুলিপি করা হয়েছে", "msg__current_token_balance_is_insufficient": "বর্তমান টোকেন ব্যালেন্স অপর্যাপ্ত।", + "msg__data_sent_to_platform": "{platform} ডেটা পাঠানো হয়েছে", "msg__deleted_str": "\" {0} \" মুছে ফেলা হয়েছে", "msg__disk_access_is_denied": "ডিস্ক অ্যাক্সেস অস্বীকার করা হয়", "msg__engine__account_already_exists": "অ্যাকাউন্ট থেকেই আছে.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "ছবি সংরক্ষিত", "msg__import_icloud_backup_failed_version": "আমদানি ব্যর্থ হয়েছে৷ চালিয়ে যেতে সর্বশেষ সংস্করণ আপডেট করুন", "msg__incorrect_token_information": "ভুল টোকেন তথ্য", + "msg__invalid_link_or_network_error": "অবৈধ লিঙ্ক বা নেটওয়ার্ক ত্রুটি৷", "msg__link_copied": "লিঙ্ক কপি করা হয়েছে", "msg__mine": "আমার", "msg__minted": "💎 মিন্টেড {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "নেটওয়ার্ক অনুরোধ ব্যর্থ হয়েছে৷", "msg__network_reset": "নেটওয়ার্ক রিসেট", "msg__nfc_reader_usage_description": "OneKey Lite এর সাথে ব্যাক আপ করতে NFC ব্যবহার করুন।", + "msg__no_data_available": "কোন তথ্য নেই", "msg__not_support_passphrase_need_upgrade": "পাসফ্রেজ ব্যবহার করুন, ফার্মওয়্যারকে {0} বা তার পরে আপগ্রেড করতে হবে।", "msg__not_the_same_wallet": "একই মানিব্যাগ নয়।", "msg__ns_bluetooth_always_usage_description": "OneKey হার্ডওয়্যার ডিভাইস সংযোগ করতে ব্লুটুথ ব্যবহার করুন।", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "আপনার সমস্ত ক্রিপ্টোগুলির জন্য একটি জায়গা।", "onboarding__landing_welcome_title": "OneKey তে স্বাগতম!", "option__all": "সব", + "platform__desktop": "ডেস্কটপ", + "platform__extension": "এক্সটেনশন", + "platform__mobile": "মুঠোফোন", + "platform__tablet": "ট্যাবলেট", "reward__history_empty_desc": "পুরস্কারের ইতিহাস এখানে দেখাবে।", "select__options": "অপশন", "tag__adventurist_uppercase": "#অ্যাডভেঞ্চুরিস্ট", @@ -1697,6 +1713,8 @@ "title__backups": "ব্যাকআপ", "title__backups_desc": "নিম্নলিখিত ওয়ালেটগুলি এখনও ব্যাক আপ করা হয়নি, অনুগ্রহ করে আপনার ওয়ালেটগুলি ব্যাক আপ করুন বা আপনার সম্পদ হারানোর ঝুঁকি নিন৷", "title__best_channel": "সেরা চ্যানেল", + "title__beware_of_address_poisoning_scams": "অ্যাড্রেস পয়জনিং স্ক্যাম থেকে সাবধান", + "title__beware_of_address_poisoning_scams_desc": "স্ক্যামাররা একই শুরু বা শেষের ঠিকানাগুলি ব্যবহার করতে পারে এবং 0 পরিমাণ স্থানান্তর সহ আপনার ঠিকানার ছদ্মবেশ ধারণ করতে পারে।\n স্থানান্তর করার আগে সাবধানে ঠিকানা চেক করুন.", "title__blockchain_explorer": "ব্লকচেইন এক্সপ্লোরার", "title__blockchain_explorer_desc": "ঠিকানা, চুক্তি, txns হ্যাশ বা টোকেন অনুসন্ধান করুন।", "title__browser": "ব্রাউজার", diff --git a/packages/components/src/locale/de.json b/packages/components/src/locale/de.json index c5dd7b5c240..cb1ec399a48 100644 --- a/packages/components/src/locale/de.json +++ b/packages/components/src/locale/de.json @@ -145,6 +145,7 @@ "action__manage_address": "Verwalten der Adresse", "action__max": "Maximal", "action__merge": "Verschmelzen", + "action__migrate": "Wandern", "action__more": "Mehr", "action__move_to_top": "Nach oben verschieben", "action__next": "Nächste", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Erstellen Sie Ihr Wallet ", "content__creator_fee": "Creator-Gebühr", "content__currency": "Währung", + "content__current": "Aktuell", "content__current_price_str": "Aktueller Preis: {0}", "content__custom": "Benutzerdefinierte", "content__data_for_this_token_is_not_included_yet": "Daten für dieses Token sind noch nicht enthalten.", @@ -412,6 +414,7 @@ "content__ether_price": "Ether Preis", "content__eventually_str_jpegs_are_still_in_your_wallet": "Letztendlich befinden sich noch {0} JPEGs in Ihrem Wallet", "content__every_time_we_find_the_best_prices": "Jedes Mal finden wir die besten Preise von den führenden Liquiditätsanbietern. Für jedes Angebot wird automatisch eine Gebühr von 1 % erhoben, um das zukünftige Wachstum und die Verbesserung von OneKey zu finanzieren.", + "content__example_shortcut": "z.B", "content__exchange_any_tokens": "Tauschen Sie alle Token aus", "content__existing": "Vorhandenen", "content__exit_value": "Ausgangswert", @@ -501,12 +504,13 @@ "content__max_fee": "Maximale Gebühr", "content__max_priority_fee": "Maximale Prioritätsgebühr", "content__maybe_in_30s": "Vielleicht in den 30ern", - "content__migration_note": "Hinweis: Ihre Wallets sind mit Ihrem Passwort gesichert. Die OneKey-App migriert keine Hardware-Wallets, also notieren Sie sich Ihren Satz und bewahren Sie ihn sicher auf.", + "content__migration_note_encrypted": "Ihre Wallets sind mit Ihrem Passwort gesichert.", + "content__migration_note_hardware_wallet": "Die OneKey-App migriert keine Hardware-Wallets, also notieren Sie sich Ihren Satz und bewahren Sie ihn sicher auf.", "content__migration_step_1": "Halten Sie die Geräte im selben lokalen Netzwerk", "content__migration_step_2": "Öffnen Sie Ihre andere OneKey-App", "content__migration_step_3": "Klicken Sie oben rechts auf die Auslassungspunkte und „scannen“ Sie dann den QR-Code auf dieser Seite. {addOn}", "content__migration_step_3_add_on": "Alternativ gehen Sie zu „Menü > Migration“ und klicken Sie auf „Link eingeben“. Geben Sie dann den Link unter dem QR-Code ein", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Gehen Sie zu Menü > Migration, der Link befindet sich unter dem QR-Code, kehren Sie dann zur aktuellen Seite zurück und geben Sie den Link ein", "content__min": "min", "content__mint": "Minze", "content__minutes_lowercase": "Protokoll", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Symbole", "emoji_type_travel_places": "Reisen & Orte", "empty__connection_failed_desc": "Bitte aktualisieren Sie den QR-Code oder überprüfen Sie Ihre Netzwerkverbindung und versuchen Sie es erneut.", + "empty__migrated_data_already_exists": "Die migrierten Daten sind bereits vorhanden.", "empty__no_account_desc": "Für das ausgewählte Netz gibt es kein Konto.", "empty__no_account_title": "Keine Konten", "empty__no_connected_sites": "Keine verbundenen Websites", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Suche nach Geräten", "modal__looking_for_devices_desc": "Vergewissern Sie sich, dass Ihr Bluetooth aktiviert ist.", "modal__looking_for_devices_result": "Wir fanden diese Geräte", + "modal__migrating_data": "Migrieren von Daten", + "modal__migrating_data_desc": "Anwendungen verbunden", "modal__need_install_onekey_bridge": "Erfordert die Installation von OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Starten des OneKey-Desktops vor der Verwendung des Hardwaregeräts. Sie können auch OneKey Bridge installieren, um die Übertragungsstabilität zu verbessern. Weitermachen und herunterladen?", "modal__no_device_found": "Kein Gerät gefunden", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Teppich-Warnung", "modal__rug_warning_desc": "Diese Website ist als Betrug identifiziert, greifen Sie auf keinen Fall darauf zu, wollen Sie trotzdem fortfahren?", "modal__select_chain": "Wählen Sie Kette", + "modal__send_data_request": "Datenanforderung senden", + "modal__send_data_request_desc": "Ihre Daten werden verschlüsselt übertragen. Fahren Sie nur fort, wenn Sie zwischen OneKey-Apps migrieren.", "modal__send_to": "Senden an", "modal__sending_str": "Senden von {0}", "modal__setup_complete": "Einrichtung abgeschlossen!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Vertrag ausgeführt", "msg__copied": "Kopiert", "msg__current_token_balance_is_insufficient": "Das aktuelle Token-Guthaben ist unzureichend.", + "msg__data_sent_to_platform": "Daten an {platform} gesendet", "msg__deleted_str": "Gelöscht \" {0} \"", "msg__disk_access_is_denied": "Plattenzugriff verweigert", "msg__engine__account_already_exists": "Das Konto existiert bereits.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Bild gespeichert", "msg__import_icloud_backup_failed_version": "Import fehlgeschlagen. Bitte aktualisieren Sie auf die neueste Version, um fortzufahren", "msg__incorrect_token_information": "Falsche Token-Informationen", + "msg__invalid_link_or_network_error": "Ungültiger Link oder Netzwerkfehler", "msg__link_copied": "Link kopiert", "msg__mine": "Bergwerk", "msg__minted": "💎 Geprägte {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Netzwerkanfrage fehlgeschlagen", "msg__network_reset": "Netzwerk zurücksetzen", "msg__nfc_reader_usage_description": "Verwenden Sie NFC zum Sichern mit OneKey Lite.", + "msg__no_data_available": "Keine Daten verfügbar", "msg__not_support_passphrase_need_upgrade": "Passphrase verwenden, Firmware auf {0} oder höher aktualisieren.", "msg__not_the_same_wallet": "Nicht die gleiche Geldbörse.", "msg__ns_bluetooth_always_usage_description": "Verwenden Sie Bluetooth, um OneKey-Hardwaregeräte zu verbinden.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Ein Ort für alle Ihre Kryptos.", "onboarding__landing_welcome_title": "Willkommen bei OneKey!", "option__all": "Alles", + "platform__desktop": "Schreibtisch", + "platform__extension": "Verlängerung", + "platform__mobile": "Handy, Mobiltelefon", + "platform__tablet": "Tablette", "reward__history_empty_desc": "Der Belohnungsverlauf wird hier angezeigt.", "select__options": "Optionen", "tag__adventurist_uppercase": "#ABENTEURER", @@ -1697,6 +1713,8 @@ "title__backups": "Sicherungen", "title__backups_desc": "Die folgenden Wallets sind noch nicht gesichert, bitte sichern Sie Ihre Wallets oder riskieren Sie den Verlust Ihres Vermögens", "title__best_channel": "Bester Kanal", + "title__beware_of_address_poisoning_scams": "Hüten Sie sich vor Betrug mit Adressvergiftung", + "title__beware_of_address_poisoning_scams_desc": "Betrüger können Adressen mit demselben Anfang oder Ende verwenden und sich mit einer Überweisung von 0 als Ihre Adresse ausgeben.\n Bitte überprüfen Sie die Adresse sorgfältig, bevor Sie Überweisungen vornehmen.", "title__blockchain_explorer": "Blockchain-Explorer", "title__blockchain_explorer_desc": "Suchen Sie nach Adresse, Vertrag, txns-Hash oder Token.", "title__browser": "Browser", diff --git a/packages/components/src/locale/en-US.json b/packages/components/src/locale/en-US.json index 5f373caa3f8..97ea6630149 100644 --- a/packages/components/src/locale/en-US.json +++ b/packages/components/src/locale/en-US.json @@ -145,6 +145,7 @@ "action__manage_address": "Manage Address", "action__max": "Max", "action__merge": "Merge", + "action__migrate": "Migrate", "action__more": "More", "action__move_to_top": "Move to Top", "action__next": "Next", @@ -373,6 +374,7 @@ "content__creating_your_wallet": "Creating your wallet", "content__creator_fee": "Creator Fee", "content__currency": "Currency", + "content__current": "Current", "content__current_price_str": "Current Price: {0}", "content__custom": "Custom", "content__data_for_this_token_is_not_included_yet": "Data for this token is not included yet.", @@ -412,6 +414,7 @@ "content__ether_price": "Ether Price", "content__eventually_str_jpegs_are_still_in_your_wallet": "Eventually, {0} JPEGs are still in your wallet", "content__every_time_we_find_the_best_prices": "We always find the best liquidity and prices from suppliers. Each quote includes 1% fee to helping OneKey’s to provide better service for you.", + "content__example_shortcut": "e.g.", "content__exchange_any_tokens": "Exchange any tokens", "content__existing": "Existing", "content__exit_value": "Exit Value", @@ -501,12 +504,13 @@ "content__max_fee": "Max Fee", "content__max_priority_fee": "Max Priority Fee", "content__maybe_in_30s": "Maybe in 30s", - "content__migration_note": "Note: Your wallets are secured with your password. OneKey app will not migrate hardware wallets, so be sure to write down your phrase and keep it safe.", + "content__migration_note_encrypted": "Your wallets are secured with your password.", + "content__migration_note_hardware_wallet": "OneKey app will not migrate hardware wallets, so be sure to write down your phrase and keep it safe.", "content__migration_step_1": "Keep devices on same local network", "content__migration_step_2": "Open your another OneKey app", "content__migration_step_3": "Click ellipsis on the top right corner, then \"Scan\" the QR code on this page. {addOn}", "content__migration_step_3_add_on": "Alternatively, go to \"Menu > Migration\" and click \"Enter Link.\" Then, enter the link below the QR code", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link", "content__min": "min", "content__mint": "Mint", "content__minutes_lowercase": "minutes", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Symbols", "emoji_type_travel_places": "Travel & Places", "empty__connection_failed_desc": "Please refresh the QR code or check your network connection and try again.", + "empty__migrated_data_already_exists": "The data that was migrated already exists.", "empty__no_account_desc": "There is no account for the selected chain.", "empty__no_account_title": "No accounts", "empty__no_connected_sites": "No Connected Sites", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Looking for Devices", "modal__looking_for_devices_desc": "Please make sure your Bluetooth is enabled.", "modal__looking_for_devices_result": "We found these devices", + "modal__migrating_data": "Migrating Data", + "modal__migrating_data_desc": "Apps Connected", "modal__need_install_onekey_bridge": "Requires installation of OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Launching OneKey desktop before using hardware device. You can also install OneKey Bridge to enhances the transfer stability. Go ahead and download?", "modal__no_device_found": "No Device Found", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Rug Warning", "modal__rug_warning_desc": "This site is identified as a scam, do not access it in any case, do you still want to continue?", "modal__select_chain": "Select Chain", + "modal__send_data_request": "Send Data Request", + "modal__send_data_request_desc": "Your data will be encrypted and transferred. Only proceed if you are migrating between OneKey apps.", "modal__send_to": "Send To", "modal__sending_str": "Sending {0}", "modal__setup_complete": "Setup Complete!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Contract Executed", "msg__copied": "Copied", "msg__current_token_balance_is_insufficient": "Current token balance is insufficient.", + "msg__data_sent_to_platform": "Data sent to {platform}", "msg__deleted_str": "Deleted \"{0}\"", "msg__disk_access_is_denied": "Disk access is denied", "msg__engine__account_already_exists": "Account already exists.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Image saved", "msg__import_icloud_backup_failed_version": "Import Failed. Please update to the latest version to continue", "msg__incorrect_token_information": "Incorrect token information", + "msg__invalid_link_or_network_error": "Invalid link or network error", "msg__link_copied": "Link copied", "msg__mine": "Mine", "msg__minted": "💎 Minted {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Network request failed", "msg__network_reset": "Chain Reset", "msg__nfc_reader_usage_description": "Use NFC to back up with OneKey Lite.", + "msg__no_data_available": "No data available", "msg__not_support_passphrase_need_upgrade": "use Passphrase, need to upgrade firmware to {0} or later.", "msg__not_the_same_wallet": "Not the same wallet.", "msg__ns_bluetooth_always_usage_description": "Use bluetooth to connect OneKey hardware devices.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "One place for all your cryptos.", "onboarding__landing_welcome_title": "Gm frens 💚", "option__all": "All", + "platform__desktop": "Desktop", + "platform__extension": "Extension", + "platform__mobile": "Mobile", + "platform__tablet": "Tablet", "reward__history_empty_desc": "Reward history will show here.", "select__options": "Options", "tag__adventurist_uppercase": "#ADVENTURIST", @@ -1697,6 +1713,8 @@ "title__backups": "Backups", "title__backups_desc": "The following wallets are not yet backed up, please back up your wallets or risk losing your assets", "title__best_channel": "Best Channel", + "title__beware_of_address_poisoning_scams": "Beware of Address Poisoning Scams", + "title__beware_of_address_poisoning_scams_desc": "Scammers can use addresses with the same beginning or ending and impersonating your address with a 0 amount transfer.\nPlease check the address carefully before making transfers.", "title__blockchain_explorer": "Blockchain Explorer", "title__blockchain_explorer_desc": "Search address, contract, txns hash or tokens.", "title__browser": "Browser", diff --git a/packages/components/src/locale/es.json b/packages/components/src/locale/es.json index 55925b6cc24..93959c9c5ce 100644 --- a/packages/components/src/locale/es.json +++ b/packages/components/src/locale/es.json @@ -145,6 +145,7 @@ "action__manage_address": "Gestionar la dirección", "action__max": "Max", "action__merge": "Unir", + "action__migrate": "Emigrar", "action__more": "Más", "action__move_to_top": "Mover a la parte superior", "action__next": "Siguiente", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Creación de su monedero ", "content__creator_fee": "Tarifa de creador", "content__currency": "Divisa", + "content__current": "Actual", "content__current_price_str": "Precio actual: {0}", "content__custom": "Personalizar", "content__data_for_this_token_is_not_included_yet": "Los datos de este token aún no están incluidos.", @@ -412,6 +414,7 @@ "content__ether_price": "Precio del éter", "content__eventually_str_jpegs_are_still_in_your_wallet": "Eventualmente, {0} archivos JPEG todavía están en su billetera", "content__every_time_we_find_the_best_prices": "Siempre encontramos los mejores precios de los principales proveedores de liquidez. A cada cotización se le cobra automáticamente una tarifa del 1% para ayudar a financiar el crecimiento y la mejora futuros de OneKey.", + "content__example_shortcut": "p.ej", "content__exchange_any_tokens": "Intercambia cualquier token", "content__existing": "Existente", "content__exit_value": "Valor de salida", @@ -501,12 +504,13 @@ "content__max_fee": "Tasa máxima", "content__max_priority_fee": "Tasa de prioridad máxima", "content__maybe_in_30s": "tal vez en los 30", - "content__migration_note": "Nota: Sus billeteras están protegidas con su contraseña. La aplicación OneKey no migrará las billeteras de hardware, así que asegúrese de anotar su frase y mantenerla segura.", + "content__migration_note_encrypted": "Sus billeteras están protegidas con su contraseña.", + "content__migration_note_hardware_wallet": "La aplicación OneKey no migrará las billeteras de hardware, así que asegúrese de anotar su frase y mantenerla segura.", "content__migration_step_1": "Mantenga los dispositivos en la misma red local", "content__migration_step_2": "Abra su otra aplicación OneKey", "content__migration_step_3": "Haga clic en los puntos suspensivos en la esquina superior derecha, luego \"Escanee\" el código QR en esta página. {addOn}", "content__migration_step_3_add_on": "Alternativamente, vaya a \"Menú > Migración\" y haga clic en \"Ingresar enlace\". Luego, ingrese el enlace debajo del código QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Vaya a Menú > Migración, el enlace está debajo del código QR, luego regrese a la página actual e ingrese el enlace", "content__min": "min", "content__mint": "menta", "content__minutes_lowercase": "minutos", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Símbolos", "emoji_type_travel_places": "Viajes y lugares", "empty__connection_failed_desc": "Actualice el código QR o verifique su conexión de red y vuelva a intentarlo.", + "empty__migrated_data_already_exists": "Los datos que se migraron ya existen.", "empty__no_account_desc": "No hay ninguna cuenta para la red seleccionada.", "empty__no_account_title": "Sin cuentas", "empty__no_connected_sites": "Sin sitios conectados", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Buscando Dispositivos", "modal__looking_for_devices_desc": "Asegúrate de que el Bluetooth está activado.", "modal__looking_for_devices_result": "Encontramos estos dispositivos", + "modal__migrating_data": "Migración de datos", + "modal__migrating_data_desc": "Aplicaciones conectadas", "modal__need_install_onekey_bridge": "Requiere la instalación de OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Iniciar el escritorio de OneKey antes de usar el dispositivo de hardware. También puede instalar OneKey Bridge para mejorar la estabilidad de la transferencia. ¿Adelante y descarga?", "modal__no_device_found": "Ningún dispositivo encontrado", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Advertencia sobre la alfombra", "modal__rug_warning_desc": "Este sitio está identificado como una estafa, no acceda a él en ningún caso, ¿aún quiere continuar?", "modal__select_chain": "Seleccionar cadena", + "modal__send_data_request": "Enviar solicitud de datos", + "modal__send_data_request_desc": "Sus datos serán encriptados y transferidos. Continúe solo si está migrando entre aplicaciones OneKey.", "modal__send_to": "Enviar a", "modal__sending_str": "Enviando {0}", "modal__setup_complete": "Configuración completa.", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Contrato Ejecutado", "msg__copied": "Copiado", "msg__current_token_balance_is_insufficient": "El saldo actual de tokens es insuficiente.", + "msg__data_sent_to_platform": "Datos enviados a {platform}", "msg__deleted_str": "Eliminado \" {0} \"", "msg__disk_access_is_denied": "Se deniega el acceso al disco", "msg__engine__account_already_exists": "La cuenta ya existe.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Imagen guardada", "msg__import_icloud_backup_failed_version": "Importación fallida. Actualice a la última versión para continuar", "msg__incorrect_token_information": "Información incorrecta de la ficha", + "msg__invalid_link_or_network_error": "Enlace no válido o error de red", "msg__link_copied": "Enlace copiado", "msg__mine": "Mío", "msg__minted": "💎 {assets} acuñados", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Solicitud de red fallida", "msg__network_reset": "¡Restablecimiento de la red", "msg__nfc_reader_usage_description": "Utilice NFC para realizar copias de seguridad con OneKey Lite.", + "msg__no_data_available": "Datos no disponibles", "msg__not_support_passphrase_need_upgrade": "usa frase de contraseña, necesita actualizar el firmware a {0} o posterior.", "msg__not_the_same_wallet": "No es la misma billetera.", "msg__ns_bluetooth_always_usage_description": "Use bluetooth para conectar dispositivos de hardware OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Un lugar para todas tus criptomonedas.", "onboarding__landing_welcome_title": "¡Bienvenido a OneKey!", "option__all": "Todos", + "platform__desktop": "Escritorio", + "platform__extension": "Extensión", + "platform__mobile": "Móvil", + "platform__tablet": "Tableta", "reward__history_empty_desc": "El historial de recompensas se mostrará aquí.", "select__options": "Opciones", "tag__adventurist_uppercase": "#AVENTURISTA", @@ -1697,6 +1713,8 @@ "title__backups": "copias de seguridad", "title__backups_desc": "Las siguientes carteras aún no cuentan con una copia de seguridad. Realice una copia de seguridad de sus carteras o corra el riesgo de perder sus activos.", "title__best_channel": "Mejor canal", + "title__beware_of_address_poisoning_scams": "Cuidado con las estafas de envenenamiento de direcciones", + "title__beware_of_address_poisoning_scams_desc": "Los estafadores pueden usar direcciones con el mismo comienzo o final y hacerse pasar por su dirección con una transferencia de 0 montos.\n Por favor, compruebe la dirección cuidadosamente antes de realizar transferencias.", "title__blockchain_explorer": "Explorador de cadena de bloques", "title__blockchain_explorer_desc": "Buscar dirección, contrato, hash txns o tokens.", "title__browser": "Navegador", diff --git a/packages/components/src/locale/fil.json b/packages/components/src/locale/fil.json index 365ba438109..993e20beafb 100644 --- a/packages/components/src/locale/fil.json +++ b/packages/components/src/locale/fil.json @@ -145,6 +145,7 @@ "action__manage_address": "Pamahalaan ang Address", "action__max": "Max", "action__merge": "Pagsamahin", + "action__migrate": "Mag-migrate", "action__more": "Higit pa", "action__move_to_top": "Ilipat sa Itaas", "action__next": "Susunod", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Paggawa ng iyong wallet ", "content__creator_fee": "Bayarin sa Creator", "content__currency": "Pera", + "content__current": "Kasalukuyan", "content__current_price_str": "Kasalukuyang Presyo: {0}", "content__custom": "Custom", "content__data_for_this_token_is_not_included_yet": "Hindi pa kasama ang data para sa token na ito.", @@ -412,6 +414,7 @@ "content__ether_price": "Presyo ng Ether", "content__eventually_str_jpegs_are_still_in_your_wallet": "Sa kalaunan, ang {0} na mga JPEG ay nasa iyong wallet pa rin", "content__every_time_we_find_the_best_prices": "Palagi kaming nakakahanap ng pinakamahusay na pagkatubig at mga presyo mula sa mga supplier. Ang bawat quote ay may kasamang 1% na bayad sa pagtulong sa OneKey na magbigay ng mas mahusay na serbisyo para sa iyo.", + "content__example_shortcut": "hal", "content__exchange_any_tokens": "Palitan ng anumang mga token", "content__existing": "Umiiral", "content__exit_value": "Exit Value", @@ -501,12 +504,13 @@ "content__max_fee": "Pinakamataas na Bayad", "content__max_priority_fee": "Max Priority Fee", "content__maybe_in_30s": "Siguro nasa 30s", - "content__migration_note": "Tandaan: Na-secure ang iyong mga wallet gamit ang iyong password. Ang OneKey app ay hindi maglilipat ng mga wallet ng hardware, kaya siguraduhing isulat ang iyong parirala at panatilihin itong ligtas.", + "content__migration_note_encrypted": "Na-secure ang iyong mga wallet gamit ang iyong password.", + "content__migration_note_hardware_wallet": "Ang OneKey app ay hindi maglilipat ng mga wallet ng hardware, kaya siguraduhing isulat ang iyong parirala at panatilihin itong ligtas.", "content__migration_step_1": "Panatilihin ang mga device sa parehong lokal na network", "content__migration_step_2": "Buksan ang iyong isa pang OneKey app", "content__migration_step_3": "I-click ang ellipsis sa kanang sulok sa itaas, pagkatapos ay \"I-scan\" ang QR code sa page na ito. {addOn}", "content__migration_step_3_add_on": "Bilang kahalili, pumunta sa \"Menu > Migration\" at i-click ang \"Enter Link.\" Pagkatapos, ilagay ang link sa ibaba ng QR code", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Pumunta sa Menu > Migration, ang link ay nasa ilalim ng QR code, pagkatapos ay bumalik sa kasalukuyang page at ipasok ang link", "content__min": "min", "content__mint": "Mint", "content__minutes_lowercase": "minuto", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Mga simbolo", "emoji_type_travel_places": "Paglalakbay at Lugar", "empty__connection_failed_desc": "Paki-refresh ang QR code o tingnan ang iyong koneksyon sa network at subukang muli.", + "empty__migrated_data_already_exists": "Umiiral na ang data na inilipat.", "empty__no_account_desc": "Walang account para sa napiling network.", "empty__no_account_title": "Walang mga account", "empty__no_connected_sites": "Walang Mga Konektadong Site", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Naghahanap ng Mga Device", "modal__looking_for_devices_desc": "Pakitiyak na naka-enable ang iyong Bluetooth.", "modal__looking_for_devices_result": "Natagpuan namin ang mga device na ito", + "modal__migrating_data": "Paglilipat ng Data", + "modal__migrating_data_desc": "Nakakonekta ang Apps", "modal__need_install_onekey_bridge": "Nangangailangan ng pag-install ng OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Paglulunsad ng OneKey desktop bago gamitin ang hardware device. Maaari mo ring i-install ang OneKey Bridge upang mapahusay ang katatagan ng paglipat. Sige at i-download?", "modal__no_device_found": "Walang Nahanap na Device", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Babala ng Rug", "modal__rug_warning_desc": "Ang site na ito ay kinilala bilang isang scam, huwag i-access ito sa anumang kaso, gusto mo pa bang magpatuloy?", "modal__select_chain": "Piliin ang Chain", + "modal__send_data_request": "Magpadala ng Kahilingan sa Data", + "modal__send_data_request_desc": "Ie-encrypt at ililipat ang iyong data. Magpatuloy lang kung lumilipat ka sa pagitan ng mga OneKey app.", "modal__send_to": "Ipadala sa", "modal__sending_str": "Ipinapadala ang {0}", "modal__setup_complete": "Kumpleto na ang Setup!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Natupad ang Kontrata", "msg__copied": "Kinopya", "msg__current_token_balance_is_insufficient": "Ang kasalukuyang balanse ng token ay hindi sapat.", + "msg__data_sent_to_platform": "Ipinadala ang data sa {platform}", "msg__deleted_str": "Tinanggal ang \" {0} \"", "msg__disk_access_is_denied": "Ang disk access ay tinanggihan", "msg__engine__account_already_exists": "Umiiral na ang account.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Na-save ang larawan", "msg__import_icloud_backup_failed_version": "Nabigo ang pag-import. Mangyaring mag-update sa pinakabagong bersyon upang magpatuloy", "msg__incorrect_token_information": "Maling impormasyon ng token", + "msg__invalid_link_or_network_error": "Di-wastong link o error sa network", "msg__link_copied": "Nakopya ang link", "msg__mine": "Akin", "msg__minted": "💎 Minted {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Nabigo ang kahilingan sa network", "msg__network_reset": "Pag-reset ng Network", "msg__nfc_reader_usage_description": "Gamitin ang NFC para mag-back up gamit ang OneKey Lite.", + "msg__no_data_available": "Walang available na data", "msg__not_support_passphrase_need_upgrade": "gumamit ng Passphrase, kailangang mag-upgrade ng firmware sa {0} o mas bago.", "msg__not_the_same_wallet": "Hindi pareho ang wallet.", "msg__ns_bluetooth_always_usage_description": "Gumamit ng bluetooth para ikonekta ang mga OneKey hardware device.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Isang lugar para sa lahat ng iyong cryptos.", "onboarding__landing_welcome_title": "Maligayang pagdating sa OneKey!", "option__all": "Lahat", + "platform__desktop": "Desktop", + "platform__extension": "Extension", + "platform__mobile": "Mobile", + "platform__tablet": "Tableta", "reward__history_empty_desc": "Ipapakita dito ang history ng reward.", "select__options": "Mga pagpipilian", "tag__adventurist_uppercase": "#ADVENTURIST", @@ -1697,6 +1713,8 @@ "title__backups": "Mga backup", "title__backups_desc": "Ang mga sumusunod na wallet ay hindi pa naka-back up, mangyaring i-back up ang iyong mga wallet o panganib na mawala ang iyong mga asset", "title__best_channel": "Pinakamahusay na Channel", + "title__beware_of_address_poisoning_scams": "Mag-ingat sa Address Poisoning Scams", + "title__beware_of_address_poisoning_scams_desc": "Ang mga scammer ay maaaring gumamit ng mga address na may parehong simula o pagtatapos at nagpapanggap bilang iyong address na may 0 na paglipat ng halaga.\n Pakisuri nang mabuti ang address bago gumawa ng mga paglilipat.", "title__blockchain_explorer": "Blockchain Explorer", "title__blockchain_explorer_desc": "Maghanap ng address, kontrata, txns hash o mga token.", "title__browser": "Browser", diff --git a/packages/components/src/locale/fr_FR.json b/packages/components/src/locale/fr_FR.json index fff94a349f7..db7081233a0 100644 --- a/packages/components/src/locale/fr_FR.json +++ b/packages/components/src/locale/fr_FR.json @@ -145,6 +145,7 @@ "action__manage_address": "Gérer l'adresse", "action__max": "Max", "action__merge": "Fusionner", + "action__migrate": "Émigrer", "action__more": "Suite", "action__move_to_top": "Déplacer vers le haut", "action__next": "Suivant", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Créer votre portefeuille ", "content__creator_fee": "Frais de créateur", "content__currency": "Devise", + "content__current": "Courant", "content__current_price_str": "Prix actuel : {0}", "content__custom": "Personnalisé", "content__data_for_this_token_is_not_included_yet": "Les données de ce jeton ne sont pas encore incluses.", @@ -412,6 +414,7 @@ "content__ether_price": "Prix de l'éther", "content__eventually_str_jpegs_are_still_in_your_wallet": "Finalement, {0} JPEG sont toujours dans votre portefeuille", "content__every_time_we_find_the_best_prices": "A chaque fois, nous trouvons les meilleurs prix auprès des principaux fournisseurs de liquidités. Chaque devis est automatiquement facturé 1 % de frais pour aider à financer la croissance et l'amélioration futures de OneKey.", + "content__example_shortcut": "par exemple", "content__exchange_any_tokens": "Échangez des jetons", "content__existing": "Existant", "content__exit_value": "Valeur de sortie", @@ -501,12 +504,13 @@ "content__max_fee": "Tarif maximum", "content__max_priority_fee": "Frais de priorité maximum", "content__maybe_in_30s": "Peut-être dans les années 30", - "content__migration_note": "Remarque : Vos portefeuilles sont sécurisés avec votre mot de passe. L'application OneKey ne migrera pas les portefeuilles matériels, alors assurez-vous d'écrire votre phrase et de la conserver en lieu sûr.", + "content__migration_note_encrypted": "Vos portefeuilles sont sécurisés avec votre mot de passe.", + "content__migration_note_hardware_wallet": "L'application OneKey ne migrera pas les portefeuilles matériels, alors assurez-vous d'écrire votre phrase et de la conserver en lieu sûr.", "content__migration_step_1": "Gardez les appareils sur le même réseau local", "content__migration_step_2": "Ouvrez votre autre application OneKey", "content__migration_step_3": "Cliquez sur les points de suspension dans le coin supérieur droit, puis sur \"Scanner\" le code QR sur cette page. {addOn}", "content__migration_step_3_add_on": "Sinon, allez dans \"Menu > Migration\" et cliquez sur \"Entrer le lien\". Ensuite, entrez le lien sous le code QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Allez dans Menu > Migration, le lien est sous le code QR, puis revenez à la page en cours et saisissez le lien", "content__min": "min", "content__mint": "menthe", "content__minutes_lowercase": "minutes", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Symboles", "emoji_type_travel_places": "Voyages et lieux", "empty__connection_failed_desc": "Veuillez actualiser le code QR ou vérifier votre connexion réseau et réessayer.", + "empty__migrated_data_already_exists": "Les données qui ont été migrées existent déjà.", "empty__no_account_desc": "Il n'y a pas de compte pour le réseau sélectionné.", "empty__no_account_title": "Aucun compte", "empty__no_connected_sites": "Aucun site connecté", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Recherche de dispositifs", "modal__looking_for_devices_desc": "Veuillez vous assurer que votre Bluetooth est activé.", "modal__looking_for_devices_result": "Nous avons trouvé ces dispositifs", + "modal__migrating_data": "Migrer des données", + "modal__migrating_data_desc": "Applications connectées", "modal__need_install_onekey_bridge": "Nécessite l'installation de OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Lancer le bureau OneKey avant d'utiliser le dispositif matériel. Vous pouvez également installer OneKey Bridge pour améliorer la stabilité du transfert. Allez-y et téléchargez ?", "modal__no_device_found": "Aucun appareil trouvé", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Avertissement concernant les tapis", "modal__rug_warning_desc": "Ce site est identifié comme une arnaque, n'y accédez en aucun cas, voulez-vous toujours continuer ?", "modal__select_chain": "Sélectionner la chaîne", + "modal__send_data_request": "Envoyer une demande de données", + "modal__send_data_request_desc": "Vos données seront cryptées et transférées. Ne continuez que si vous migrez entre les applications OneKey.", "modal__send_to": "Envoyer à", "modal__sending_str": "Envoi de {0}", "modal__setup_complete": "Installation terminée !", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Contrat exécuté", "msg__copied": "Copié", "msg__current_token_balance_is_insufficient": "Le solde actuel des jetons est insuffisant.", + "msg__data_sent_to_platform": "Données envoyées à {platform}", "msg__deleted_str": "Supprimé \" {0} \"", "msg__disk_access_is_denied": "L'accès au disque est refusé", "msg__engine__account_already_exists": "Le compte existe déjà.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Image enregistrée", "msg__import_icloud_backup_failed_version": "Échec de l'importation. Veuillez mettre à jour vers la dernière version pour continuer", "msg__incorrect_token_information": "Informations incorrectes sur le jeton", + "msg__invalid_link_or_network_error": "Lien invalide ou erreur réseau", "msg__link_copied": "Lien copié", "msg__mine": "Mien", "msg__minted": "💎 Monnaie {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "La demande de réseau a échoué", "msg__network_reset": "Réinitialisation du réseau", "msg__nfc_reader_usage_description": "Utilisez NFC pour sauvegarder avec OneKey Lite.", + "msg__no_data_available": "Pas de données disponibles", "msg__not_support_passphrase_need_upgrade": "utilisez la phrase de passe, vous devez mettre à niveau le micrologiciel vers {0} ou une version ultérieure.", "msg__not_the_same_wallet": "Pas le même portefeuille.", "msg__ns_bluetooth_always_usage_description": "Utilisez Bluetooth pour connecter des périphériques matériels OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Un seul endroit pour toutes vos cryptos.", "onboarding__landing_welcome_title": "Bienvenue à OneKey !", "option__all": "Tout", + "platform__desktop": "Bureau", + "platform__extension": "Extension", + "platform__mobile": "Mobile", + "platform__tablet": "Tablette", "reward__history_empty_desc": "L'historique des récompenses s'affichera ici.", "select__options": "Choix", "tag__adventurist_uppercase": "#AVENTURISTE", @@ -1697,6 +1713,8 @@ "title__backups": "Sauvegardes", "title__backups_desc": "Les portefeuilles suivants ne sont pas encore sauvegardés, veuillez sauvegarder vos portefeuilles ou risquez de perdre vos actifs", "title__best_channel": "Meilleure chaîne", + "title__beware_of_address_poisoning_scams": "Méfiez-vous des escroqueries par empoisonnement d'adresse", + "title__beware_of_address_poisoning_scams_desc": "Les escrocs peuvent utiliser des adresses avec le même début ou la même fin et se faire passer pour votre adresse avec un transfert de 0 montant.\n Veuillez vérifier attentivement l'adresse avant d'effectuer des virements.", "title__blockchain_explorer": "Explorateur de chaînes de blocs", "title__blockchain_explorer_desc": "Adresse de recherche, contrat, hachage txns ou jetons.", "title__browser": "Navigateur", diff --git a/packages/components/src/locale/hi_IN.json b/packages/components/src/locale/hi_IN.json index f71befa2247..9e961f53904 100644 --- a/packages/components/src/locale/hi_IN.json +++ b/packages/components/src/locale/hi_IN.json @@ -145,6 +145,7 @@ "action__manage_address": "पता प्रबंधित करें", "action__max": "मैक्स", "action__merge": "मर्ज", + "action__migrate": "माइग्रेट", "action__more": "अधिक", "action__move_to_top": "शीर्ष पर जाएं", "action__next": "अगला", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " अपना वॉलेट बनाना ", "content__creator_fee": "निर्माता शुल्क", "content__currency": "मुद्रा", + "content__current": "मौजूदा", "content__current_price_str": "वर्तमान मूल्य: {0}", "content__custom": "रीति", "content__data_for_this_token_is_not_included_yet": "इस टोकन के लिए डेटा अभी तक शामिल नहीं किया गया है।", @@ -412,6 +414,7 @@ "content__ether_price": "ईथर मूल्य", "content__eventually_str_jpegs_are_still_in_your_wallet": "आखिरकार, {0} जेपीईजी अभी भी आपके बटुए में हैं", "content__every_time_we_find_the_best_prices": "हर बार, हम अग्रणी चलनिधि आपूर्तिकर्ताओं से सर्वोत्तम मूल्य पाते हैं। OneKey के भविष्य के विकास और सुधार को निधि देने में मदद करने के लिए प्रत्येक उद्धरण से स्वचालित रूप से 1% शुल्क लिया जाता है।", + "content__example_shortcut": "जैसे", "content__exchange_any_tokens": "किसी भी टोकन का आदान-प्रदान करें", "content__existing": "मौजूदा", "content__exit_value": "बाहर निकलें मूल्य", @@ -501,12 +504,13 @@ "content__max_fee": "अधिकतम शुल्क", "content__max_priority_fee": "अधिकतम प्राथमिकता शुल्क", "content__maybe_in_30s": "शायद 30s . में", - "content__migration_note": "नोट: आपके वॉलेट आपके पासवर्ड से सुरक्षित हैं। OneKey ऐप हार्डवेयर वॉलेट को माइग्रेट नहीं करेगा, इसलिए अपना वाक्यांश लिखना सुनिश्चित करें और इसे सुरक्षित रखें।", + "content__migration_note_encrypted": "आपके वॉलेट आपके पासवर्ड से सुरक्षित हैं।", + "content__migration_note_hardware_wallet": "OneKey ऐप हार्डवेयर वॉलेट को माइग्रेट नहीं करेगा, इसलिए अपना वाक्यांश लिखना सुनिश्चित करें और इसे सुरक्षित रखें।", "content__migration_step_1": "उपकरणों को समान स्थानीय नेटवर्क पर रखें", "content__migration_step_2": "अपना दूसरा वनकी ऐप खोलें", "content__migration_step_3": "ऊपरी दाएं कोने पर एलिप्सिस पर क्लिक करें, फिर इस पृष्ठ पर क्यूआर कोड को \"स्कैन\" करें। {addOn}", "content__migration_step_3_add_on": "वैकल्पिक रूप से, \"मेनू > माइग्रेशन\" पर जाएं और \"लिंक दर्ज करें\" पर क्लिक करें। फिर, क्यूआर कोड के नीचे लिंक दर्ज करें", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "मेनू > माइग्रेशन पर जाएं, लिंक क्यूआर कोड के अंतर्गत है, फिर वर्तमान पृष्ठ पर लौटें और लिंक को इनपुट करें", "content__min": "मिनट", "content__mint": "पुदीना", "content__minutes_lowercase": "मिनट", @@ -754,6 +758,7 @@ "emoji_type_symbols": "प्रतीक", "emoji_type_travel_places": "यात्रा और स्थान", "empty__connection_failed_desc": "कृपया क्यूआर कोड रीफ्रेश करें या अपने नेटवर्क कनेक्शन की जांच करें और पुनः प्रयास करें।", + "empty__migrated_data_already_exists": "माइग्रेट किया गया डेटा पहले से मौजूद है.", "empty__no_account_desc": "चयनित नेटवर्क के लिए कोई खाता नहीं है।", "empty__no_account_title": "कोई खाता नहीं", "empty__no_connected_sites": "कोई कनेक्टेड साइट नहीं", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "उपकरणों की तलाश", "modal__looking_for_devices_desc": "कृपया सुनिश्चित करें कि आपका ब्लूटूथ सक्षम है।", "modal__looking_for_devices_result": "हमें ये डिवाइस मिले", + "modal__migrating_data": "माइग्रेट डेटा", + "modal__migrating_data_desc": "ऐप्स कनेक्टेड", "modal__need_install_onekey_bridge": "वनकी ब्रिज की स्थापना की आवश्यकता है", "modal__need_install_onekey_bridge_desc": "हार्डवेयर डिवाइस का उपयोग करने से पहले OneKey डेस्कटॉप लॉन्च करना। स्थानांतरण स्थिरता को बढ़ाने के लिए आप OneKey Bridge भी स्थापित कर सकते हैं। आगे बढ़ो और डाउनलोड करो?", "modal__no_device_found": "कोई उपकरण नहीं मिला", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "गलीचा चेतावनी", "modal__rug_warning_desc": "इस साइट को एक घोटाले के रूप में पहचाना गया है, इसे किसी भी स्थिति में एक्सेस न करें, क्या आप अभी भी जारी रखना चाहते हैं?", "modal__select_chain": "श्रृंखला का चयन करें", + "modal__send_data_request": "डेटा अनुरोध भेजें", + "modal__send_data_request_desc": "आपका डेटा एन्क्रिप्ट और ट्रांसफर किया जाएगा। अगर आप OneKey ऐप्स के बीच माइग्रेट कर रहे हैं तो ही आगे बढ़ें।", "modal__send_to": "भेजना", "modal__sending_str": "भेजा जा रहा {0}", "modal__setup_complete": "सेटअप पूर्ण!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 अनुबंध निष्पादित", "msg__copied": "कॉपी किया गया", "msg__current_token_balance_is_insufficient": "वर्तमान टोकन बैलेंस अपर्याप्त है।", + "msg__data_sent_to_platform": "डेटा {platform} पर भेजा गया", "msg__deleted_str": "हटाया गया \" {0} \"", "msg__disk_access_is_denied": "डिस्क का उपयोग अस्वीकृत है", "msg__engine__account_already_exists": "खाता पहले से मौजूद है।", @@ -1549,6 +1559,7 @@ "msg__image_saved": "छवि सहेजी गई", "msg__import_icloud_backup_failed_version": "आयात विफल। कृपया जारी रखने के लिए नवीनतम संस्करण में अपडेट करें", "msg__incorrect_token_information": "गलत टोकन जानकारी", + "msg__invalid_link_or_network_error": "अमान्य लिंक या नेटवर्क त्रुटि", "msg__link_copied": "लिंक कॉपी किया गया", "msg__mine": "मेरा", "msg__minted": "ढाला {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "नेटवर्क अनुरोध विफल", "msg__network_reset": "नेटवर्क रीसेट", "msg__nfc_reader_usage_description": "OneKey Lite के साथ बैकअप लेने के लिए NFC का उपयोग करें।", + "msg__no_data_available": "कोई डेटा उपलब्ध नहीं है", "msg__not_support_passphrase_need_upgrade": "पासफ़्रेज़ का उपयोग करें, फ़र्मवेयर को {0} या बाद के संस्करण में अपग्रेड करने की आवश्यकता है।", "msg__not_the_same_wallet": "वही बटुआ नहीं।", "msg__ns_bluetooth_always_usage_description": "OneKey हार्डवेयर डिवाइस कनेक्ट करने के लिए ब्लूटूथ का उपयोग करें।", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "आपके सभी क्रिप्टो के लिए एक जगह।", "onboarding__landing_welcome_title": "वनकी में आपका स्वागत है!", "option__all": "सभी", + "platform__desktop": "डेस्कटॉप", + "platform__extension": "विस्तार", + "platform__mobile": "मोबाइल", + "platform__tablet": "गोली", "reward__history_empty_desc": "इनाम का इतिहास यहां दिखेगा.", "select__options": "विकल्प", "tag__adventurist_uppercase": "#एडवेंचरिस्ट", @@ -1697,6 +1713,8 @@ "title__backups": "बैकअप", "title__backups_desc": "निम्नलिखित वॉलेट का अभी तक बैकअप नहीं लिया गया है, कृपया अपने वॉलेट का बैकअप लें या अपनी संपत्ति खोने का जोखिम उठाएं", "title__best_channel": "बेस्ट चैनल", + "title__beware_of_address_poisoning_scams": "पता विषाक्तता घोटालों से सावधान रहें", + "title__beware_of_address_poisoning_scams_desc": "स्कैमर समान शुरुआत या अंत वाले पतों का उपयोग कर सकते हैं और 0 राशि हस्तांतरण के साथ आपके पते का प्रतिरूपण कर सकते हैं।\n स्थानान्तरण करने से पहले कृपया पते की सावधानीपूर्वक जाँच करें।", "title__blockchain_explorer": "ब्लॉकचेन एक्सप्लोरर", "title__blockchain_explorer_desc": "पता, अनुबंध, txns हैश या टोकन खोजें।", "title__browser": "ब्राउज़र", diff --git a/packages/components/src/locale/id.json b/packages/components/src/locale/id.json index 66595d2e7e7..d1facbc3cc7 100644 --- a/packages/components/src/locale/id.json +++ b/packages/components/src/locale/id.json @@ -145,6 +145,7 @@ "action__manage_address": "Kelola Alamat", "action__max": "Maks", "action__merge": "Menggabungkan", + "action__migrate": "Migrasi", "action__more": "Lagi", "action__move_to_top": "Pindah ke Atas", "action__next": "Lanjut", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Membuat dompet Anda", "content__creator_fee": "Biaya Kreator", "content__currency": "Mata uang", + "content__current": "Saat ini", "content__current_price_str": "Harga Saat Ini: {0}", "content__custom": "Kebiasaan", "content__data_for_this_token_is_not_included_yet": "Data untuk token ini belum disertakan.", @@ -412,6 +414,7 @@ "content__ether_price": "Harga Eter", "content__eventually_str_jpegs_are_still_in_your_wallet": "Akhirnya, {0} JPEG masih ada di dompet Anda", "content__every_time_we_find_the_best_prices": "Kami selalu menemukan likuiditas dan harga terbaik dari pemasok. Setiap kutipan termasuk biaya 1% untuk membantu OneKey memberikan layanan yang lebih baik untuk Anda.", + "content__example_shortcut": "misalnya", "content__exchange_any_tokens": "Tukarkan token apa pun", "content__existing": "Ada", "content__exit_value": "Nilai Keluar", @@ -501,12 +504,13 @@ "content__max_fee": "Biaya Maks", "content__max_priority_fee": "Biaya Prioritas Maks", "content__maybe_in_30s": "Mungkin di usia 30-an", - "content__migration_note": "Catatan: Dompet Anda diamankan dengan kata sandi Anda. Aplikasi OneKey tidak akan memigrasikan dompet perangkat keras, jadi pastikan untuk menuliskan frasa Anda dan simpan dengan aman.", + "content__migration_note_encrypted": "Dompet Anda diamankan dengan kata sandi Anda.", + "content__migration_note_hardware_wallet": "Aplikasi OneKey tidak akan memigrasikan dompet perangkat keras, jadi pastikan untuk menuliskan frasa Anda dan simpan dengan aman.", "content__migration_step_1": "Simpan perangkat di jaringan lokal yang sama", "content__migration_step_2": "Buka aplikasi OneKey Anda yang lain", "content__migration_step_3": "Klik elipsis di pojok kanan atas, lalu \"Scan\" kode QR di halaman ini. {addOn}", "content__migration_step_3_add_on": "Atau, buka \"Menu > Migrasi\" dan klik \"Masukkan Tautan\". Kemudian, masukkan tautan di bawah kode QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Buka Menu > Migrasi, tautan berada di bawah kode QR, lalu kembali ke halaman saat ini dan masukkan tautan", "content__min": "min", "content__mint": "daun mint", "content__minutes_lowercase": "menit", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Simbol", "emoji_type_travel_places": "Perjalanan & Tempat", "empty__connection_failed_desc": "Segarkan kode QR atau periksa koneksi jaringan Anda dan coba lagi.", + "empty__migrated_data_already_exists": "Data yang dimigrasikan sudah ada.", "empty__no_account_desc": "Tidak ada akun untuk jaringan yang dipilih.", "empty__no_account_title": "Tidak ada akun", "empty__no_connected_sites": "Tidak Ada Situs Terhubung", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Mencari Perangkat", "modal__looking_for_devices_desc": "Pastikan Bluetooth Anda diaktifkan.", "modal__looking_for_devices_result": "Kami menemukan perangkat ini", + "modal__migrating_data": "Migrasi Data", + "modal__migrating_data_desc": "Aplikasi Terhubung", "modal__need_install_onekey_bridge": "Membutuhkan instalasi OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Meluncurkan desktop OneKey sebelum menggunakan perangkat keras. Anda juga dapat menginstal OneKey Bridge untuk meningkatkan stabilitas transfer. Lanjutkan dan unduh?", "modal__no_device_found": "Tidak Ada Perangkat Ditemukan", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Peringatan Permadani", "modal__rug_warning_desc": "Situs ini diidentifikasi sebagai scam, jangan mengaksesnya dalam hal apa pun, apakah Anda masih ingin melanjutkan?", "modal__select_chain": "Pilih Rantai", + "modal__send_data_request": "Kirim Permintaan Data", + "modal__send_data_request_desc": "Data Anda akan dienkripsi dan ditransfer. Lanjutkan hanya jika Anda bermigrasi antar aplikasi OneKey.", "modal__send_to": "Kirim ke", "modal__sending_str": "Mengirim {0}", "modal__setup_complete": "Penyiapan Selesai!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Kontrak Dijalankan", "msg__copied": "Disalin", "msg__current_token_balance_is_insufficient": "Saldo token saat ini tidak mencukupi.", + "msg__data_sent_to_platform": "Data dikirim ke {platform}", "msg__deleted_str": "Dihapus \" {0} \"", "msg__disk_access_is_denied": "Akses disk ditolak", "msg__engine__account_already_exists": "Akun sudah ada.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Gambar disimpan", "msg__import_icloud_backup_failed_version": "Impor Gagal. Perbarui ke versi terbaru untuk melanjutkan", "msg__incorrect_token_information": "Informasi token salah", + "msg__invalid_link_or_network_error": "Tautan tidak valid atau kesalahan jaringan", "msg__link_copied": "Tautan disalin", "msg__mine": "Milikku", "msg__minted": "💎 Dicetak {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Permintaan jaringan gagal", "msg__network_reset": "Atur Ulang Rantai", "msg__nfc_reader_usage_description": "Gunakan NFC untuk mencadangkan dengan OneKey Lite.", + "msg__no_data_available": "Tidak ada data yang tersedia", "msg__not_support_passphrase_need_upgrade": "menggunakan Frasa Sandi, perlu memutakhirkan firmware ke {0} atau lebih baru.", "msg__not_the_same_wallet": "Bukan dompet yang sama.", "msg__ns_bluetooth_always_usage_description": "Gunakan bluetooth untuk menghubungkan perangkat keras OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Satu tempat untuk semua kripto Anda.", "onboarding__landing_welcome_title": "Gm frens 💚", "option__all": "Semua", + "platform__desktop": "Desktop", + "platform__extension": "Perpanjangan", + "platform__mobile": "Seluler", + "platform__tablet": "Tablet", "reward__history_empty_desc": "Histori hadiah akan ditampilkan di sini.", "select__options": "Pilihan", "tag__adventurist_uppercase": "#ADVENTURIS", @@ -1697,6 +1713,8 @@ "title__backups": "Cadangan", "title__backups_desc": "Dompet berikut belum dicadangkan, harap cadangkan dompet Anda atau berisiko kehilangan aset Anda", "title__best_channel": "Saluran Terbaik", + "title__beware_of_address_poisoning_scams": "Waspadalah terhadap Penipuan Keracunan Alamat", + "title__beware_of_address_poisoning_scams_desc": "Penipu dapat menggunakan alamat dengan awal atau akhir yang sama dan meniru alamat Anda dengan transfer 0 jumlah.\n Silakan periksa alamat dengan hati-hati sebelum melakukan transfer.", "title__blockchain_explorer": "Penjelajah Blockchain", "title__blockchain_explorer_desc": "Cari alamat, kontrak, txns hash atau token.", "title__browser": "Peramban", diff --git a/packages/components/src/locale/it_IT.json b/packages/components/src/locale/it_IT.json index 6d2ef4a3be3..17eab15df3f 100644 --- a/packages/components/src/locale/it_IT.json +++ b/packages/components/src/locale/it_IT.json @@ -145,6 +145,7 @@ "action__manage_address": "Gestire l'indirizzo", "action__max": "Max", "action__merge": "Unisci", + "action__migrate": "Migrare", "action__more": "Di più", "action__move_to_top": "Sposta in alto", "action__next": "Prossimo", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Creazione del tuo portafoglio ", "content__creator_fee": "Commissione del creatore", "content__currency": "Moneta", + "content__current": "Attuale", "content__current_price_str": "Prezzo attuale: {0}", "content__custom": "Personalizzato", "content__data_for_this_token_is_not_included_yet": "I dati per questo token non sono ancora inclusi.", @@ -412,6 +414,7 @@ "content__ether_price": "Prezzo dell'etere", "content__eventually_str_jpegs_are_still_in_your_wallet": "Alla fine, {0} JPEG sono ancora nel tuo portafoglio", "content__every_time_we_find_the_best_prices": "Ogni volta, troviamo i migliori prezzi dai principali fornitori di liquidità. A ogni preventivo viene addebitata automaticamente una commissione dell'1% per contribuire a finanziare la crescita e il miglioramento futuri di OneKey.", + "content__example_shortcut": "per esempio", "content__exchange_any_tokens": "Scambia qualsiasi token", "content__existing": "Esistente", "content__exit_value": "Valore di uscita", @@ -501,12 +504,13 @@ "content__max_fee": "Tassa massima", "content__max_priority_fee": "Tassa massima di priorità", "content__maybe_in_30s": "Forse negli anni '30", - "content__migration_note": "Nota: i tuoi portafogli sono protetti con la tua password. L'app OneKey non eseguirà la migrazione dei portafogli hardware, quindi assicurati di annotare la tua frase e tenerla al sicuro.", + "content__migration_note_encrypted": "I tuoi portafogli sono protetti con la tua password.", + "content__migration_note_hardware_wallet": "L'app OneKey non eseguirà la migrazione dei portafogli hardware, quindi assicurati di annotare la tua frase e tenerla al sicuro.", "content__migration_step_1": "Mantieni i dispositivi sulla stessa rete locale", "content__migration_step_2": "Apri un'altra app OneKey", "content__migration_step_3": "Fai clic sui puntini di sospensione nell'angolo in alto a destra, quindi \"Scansiona\" il codice QR in questa pagina. {addOn}", "content__migration_step_3_add_on": "In alternativa, vai su \"Menu > Migrazione\" e fai clic su \"Inserisci collegamento\". Quindi, inserisci il link sotto il codice QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Vai a Menu > Migrazione, il collegamento si trova sotto il codice QR, quindi torna alla pagina corrente e inserisci il collegamento", "content__min": "min", "content__mint": "menta", "content__minutes_lowercase": "minuti", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Simboli", "emoji_type_travel_places": "Viaggi e luoghi", "empty__connection_failed_desc": "Aggiorna il codice QR o controlla la connessione di rete e riprova.", + "empty__migrated_data_already_exists": "I dati migrati esistono già.", "empty__no_account_desc": "Non c'è nessun account per la rete selezionata.", "empty__no_account_title": "Nessun conto", "empty__no_connected_sites": "Nessun sito connesso", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Alla ricerca di dispositivi", "modal__looking_for_devices_desc": "Assicurati che il tuo Bluetooth sia abilitato.", "modal__looking_for_devices_result": "Abbiamo trovato questi dispositivi", + "modal__migrating_data": "Migrazione dei dati", + "modal__migrating_data_desc": "App connesse", "modal__need_install_onekey_bridge": "Richiede l'installazione di OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Avvio di OneKey desktop prima di utilizzare il dispositivo hardware. Puoi anche installare OneKey Bridge per migliorare la stabilità del trasferimento. Vai avanti e scarica?", "modal__no_device_found": "Nessun dispositivo trovato", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Attenzione al tappeto", "modal__rug_warning_desc": "Questo sito è identificato come una truffa, non accedervi in ogni caso, vuoi ancora continuare?", "modal__select_chain": "Seleziona Catena", + "modal__send_data_request": "Invia richiesta dati", + "modal__send_data_request_desc": "I tuoi dati verranno crittografati e trasferiti. Procedi solo se esegui la migrazione tra le app OneKey.", "modal__send_to": "Inviare a", "modal__sending_str": "Invio {0}", "modal__setup_complete": "Setup completo!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Contratto eseguito", "msg__copied": "Copiato", "msg__current_token_balance_is_insufficient": "Il saldo attuale del token è insufficiente.", + "msg__data_sent_to_platform": "Dati inviati a {platform}", "msg__deleted_str": "Eliminato \" {0} \"", "msg__disk_access_is_denied": "L'accesso al disco è negato", "msg__engine__account_already_exists": "L'account esiste già.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Immagine salvata", "msg__import_icloud_backup_failed_version": "Importazione fallita. Si prega di aggiornare all'ultima versione per continuare", "msg__incorrect_token_information": "Informazioni errate sul token", + "msg__invalid_link_or_network_error": "Collegamento non valido o errore di rete", "msg__link_copied": "Collegamento copiato", "msg__mine": "Mio", "msg__minted": "💎 {assets} coniati", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Richiesta di rete non riuscita", "msg__network_reset": "Reset della rete", "msg__nfc_reader_usage_description": "Usa NFC per eseguire il backup con OneKey Lite.", + "msg__no_data_available": "Nessun dato disponibile", "msg__not_support_passphrase_need_upgrade": "utilizzare Passphrase, è necessario aggiornare il firmware a {0} o versioni successive.", "msg__not_the_same_wallet": "Non lo stesso portafoglio.", "msg__ns_bluetooth_always_usage_description": "Usa il bluetooth per connettere i dispositivi hardware OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Un posto per tutte le tue criptovalute.", "onboarding__landing_welcome_title": "Benvenuti a OneKey!", "option__all": "Tutti", + "platform__desktop": "Scrivania", + "platform__extension": "Estensione", + "platform__mobile": "Mobile", + "platform__tablet": "Tavoletta", "reward__history_empty_desc": "La cronologia delle ricompense verrà mostrata qui.", "select__options": "Opzioni", "tag__adventurist_uppercase": "#AVVENTURISTA", @@ -1697,6 +1713,8 @@ "title__backups": "Backups", "title__backups_desc": "I seguenti portafogli non sono ancora stati sottoposti a backup, per favore eseguite il backup dei vostri portafogli o rischiate di perdere i vostri beni", "title__best_channel": "Miglior canale", + "title__beware_of_address_poisoning_scams": "Attenzione alle truffe di avvelenamento degli indirizzi", + "title__beware_of_address_poisoning_scams_desc": "I truffatori possono utilizzare indirizzi con lo stesso inizio o fine e impersonare il tuo indirizzo con un trasferimento di importo pari a 0.\n Si prega di controllare attentamente l'indirizzo prima di effettuare bonifici.", "title__blockchain_explorer": "Esploratore blockchain", "title__blockchain_explorer_desc": "Cerca indirizzo, contratto, hash txns o token.", "title__browser": "Navigatore", diff --git a/packages/components/src/locale/ja_JP.json b/packages/components/src/locale/ja_JP.json index da2f398d119..60fb9686a0f 100644 --- a/packages/components/src/locale/ja_JP.json +++ b/packages/components/src/locale/ja_JP.json @@ -145,6 +145,7 @@ "action__manage_address": "アドレス管理", "action__max": "最大", "action__merge": "マージ", + "action__migrate": "移行する", "action__more": "もっと", "action__move_to_top": "トップに移動", "action__next": "次へ", @@ -373,6 +374,7 @@ "content__creating_your_wallet": "ウォレット作成 ", "content__creator_fee": "クリエイター料金", "content__currency": "通貨", + "content__current": "現時点の", "content__current_price_str": "現在価格: {0}", "content__custom": "カスタム", "content__data_for_this_token_is_not_included_yet": "このトークンのデータはまだ含まれていない。", @@ -412,6 +414,7 @@ "content__ether_price": "イーサ価格", "content__eventually_str_jpegs_are_still_in_your_wallet": "最終的に、 {0} 枚のコレクションはまだあなたのウォレットに残っています", "content__every_time_we_find_the_best_prices": "私たちは常にサプライヤーから、流動性と価格のベストな組み合わせを見つける。見積もりには1%の費用が含まれ、 Onekeyが長期的且つ優れたサービスを提供するように利用させて頂く。", + "content__example_shortcut": "例えば", "content__exchange_any_tokens": "任意のトークンを交換する", "content__existing": "既に存在", "content__exit_value": "終了値", @@ -501,12 +504,13 @@ "content__max_fee": "最大料金", "content__max_priority_fee": "マイナーチップ", "content__maybe_in_30s": "約30秒", - "content__migration_note": "注: ウォレットはパスワードで保護されています。 OneKey アプリはハードウェア ウォレットを移行しないため、フレーズを書き留めて安全に保管してください。", + "content__migration_note_encrypted": "ウォレットはパスワードで保護されています。", + "content__migration_note_hardware_wallet": "OneKey アプリはハードウェア ウォレットを移行しないため、フレーズを書き留めて安全に保管してください。", "content__migration_step_1": "デバイスを同じローカル ネットワーク上に維持する", "content__migration_step_2": "別の OneKey アプリを開く", "content__migration_step_3": "右上隅の省略記号をクリックし、このページの QR コードを「スキャン」します。 {addOn}", "content__migration_step_3_add_on": "または、[メニュー] >移行] に移動し、[リンクを入力] をクリックします。次に、QRコードの下のリンクを入力してください", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "[メニュー] >移行] に移動します。リンクは QR コードの下にあり、現在のページに戻ってリンクを入力します。", "content__min": "分", "content__mint": "ミント", "content__minutes_lowercase": "分", @@ -754,6 +758,7 @@ "emoji_type_symbols": "シンボルマーク", "emoji_type_travel_places": "観光&場所", "empty__connection_failed_desc": "QR コードを更新するか、ネットワーク接続を確認してから、もう一度お試しください。", + "empty__migrated_data_already_exists": "移行されたデータは既に存在します。", "empty__no_account_desc": "選択したネットワークにアカウントが無い", "empty__no_account_title": "アカウントなし", "empty__no_connected_sites": "接続されたサイトがない", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "デバイスを探している", "modal__looking_for_devices_desc": "Bluetoothが有効であることをご確認ください", "modal__looking_for_devices_result": "これらのデバイスを見つけた", + "modal__migrating_data": "データの移行", + "modal__migrating_data_desc": "接続されたアプリ", "modal__need_install_onekey_bridge": "OneKeyBridgeのインストールが必要", "modal__need_install_onekey_bridge_desc": "ハードウェア デバイスを接続する前に、OneKey デスクトップ クライアントを起動する必要がある。OneKey Bridge のご利用によって、接続の安定性をアップできる。ダウンロードするか?", "modal__no_device_found": "デバイスが見つからない", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "詐欺警告", "modal__rug_warning_desc": "このサイトは詐欺だと認定され、いかなる場合でもアクセスしないでください、まだ続行するか?", "modal__select_chain": "チェーン選択", + "modal__send_data_request": "データリクエストの送信", + "modal__send_data_request_desc": "データは暗号化されて転送される。 OneKey アプリ間で移行する場合にのみ続行してください。", "modal__send_to": "送信先", "modal__sending_str": "{0} を送信中", "modal__setup_complete": "セットアップ完了", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 契約実行済み", "msg__copied": "コピー済み", "msg__current_token_balance_is_insufficient": "トークン残高不足。", + "msg__data_sent_to_platform": "{platform}にデータを送信された", "msg__deleted_str": "「 {0} 」は削除されました", "msg__disk_access_is_denied": "ディスク アクセスが拒否されました", "msg__engine__account_already_exists": "アカウントは既に存在した", @@ -1549,6 +1559,7 @@ "msg__image_saved": "画像保存済み", "msg__import_icloud_backup_failed_version": "インポート失敗。続行するには、最新バージョンに更新してください", "msg__incorrect_token_information": "トークン情報が正しくない", + "msg__invalid_link_or_network_error": "無効なリンクまたはネットワーク エラー", "msg__link_copied": "リンクをコピーした", "msg__mine": "私の", "msg__minted": "💎 {assets}ミント済み", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "ネットワーク リクエスト失敗", "msg__network_reset": "ネットワークがリセット済み", "msg__nfc_reader_usage_description": "NFCでOneKeyLiteにバックアップする", + "msg__no_data_available": "データなし", "msg__not_support_passphrase_need_upgrade": "パスフレーズのご利用には、ファームウェアを{0}以降にアップグレードする必要がある。", "msg__not_the_same_wallet": "同一ウォレットではない。", "msg__ns_bluetooth_always_usage_description": "BluetoothでOneKeyハードウェアデバイスを接続する", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "暗号資産をこの一箇所に", "onboarding__landing_welcome_title": "OneKeyへようこそ", "option__all": "全て", + "platform__desktop": "デスクトップ", + "platform__extension": "拡大", + "platform__mobile": "モバイル", + "platform__tablet": "タブレット", "reward__history_empty_desc": "報酬履歴はここに表示されます。", "select__options": "オプション", "tag__adventurist_uppercase": "#冒険家", @@ -1697,6 +1713,8 @@ "title__backups": "バックアップ", "title__backups_desc": "次のウォレットはまだバックアップされていない。直ちにバックアップしなければ、資産を失ってしまう恐れがある。", "title__best_channel": "最適チャンネル", + "title__beware_of_address_poisoning_scams": "アドレスポイズニング詐欺にご注意ください", + "title__beware_of_address_poisoning_scams_desc": "詐欺師は、先頭または末尾が同じアドレスを使用し、送金金額が 0 のアドレスになりすますことができます。\n振込先をよくご確認の上、お振込みください。", "title__blockchain_explorer": "ブロックチェーン エクスプローラー", "title__blockchain_explorer_desc": "アドレス、コントラクト、トランザクション ハッシュ、またはトークンを検索する。", "title__browser": "ブラウザ", diff --git a/packages/components/src/locale/ko_KR.json b/packages/components/src/locale/ko_KR.json index d71bd911344..f7403115fdc 100644 --- a/packages/components/src/locale/ko_KR.json +++ b/packages/components/src/locale/ko_KR.json @@ -145,6 +145,7 @@ "action__manage_address": "주소 관리", "action__max": "최대", "action__merge": "병합", + "action__migrate": "마이그레이션", "action__more": "더", "action__move_to_top": "맨 위로 이동", "action__next": "다음", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " 지갑 생성", "content__creator_fee": "크리에이터 수수료", "content__currency": "통화", + "content__current": "현재의", "content__current_price_str": "현재 가격: {0}", "content__custom": "관습", "content__data_for_this_token_is_not_included_yet": "이 토큰에 대한 데이터는 아직 포함되지 않았습니다.", @@ -412,6 +414,7 @@ "content__ether_price": "에테르 가격", "content__eventually_str_jpegs_are_still_in_your_wallet": "결국 {0} JPEG가 여전히 지갑에 있습니다.", "content__every_time_we_find_the_best_prices": "매번, 우리는 최고의 유동성 공급업체로부터 최고의 가격을 찾습니다. OneKey의 미래 성장 및 개선 자금을 지원하기 위해 각 견적에는 1%의 수수료가 자동으로 부과됩니다.", + "content__example_shortcut": "예를 들어", "content__exchange_any_tokens": "모든 토큰 교환", "content__existing": "기존의", "content__exit_value": "종료 값", @@ -501,12 +504,13 @@ "content__max_fee": "최대 수수료", "content__max_priority_fee": "최대 우선 수수료", "content__maybe_in_30s": "아마 30대에", - "content__migration_note": "참고: 지갑은 비밀번호로 보호됩니다. OneKey 앱은 하드웨어 지갑을 마이그레이션하지 않으므로 문구를 적어 안전하게 보관하십시오.", + "content__migration_note_encrypted": "귀하의 지갑은 비밀번호로 보호됩니다.", + "content__migration_note_hardware_wallet": "OneKey 앱은 하드웨어 지갑을 마이그레이션하지 않으므로 문구를 적어 안전하게 보관하십시오.", "content__migration_step_1": "장치를 동일한 로컬 네트워크에 유지", "content__migration_step_2": "다른 OneKey 앱 열기", "content__migration_step_3": "오른쪽 상단 모서리에 있는 줄임표를 클릭한 다음 이 페이지의 QR 코드를 \"스캔\"합니다. {addOn}", "content__migration_step_3_add_on": "또는 \"메뉴 > 마이그레이션\"으로 이동하여 \"링크 입력\"을 클릭합니다. 그런 다음 QR 코드 아래의 링크를 입력하십시오.", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "메뉴 > 마이그레이션으로 이동합니다. 링크는 QR 코드 아래에 있습니다. 그런 다음 현재 페이지로 돌아가서 링크를 입력하십시오.", "content__min": "분", "content__mint": "민트", "content__minutes_lowercase": "분", @@ -754,6 +758,7 @@ "emoji_type_symbols": "기호", "emoji_type_travel_places": "여행 및 장소", "empty__connection_failed_desc": "QR 코드를 새로 고치거나 네트워크 연결을 확인하고 다시 시도하십시오.", + "empty__migrated_data_already_exists": "마이그레이션된 데이터가 이미 존재합니다.", "empty__no_account_desc": "선택한 네트워크에 대한 계정이 없습니다.", "empty__no_account_title": "계정 없음", "empty__no_connected_sites": "연결된 사이트 없음", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "장치 찾기", "modal__looking_for_devices_desc": "블루투스가 활성화되어 있는지 확인하십시오.", "modal__looking_for_devices_result": "이 장치를 찾았습니다.", + "modal__migrating_data": "데이터 마이그레이션", + "modal__migrating_data_desc": "연결된 앱", "modal__need_install_onekey_bridge": "OneKey Bridge 설치 필요", "modal__need_install_onekey_bridge_desc": "하드웨어 장치를 사용하기 전에 OneKey 데스크탑을 시작합니다. 전송 안정성을 향상시키기 위해 OneKey Bridge를 설치할 수도 있습니다. 다운로드하시겠습니까?", "modal__no_device_found": "장치를 찾을 수 없음", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "깔개 경고", "modal__rug_warning_desc": "이 사이트는 사기로 식별됩니다. 어떤 경우에도 액세스하지 마십시오. 계속하시겠습니까?", "modal__select_chain": "체인 선택", + "modal__send_data_request": "데이터 요청 보내기", + "modal__send_data_request_desc": "귀하의 데이터는 암호화되어 전송됩니다. OneKey 앱 간에 마이그레이션하는 경우에만 진행하십시오.", "modal__send_to": "보내기", "modal__sending_str": "{0} 을(를) 보내는 중", "modal__setup_complete": "설정 완료!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 계약 체결", "msg__copied": "복사되었습니다", "msg__current_token_balance_is_insufficient": "현재 토큰 잔액이 부족합니다.", + "msg__data_sent_to_platform": "{platform} 에 전송된 데이터", "msg__deleted_str": "\" {0} \" 삭제됨", "msg__disk_access_is_denied": "디스크 액세스가 거부되었습니다.", "msg__engine__account_already_exists": "계정이 이미 존재합니다.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "이미지 저장됨", "msg__import_icloud_backup_failed_version": "가져오기에 실패했습니다. 계속하려면 최신 버전으로 업데이트하세요.", "msg__incorrect_token_information": "잘못된 토큰 정보", + "msg__invalid_link_or_network_error": "잘못된 링크 또는 네트워크 오류", "msg__link_copied": "링크 복사됨", "msg__mine": "내 거", "msg__minted": "💎 {assets} 발행", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "네트워크 요청 실패", "msg__network_reset": "네트워크 재설정", "msg__nfc_reader_usage_description": "NFC를 사용하여 OneKey Lite로 백업합니다.", + "msg__no_data_available": "자료 없음", "msg__not_support_passphrase_need_upgrade": "암호를 사용하려면 펌웨어를 {0} 이상으로 업그레이드해야 합니다.", "msg__not_the_same_wallet": "같은 지갑이 아닙니다.", "msg__ns_bluetooth_always_usage_description": "블루투스를 사용하여 OneKey 하드웨어 장치를 연결합니다.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "모든 암호화폐를 위한 한 곳.", "onboarding__landing_welcome_title": "OneKey에 오신 것을 환영합니다!", "option__all": "모두", + "platform__desktop": "데스크탑", + "platform__extension": "확대", + "platform__mobile": "이동하는", + "platform__tablet": "태블릿", "reward__history_empty_desc": "보상 내역이 여기에 표시됩니다.", "select__options": "옵션", "tag__adventurist_uppercase": "#모험가", @@ -1697,6 +1713,8 @@ "title__backups": "백업", "title__backups_desc": "다음 지갑은 아직 백업되지 않았습니다. 지갑을 백업하지 않으면 자산을 잃을 위험이 있습니다.", "title__best_channel": "베스트 채널", + "title__beware_of_address_poisoning_scams": "주소 중독 사기에 주의하세요", + "title__beware_of_address_poisoning_scams_desc": "사기꾼은 시작 또는 끝이 같은 주소를 사용하고 0 금액 송금으로 주소를 가장할 수 있습니다.\n 송금하기 전에 주소를 주의 깊게 확인하십시오.", "title__blockchain_explorer": "블록체인 익스플로러", "title__blockchain_explorer_desc": "주소, 계약, txns 해시 또는 토큰을 검색합니다.", "title__browser": "브라우저", diff --git a/packages/components/src/locale/mn_MN.json b/packages/components/src/locale/mn_MN.json index 2a2e5eb38b8..76086e61ce5 100644 --- a/packages/components/src/locale/mn_MN.json +++ b/packages/components/src/locale/mn_MN.json @@ -145,6 +145,7 @@ "action__manage_address": "Хаяг удирдах", "action__max": "Макс", "action__merge": "Нэгтгэх", + "action__migrate": "Шилжин суурьших", "action__more": "Илүү", "action__move_to_top": "Дээш рүү шилжих", "action__next": "Дараачийн", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " түрийвчээ үүсгэж байна", "content__creator_fee": "Зохиогчийн хураамж", "content__currency": "Валют", + "content__current": "Одоогийн", "content__current_price_str": "Одоогийн үнэ: {0}", "content__custom": "Захиалгат", "content__data_for_this_token_is_not_included_yet": "Энэ токены өгөгдлийг хараахан оруулаагүй байна.", @@ -412,6 +414,7 @@ "content__ether_price": "Эфирийн үнэ", "content__eventually_str_jpegs_are_still_in_your_wallet": "Эцсийн эцэст, {0} JPEG таны түрийвчинд хэвээр байна", "content__every_time_we_find_the_best_prices": "Тэр болгонд бид хөрвөх чадварын ханган нийлүүлэгчдээс хамгийн сайн үнийг олдог. OneKey-ийн ирээдүйн өсөлт, сайжруулалтыг санхүүжүүлэхэд туслах үнийн санал бүрээс автоматаар 1%-ийн хураамж авдаг.", + "content__example_shortcut": "жишээ нь", "content__exchange_any_tokens": "Аливаа жетон солилцох", "content__existing": "Одоо байгаа", "content__exit_value": "Утга гарах", @@ -501,12 +504,13 @@ "content__max_fee": "Хамгийн их хураамж", "content__max_priority_fee": "Дээд зэрэглэлийн хураамж", "content__maybe_in_30s": "Магадгүй 30-аад онд", - "content__migration_note": "Жич: Таны түрийвч нууц үгээр хамгаалагдсан. OneKey програм нь тоног төхөөрөмжийн түрийвчийг шилжүүлэхгүй тул хэллэгээ бичиж, аюулгүй байлгахаа мартуузай.", + "content__migration_note_encrypted": "Таны түрийвч таны нууц үгээр хамгаалагдсан.", + "content__migration_note_hardware_wallet": "OneKey програм нь тоног төхөөрөмжийн түрийвчийг шилжүүлэхгүй тул хэллэгээ бичиж, аюулгүй байлгахаа мартуузай.", "content__migration_step_1": "Төхөөрөмжүүдийг нэг дотоод сүлжээнд байлга", "content__migration_step_2": "Өөр OneKey програмаа нээнэ үү", "content__migration_step_3": "Баруун дээд буланд байрлах зуйван дээр дарж, дараа нь энэ хуудсан дээрх QR кодыг \"сканнердах\". {addOn}", "content__migration_step_3_add_on": "Эсвэл \"Цэс > Шилжилт\" рүү очоод \"Холбоосыг оруулах\" дээр дарна уу. Дараа нь QR кодын доорх холбоосыг оруулна уу", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Цэс > Шилжүүлэлт рүү очоод холбоос нь QR кодын доор байгаа бөгөөд одоогийн хуудас руу буцаж очоод холбоосыг оруулна уу.", "content__min": "мин", "content__mint": "гаа", "content__minutes_lowercase": "минут", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Тэмдгүүд", "emoji_type_travel_places": "Аялал ба газрууд", "empty__connection_failed_desc": "QR кодыг сэргээнэ үү эсвэл сүлжээний холболтоо шалгаад дахин оролдоно уу.", + "empty__migrated_data_already_exists": "Шилжүүлсэн өгөгдөл аль хэдийн байна.", "empty__no_account_desc": "Сонгосон сүлжээнд бүртгэл байхгүй байна.", "empty__no_account_title": "Бүртгэл байхгүй", "empty__no_connected_sites": "Холбогдсон сайт байхгүй", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Төхөөрөмж хайж байна", "modal__looking_for_devices_desc": "Bluetooth-ээ идэвхжүүлсэн эсэхийг шалгана уу.", "modal__looking_for_devices_result": "Бид эдгээр төхөөрөмжийг олсон", + "modal__migrating_data": "Өгөгдлийг шилжүүлэх", + "modal__migrating_data_desc": "Апп-ууд холбогдсон", "modal__need_install_onekey_bridge": "OneKey Bridge суулгах шаардлагатай", "modal__need_install_onekey_bridge_desc": "Техник хангамжийн төхөөрөмжийг ашиглахаас өмнө OneKey ширээний компьютерийг ажиллуулж байна. Та мөн шилжүүлгийн тогтвортой байдлыг сайжруулахын тулд OneKey Bridge суулгаж болно. Үргэлжлүүлэн татаж авах уу?", "modal__no_device_found": "Ямар ч төхөөрөмж олдсонгүй", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Хивсний анхааруулга", "modal__rug_warning_desc": "Энэ сайтыг луйвар гэж тодорхойлсон тул ямар ч тохиолдолд нэвтэрч болохгүй. Та үргэлжлүүлэхийг хүсэж байна уу?", "modal__select_chain": "Гинжийг сонгоно уу", + "modal__send_data_request": "Өгөгдлийн хүсэлт илгээх", + "modal__send_data_request_desc": "Таны өгөгдлийг шифрлэж, шилжүүлэх болно. Хэрэв та OneKey програм хооронд шилжиж байгаа бол л үргэлжлүүлнэ үү.", "modal__send_to": "Илгээх", "modal__sending_str": "{0} илгээж байна", "modal__setup_complete": "Тохиргоо дууссан!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Гэрээ байгууллаа", "msg__copied": "Хуулсан", "msg__current_token_balance_is_insufficient": "Одоогийн токены үлдэгдэл хангалтгүй байна.", + "msg__data_sent_to_platform": "Өгөгдлийг {platform} руу илгээсэн", "msg__deleted_str": "\" {0} \"-г устгасан", "msg__disk_access_is_denied": "Дискний хандалтыг хориглосон", "msg__engine__account_already_exists": "Бүртгэл аль хэдийн байна.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Зургийг хадгалсан", "msg__import_icloud_backup_failed_version": "Импорт амжилтгүй боллоо. Үргэлжлүүлэхийн тулд хамгийн сүүлийн хувилбар руу шинэчилнэ үү", "msg__incorrect_token_information": "Токены буруу мэдээлэл", + "msg__invalid_link_or_network_error": "Буруу холбоос эсвэл сүлжээний алдаа", "msg__link_copied": "Холбоосыг хуулсан", "msg__mine": "Минийх", "msg__minted": "💎 Цутгасан {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Сүлжээний хүсэлт амжилтгүй боллоо", "msg__network_reset": "Сүлжээг дахин тохируулах", "msg__nfc_reader_usage_description": "OneKey Lite ашиглан нөөцлөхийн тулд NFC ашиглана уу.", + "msg__no_data_available": "Өгөгдөл байхгүй байна", "msg__not_support_passphrase_need_upgrade": "Нууц үг ашиглах, программыг {0} эсвэл түүнээс хойшхи хувилбар руу шинэчлэх шаардлагатай.", "msg__not_the_same_wallet": "Ижил түрийвч биш.", "msg__ns_bluetooth_always_usage_description": "OneKey техник хангамжийн төхөөрөмжүүдийг холбохын тулд bluetooth ашиглана уу.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Таны бүх криптод зориулсан нэг газар.", "onboarding__landing_welcome_title": "OneKey-д тавтай морил!", "option__all": "Бүгд", + "platform__desktop": "Ширээний компьютер", + "platform__extension": "Өргөтгөл", + "platform__mobile": "Гар утас", + "platform__tablet": "Таблет", "reward__history_empty_desc": "Шагналын түүх энд харагдах болно.", "select__options": "Сонголтууд", "tag__adventurist_uppercase": "#АДЛЫН ТУРЧ", @@ -1697,6 +1713,8 @@ "title__backups": "Нөөцлөлт", "title__backups_desc": "Дараах хэтэвчийг нөөцөлж амжаагүй байгаа тул түрийвчээ нөөцөлж аваарай, эс бөгөөс хөрөнгөө алдах эрсдэлтэй", "title__best_channel": "Шилдэг суваг", + "title__beware_of_address_poisoning_scams": "Хаягийн хордлого залилангаас болгоомжил", + "title__beware_of_address_poisoning_scams_desc": "Луйварчид ижил эхлэл эсвэл төгсгөлтэй хаягийг ашиглаж, таны хаягийг 0-ийн шилжүүлгээр дуурайж болно.\n Шилжүүлэг хийхээсээ өмнө хаягийг сайтар шалгана уу.", "title__blockchain_explorer": "Blockchain Explorer", "title__blockchain_explorer_desc": "Хаяг, гэрээ, txns хэш эсвэл жетон хайх.", "title__browser": "Хөтөч", diff --git a/packages/components/src/locale/pt.json b/packages/components/src/locale/pt.json index 00955d51ec4..0f368de71a1 100644 --- a/packages/components/src/locale/pt.json +++ b/packages/components/src/locale/pt.json @@ -145,6 +145,7 @@ "action__manage_address": "Gerenciar endereço", "action__max": "Máx.", "action__merge": "Mesclar", + "action__migrate": "Migrar", "action__more": "Mais", "action__move_to_top": "Mover para o topo", "action__next": "Próximo", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Criando sua carteira ", "content__creator_fee": "Taxa do Criador", "content__currency": "Moeda", + "content__current": "Atual", "content__current_price_str": "Preço atual: {0}", "content__custom": "Personalizado", "content__data_for_this_token_is_not_included_yet": "Os dados para este token ainda não estão incluídos.", @@ -412,6 +414,7 @@ "content__ether_price": "Preço do éter", "content__eventually_str_jpegs_are_still_in_your_wallet": "Eventualmente, {0} JPEGs ainda estão em sua carteira", "content__every_time_we_find_the_best_prices": "Sempre encontramos a melhor liquidez e preços dos fornecedores. Cada cotação inclui uma taxa de 1% para ajudar a OneKey a fornecer um serviço melhor para você.", + "content__example_shortcut": "por exemplo", "content__exchange_any_tokens": "Troque qualquer token", "content__existing": "Existir", "content__exit_value": "Valor de saída", @@ -501,12 +504,13 @@ "content__max_fee": "Taxa máxima", "content__max_priority_fee": "Taxa máxima de prioridade", "content__maybe_in_30s": "Talvez em 30", - "content__migration_note": "Nota: Suas carteiras são protegidas com sua senha. O aplicativo OneKey não migrará carteiras de hardware, portanto, certifique-se de anotar sua frase e mantê-la segura.", + "content__migration_note_encrypted": "Suas carteiras são protegidas com sua senha.", + "content__migration_note_hardware_wallet": "O aplicativo OneKey não migrará carteiras de hardware, portanto, certifique-se de anotar sua frase e mantê-la segura.", "content__migration_step_1": "Mantenha os dispositivos na mesma rede local", "content__migration_step_2": "Abra seu outro aplicativo OneKey", "content__migration_step_3": "Clique nas reticências no canto superior direito e, em seguida, em \"Escanear\" o código QR nesta página. {addOn}", "content__migration_step_3_add_on": "Como alternativa, vá para \"Menu > Migração\" e clique em \"Inserir link\". Em seguida, entre no link abaixo do código QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Vá para Menu > Migração, o link está sob o código QR, então retorne à página atual e insira o link", "content__min": "min", "content__mint": "hortelã", "content__minutes_lowercase": "minutos", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Símbolos", "emoji_type_travel_places": "Viagens e lugares", "empty__connection_failed_desc": "Atualize o código QR ou verifique sua conexão de rede e tente novamente.", + "empty__migrated_data_already_exists": "Os dados que foram migrados já existem.", "empty__no_account_desc": "Não há conta para a rede selecionada.", "empty__no_account_title": "Sem contas", "empty__no_connected_sites": "Nenhum site conectado", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Procurando por dispositivos", "modal__looking_for_devices_desc": "Certifique-se de que o seu Bluetooth está ativado.", "modal__looking_for_devices_result": "Encontramos esses dispositivos", + "modal__migrating_data": "Migrando dados", + "modal__migrating_data_desc": "Aplicativos conectados", "modal__need_install_onekey_bridge": "Requer instalação do OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Lançamento da área de trabalho OneKey antes de utilizar o dispositivo de hardware. Também pode instalar a ponte OneKey para melhorar a estabilidade da transferência. Vai em frente e descarrega?", "modal__no_device_found": "Nenhum dispositivo encontrado", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Aviso de tapete", "modal__rug_warning_desc": "Este site é identificado como uma farsa, não acesse em nenhum caso, você ainda deseja continuar?", "modal__select_chain": "Selecionar cadeia", + "modal__send_data_request": "Enviar solicitação de dados", + "modal__send_data_request_desc": "Seus dados serão criptografados e transferidos. Prossiga apenas se estiver migrando entre aplicativos OneKey.", "modal__send_to": "Enviar para", "modal__sending_str": "Enviando {0}", "modal__setup_complete": "Configuração concluída!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Contrato Executado", "msg__copied": "Copiado", "msg__current_token_balance_is_insufficient": "O saldo atual do token é insuficiente.", + "msg__data_sent_to_platform": "Dados enviados para {platform}", "msg__deleted_str": "Excluído \" {0} \"", "msg__disk_access_is_denied": "O acesso ao disco foi negado", "msg__engine__account_already_exists": "Essa conta já existe.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Imagem salva", "msg__import_icloud_backup_failed_version": "Falha na importação. Atualize para a versão mais recente para continuar", "msg__incorrect_token_information": "Informações de token incorretas", + "msg__invalid_link_or_network_error": "Link inválido ou erro de rede", "msg__link_copied": "Link copiado", "msg__mine": "Minha", "msg__minted": "💎 Cunhado {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Falha na solicitação de rede", "msg__network_reset": "Redefinição de rede", "msg__nfc_reader_usage_description": "Use NFC para fazer backup com OneKey Lite.", + "msg__no_data_available": "Nenhum dado disponível", "msg__not_support_passphrase_need_upgrade": "use a senha, precisa atualizar o firmware para {0} ou posterior.", "msg__not_the_same_wallet": "Não é a mesma carteira.", "msg__ns_bluetooth_always_usage_description": "Use o bluetooth para conectar dispositivos de hardware OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Um lugar para todas as suas criptomoedas.", "onboarding__landing_welcome_title": "Bem-vindo ao OneKey!", "option__all": "Tudo", + "platform__desktop": "Área de Trabalho", + "platform__extension": "Extensão", + "platform__mobile": "Móvel", + "platform__tablet": "Tábua", "reward__history_empty_desc": "O histórico de recompensas será exibido aqui.", "select__options": "Opções", "tag__adventurist_uppercase": "#ADVENTURISTA", @@ -1697,6 +1713,8 @@ "title__backups": "Backups", "title__backups_desc": "As seguintes carteiras ainda não têm backup, faça backup de suas carteiras ou corra o risco de perder seus ativos", "title__best_channel": "Melhor canal", + "title__beware_of_address_poisoning_scams": "Cuidado com os golpes de envenenamento de endereço", + "title__beware_of_address_poisoning_scams_desc": "Os golpistas podem usar endereços com o mesmo começo ou fim e se passar por seu endereço com uma transferência de valor 0.\n Por favor, verifique o endereço cuidadosamente antes de fazer transferências.", "title__blockchain_explorer": "Explorador de Blockchain", "title__blockchain_explorer_desc": "Endereço de pesquisa, contrato, hash txns ou tokens.", "title__browser": "Navegador", diff --git a/packages/components/src/locale/ru.json b/packages/components/src/locale/ru.json index aab8fd37757..07ff957424b 100644 --- a/packages/components/src/locale/ru.json +++ b/packages/components/src/locale/ru.json @@ -145,6 +145,7 @@ "action__manage_address": "Управление адресом", "action__max": "Макс", "action__merge": "Объединить", + "action__migrate": "Мигрировать", "action__more": "Более", "action__move_to_top": "Перейти к началу", "action__next": "Следующий", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Создание кошелька ", "content__creator_fee": "Плата за создание", "content__currency": "Валюта", + "content__current": "Текущий", "content__current_price_str": "Текущая цена: {0}", "content__custom": "Пользовательский", "content__data_for_this_token_is_not_included_yet": "Данные для этого токена еще не включены.", @@ -412,6 +414,7 @@ "content__ether_price": "Цена эфира", "content__eventually_str_jpegs_are_still_in_your_wallet": "В конце концов, {0} файлов JPEG все еще в вашем кошельке.", "content__every_time_we_find_the_best_prices": "Каждый раз мы находим лучшие цены от ведущих поставщиков ликвидности. С каждого предложения автоматически взимается комиссия в размере 1%, которая помогает финансировать будущий рост и совершенствование OneKey.", + "content__example_shortcut": "например", "content__exchange_any_tokens": "Обмен любых токенов", "content__existing": "Существующий", "content__exit_value": "Выходное значение", @@ -501,12 +504,13 @@ "content__max_fee": "Максимальная плата", "content__max_priority_fee": "Максимальная плата за приоритет", "content__maybe_in_30s": "Может в 30-х", - "content__migration_note": "Примечание. Ваши кошельки защищены вашим паролем. Приложение OneKey не будет переносить аппаратные кошельки, поэтому обязательно запишите свою фразу и сохраните ее.", + "content__migration_note_encrypted": "Ваши кошельки защищены вашим паролем.", + "content__migration_note_hardware_wallet": "Приложение OneKey не будет переносить аппаратные кошельки, поэтому обязательно запишите свою фразу и сохраните ее.", "content__migration_step_1": "Держите устройства в одной локальной сети", "content__migration_step_2": "Откройте другое приложение OneKey.", "content__migration_step_3": "Нажмите на многоточие в правом верхнем углу, затем «Сканируйте» QR-код на этой странице. {addOn}", "content__migration_step_3_add_on": "Либо перейдите в «Меню > Миграция» и нажмите «Ввести ссылку». Затем введите ссылку под QR-кодом", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Перейдите в Меню > Миграция, ссылка находится под QR-кодом, затем вернитесь на текущую страницу и введите ссылку", "content__min": "min", "content__mint": "Монетный двор", "content__minutes_lowercase": "минуты", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Символы", "emoji_type_travel_places": "Путешествия и места", "empty__connection_failed_desc": "Обновите QR-код или проверьте подключение к сети и повторите попытку.", + "empty__migrated_data_already_exists": "Данные, которые были перенесены, уже существуют.", "empty__no_account_desc": "Нет учетной записи для выбранной сети.", "empty__no_account_title": "Нет аккаунтов", "empty__no_connected_sites": "Нет подключенных сайтов", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Поиск устройств", "modal__looking_for_devices_desc": "Убедитесь, что Bluetooth включен.", "modal__looking_for_devices_result": "Мы обнаружили эти устройства", + "modal__migrating_data": "Перенос данных", + "modal__migrating_data_desc": "Приложения подключены", "modal__need_install_onekey_bridge": "Требуется установка OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Запуск рабочего стола OneKey перед использованием аппаратного устройства. Вы также можете установить OneKey Bridge, чтобы повысить стабильность передачи. Идти вперед и скачать?", "modal__no_device_found": "Устройство не найдено", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Предупреждение о коврах", "modal__rug_warning_desc": "Этот сайт идентифицирован как мошеннический, не заходите на него ни в коем случае, вы все еще хотите продолжить?", "modal__select_chain": "Выберите цепочку", + "modal__send_data_request": "Отправить запрос данных", + "modal__send_data_request_desc": "Ваши данные будут зашифрованы и переданы. Продолжайте, только если вы выполняете миграцию между приложениями OneKey.", "modal__send_to": "Отправить", "modal__sending_str": "Отправка {0}", "modal__setup_complete": "Настройка завершена!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Контракт выполнен", "msg__copied": "Скопировано", "msg__current_token_balance_is_insufficient": "Текущий баланс токенов недостаточен.", + "msg__data_sent_to_platform": "Данные отправлены на {platform}", "msg__deleted_str": "Удалено \" {0} \"", "msg__disk_access_is_denied": "Доступ к диску запрещен", "msg__engine__account_already_exists": "Учетная запись уже существует.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Изображение сохранено", "msg__import_icloud_backup_failed_version": "Ошибка импорта. Пожалуйста, обновите до последней версии, чтобы продолжить", "msg__incorrect_token_information": "Неверная информация о маркере", + "msg__invalid_link_or_network_error": "Неверная ссылка или сетевая ошибка", "msg__link_copied": "Ссылка скопирована", "msg__mine": "Моя", "msg__minted": "💎 Отчеканено {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Сетевой запрос не выполнен", "msg__network_reset": "Перезагрузка сети", "msg__nfc_reader_usage_description": "Используйте NFC для резервного копирования с помощью OneKey Lite.", + "msg__no_data_available": "Данные недоступны", "msg__not_support_passphrase_need_upgrade": "использовать кодовую фразу, необходимо обновить прошивку до {0} или более поздней версии.", "msg__not_the_same_wallet": "Не тот кошелек.", "msg__ns_bluetooth_always_usage_description": "Используйте Bluetooth для подключения аппаратных устройств OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Одно место для всех ваших криптовалют.", "onboarding__landing_welcome_title": "Добро пожаловать в OneKey!", "option__all": "Все", + "platform__desktop": "Рабочий стол", + "platform__extension": "Расширение", + "platform__mobile": "Мобильный", + "platform__tablet": "планшет", "reward__history_empty_desc": "Здесь будет отображаться история наград.", "select__options": "Опции", "tag__adventurist_uppercase": "#АДВЕНТУРИСТ", @@ -1697,6 +1713,8 @@ "title__backups": "Резервные копии", "title__backups_desc": "Резервные копии следующих кошельков еще не созданы, пожалуйста, создайте резервные копии своих кошельков, иначе вы рискуете потерять свои активы.", "title__best_channel": "Лучший канал", + "title__beware_of_address_poisoning_scams": "Остерегайтесь мошенничества с отравлением адресов", + "title__beware_of_address_poisoning_scams_desc": "Мошенники могут использовать адреса с одинаковым началом или концом и выдавать себя за ваш адрес с переводом нулевой суммы.\n Пожалуйста, внимательно проверьте адрес перед переводом.", "title__blockchain_explorer": "Исследователь блокчейна", "title__blockchain_explorer_desc": "Адрес поиска, контракт, хэш txns или токены.", "title__browser": "Браузер", diff --git a/packages/components/src/locale/th_TH.json b/packages/components/src/locale/th_TH.json index 196b1527f29..03403dbb88e 100644 --- a/packages/components/src/locale/th_TH.json +++ b/packages/components/src/locale/th_TH.json @@ -145,6 +145,7 @@ "action__manage_address": "จัดการที่อยู่", "action__max": "แม็กซ์", "action__merge": "ผสาน", + "action__migrate": "โยกย้าย", "action__more": "มากกว่า", "action__move_to_top": "ย้ายไปด้านบน", "action__next": "ต่อไป", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " การสร้าง wallet ของคุณ ", "content__creator_fee": "ค่าธรรมเนียมผู้สร้าง", "content__currency": "สกุลเงิน", + "content__current": "ปัจจุบัน", "content__current_price_str": "ราคาปัจจุบัน: {0}", "content__custom": "กำหนดเอง", "content__data_for_this_token_is_not_included_yet": "ข้อมูลสำหรับโทเค็นนี้ยังไม่รวมอยู่", @@ -412,6 +414,7 @@ "content__ether_price": "ราคาอีเธอร์", "content__eventually_str_jpegs_are_still_in_your_wallet": "ในที่สุด {0} JPEG จะยังอยู่ในกระเป๋าเงินของคุณ", "content__every_time_we_find_the_best_prices": "ทุกครั้งที่เราพบราคาที่ดีที่สุดจากซัพพลายเออร์ด้านสภาพคล่องชั้นนำ แต่ละใบเสนอราคาจะถูกเรียกเก็บค่าธรรมเนียม 1% โดยอัตโนมัติเพื่อช่วยสนับสนุนการเติบโตและการปรับปรุงในอนาคตของ OneKey", + "content__example_shortcut": "เช่น", "content__exchange_any_tokens": "แลกเปลี่ยนโทเค็นใด ๆ", "content__existing": "ที่มีอยู่เดิม", "content__exit_value": "ค่าทางออก", @@ -501,12 +504,13 @@ "content__max_fee": "ค่าธรรมเนียมสูงสุด", "content__max_priority_fee": "ค่าธรรมเนียมลำดับความสำคัญสูงสุด", "content__maybe_in_30s": "อาจจะใน 30 วินาที", - "content__migration_note": "หมายเหตุ: กระเป๋าเงินของคุณปลอดภัยด้วยรหัสผ่านของคุณ แอป OneKey จะไม่ย้ายฮาร์ดแวร์วอลเล็ต ดังนั้นอย่าลืมจดวลีของคุณและเก็บไว้อย่างปลอดภัย", + "content__migration_note_encrypted": "กระเป๋าเงินของคุณปลอดภัยด้วยรหัสผ่านของคุณ", + "content__migration_note_hardware_wallet": "แอป OneKey จะไม่ย้ายฮาร์ดแวร์วอลเล็ต ดังนั้นอย่าลืมจดวลีของคุณและเก็บไว้อย่างปลอดภัย", "content__migration_step_1": "เก็บอุปกรณ์ไว้ในเครือข่ายท้องถิ่นเดียวกัน", "content__migration_step_2": "เปิดแอป OneKey อื่นของคุณ", "content__migration_step_3": "คลิกจุดไข่ปลาที่มุมขวาบน จากนั้น \"สแกน\" รหัส QR ในหน้านี้ {addOn}", "content__migration_step_3_add_on": "หรือไปที่ \"เมนู > การย้ายข้อมูล\" แล้วคลิก \"เข้าสู่ลิงก์\" จากนั้นป้อนลิงก์ด้านล่างรหัส QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "ไปที่เมนู > การย้ายข้อมูล ลิงก์อยู่ใต้คิวอาร์โค้ด จากนั้นกลับไปที่หน้าปัจจุบันและป้อนลิงก์", "content__min": "นาที", "content__mint": "สะระแหน่", "content__minutes_lowercase": "นาที", @@ -754,6 +758,7 @@ "emoji_type_symbols": "สัญลักษณ์", "emoji_type_travel_places": "การเดินทางและสถานที่", "empty__connection_failed_desc": "โปรดรีเฟรชรหัส QR หรือตรวจสอบการเชื่อมต่อเครือข่ายแล้วลองอีกครั้ง", + "empty__migrated_data_already_exists": "ข้อมูลที่ถูกโยกย้ายมีอยู่แล้ว", "empty__no_account_desc": "ไม่มีบัญชีสำหรับเครือข่ายที่เลือก", "empty__no_account_title": "ไม่มีบัญชี", "empty__no_connected_sites": "ไม่มีไซต์ที่เชื่อมต่อ", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "กำลังมองหาอุปกรณ์", "modal__looking_for_devices_desc": "โปรดตรวจสอบให้แน่ใจว่าบลูทูธของคุณเปิดใช้งานอยู่", "modal__looking_for_devices_result": "เราพบอุปกรณ์เหล่านี้", + "modal__migrating_data": "การย้ายข้อมูล", + "modal__migrating_data_desc": "เชื่อมต่อแอพแล้ว", "modal__need_install_onekey_bridge": "ต้องติดตั้ง OneKey Bridge", "modal__need_install_onekey_bridge_desc": "การเปิด OneKey desktop ก่อนใช้อุปกรณ์ฮาร์ดแวร์ คุณยังสามารถติดตั้ง OneKey Bridge เพื่อเพิ่มความเสถียรในการถ่ายโอนได้อีกด้วย ไปข้างหน้าและดาวน์โหลด?", "modal__no_device_found": "ไม่พบอุปกรณ์", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "คำเตือนพรม", "modal__rug_warning_desc": "ไซต์นี้ถูกระบุว่าเป็นการหลอกลวง ห้ามเข้าใช้งาน คุณต้องการดำเนินการต่อหรือไม่?", "modal__select_chain": "เลือกเชน", + "modal__send_data_request": "ส่งคำขอข้อมูล", + "modal__send_data_request_desc": "ข้อมูลของคุณจะถูกเข้ารหัสและถ่ายโอน ดำเนินการต่อเมื่อคุณย้ายระหว่างแอป OneKey เท่านั้น", "modal__send_to": "ส่งถึง", "modal__sending_str": "กำลังส่ง {0}", "modal__setup_complete": "ตั้งค่าเสร็จแล้ว!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 ทำสัญญา", "msg__copied": "คัดลอกแล้ว", "msg__current_token_balance_is_insufficient": "ยอดโทเค็นปัจจุบันไม่เพียงพอ", + "msg__data_sent_to_platform": "ข้อมูลที่ส่งไปยัง {platform}", "msg__deleted_str": "ลบแล้ว \" {0} \"", "msg__disk_access_is_denied": "การเข้าถึงดิสก์ถูกปฏิเสธ", "msg__engine__account_already_exists": "บัญชีมีอยู่แล้ว.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "บันทึกรูปภาพแล้ว", "msg__import_icloud_backup_failed_version": "การนำเข้าล้มเหลว โปรดอัปเดตเป็นเวอร์ชันล่าสุดเพื่อดำเนินการต่อ", "msg__incorrect_token_information": "ข้อมูลโทเค็นไม่ถูกต้อง", + "msg__invalid_link_or_network_error": "ลิงค์ไม่ถูกต้องหรือข้อผิดพลาดของเครือข่าย", "msg__link_copied": "คัดลอกลิงก์แล้ว", "msg__mine": "ของฉัน", "msg__minted": "💎 มิ้นต์ {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "คำขอเครือข่ายล้มเหลว", "msg__network_reset": "รีเซ็ตเครือข่าย", "msg__nfc_reader_usage_description": "ใช้ NFC เพื่อสำรองข้อมูลด้วย OneKey Lite", + "msg__no_data_available": "ไม่มีข้อมูลที่สามารถใช้ได้", "msg__not_support_passphrase_need_upgrade": "ใช้ข้อความรหัสผ่าน ต้องอัปเกรดเฟิร์มแวร์เป็น {0} หรือใหม่กว่า", "msg__not_the_same_wallet": "ไม่ใช่กระเป๋าเงินเดียวกัน", "msg__ns_bluetooth_always_usage_description": "ใช้บลูทูธเพื่อเชื่อมต่ออุปกรณ์ฮาร์ดแวร์ OneKey", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "ที่เดียวสำหรับ cryptos ทั้งหมดของคุณ", "onboarding__landing_welcome_title": "ยินดีต้อนรับสู่ OneKey!", "option__all": "ทั้งหมด", + "platform__desktop": "เดสก์ทอป", + "platform__extension": "ส่วนขยาย", + "platform__mobile": "มือถือ", + "platform__tablet": "แท็บเล็ต", "reward__history_empty_desc": "ประวัติรางวัลจะแสดงที่นี่", "select__options": "ตัวเลือก", "tag__adventurist_uppercase": "#นักผจญภัย", @@ -1697,6 +1713,8 @@ "title__backups": "สำรองข้อมูล", "title__backups_desc": "กระเป๋าเงินต่อไปนี้ยังไม่ได้สำรองข้อมูล โปรดสำรองกระเป๋าเงินของคุณ มิฉะนั้นอาจเสี่ยงต่อการสูญเสียทรัพย์สินของคุณ", "title__best_channel": "ช่องที่ดีที่สุด", + "title__beware_of_address_poisoning_scams": "ระวังกลโกงที่อยู่เป็นพิษ", + "title__beware_of_address_poisoning_scams_desc": "สแกมเมอร์สามารถใช้ที่อยู่ที่ขึ้นต้นหรือลงท้ายเหมือนกัน และแอบอ้างที่อยู่ของคุณด้วยการโอนเงินเป็น 0\n กรุณาตรวจสอบที่อยู่อย่างละเอียดก่อนทำการโอน", "title__blockchain_explorer": "Blockchain Explorer", "title__blockchain_explorer_desc": "ค้นหาที่อยู่ สัญญา แฮช txns หรือโทเค็น", "title__browser": "เบราว์เซอร์", diff --git a/packages/components/src/locale/uk_UA.json b/packages/components/src/locale/uk_UA.json index ac565e692d8..a211df31b3b 100644 --- a/packages/components/src/locale/uk_UA.json +++ b/packages/components/src/locale/uk_UA.json @@ -145,6 +145,7 @@ "action__manage_address": "Керувати адресою", "action__max": "Макс", "action__merge": "Об’єднати", + "action__migrate": "Мігрувати", "action__more": "більше", "action__move_to_top": "Перейти вгору", "action__next": "Далі", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Створення вашого гаманця ", "content__creator_fee": "Комісія творця", "content__currency": "Валюта", + "content__current": "поточний", "content__current_price_str": "Поточна ціна: {0}", "content__custom": "На замовлення", "content__data_for_this_token_is_not_included_yet": "Дані для цього маркера ще не включено.", @@ -412,6 +414,7 @@ "content__ether_price": "Ціна ефіру", "content__eventually_str_jpegs_are_still_in_your_wallet": "Зрештою, {0} JPEG все ще у вашому гаманці", "content__every_time_we_find_the_best_prices": "Щоразу ми знаходимо найкращі ціни від провідних постачальників ліквідності. За кожну пропозицію автоматично стягується комісія в розмірі 1%, щоб допомогти фінансувати майбутнє зростання та вдосконалення OneKey.", + "content__example_shortcut": "напр", "content__exchange_any_tokens": "Обміняйте будь-які токени", "content__existing": "Існуючий", "content__exit_value": "Значення виходу", @@ -501,12 +504,13 @@ "content__max_fee": "Максимальна комісія", "content__max_priority_fee": "Максимальна плата за пріоритет", "content__maybe_in_30s": "Можливо, в 30-х роках", - "content__migration_note": "Примітка. Ваші гаманці захищені вашим паролем. Програма OneKey не переносить апаратні гаманці, тому обов’язково запишіть свою фразу та зберігайте її в безпеці.", + "content__migration_note_encrypted": "Ваші гаманці захищені вашим паролем.", + "content__migration_note_hardware_wallet": "Програма OneKey не переносить апаратні гаманці, тому обов’язково запишіть свою фразу та зберігайте її в безпеці.", "content__migration_step_1": "Тримайте пристрої в одній локальній мережі", "content__migration_step_2": "Відкрийте інший додаток OneKey", "content__migration_step_3": "Натисніть три крапки у верхньому правому куті, а потім «Відскануйте» QR-код на цій сторінці. {addOn}", "content__migration_step_3_add_on": "Або перейдіть до «Меню > Міграція» та натисніть «Ввести посилання». Потім введіть посилання під QR-кодом", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Перейдіть до Меню > Міграція, посилання знаходиться під QR-кодом, потім поверніться на поточну сторінку та введіть посилання", "content__min": "хв", "content__mint": "Монетний двір", "content__minutes_lowercase": "хвилин", @@ -754,6 +758,7 @@ "emoji_type_symbols": "символи", "emoji_type_travel_places": "Подорожі та місця", "empty__connection_failed_desc": "Оновіть QR-код або перевірте підключення до мережі та повторіть спробу.", + "empty__migrated_data_already_exists": "Дані, які було перенесено, уже існують.", "empty__no_account_desc": "Для вибраної мережі немає облікового запису.", "empty__no_account_title": "Немає облікових записів", "empty__no_connected_sites": "Немає підключених сайтів", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Шукаємо пристрої", "modal__looking_for_devices_desc": "Будь ласка, переконайтеся, що ваш Bluetooth увімкнено.", "modal__looking_for_devices_result": "Ми знайшли ці пристрої", + "modal__migrating_data": "Перенесення даних", + "modal__migrating_data_desc": "Програми підключено", "modal__need_install_onekey_bridge": "Потрібна установка OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Запуск робочого столу OneKey перед використанням апаратного пристрою. Ви також можете встановити OneKey Bridge, щоб підвищити стабільність передачі. Завантажити?", "modal__no_device_found": "Пристрій не знайдено", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Попередження про килимок", "modal__rug_warning_desc": "Цей сайт визначено як шахрайство, ні в якому разі не відкривайте його, ви все одно хочете продовжити?", "modal__select_chain": "Виберіть Ланцюжок", + "modal__send_data_request": "Надіслати запит даних", + "modal__send_data_request_desc": "Ваші дані будуть зашифровані та передані. Продовжуйте, лише якщо ви переходите між програмами OneKey.", "modal__send_to": "Відправити", "modal__sending_str": "Надсилання {0}", "modal__setup_complete": "Налаштування завершено!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Контракт виконано", "msg__copied": "Скопійовано", "msg__current_token_balance_is_insufficient": "Поточний баланс токенів недостатній.", + "msg__data_sent_to_platform": "Дані надіслано на {platform}", "msg__deleted_str": "Видалено \" {0} \"", "msg__disk_access_is_denied": "Доступ до диска заборонено", "msg__engine__account_already_exists": "Обліковий запис уже існує.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Зображення збережено", "msg__import_icloud_backup_failed_version": "Помилка імпорту. Щоб продовжити, оновіть до останньої версії", "msg__incorrect_token_information": "Неправильна інформація про маркер", + "msg__invalid_link_or_network_error": "Недійсне посилання або помилка мережі", "msg__link_copied": "Посилання скопійовано", "msg__mine": "Шахта", "msg__minted": "💎 Викарбувані {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Помилка запиту мережі", "msg__network_reset": "Скидання мережі", "msg__nfc_reader_usage_description": "Використовуйте NFC для резервного копіювання за допомогою OneKey Lite.", + "msg__no_data_available": "Немає даних", "msg__not_support_passphrase_need_upgrade": "використовуйте парольну фразу, потрібно оновити мікропрограму до {0} або новішої версії.", "msg__not_the_same_wallet": "Не той гаманець.", "msg__ns_bluetooth_always_usage_description": "Використовуйте bluetooth для підключення апаратних пристроїв OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Одне місце для всіх ваших криптовалют.", "onboarding__landing_welcome_title": "Ласкаво просимо до OneKey!", "option__all": "всі", + "platform__desktop": "Робочий стіл", + "platform__extension": "Розширення", + "platform__mobile": "Мобільний", + "platform__tablet": "планшет", "reward__history_empty_desc": "Історія винагород відображатиметься тут.", "select__options": "Параметри", "tag__adventurist_uppercase": "#АВАНТУРИСТ", @@ -1697,6 +1713,8 @@ "title__backups": "Резервні копії", "title__backups_desc": "Наведені нижче гаманці ще не створено резервних копій, будь ласка, створіть резервні копії своїх гаманців, інакше ризикуєте втратити свої активи", "title__best_channel": "Найкращий канал", + "title__beware_of_address_poisoning_scams": "Остерігайтеся шахрайства з отруєнням адреси", + "title__beware_of_address_poisoning_scams_desc": "Шахраї можуть використовувати адреси з однаковим початком або закінченням і видавати себе за вашу адресу, переказуючи суму 0.\n Перш ніж здійснювати перекази, уважно перевірте адресу.", "title__blockchain_explorer": "Blockchain Explorer", "title__blockchain_explorer_desc": "Пошук адреси, контракту, хешу txns або токенів.", "title__browser": "Браузер", diff --git a/packages/components/src/locale/vi.json b/packages/components/src/locale/vi.json index b31ba492db4..5c96a405fc2 100644 --- a/packages/components/src/locale/vi.json +++ b/packages/components/src/locale/vi.json @@ -145,6 +145,7 @@ "action__manage_address": "Quản lý địa chỉ", "action__max": "Max", "action__merge": "Hợp nhất", + "action__migrate": "Di cư", "action__more": "Hơn", "action__move_to_top": "Di chuyển lên đầu", "action__next": "Kế tiếp", @@ -373,6 +374,7 @@ "content__creating_your_wallet": " Tạo của bạn", "content__creator_fee": "Phí người sáng tạo", "content__currency": "Tiền tệ", + "content__current": "Hiện hành", "content__current_price_str": "Giá hiện tại: {0}", "content__custom": "Tập quán", "content__data_for_this_token_is_not_included_yet": "Dữ liệu cho mã thông báo này chưa được bao gồm.", @@ -412,6 +414,7 @@ "content__ether_price": "Giá Ether", "content__eventually_str_jpegs_are_still_in_your_wallet": "Cuối cùng, {0} JPEG vẫn còn trong ví của bạn", "content__every_time_we_find_the_best_prices": "Chúng tôi luôn tìm thấy tính thanh khoản và giá tốt nhất từ các nhà cung cấp. Mỗi báo giá bao gồm 1% phí để giúp OneKey's cung cấp dịch vụ tốt hơn cho bạn.", + "content__example_shortcut": "ví dụ", "content__exchange_any_tokens": "Trao đổi bất kỳ mã thông báo nào", "content__existing": "Hiện có", "content__exit_value": "Giá trị thoát", @@ -501,12 +504,13 @@ "content__max_fee": "Phí tối đa", "content__max_priority_fee": "Phí ưu tiên tối đa", "content__maybe_in_30s": "Có thể trong 30s", - "content__migration_note": "Lưu ý: Ví của bạn được bảo mật bằng mật khẩu của bạn. Ứng dụng OneKey sẽ không di chuyển ví phần cứng, vì vậy hãy đảm bảo viết ra cụm từ của bạn và giữ nó an toàn.", + "content__migration_note_encrypted": "Ví của bạn được bảo mật bằng mật khẩu của bạn.", + "content__migration_note_hardware_wallet": "Ứng dụng OneKey sẽ không di chuyển ví phần cứng, vì vậy hãy đảm bảo viết ra cụm từ của bạn và giữ nó an toàn.", "content__migration_step_1": "Giữ các thiết bị trên cùng một mạng cục bộ", "content__migration_step_2": "Mở ứng dụng OneKey khác của bạn", "content__migration_step_3": "Nhấp vào dấu ba chấm ở góc trên cùng bên phải, sau đó \"Quét\" mã QR trên trang này. {addOn}", "content__migration_step_3_add_on": "Ngoài ra, hãy chuyển đến \"Menu > Di chuyển\" và nhấp vào \"Nhập liên kết\". Sau đó, nhập liên kết bên dưới mã QR", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "Vào Menu > Migration, liên kết nằm dưới mã QR, sau đó quay lại trang hiện tại và nhập liên kết", "content__min": "min", "content__mint": "cây bạc hà", "content__minutes_lowercase": "phút", @@ -754,6 +758,7 @@ "emoji_type_symbols": "Ký hiệu", "emoji_type_travel_places": "Du lịch & Địa điểm", "empty__connection_failed_desc": "Vui lòng làm mới mã QR hoặc kiểm tra kết nối mạng của bạn và thử lại.", + "empty__migrated_data_already_exists": "Dữ liệu được di chuyển đã tồn tại.", "empty__no_account_desc": "Không có tài khoản cho mạng đã chọn.", "empty__no_account_title": "Không có tài khoản", "empty__no_connected_sites": "Không có trang web được kết nối", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "Tìm kiếm thiết bị", "modal__looking_for_devices_desc": "Hãy đảm bảo rằng Bluetooth của bạn đã được bật.", "modal__looking_for_devices_result": "Chúng tôi đã tìm thấy những thiết bị này", + "modal__migrating_data": "Di chuyển dữ liệu", + "modal__migrating_data_desc": "Ứng dụng được kết nối", "modal__need_install_onekey_bridge": "Yêu cầu cài đặt OneKey Bridge", "modal__need_install_onekey_bridge_desc": "Khởi chạy máy tính để bàn OneKey trước khi sử dụng thiết bị phần cứng. Bạn cũng có thể cài đặt OneKey Bridge để tăng cường độ ổn định của quá trình truyền. Tiếp tục và tải xuống?", "modal__no_device_found": "Không tìm thấy thiết bị", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "Cảnh báo thảm", "modal__rug_warning_desc": "Trang web này được xác định là lừa đảo, đừng truy cập trong mọi trường hợp, bạn còn muốn tiếp tục không?", "modal__select_chain": "Chọn chuỗi", + "modal__send_data_request": "Gửi yêu cầu dữ liệu", + "modal__send_data_request_desc": "Dữ liệu của bạn sẽ được mã hóa và chuyển đi. Chỉ tiếp tục nếu bạn đang di chuyển giữa các ứng dụng OneKey.", "modal__send_to": "Gửi đến", "modal__sending_str": "Đang gửi {0}", "modal__setup_complete": "Thiết lập xong!", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 Hợp đồng đã thực hiện", "msg__copied": "Đã sao chép", "msg__current_token_balance_is_insufficient": "Số dư mã thông báo hiện tại không đủ.", + "msg__data_sent_to_platform": "Đã gửi dữ liệu tới {platform}", "msg__deleted_str": "Đã xóa \" {0} \"", "msg__disk_access_is_denied": "Truy cập đĩa bị từ chối", "msg__engine__account_already_exists": "Tài khoản đã tồn tại.", @@ -1549,6 +1559,7 @@ "msg__image_saved": "Đã lưu hình ảnh", "msg__import_icloud_backup_failed_version": "Nhập không thành công. Vui lòng cập nhật lên phiên bản mới nhất để tiếp tục", "msg__incorrect_token_information": "Thông tin mã thông báo không chính xác", + "msg__invalid_link_or_network_error": "Liên kết không hợp lệ hoặc lỗi mạng", "msg__link_copied": "Đã sao chép liên kết", "msg__mine": "Của tôi", "msg__minted": "💎 Đã đúc {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "Yêu cầu mạng không thành công", "msg__network_reset": "Đặt lại mạng", "msg__nfc_reader_usage_description": "Sử dụng NFC để sao lưu với OneKey Lite.", + "msg__no_data_available": "Không có dữ liệu", "msg__not_support_passphrase_need_upgrade": "sử dụng Cụm mật khẩu, cần nâng cấp chương trình cơ sở lên {0} hoặc mới hơn.", "msg__not_the_same_wallet": "Không phải ví giống nhau.", "msg__ns_bluetooth_always_usage_description": "Sử dụng bluetooth để kết nối các thiết bị phần cứng OneKey.", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "Một nơi cho tất cả các loại tiền điện tử của bạn.", "onboarding__landing_welcome_title": "Chào mừng bạn đến với OneKey!", "option__all": "Tất cả các", + "platform__desktop": "máy tính để bàn", + "platform__extension": "Sự mở rộng", + "platform__mobile": "di động", + "platform__tablet": "Viên thuốc", "reward__history_empty_desc": "Lịch sử phần thưởng sẽ hiển thị ở đây.", "select__options": "Tùy chọn", "tag__adventurist_uppercase": "#PHIÊU LƯU", @@ -1697,6 +1713,8 @@ "title__backups": "Sao lưu", "title__backups_desc": "Các ví sau chưa được sao lưu, vui lòng sao lưu ví của bạn nếu không có nguy cơ mất tài sản của bạn", "title__best_channel": "Kênh tốt nhất", + "title__beware_of_address_poisoning_scams": "Cẩn thận với các trò lừa đảo đầu độc địa chỉ", + "title__beware_of_address_poisoning_scams_desc": "Những kẻ lừa đảo có thể sử dụng các địa chỉ có phần đầu hoặc phần cuối giống nhau và mạo danh địa chỉ của bạn với số tiền chuyển khoản bằng 0.\n Vui lòng kiểm tra kỹ địa chỉ trước khi thực hiện chuyển khoản.", "title__blockchain_explorer": "Trình khám phá chuỗi khối", "title__blockchain_explorer_desc": "Tìm kiếm địa chỉ, hợp đồng, băm txns hoặc mã thông báo.", "title__browser": "trình duyệt", diff --git a/packages/components/src/locale/zh-CN.json b/packages/components/src/locale/zh-CN.json index f67c9cb7035..05b6e178406 100644 --- a/packages/components/src/locale/zh-CN.json +++ b/packages/components/src/locale/zh-CN.json @@ -145,6 +145,7 @@ "action__manage_address": "管理地址", "action__max": "最大", "action__merge": "合并", + "action__migrate": "迁移", "action__more": "更多", "action__move_to_top": "移至顶部", "action__next": "下一步", @@ -373,6 +374,7 @@ "content__creating_your_wallet": "创建您的钱包", "content__creator_fee": "创作者手续费", "content__currency": "代币", + "content__current": "当前", "content__current_price_str": "当前价格: {0}", "content__custom": "自定义", "content__data_for_this_token_is_not_included_yet": "暂无该代币的数据", @@ -410,8 +412,9 @@ "content__equivalent_to_str_btc": "相当于{0}比特币", "content__estimated": "预估值", "content__ether_price": "Ether 价格", - "content__eventually_str_jpegs_are_still_in_your_wallet": "最终,{0} 张小图片,\n依然留在您的钱包里。", + "content__eventually_str_jpegs_are_still_in_your_wallet": "最终,{0} 张小图片\n依然留在您的钱包里。", "content__every_time_we_find_the_best_prices": "我们总是为您从提供商中挑选最佳深度和价格。报价已包含1%费用,用于帮助 OneKey 为您提供长期优质服务。", + "content__example_shortcut": "例如", "content__exchange_any_tokens": "兑换任何代币", "content__existing": "已存在", "content__exit_value": "离场价", @@ -501,12 +504,13 @@ "content__max_fee": "交易费上限", "content__max_priority_fee": "矿工小费", "content__maybe_in_30s": "大概 30 秒", - "content__migration_note": "注意:您的钱包通过您的密码进行加密。OneKey 应用不会迁移硬件钱包,所以请务必妥善保管您的助记词。", + "content__migration_note_encrypted": "您的钱包通过您的密码进行加密。", + "content__migration_note_hardware_wallet": "OneKey 应用不会迁移硬件钱包,请务必妥善保管您的助记词。", "content__migration_step_1": "保持设备在同一个本地网络上", "content__migration_step_2": "打开您的另一个 OneKey 应用", "content__migration_step_3": "点击右上角的省略号,然后「扫描」当前页面上的二维码。{addOn}", "content__migration_step_3_add_on": "或者前往「菜单」>「迁移」,选择「输入链接」。然后输入二维码下方的链接", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "前往「菜单」>「迁移」,链接位于二维码下方,回到当前页面并输入该链接", "content__min": "分钟", "content__mint": "铸造", "content__minutes_lowercase": "分钟", @@ -754,6 +758,7 @@ "emoji_type_symbols": "符号", "emoji_type_travel_places": "旅行和地点", "empty__connection_failed_desc": "请刷新二维码或检查您的网络连接再重试", + "empty__migrated_data_already_exists": "迁移过来的数据都已经存在啦。", "empty__no_account_desc": "当前网络没有账户", "empty__no_account_title": "暂无账户", "empty__no_connected_sites": "暂无连接网站", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "寻找设备中", "modal__looking_for_devices_desc": "请确保蓝牙已开启", "modal__looking_for_devices_result": "我们找到了这些设备", + "modal__migrating_data": "迁移数据", + "modal__migrating_data_desc": "已构建连接", "modal__need_install_onekey_bridge": "需要安装 OneKey Bridge", "modal__need_install_onekey_bridge_desc": "连接硬件设备前,需要启动 OneKey 桌面客户端,你也可以下载 OneKey Bridge 以增强连接的稳定性。是否前往下载?", "modal__no_device_found": "未发现设备", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "欺诈警告", "modal__rug_warning_desc": "该网站被识别为欺诈项目,任何情况下都请勿访问,您还想继续吗?", "modal__select_chain": "选择网络", + "modal__send_data_request": "发送数据请求", + "modal__send_data_request_desc": "您的数据将会被加密并发送。仅当您在 OneKey 应用之间进行迁移时才继续。", "modal__send_to": "发送至", "modal__sending_str": "正在发送 {0}", "modal__setup_complete": "设置已完成", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 合约已执行", "msg__copied": "已复制", "msg__current_token_balance_is_insufficient": "当前代币余额不足。", + "msg__data_sent_to_platform": "数据已发送至 {platform}", "msg__deleted_str": "已删除 \"{0}\"", "msg__disk_access_is_denied": "磁盘访问被拒绝", "msg__engine__account_already_exists": "账户已存在。", @@ -1549,6 +1559,7 @@ "msg__image_saved": "图片已保存", "msg__import_icloud_backup_failed_version": "导入失败。请升级至最新版本以继续", "msg__incorrect_token_information": "代币信息不正确", + "msg__invalid_link_or_network_error": "无效的链接或网络错误", "msg__link_copied": "链接已复制", "msg__mine": "我的", "msg__minted": "💎 铸造 {assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "网络请求失败", "msg__network_reset": "网络已重置", "msg__nfc_reader_usage_description": "使用 NFC 以备份到 OneKey Lite", + "msg__no_data_available": "没有数据", "msg__not_support_passphrase_need_upgrade": "使用 Passphrase,需要将固件升级到{0}或更高版本。", "msg__not_the_same_wallet": "不是同一个钱包。", "msg__ns_bluetooth_always_usage_description": "使用蓝牙连接 OneKey 硬件设备", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "您的数字资产港湾", "onboarding__landing_welcome_title": "欢迎使用 OneKey", "option__all": "全部", + "platform__desktop": "桌面端", + "platform__extension": "插件端", + "platform__mobile": "移动端", + "platform__tablet": "平板端", "reward__history_empty_desc": "历史记录将在这里展示。", "select__options": "选项", "tag__adventurist_uppercase": "#老夫一把梭", @@ -1697,6 +1713,8 @@ "title__backups": "备份", "title__backups_desc": "请尽快备份下列钱包,否则有丢失资产的风险", "title__best_channel": "最佳通道", + "title__beware_of_address_poisoning_scams": "谨防「地址投毒」诈骗", + "title__beware_of_address_poisoning_scams_desc": "骗子会使用相同开头或结尾的地址,冒充您的地址进行 0 金额转账诈骗。请仔细检查地址再进行转账。", "title__blockchain_explorer": "区块浏览器", "title__blockchain_explorer_desc": "搜索地址、合约、交易哈希或代币", "title__browser": "浏览器", diff --git a/packages/components/src/locale/zh_HK.json b/packages/components/src/locale/zh_HK.json index 397d425c3d9..e88e4fbf9ae 100644 --- a/packages/components/src/locale/zh_HK.json +++ b/packages/components/src/locale/zh_HK.json @@ -145,6 +145,7 @@ "action__manage_address": "管理地址", "action__max": "最大", "action__merge": "合併", + "action__migrate": "遷移", "action__more": "更多", "action__move_to_top": "移至頂部", "action__next": "下一步", @@ -373,6 +374,7 @@ "content__creating_your_wallet": "創建您的錢包", "content__creator_fee": "創作者手續費", "content__currency": "代幣", + "content__current": "當前", "content__current_price_str": "當前價格: {0}", "content__custom": "自定義", "content__data_for_this_token_is_not_included_yet": "尚未包含此代幣的數據。", @@ -410,8 +412,9 @@ "content__equivalent_to_str_btc": "相當於{0}比特幣", "content__estimated": "預估值", "content__ether_price": "以太幣價格", - "content__eventually_str_jpegs_are_still_in_your_wallet": "最終,{0}張小圖片,\n依然留在您的錢包裏。", + "content__eventually_str_jpegs_are_still_in_your_wallet": "最終,{0}張小圖片\n依然留在您的錢包裏。", "content__every_time_we_find_the_best_prices": "我們總是為您從提供商中挑選最佳深度和價格。報價已包含1%費用,用於幫助OneKey 為您提供長期優質服務。", + "content__example_shortcut": "例如", "content__exchange_any_tokens": "兌換任何代幣", "content__existing": "現存的", "content__exit_value": "離場價", @@ -501,12 +504,13 @@ "content__max_fee": "交易費上限", "content__max_priority_fee": "礦工小費", "content__maybe_in_30s": "大概 30 秒", - "content__migration_note": "注意:您的錢包通過您的密碼進行加密。 OneKey 應用不會遷移硬件錢包,所以請務必妥善保管您的助記詞。", + "content__migration_note_encrypted": "您的錢包通過您的密碼進行加密。", + "content__migration_note_hardware_wallet": "OneKey 應用不會遷移硬件錢包,請務必妥善保管您的助記詞。", "content__migration_step_1": "保持設備在同一個本地網絡上", "content__migration_step_2": "打開您的另一個 OneKey 應用", "content__migration_step_3": "點擊右上角的省略號,然後「掃描」當前頁面上的二維碼。{addOn}", "content__migration_step_3_add_on": "或者前往「菜單」>「遷移」,選擇「輸入鏈接」。然後輸入二維碼下方的鏈接", - "content__migration_step_3_connect_by_link": "Go to Menu > Migration, the link is under the QR code, then return to the current page and input the link.", + "content__migration_step_3_connect_by_link": "前往「菜單」>「遷移」,鏈接位於二維碼下方,回到當前頁面並輸入該鏈接", "content__min": "分鐘", "content__mint": "鑄造", "content__minutes_lowercase": "分鐘", @@ -754,6 +758,7 @@ "emoji_type_symbols": "符號", "emoji_type_travel_places": "旅行和地點", "empty__connection_failed_desc": "請刷新二維碼或檢查您的網絡連接再重試", + "empty__migrated_data_already_exists": "遷移過來的數據都已經存在啦。", "empty__no_account_desc": "當前網絡沒有帳戶", "empty__no_account_title": "暫無賬戶", "empty__no_connected_sites": "暫無連接網站", @@ -1387,6 +1392,8 @@ "modal__looking_for_devices": "尋找設備中", "modal__looking_for_devices_desc": "請確保藍芽已開啟", "modal__looking_for_devices_result": "我們找到了這些設備", + "modal__migrating_data": "遷移數據", + "modal__migrating_data_desc": "已構建連接", "modal__need_install_onekey_bridge": "需要安裝 OneKey Bridge", "modal__need_install_onekey_bridge_desc": "連接硬件設備前,需要啟動 OneKey 桌面客戶端,你也可以下載 OneKey Bridge 以增強連接的穩定性。是否前往下載?", "modal__no_device_found": "未找到設備", @@ -1414,6 +1421,8 @@ "modal__rug_warning": "欺詐警告", "modal__rug_warning_desc": "該網站被識別為欺詐項目,任何情況下都請勿訪問,還您還要繼續嗎?", "modal__select_chain": "選擇網絡", + "modal__send_data_request": "發送數據請求", + "modal__send_data_request_desc": "您的數據將會被加密並發送。僅當您在 OneKey 應用之間進行遷移時才繼續。", "modal__send_to": "發送至", "modal__sending_str": "發送{0}", "modal__setup_complete": "設置已完成", @@ -1476,6 +1485,7 @@ "msg__contract_executed": "🤖 合約執行", "msg__copied": "已復制", "msg__current_token_balance_is_insufficient": "當前代幣餘額不足。", + "msg__data_sent_to_platform": "數據已發送至 {platform}", "msg__deleted_str": "已刪除 \"{0}\"", "msg__disk_access_is_denied": "磁盤訪問被拒絕", "msg__engine__account_already_exists": "賬戶已存在。", @@ -1549,6 +1559,7 @@ "msg__image_saved": "圖片已保存", "msg__import_icloud_backup_failed_version": "導入失敗。請升級至最新版本以繼續", "msg__incorrect_token_information": "代幣信息不正確", + "msg__invalid_link_or_network_error": "無效的鏈接或網絡錯誤", "msg__link_copied": "鏈接已復制", "msg__mine": "我的", "msg__minted": "💎 鑄造{assets}", @@ -1559,6 +1570,7 @@ "msg__network_request_failed": "網絡請求失敗", "msg__network_reset": "網絡已重置", "msg__nfc_reader_usage_description": "使用 NFC 通過 OneKey Lite 進行備份。", + "msg__no_data_available": "沒有數據", "msg__not_support_passphrase_need_upgrade": "使用 Passphrase,需要將固件升級到{0}或更高版本。", "msg__not_the_same_wallet": "不是同一個錢包。", "msg__ns_bluetooth_always_usage_description": "使用藍牙連接 OneKey 硬件設備。", @@ -1660,6 +1672,10 @@ "onboarding__landing_welcome_desc": "您的數字資產港灣", "onboarding__landing_welcome_title": "歡迎使用 OneKey", "option__all": "全部", + "platform__desktop": "桌面端", + "platform__extension": "插件端", + "platform__mobile": "移動端", + "platform__tablet": "平板端", "reward__history_empty_desc": "獎勵歷史將顯示在這裡。", "select__options": "選項", "tag__adventurist_uppercase": "#老夫一把梭", @@ -1697,6 +1713,8 @@ "title__backups": "備份", "title__backups_desc": "請盡快備份下列錢包,否則有丟失資產的風險", "title__best_channel": "最佳通道", + "title__beware_of_address_poisoning_scams": "謹防「地址投毒」詐騙", + "title__beware_of_address_poisoning_scams_desc": "騙子會使用相同開頭或結尾的地址,冒充您的地址進行 0 金額轉帳詐騙。請仔細檢查地址再進行轉帳。", "title__blockchain_explorer": "區塊瀏覽器", "title__blockchain_explorer_desc": "搜索地址、合約、交易哈希或代幣", "title__browser": "瀏覽器", diff --git a/packages/kit/src/views/TxDetail/TxAction/TxActionTransfer.tsx b/packages/kit/src/views/TxDetail/TxAction/TxActionTransfer.tsx index 987e9e625ad..2173efc4cfe 100644 --- a/packages/kit/src/views/TxDetail/TxAction/TxActionTransfer.tsx +++ b/packages/kit/src/views/TxDetail/TxAction/TxActionTransfer.tsx @@ -91,6 +91,7 @@ export function TxActionTransfer(props: ITxActionCardProps) { address: from, networkId: network?.id, withSecurityInfo: !isOut, + amount, }), }, { @@ -99,6 +100,7 @@ export function TxActionTransfer(props: ITxActionCardProps) { address: to, networkId: network?.id, withSecurityInfo: isOut, + amount, }), }, ]; diff --git a/packages/kit/src/views/TxDetail/elements/TxActionElementAddress.tsx b/packages/kit/src/views/TxDetail/elements/TxActionElementAddress.tsx index 3e0b8edea43..78cb84d914b 100644 --- a/packages/kit/src/views/TxDetail/elements/TxActionElementAddress.tsx +++ b/packages/kit/src/views/TxDetail/elements/TxActionElementAddress.tsx @@ -1,11 +1,24 @@ import type { ComponentProps } from 'react'; -import { useEffect, useState } from 'react'; +import { useCallback, useEffect, useState } from 'react'; -import { Divider, HStack, Icon, Text, VStack } from '@onekeyhq/components'; +import { useIntl } from 'react-intl'; + +import { + BottomSheetModal, + Box, + Button, + Center, + Divider, + HStack, + Icon, + Text, + VStack, +} from '@onekeyhq/components'; import { shortenAddress } from '@onekeyhq/components/src/utils'; import backgroundApiProxy from '../../../background/instance/backgroundApiProxy'; import { useClipboard } from '../../../hooks/useClipboard'; +import { showOverlay } from '../../../utils/overlayUtils'; import { GoPlusSecurityItems } from '../../ManageTokens/components/GoPlusAlertItems'; import { useAddressSecurityInfo } from '../../ManageTokens/hooks'; @@ -35,6 +48,7 @@ export function TxActionElementAddress( flex?: number; checkSecurity?: boolean; networkId?: string; + amount?: string; } & ComponentProps, ) { const { @@ -45,8 +59,10 @@ export function TxActionElementAddress( checkSecurity = false, networkId, flex, + amount, ...others } = props; + const intl = useIntl(); const shouldCheckSecurity = checkSecurity && networkId; const { loading, data: securityInfo } = useAddressSecurityInfo( networkId ?? '', @@ -59,13 +75,85 @@ export function TxActionElementAddress( text = `${label}(${address.slice(-4)})`; } + const showScamAlert = useCallback( + (addressToCopy: string) => { + showOverlay((close) => ( + +
+ +
+ + + {intl.formatMessage({ + id: 'title__beware_of_address_poisoning_scams', + })} + + + {intl.formatMessage({ + id: 'title__beware_of_address_poisoning_scams_desc', + })} + + + {addressToCopy} + + + + + + +
+ )); + }, + [copyText, intl], + ); + + const handleCopyText = useCallback( + (addressToCopy: string) => { + if (amount === '0') { + showScamAlert(address); + } else { + copyText(addressToCopy); + } + }, + [address, amount, copyText, showScamAlert], + ); + return ( { - copyText(address); + handleCopyText(address); } : undefined } @@ -113,9 +201,11 @@ export function getTxActionElementAddressWithSecurityInfo({ networkId, withSecurityInfo = false, typography = 'Body2Strong', + amount, }: { address: string; withSecurityInfo: boolean; + amount?: string; networkId?: string; typography?: ComponentProps['typography']; }) { @@ -126,8 +216,15 @@ export function getTxActionElementAddressWithSecurityInfo({ address={address} networkId={networkId} typography={typography} + amount={amount} /> ); } - return ; + return ( + + ); }