Update translations
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com> Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
2a9d7f3c63
commit
6e422af1d6
|
@ -6,7 +6,7 @@
|
|||
(def default-device-language
|
||||
(keyword (.-language react-native-languages)))
|
||||
|
||||
(def languages #{:ar :de :en :es :es_419 :fil :fr :id :in :it :ko :pt_BR :ru :tr :zh :zh_Hant :zh_TW})
|
||||
(def languages #{:ar :de :en :es :es_419 :fil :fr :id :in :it :ja :ko :ms :pt_BR :ru :tr :zh :zh_Hant :zh_TW})
|
||||
|
||||
(defonce loaded-languages
|
||||
(atom
|
||||
|
@ -36,7 +36,9 @@
|
|||
:id (js/require "../translations/id.json")
|
||||
:in (js/require "../translations/id.json")
|
||||
:it (js/require "../translations/it.json")
|
||||
:ja (js/require "../translations/ja.json")
|
||||
:ko (js/require "../translations/ko.json")
|
||||
:ms (js/require "../translations/ms.json")
|
||||
:pt_BR (js/require "../translations/pt_BR.json")
|
||||
:ru (js/require "../translations/ru.json")
|
||||
:tr (js/require "../translations/tr.json")
|
||||
|
|
|
@ -135,12 +135,13 @@
|
|||
"browsing-site-blocked-go-back": "الرجوع للخلف",
|
||||
"browsing-site-blocked-title": "هذا الموقع محظور",
|
||||
"browsing-title": "تصفح",
|
||||
"camera-access-error": "لمنح إذن الكاميرا المطلوب ، يرجى الانتقال إلى إعدادات النظام والتأكد من تحديد الحالة > الكاميرا.",
|
||||
"camera-access-error": "لمنح إذن الكاميرا المطلوب ، يرجى الانتقال إلى إعدادات النظام والتأكد من تحديد Status > الكاميرا.",
|
||||
"can-not-add-yourself": "هذا أنت ، لبدء دردشة اختر شخصًا آخر",
|
||||
"cancel": "إلغاء",
|
||||
"cancel-keycard-setup": "إلغاء اعداد بطاقة المفتاح",
|
||||
"cannot-read-card": "لا يمكن قراءة البطاقة. \n يرجى الاحتفاظ بها في الجزء الخلفي من هاتفك",
|
||||
"cannot-use-default-pin": "رمز المرور 000000 غير مسموح به. \n يرجى استخدام رقم آخر",
|
||||
"cant-open-public-chat": "لا يمكن فتح دردشة عامة",
|
||||
"cant-report-bug": "لا يمكن الإبلاغ عن خطأ",
|
||||
"card-is-blank": "هذه البطاقة فارغة",
|
||||
"card-reseted": "تم إعادة تعيين البطاقة",
|
||||
|
@ -163,6 +164,7 @@
|
|||
"chat-key": "مفتاح المحادثة",
|
||||
"chat-key-content": "يتم إرسال واستقبال الرسائل على بروتوكول دردشة الحالة باستخدام مفاتيح التشفير. مفتاح الدردشة العامة هو سلسلة من الأحرف التي تشاركها مع الآخرين حتى يتمكنوا من إرسال رسائل إليك في الحالة.",
|
||||
"chat-key-title": "مفتاح المحادثة",
|
||||
"chat-link-previews": "معاينات ارتباط الدردشة",
|
||||
"chat-name": "اسم الدردشة",
|
||||
"chat-name-content": "ثلاث كلمات عشوائية، مشتقة من مفتاح الدردشة الخاص بك واستخدامها كاسم مستعار افتراضي في الدردشة. أسماء الدردشة هي فريدة من نوعها تماما. لا يمكن أن يكون أي مستخدم آخر له نفس الكلمات الثلاث.",
|
||||
"chat-name-title": "اسم الدردشة",
|
||||
|
@ -209,6 +211,7 @@
|
|||
"other": "متصلين"
|
||||
},
|
||||
"contacts": "جهات الاتصال",
|
||||
"contacts-descr": "ستظهر جهات الاتصال الخاصة بك هنا. ستتلقى تحديثات status من أي شخص تضيفه كجهة اتصال",
|
||||
"contacts-empty": "ستظهر هنا جهات الاتصال التي تحمل أسماء ENS",
|
||||
"continue": "استمر",
|
||||
"continue-anyway": "استمر على أي حال",
|
||||
|
@ -329,6 +332,7 @@
|
|||
"data-syncing": "مزامنة البيانات",
|
||||
"datetime-ago": "منذ",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"zero": "يوم",
|
||||
"one": "يوم",
|
||||
|
@ -337,6 +341,14 @@
|
|||
"many": "أيام",
|
||||
"other": "أيام"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"zero": "0",
|
||||
"one": "1",
|
||||
"two": "2",
|
||||
"few": "قليل",
|
||||
"many": "كثير",
|
||||
"other": "آخر"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"zero": "ساعة",
|
||||
"one": "ساعة",
|
||||
|
@ -345,6 +357,14 @@
|
|||
"many": "ساعات",
|
||||
"other": "ساعات"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"zero": "صفر",
|
||||
"one": "واحد",
|
||||
"two": "اثنان",
|
||||
"few": "قليل",
|
||||
"many": "كثير",
|
||||
"other": "آخر"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"zero": "دقيقة",
|
||||
"one": "دقيقة",
|
||||
|
@ -353,6 +373,14 @@
|
|||
"many": "دقائق",
|
||||
"other": "دقائق"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"zero": "صفر",
|
||||
"one": "واحد",
|
||||
"two": "اثنان",
|
||||
"few": "قليل",
|
||||
"many": "كثير",
|
||||
"other": "آخر"
|
||||
},
|
||||
"datetime-second": {
|
||||
"zero": "ثانية",
|
||||
"one": "ثانية",
|
||||
|
@ -361,12 +389,21 @@
|
|||
"many": "ثواني",
|
||||
"other": "ثواني"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"zero": "0",
|
||||
"one": "1",
|
||||
"two": "2",
|
||||
"few": "",
|
||||
"many": "",
|
||||
"other": ""
|
||||
},
|
||||
"datetime-today": "اليوم",
|
||||
"datetime-yesterday": "أمس",
|
||||
"decimals": "الكسور العشرية",
|
||||
"decline": "رفض الدعوة",
|
||||
"decryption-failed-content": "حدث خطأ في فك تشفير بياناتك. قد تحتاج إلى مسح بياناتك القديمة وإنشاء حساب جديد. انقر على \"تطبيق\" لمحو أو \"إلغاء\" للمحاولة مرة أخرى",
|
||||
"default": "افتراضي",
|
||||
"default-assets": "الافتراضي ERC20 و ERC721",
|
||||
"delete": "حذف",
|
||||
"delete-account": "حذف حسابي",
|
||||
"delete-and-leave-group": "حذف وترك المجموعة",
|
||||
|
@ -400,6 +437,7 @@
|
|||
"discover": "اكتشاف",
|
||||
"dismiss": "استبعاد",
|
||||
"done": "فعله",
|
||||
"dont-ask": "لا تسألني مرة أخرى",
|
||||
"edit": "تصحيح",
|
||||
"edit-group": "تعديل المجموعة",
|
||||
"edit-profile": "تعديل الملف الشخصي",
|
||||
|
@ -409,6 +447,8 @@
|
|||
"empty-chat-description-public-share-this": "مشاركه هذه المحادثة.",
|
||||
"empty-pending-invitations-descr": "الأشخاص الذين يرغبون في الانضمام إلى المجموعة \n عبر رابط دعوة سيظهر هنا",
|
||||
"enable": "تمكين",
|
||||
"enable-all": "تمكين الكل",
|
||||
"enable-link-previews": "تمكين معاينات الارتباط في الدردشة؟",
|
||||
"encrypt-with-password": "تشفير مع كلمة المرور",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "أضافه اسم مستخدم",
|
||||
|
@ -512,10 +552,13 @@
|
|||
"error-unable-to-get-token-balance": "غير قادر علي الحصول علي رصيد الرمز المميز",
|
||||
"errors": "أخطاء",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "حساب الإيثريوم",
|
||||
"ethereum-address": "عنوان الإيثريوم",
|
||||
"ethereum-node-started-incorrectly-description": "تم بدء عقدة إيثيريوم بتكوين غير صحيح ، وسيتم إيقاف التطبيق للتعافي من هذا الشرط. معرف {{network-id}} = network id ، الفعلي = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "بدأت عقدة Ethereum بشكل غير صحيح",
|
||||
"etherscan-lookup": "إبحث في Etherscan ",
|
||||
"export-account": "حساب التصدير",
|
||||
"external-storage-denied": "تم رفض الوصول إلى وحدة التخزين الخارجية",
|
||||
"failed": "فشل",
|
||||
"faq": "الاسئله المتداولة",
|
||||
"favourites": "المفضلة",
|
||||
|
@ -623,6 +666,7 @@
|
|||
"invalid-key-content": "لا يمكن تشفير قاعدة البيانات لأن الملف تالف. أموالك ومفتاح الدردشة آمنان. لا يمكن استعادة البيانات الأخرى ، مثل الدردشات وجهات الاتصال الخاصة بك.\"{{erase-multiaccounts-data-button-text}} \" الزر ، سيزيل جميع البيانات الأخرى ويسمح لك بالوصول إلى أموالك وإرسال الرسائل",
|
||||
"invalid-number": "رقم غير صالح",
|
||||
"invalid-pairing-password": "كلمة مرور الاقتران غير صالحة",
|
||||
"invalid-public-chat-topic": "موضوع دردشة عامة غير صالح",
|
||||
"invalid-range": "التنسيق غير صالح ، يجب أن يكون بين {{min}} و {{max}}",
|
||||
"invite-button": "دعوه",
|
||||
"invite-chat-accept": "قبول",
|
||||
|
@ -735,6 +779,7 @@
|
|||
"load-messages-before": "قبل {{date}}",
|
||||
"load-more-messages": "↓ جلب المزيد من الرسائل",
|
||||
"loading": "جار التحميل...",
|
||||
"local-notifications": "الإخطارات المحلية",
|
||||
"lock-app-with": "قفل التطبيق مع",
|
||||
"log-level": "تسجيل مستوى",
|
||||
"log-level-settings": "إعدادات مستوى السجل",
|
||||
|
@ -827,6 +872,7 @@
|
|||
"mute": "كتم الصوت",
|
||||
"my-accounts": "حساباتي",
|
||||
"my-accounts-empty": "ستظهر حساباتك المتوفرة هنا",
|
||||
"my-status": "حالتي",
|
||||
"name": "اسم",
|
||||
"name-of-token": "اسم token الخاص بك",
|
||||
"name-optional": "الاسم (اختياري)",
|
||||
|
@ -851,6 +897,7 @@
|
|||
"new-network": "شبكة جديدة",
|
||||
"new-pin-description": "أدخل رمز مرور جديد مكون من ٦ أرقام",
|
||||
"new-public-group-chat": "انضم إلى الدردشة العامة",
|
||||
"new-status": "status جديد",
|
||||
"next": "التالى",
|
||||
"nickname": "الاسم المستعار",
|
||||
"nickname-description": "تساعدك الألقاب في التعرف على الآخرين في Status. \n أنت فقط من يمكنه رؤية الألقاب التي أضفتها",
|
||||
|
@ -877,7 +924,9 @@
|
|||
"notifications-preferences": "تفضيلات الإشعار",
|
||||
"notifications-servers": "خوادم الإشعار",
|
||||
"notifications-switch": "إظهار الإشعارات",
|
||||
"notifications-transactions": "معاملات المحفظة",
|
||||
"notify": "اعلام",
|
||||
"now": "الآن",
|
||||
"off": "إيقاف",
|
||||
"off-status-tree": "خارج شجرة الحالة",
|
||||
"offline": "غير متصل على الانترنت",
|
||||
|
@ -892,6 +941,7 @@
|
|||
"okay": "حسنا",
|
||||
"on": "على",
|
||||
"on-status-tree": "على شجرة Status",
|
||||
"once-enabled-share-metadata": "بمجرد التمكين ، قد تشارك الروابط المنشورة في الدردشة بياناتك الوصفية مع الموقع",
|
||||
"open": "فتح",
|
||||
"open-dapp": "افتح ÐApp",
|
||||
"open-dapp-store": "اكتشاف ÐApps",
|
||||
|
@ -952,6 +1002,7 @@
|
|||
"pin-retries-left": "المحاولات المتبقية {{number}} ",
|
||||
"preference": "التفضيل",
|
||||
"preview-privacy": "معاينة وضع الخصوصية",
|
||||
"previewing-may-share-metadata": "قد تقوم معاينة الروابط من مواقع الويب هذه بمشاركة بيانات التعريف الخاصة بك مع أصحابها",
|
||||
"privacy": "الخصوصيه",
|
||||
"privacy-and-security": "الخصوصية والأمان",
|
||||
"privacy-policy": "سياسة خاصة",
|
||||
|
@ -974,8 +1025,14 @@
|
|||
"puk-code": "رمز PUK",
|
||||
"puk-code-explanation": "إذا نسيت رمز المرور المكون من 6 أرقام أو أدخلته بشكل غير صحيح 3 مرات ، فستحتاج إلى هذا الرمز لإلغاء قفل بطاقتك.",
|
||||
"puk-mismatch": "رمز PUK خاطئ",
|
||||
"push-failed-transaction": "فشلت معاملتك",
|
||||
"push-failed-transaction-body": "{{value}}{{currency}}إلى{{to}}",
|
||||
"push-inbound-transaction": "لقد تلقيت {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "من {{from}} الى{{to}}",
|
||||
"push-notifications-server-enabled": "تمكين الخادم",
|
||||
"push-notifications-servers": "إشعارات خوادم",
|
||||
"push-outbound-transaction": "لقد أرسلت {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "من {{from}} إلى {{to}}",
|
||||
"quiet-days": "{{quiet-days}} أيام",
|
||||
"quiet-hours": "{{quiet-hours}} ساعات",
|
||||
"re-encrypt-key": "إعادة تشفير المفتاح الخاص",
|
||||
|
@ -1053,7 +1110,6 @@
|
|||
"send-logs": "الإبلاغ عن خطأ",
|
||||
"send-logs-to": "الإبلاغ عن خطأ إلى {{email}}",
|
||||
"send-message": "إرسال رسالة",
|
||||
"send-push-notifications": "إرسال إشعارات",
|
||||
"send-push-notifications-description": "عند تعطيلها، ، لن يتم إخطار الشخص الذي يتلقى رسائلك بوصوله",
|
||||
"send-request": "ارسل طلب",
|
||||
"send-request-amount": "المبلغ",
|
||||
|
@ -1117,12 +1173,15 @@
|
|||
"status": "Status",
|
||||
"status-confirmed": "تم تأكيد",
|
||||
"status-hardwallet": "Status المحفظة الصلبة",
|
||||
"status-keycard": "بطاقة مفتاح الحالة",
|
||||
"status-keycard": "بطاقة مفتاح Status",
|
||||
"status-not-sent-click": "غير مؤكد. انقر للحصول على خيارات",
|
||||
"status-not-sent-tap": "غير مؤكد. اضغط للحصول على خيارات",
|
||||
"status-pending": "قيد الانتظار",
|
||||
"status-sent": "أرسلت",
|
||||
"status-tx-not-found": "TX غير موجود",
|
||||
"status-updates-descr": "ستظهر تحديثات Status هنا. أضف ملف التعريف كجهة اتصال لتلقي التحديثات على الجدول الزمني الخاص بك.",
|
||||
"statuses-descr": "شارك ما يدور في ذهنك وابق على اطلاع دائم بجهات الاتصال الخاصة بك",
|
||||
"statuses-my-status-descr": "شارك ما يدور في ذهنك. سيتمكن أي شخص يزور ملفك الشخصي من رؤية حالتك. سيتلقى الأشخاص الذين يضيفونك كجهة اتصال خاصة بهم تحديثاتك على مخططهم الزمني",
|
||||
"step-i-of-n": "الخطوة {{step}} من {{number}}",
|
||||
"sticker-market": "سوق الملصقات",
|
||||
"storage": "التخزين",
|
||||
|
@ -1146,6 +1205,7 @@
|
|||
"this-will-take-few-seconds": "هذا سيستغرق بضع ثوان",
|
||||
"three-words-description": "يجب أن تشاهد هذه الكلمات 3 قبل توقيع المعاملة",
|
||||
"three-words-description-2": "إذا رأيت مجموعة تحرير وإدراج مختلفة، فقم بإلغاء المعاملة وتسجيل الخروج.",
|
||||
"timeline": "الجدول الزمني",
|
||||
"to": "إلى",
|
||||
"to-block": "حظر",
|
||||
"to-enable-biometric": "لتمكين {{bio-type-label}} ، يجب حفظ كلمة مرورك على شاشة إلغاء القفل",
|
||||
|
@ -1213,9 +1273,11 @@
|
|||
"type-a-message": "رسالة",
|
||||
"ulc-enabled": "تمكين ULC",
|
||||
"unable-to-read-this-code": "غير قادر على قراءة هذا الرمز",
|
||||
"unblock": "رفع الحظر",
|
||||
"unblock-contact": "إلغاء حظر هذا المستخدم",
|
||||
"unknown-status-go-error": "خطأ في Status الانتقال غير معروف",
|
||||
"unlock": "فتح",
|
||||
"unmute": "إلغاء كتم الصوت",
|
||||
"unpair-card": "إلغاء اقران بطاقة",
|
||||
"unpair-card-confirmation": "ستقوم هذه العملية بإلغاء اقران البطاقة من الجهاز الحالي. يتطلب تخويل رمز مرور مكون من 6 أرقام. هل تريد المتابعة ؟",
|
||||
"unpaired-keycard-text": "إن Keycard التي قمت باستغلالها غير مرتبطة بهذا الهاتف",
|
||||
|
@ -1271,12 +1333,14 @@
|
|||
"warning-sending-to-contract-descr": "العنوان الذي أدخلته هو عقد ذكي ، وقد يؤدي إرسال الأموال إلى هذا العنوان إلى فقدان الأموال. للتفاعل مع التطبيق اللامركزي ، افتح DApp في متصفح Status DApp.",
|
||||
"watch-only": "المشاهدة فقط",
|
||||
"web-view-error": "غير قادر على تحميل الصفحة",
|
||||
"websites": "مواقع الويب",
|
||||
"webview-camera-permission-requests": "طلبات إذن كاميرا Webview",
|
||||
"webview-camera-permission-requests-subtitle": "عند التمكين ، يمكن أن تطلب مواقع الويب و التطبيقات الامركزية استخدام الكاميرا",
|
||||
"welcome-blank-message": "ستظهر دردشاتك هنا. لبدء دردشات جديده اضغط علي زر ⊕",
|
||||
"welcome-screen-text": "انشاء محفظتك ، دعوة الأصدقاء للدردشة\nو استعرض شعبية dapps!",
|
||||
"welcome-to-status": "مرحبًا بك في Status!",
|
||||
"welcome-to-status-description": "قم بإعداد محفظة التشفير الخاصة بك ، ودعوة الأصدقاء للدردشة وتصفح التطبيقات اللامركزية",
|
||||
"whats-on-your-mind": "ما الذي يدور في ذهنك...",
|
||||
"word-count": "عدد الكلمات",
|
||||
"word-n": "كلمة # {{number}}",
|
||||
"word-n-description": "للتحقق مما إذا كنت قد قمت بنسخ نسخة احتياطية من العبارة الأولية بشكل صحيح ، أدخل الكلمة # {{number}} أعلاه.",
|
||||
|
@ -1304,6 +1368,7 @@
|
|||
"you-are-all-set": "أنتم جميعا مجموعه!",
|
||||
"you-are-all-set-description": "إذا فقدت هاتفك ، يمكنك الآن الوصول إلى أموالك ومفتاح الدردشة باستخدام العبارة الأولية",
|
||||
"you-can-change-account": "يمكنك تغيير اسم الحساب واللون إلى ما يحلو لك",
|
||||
"you-can-choose-preview-websites": "يمكنك اختيار أي من مواقع الويب التالية يمكنه معاينة ارتباط الأوصاف والصور في الدردشات",
|
||||
"you-dont-have-contacts": "ليس لديك أي اتصالات بعد.",
|
||||
"you-dont-have-stickers": "ليس لديك أي ملصقات بعد",
|
||||
"you-will-need-this-code": "ستحتاج هذا الرمز لفتح الحالة وتوقيع المعاملات",
|
||||
|
@ -1315,4 +1380,4 @@
|
|||
"your-keys": "مفاتيحك",
|
||||
"your-recovery-phrase": "العبارة الأولية الخاصة بك",
|
||||
"your-recovery-phrase-description": "هذه هي العبارة الأولية الخاصة بك. يمكنك استخدامها لإثبات أن هذه هي محفظتك. يمكنك فقط أن ترى ذلك مرة واحدة! اكتبها على الورق واحتفظ بها في مكان آمن. ستحتاج إليها إذا فقدت أو أعدت تثبيت محفظتك."
|
||||
}
|
||||
}
|
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Keycard-Einrichtung abbrechen",
|
||||
"cannot-read-card": "Karte kann nicht gelesen werden. \nBitte halten Sie es an die Rückseite Ihres Handys!",
|
||||
"cannot-use-default-pin": "Passcode 000000 ist nicht erlaubt. \nBitte verwenden Sie eine andere Nummer",
|
||||
"cant-open-public-chat": "Öffentlicher Chat kann nicht geöffnet werden",
|
||||
"cant-report-bug": "Ich kann keinen Fehler melden",
|
||||
"card-is-blank": "Diese Karte ist leer",
|
||||
"card-reseted": "Karte wurde zurückgesetzt",
|
||||
|
@ -165,6 +166,7 @@
|
|||
"chat-settings": "Chat-Einstellungen",
|
||||
"chats": "Chats",
|
||||
"check-on-etherscan": "Auf Etherscan prüfen",
|
||||
"check-on-opensea": "auf Opensea überprüfen",
|
||||
"check-your-recovery-phrase": "Überprüfen Sie Ihre Seed-Phrase",
|
||||
"choose-authentication-method": "Wählen Sie eine Authentifizierungsmethode",
|
||||
"clear": "Leeren",
|
||||
|
@ -548,6 +550,7 @@
|
|||
"hide-content-when-switching-apps": "Screenshots blockieren",
|
||||
"hide-content-when-switching-apps-ios": "Vorschau ausblenden",
|
||||
"history": "Transaktionsverlauf",
|
||||
"history-nodes": "Verlaufsknoten",
|
||||
"hold-card": "Halten Sie die Karte an der Hinterseite\n Ihres Handys",
|
||||
"home": "Startseite",
|
||||
"hooks": "Hooks",
|
||||
|
@ -597,6 +600,7 @@
|
|||
"invalid-key-content": "Die Datenbank kann nicht verschlüsselt werden, weil eine Datei korrupt ist. Ihr Guthaben und Ihr Chat-Schlüssel sind sicher. Andere Daten, wie Ihre Chats und Kontakte, können nicht wiederhergestellt werden. Die Schaltfläche \"{{erase-multiaccounts-data-button-text}}\" entfernt alle anderen Daten und ermöglicht Ihnen den Zugriff auf Ihre Gelder und das Senden von Nachrichten.",
|
||||
"invalid-number": "Ungültige Nummer",
|
||||
"invalid-pairing-password": "Ungültiges Kopplungspasswort",
|
||||
"invalid-public-chat-topic": "Ungültiges öffentliches Chat-Thema",
|
||||
"invalid-range": "Ungültiges Format, es muss zwischen {{min}} und {{max}} betragen",
|
||||
"invite-button": "Einladen",
|
||||
"invite-chat-accept": "Akzeptieren",
|
||||
|
@ -724,6 +728,7 @@
|
|||
"mail-should-be-configured": "Mail-Client sollte konfiguriert werden",
|
||||
"mailserver-address": "Mailserver-Adresse",
|
||||
"mailserver-automatic": "Automatische Auswahl",
|
||||
"mailserver-automatic-switch-explanation": "Wählen Sie den schnellsten verfügbaren Verlaufsknoten",
|
||||
"mailserver-connection-error": "Verbindung zum Mailserver konnte nicht hergestellt werden",
|
||||
"mailserver-content": "Ein Knoten im Statusnetzwerk, der Nachrichten für bis zu 30 Tage weiterleitet und speichert.",
|
||||
"mailserver-details": "Mailserver-Details",
|
||||
|
@ -791,6 +796,7 @@
|
|||
"multiaccounts-recover-enter-phrase-title": "Geben Sie Ihre Seed-Phrase ein",
|
||||
"mute": "Stumm",
|
||||
"my-accounts": "Meine Konten",
|
||||
"my-accounts-empty": "Ihre verfügbaren Konten werden hier erscheinen",
|
||||
"name": "Name",
|
||||
"name-of-token": "Der Name Ihres Tokens",
|
||||
"name-optional": "Name (Optional)",
|
||||
|
@ -809,6 +815,7 @@
|
|||
"new-chat": "Neuer Chat",
|
||||
"new-contact": "Neuer Kontakt",
|
||||
"new-contract": "Neuer Contract",
|
||||
"new-favourite": "Neuer Favorit",
|
||||
"new-group": "Neue Gruppe",
|
||||
"new-group-chat": "Neuer Gruppenchat",
|
||||
"new-network": "Neues Netzwerk",
|
||||
|
@ -838,13 +845,15 @@
|
|||
"notifications": "Benachrichtigungen",
|
||||
"notifications-non-contacts": "Benachrichtigungen von nichtkontakten",
|
||||
"notifications-preferences": "Benachrichtigungseinstellungen",
|
||||
"notifications-servers": "Benachrichtigungs-Server",
|
||||
"notifications-switch": "Benachrichtungen anzeigen",
|
||||
"notify": "Benachrichtigen",
|
||||
"off": "Aus",
|
||||
"off-status-tree": "Nicht mit Status verbunden",
|
||||
"offline": "Offline",
|
||||
"offline-messaging": "Mailserver",
|
||||
"offline-messaging-settings": "Mailserver-Einstellungen",
|
||||
"offline-messaging-use-history-explanation": "Aktivieren Sie Verlaufsknoten, um Nachrichten abzurufen, die gesendet wurden, während die Anwendung geschlossen war. Wenn aktiviert, erhält ein Verlaufsknoten Ihre IP-Adresse. Wenn deaktiviert, erhalten Sie keine Nachrichten, wenn die Anwendung geschlossen wird, und sehen sie auch nicht, wenn Sie die Anwendung später öffnen.",
|
||||
"offline-messaging-use-history-nodes": "Verlaufsknoten verwenden",
|
||||
"ok": "OK",
|
||||
"ok-continue": "Okay, weiter",
|
||||
"ok-got-it": "Okay, verstanden",
|
||||
|
@ -934,6 +943,8 @@
|
|||
"puk-code": "PUK-Code",
|
||||
"puk-code-explanation": "Wenn Sie Ihr 6-stelliges Passwort vergessen oder dreimal falsch eingegeben haben, benötigen Sie diesen Code, um Ihre Karte zu entsperren.",
|
||||
"puk-mismatch": "Falscher PUK-Code",
|
||||
"push-notifications-server-enabled": "Server aktiviert",
|
||||
"push-notifications-servers": "Push-Benachrichtigungsserver",
|
||||
"quiet-days": "{{quiet-days}} Tage",
|
||||
"quiet-hours": "{{quiet-hours}} Stunden",
|
||||
"re-encrypt-key": "Verschlüsseln Sie Ihre Schlüssel erneut",
|
||||
|
@ -991,6 +1002,7 @@
|
|||
"save-password-unavailable-android": "Speichern des Passworts nicht verfügbar: Ihr Gerät ist möglicherweise gerootet oder verfügt nicht über die erforderlichen Sicherheitsfunktionen.",
|
||||
"scan-qr": "QR-Code scannen",
|
||||
"scan-qr-code": "Scannen Sie einen QR-Code mit einer Wallet Adresse",
|
||||
"scan-tokens": "Tokens scannen",
|
||||
"search": "Suche",
|
||||
"search-no-chat-found": "Keine Suchergebnisse. Meinen ",
|
||||
"secret-keys-confirmation-text": "Sie benötigen sie, um Ihre Keycard weiterhin verwenden zu können, falls Sie Ihr Telefon verlieren sollten.",
|
||||
|
@ -1010,7 +1022,6 @@
|
|||
"send-logs": "Melden Sie einen technischen Fehler",
|
||||
"send-logs-to": "Einen Fehler an {{email}} melden",
|
||||
"send-message": "Nachricht senden",
|
||||
"send-push-notifications": "Push Benachrichtigungen erhalten",
|
||||
"send-push-notifications-description": "Wenn diese Option deaktiviert ist, wird die Person, die Ihre Nachrichten empfängt, nicht über ihre Ankunft informiert",
|
||||
"send-request": "Anfrage senden",
|
||||
"send-request-amount": "Betrag",
|
||||
|
@ -1064,6 +1075,7 @@
|
|||
"specify-name": "Geben Sie einen Namen an",
|
||||
"specify-network-id": "Geben Sie die Netzwerk-ID an",
|
||||
"specify-rpc-url": "Spezifizieren Sie eine RPC-URL",
|
||||
"specify-server-public-key": "Öffentlichen Schlüssel des Servers eingeben",
|
||||
"start-chat": "Chat beginnen",
|
||||
"start-conversation": "Gespräch beginnen",
|
||||
"start-group-chat": "Gruppenchat starten",
|
||||
|
@ -1224,6 +1236,7 @@
|
|||
"wants-to-access-profile": "möchte auf Ihr Profil zugreifen",
|
||||
"warning": "Warnung",
|
||||
"warning-message": "Leider begrenzen wir mehrere Nachrichten hintereinander, um Spam zu vermeiden. Bitte versuchen Sie es gleich noch einmal",
|
||||
"warning-sending-to-contract-descr": "Die eingegebene Adresse ist ein smarter Contract, wenn Sie hierhin Werte senden, können Sie diese verlieren. Um mit einer Dapps zu interagieren, öffnen Sie die DApp im Status DApp Browser.",
|
||||
"watch-only": "Nur zur Beobachtung",
|
||||
"web-view-error": "Seite kann nicht geladen werden",
|
||||
"webview-camera-permission-requests": "Berechtigungsanforderungen für Webview-Kameras",
|
||||
|
@ -1266,4 +1279,4 @@
|
|||
"your-keys": "Ihre Schlüssel",
|
||||
"your-recovery-phrase": "Ihre Seed-Phrase",
|
||||
"your-recovery-phrase-description": "Dies ist Ihre Seed-Phrase. Sie verwenden sie, um zu beweisen, dass dies Ihre Wallet ist. Man kann sie nur einmal sehen! Schreiben Sie sie auf Papier und bewahren Sie es an einem sicheren Ort auf. Sie benötigen sie, wenn Sie Ihre Wallet verlieren oder neu installieren."
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Desconocido",
|
||||
"add": "Agregar",
|
||||
"add-a-watch-account": "Agregar una dirección de solo observación",
|
||||
"add-account": "Agregar cuenta",
|
||||
"add-account": "Agregar una cuenta",
|
||||
"add-account-description": "Puedes importar cualquier tipo de cuenta de Ethereum para agregarla a tu billetera de Status",
|
||||
"add-account-incorrect-password": "La contraseña parece ser incorrecta. Ingresa la contraseña que usas para desbloquear la app.",
|
||||
"add-an-account": "Agregar una cuenta",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Cancelar la configuración de Keycard",
|
||||
"cannot-read-card": "No puede leer la tarjeta.\nPor favor, mantenla en la parte posterior de tu teléfono",
|
||||
"cannot-use-default-pin": "No está permitido el código de acceso 000000. \nPor favor utiliza otro número",
|
||||
"cant-open-public-chat": "No se puede abrir el chat público",
|
||||
"cant-report-bug": "No puedo reportar un error",
|
||||
"card-is-blank": "Esta tarjeta esta en blanco",
|
||||
"card-reseted": "La tarjeta ha sido reseteada",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Clave de chat",
|
||||
"chat-key-content": "Los mensajes en el protocolo de chat de Status se envían y reciben utilizando claves de encriptación. La clave pública de chat es una cadena de caracteres que compartes con otros para que puedan enviarte mensajes en Status.",
|
||||
"chat-key-title": "Clave de chat",
|
||||
"chat-link-previews": "Vistas previas de enlaces de chat",
|
||||
"chat-name": "Nombre del chat",
|
||||
"chat-name-content": "Tres palabras aleatorias, derivadas algorítmicamente de tu clave de chat y utilizadas como tu alias predeterminado en el chat. Los nombres de los chats son completamente únicos; ningún otro usuario puede tener las mismas tres palabras.",
|
||||
"chat-name-title": "Nombre del chat",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "contactos"
|
||||
},
|
||||
"contacts": "Contactos",
|
||||
"contacts-descr": "Tus contactos aparecerán aquí. Recibirá actualizaciones de estado de cualquier persona que agregue como contacto",
|
||||
"contacts-empty": "Contactos con nombres ENS aparecerán aquí",
|
||||
"continue": "Continuar",
|
||||
"continue-anyway": "Continuar de todas maneras",
|
||||
|
@ -321,28 +324,46 @@
|
|||
"data-syncing": "Sincronización de datos",
|
||||
"datetime-ago": "hace",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "día",
|
||||
"other": "días"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "D",
|
||||
"other": "D"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "hora",
|
||||
"other": "horas"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "H",
|
||||
"other": "H"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "minuto",
|
||||
"other": "minutos"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "M",
|
||||
"other": "M"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "segundo",
|
||||
"other": "segundos"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "S",
|
||||
"other": "S"
|
||||
},
|
||||
"datetime-today": "hoy",
|
||||
"datetime-yesterday": "ayer",
|
||||
"decimals": "Decimales",
|
||||
"decline": "Rechazar",
|
||||
"decryption-failed-content": "Ocurrió un error desencriptando tus datos. Es posible que tengas que generar unas nuevas llaves y borrar tus datos antiguos pulsando \"Aplicar\", o haz clic en \"Cancelar\" para volver a intentarlo",
|
||||
"default": "Predeterminados",
|
||||
"default-assets": "Por defecto ERC20 y ERC721",
|
||||
"delete": "Eliminar",
|
||||
"delete-account": "Borrar cuenta",
|
||||
"delete-and-leave-group": "Eliminar y salir del grupo",
|
||||
|
@ -376,6 +397,7 @@
|
|||
"discover": "Descubrir",
|
||||
"dismiss": "Descartar",
|
||||
"done": "Listo",
|
||||
"dont-ask": "No me vuelvas a preguntar",
|
||||
"edit": "Editar",
|
||||
"edit-group": "Editar grupo",
|
||||
"edit-profile": "Editar perfil",
|
||||
|
@ -385,6 +407,8 @@
|
|||
"empty-chat-description-public-share-this": "comparte este chat",
|
||||
"empty-pending-invitations-descr": "Las personas que deseen unirse al grupo\na través de un enlace de invitación aparecerá aquí",
|
||||
"enable": "Habilitar",
|
||||
"enable-all": "Habilitar todos",
|
||||
"enable-link-previews": "¿Habilitar vistas previas de enlaces en el chat?",
|
||||
"encrypt-with-password": "Encriptar con contraseña",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Agregar nombre de usuario",
|
||||
|
@ -488,10 +512,13 @@
|
|||
"error-unable-to-get-token-balance": "No se puede obtener el saldo del token",
|
||||
"errors": "Errores",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Cuenta Ethereum",
|
||||
"ethereum-address": "Dirección de Ethereum",
|
||||
"ethereum-node-started-incorrectly-description": "El nodo Ethereum se inició con una configuración incorrecta, la aplicación se detendrá para recuperarse de esa condición. ID de red configurado = {{network-id}}, actual = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "El nodo Ethereum se inició incorrectamente",
|
||||
"etherscan-lookup": "Ver en Etherscan",
|
||||
"export-account": "Exportar la cuenta",
|
||||
"external-storage-denied": "Se niega el acceso al almacenamiento externo",
|
||||
"failed": "Fallido",
|
||||
"faq": "Preguntas frecuentes",
|
||||
"favourites": "Favoritos",
|
||||
|
@ -599,6 +626,7 @@
|
|||
"invalid-key-content": "La base de datos no se puede encriptar porque el archivo está dañado. Tus fondos y llaves de chat están a salvo. Otros datos, como chats y contactos, no se podrán restaurar. Presionar el botón {{erase-multiaccounts-data-button-text}}\" eliminará otros datos y te permitirá acceder a tus fondos y enviar mensajes",
|
||||
"invalid-number": "Número inválido",
|
||||
"invalid-pairing-password": "Contraseña de vinculación inválida",
|
||||
"invalid-public-chat-topic": "Tema de chat público no válido",
|
||||
"invalid-range": "Formato inválido, debe estar entre {{min}} y {{max}}",
|
||||
"invite-button": "Invitá",
|
||||
"invite-chat-accept": "Aceptar",
|
||||
|
@ -711,6 +739,7 @@
|
|||
"load-messages-before": "antes del {{date}}",
|
||||
"load-more-messages": "↓ Recuperar más mensajes",
|
||||
"loading": "Cargando...",
|
||||
"local-notifications": "Notificaciones locales",
|
||||
"lock-app-with": "Bloquear app con",
|
||||
"log-level": "Nivel de registro",
|
||||
"log-level-settings": "Ajustes del nivel de registro",
|
||||
|
@ -795,6 +824,7 @@
|
|||
"mute": "Silenciar",
|
||||
"my-accounts": "Mis cuentas",
|
||||
"my-accounts-empty": "Tus cuentas disponibles aparecerán aquí",
|
||||
"my-status": "Mi estado",
|
||||
"name": "Nombre",
|
||||
"name-of-token": "El nombre de tu token",
|
||||
"name-optional": "Nombre (opcional)",
|
||||
|
@ -819,6 +849,7 @@
|
|||
"new-network": "Nueva red",
|
||||
"new-pin-description": "Ingresa el nuevo código de acceso de 6 dígitos",
|
||||
"new-public-group-chat": "Unirte a chat público",
|
||||
"new-status": "Nuevo estado",
|
||||
"next": "Siguiente",
|
||||
"nickname": "Apodo",
|
||||
"nickname-description": "Los apodos te ayudan a identificar a otras personas en Status. \n Solo tú puedes ver los apodos que agregaste",
|
||||
|
@ -845,7 +876,9 @@
|
|||
"notifications-preferences": "Preferencias de notificación",
|
||||
"notifications-servers": "Servidores de notificaciones",
|
||||
"notifications-switch": "Mostrar notificaciones",
|
||||
"notifications-transactions": "Transacciones de billetera",
|
||||
"notify": "Notificar",
|
||||
"now": "Ahora",
|
||||
"off": "Apagado",
|
||||
"off-status-tree": "Derivado fuera de Status",
|
||||
"offline": "Desconectado",
|
||||
|
@ -860,6 +893,7 @@
|
|||
"okay": "Bien",
|
||||
"on": "En",
|
||||
"on-status-tree": "En el árbol de Status",
|
||||
"once-enabled-share-metadata": "Una vez habilitados, los enlaces publicados en el chat pueden compartir sus metadatos con el sitio.",
|
||||
"open": "Abrir",
|
||||
"open-dapp": "Abrir ÐApp",
|
||||
"open-dapp-store": "Descubre ÐApps",
|
||||
|
@ -920,6 +954,7 @@
|
|||
"pin-retries-left": "Te quedan {{number}} reintentos",
|
||||
"preference": "Preferencia",
|
||||
"preview-privacy": "Vista previa del modo de privacidad",
|
||||
"previewing-may-share-metadata": "La vista previa de los enlaces de estos sitios web puede compartir sus metadatos con sus propietarios.",
|
||||
"privacy": "Privacidad",
|
||||
"privacy-and-security": "Privacidad y seguridad",
|
||||
"privacy-policy": "Política de privacidad",
|
||||
|
@ -942,8 +977,14 @@
|
|||
"puk-code": "Código PUK",
|
||||
"puk-code-explanation": "Si olvidas tu código de acceso de 6 dígitos o lo ingresas incorrectamente 3 veces, necesitarás este código para desbloquear tu tarjeta.",
|
||||
"puk-mismatch": "El código PUK no coincide",
|
||||
"push-failed-transaction": "Su transacción falló",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} a {{to}}",
|
||||
"push-inbound-transaction": "Recibiste {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "De {{from}} a {{to}}",
|
||||
"push-notifications-server-enabled": "Servidor habilitado",
|
||||
"push-notifications-servers": "Servidores de notificaciones push",
|
||||
"push-outbound-transaction": "Enviaste {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "De {{from}} a {{to}}",
|
||||
"quiet-days": "{{quiet-days}} días",
|
||||
"quiet-hours": "{{quiet-hours}} horas",
|
||||
"re-encrypt-key": "Vuelve a encriptar tus claves",
|
||||
|
@ -1021,7 +1062,6 @@
|
|||
"send-logs": "Reportar un error",
|
||||
"send-logs-to": "Reportar un error a {{email}}",
|
||||
"send-message": "Enviar mensaje",
|
||||
"send-push-notifications": "Enviar notificaciones push",
|
||||
"send-push-notifications-description": "Cuando está deshabilitado, la persona que recibe sus mensajes no será notificada de su llegada.",
|
||||
"send-request": "Enviar solicitud",
|
||||
"send-request-amount": "Cantidad",
|
||||
|
@ -1091,6 +1131,9 @@
|
|||
"status-pending": "Pendiente",
|
||||
"status-sent": "Enviado",
|
||||
"status-tx-not-found": "TX no encontrada",
|
||||
"status-updates-descr": "Las actualizaciones de estado aparecerán aquí. Agregue el perfil como un contacto para recibir actualizaciones en su línea de tiempo.",
|
||||
"statuses-descr": "Comparte lo que tienes en mente y mantente al día con tus contactos",
|
||||
"statuses-my-status-descr": "Comparte lo que tienes en mente. Cualquiera que visite tu perfil podrá ver tu estado. Las personas que te agreguen como su contacto recibirán tus actualizaciones en su línea de tiempo",
|
||||
"step-i-of-n": "Paso {{step}} de {{number}}",
|
||||
"sticker-market": "Sticker market",
|
||||
"storage": "Almacenamiento",
|
||||
|
@ -1114,6 +1157,7 @@
|
|||
"this-will-take-few-seconds": "Esto tomará unos segundos",
|
||||
"three-words-description": "Deberías ver estas tres palabras antes de firmar cada transacción",
|
||||
"three-words-description-2": "Si ves una combinación diferente, cancela la transacción y cierra sesión",
|
||||
"timeline": "Línea de tiempo",
|
||||
"to": "Para",
|
||||
"to-block": "Bloquear",
|
||||
"to-enable-biometric": "Para habilitar {{bio-type-label}}, debes guardar tu contraseña en la pantalla de desbloqueo",
|
||||
|
@ -1181,9 +1225,11 @@
|
|||
"type-a-message": "Mensaje",
|
||||
"ulc-enabled": "ULC habilitado",
|
||||
"unable-to-read-this-code": "No se puede leer este código",
|
||||
"unblock": "Desbloquear",
|
||||
"unblock-contact": "Desbloquear este usuario",
|
||||
"unknown-status-go-error": "Error de status-go desconocido",
|
||||
"unlock": "Desbloquear",
|
||||
"unmute": "Activar sonido",
|
||||
"unpair-card": "Desvincular tarjeta",
|
||||
"unpair-card-confirmation": "Esta operación desvinculará la tarjeta del dispositivo actual. Requiere autorización del código de acceso de 6 dígitos. ¿Quieres continuar?",
|
||||
"unpaired-keycard-text": "La Keycard que tocaste no está asociada con este teléfono",
|
||||
|
@ -1239,12 +1285,14 @@
|
|||
"warning-sending-to-contract-descr": "La dirección que ingresó es un contrato inteligente, enviar fondos a esta dirección puede resultar en la pérdida de fondos. Para interactuar con una DApp, abra la DApp en el navegador Status DApp.",
|
||||
"watch-only": "Sólo para ver",
|
||||
"web-view-error": "No se puede cargar la página",
|
||||
"websites": "Sitios web",
|
||||
"webview-camera-permission-requests": "Solicitudes de permisos de la cámara Webview",
|
||||
"webview-camera-permission-requests-subtitle": "Cuando está habilitado, los sitios web y las dapps pueden solicitar el uso de su cámara",
|
||||
"welcome-blank-message": "Tus chats aparecerán aquí. Para iniciar nuevos chats, presiona el botón ⊕",
|
||||
"welcome-screen-text": "¡Configura tu billetera, invita a amigos a chatear \n y busca dapps populares!",
|
||||
"welcome-to-status": "¡Bienvenidos a Status!",
|
||||
"welcome-to-status-description": "Configura tu cripto billetera, invita a tus amigos a chatear y navegar apps descentralizadas",
|
||||
"whats-on-your-mind": "Lo que tienes en mente...",
|
||||
"word-count": "Número de palabras",
|
||||
"word-n": "Palabra #{{number}}",
|
||||
"word-n-description": "Para comprobar si has realizado una copia de seguridad de la frase semilla correctamente, escribe arriba la palabra #{{number}}.",
|
||||
|
@ -1268,6 +1316,7 @@
|
|||
"you-are-all-set": "¡Estás listo!",
|
||||
"you-are-all-set-description": "Ahora, si pierdes tu teléfono, puedes acceder a tus fondos y llave de chat usando la frase semilla",
|
||||
"you-can-change-account": "Puedes cambiar el nombre y el color de la cuenta a lo que deseas",
|
||||
"you-can-choose-preview-websites": "Puede elegir cuál de los siguientes sitios web puede previsualizar el enlace de las descripciones e imágenes en los chats",
|
||||
"you-dont-have-contacts": "Todavía no tenés ningún contacto.",
|
||||
"you-dont-have-stickers": "Todavía no tienes stickers",
|
||||
"you-will-need-this-code": "Necesitarás este código para abrir Status y firmar transacciones",
|
||||
|
@ -1279,4 +1328,4 @@
|
|||
"your-keys": "Tus claves",
|
||||
"your-recovery-phrase": "Tu frase semilla",
|
||||
"your-recovery-phrase-description": "Esta es tu frase semilla. La usas para comprobar que esta es tu billetera. ¡Sólo la verás una vez! Escríbela en un papel y guárdala en un lugar seguro. La necesitarás si pierdes o reinstalas tu billetera."
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Desconocido",
|
||||
"add": "Agregar",
|
||||
"add-a-watch-account": "Agregar una dirección de solo observación",
|
||||
"add-account": "Agregar cuenta",
|
||||
"add-account": "Agregar una cuenta",
|
||||
"add-account-description": "Puedes importar cualquier tipo de cuenta de Ethereum para agregarla a tu billetera de Status",
|
||||
"add-account-incorrect-password": "La contraseña parece ser incorrecta. Ingresa la contraseña que usas para desbloquear la app.",
|
||||
"add-an-account": "Agregar una cuenta",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Cancelar la configuración de Keycard",
|
||||
"cannot-read-card": "No puede leer la tarjeta.\nPor favor, mantenla en la parte posterior de tu teléfono",
|
||||
"cannot-use-default-pin": "No está permitido el código de acceso 000000. \nPor favor utiliza otro número",
|
||||
"cant-open-public-chat": "No se puede abrir el chat público",
|
||||
"cant-report-bug": "No puedo reportar un error",
|
||||
"card-is-blank": "Esta tarjeta esta en blanco",
|
||||
"card-reseted": "La tarjeta ha sido reseteada",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Clave de chat",
|
||||
"chat-key-content": "Los mensajes en el protocolo de chat de Status se envían y reciben utilizando claves de encriptación. La clave pública de chat es una cadena de caracteres que compartes con otros para que puedan enviarte mensajes en Status.",
|
||||
"chat-key-title": "Clave de chat",
|
||||
"chat-link-previews": "Vistas previas de enlaces de chat",
|
||||
"chat-name": "Nombre del chat",
|
||||
"chat-name-content": "Tres palabras aleatorias, derivadas algorítmicamente de tu clave de chat y utilizadas como tu alias predeterminado en el chat. Los nombres de los chats son completamente únicos; ningún otro usuario puede tener las mismas tres palabras.",
|
||||
"chat-name-title": "Nombre del chat",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "contactos"
|
||||
},
|
||||
"contacts": "Contactos",
|
||||
"contacts-descr": "Tus contactos aparecerán aquí. Recibirá actualizaciones de estado de cualquier persona que agregue como contacto",
|
||||
"contacts-empty": "Contactos con nombres ENS aparecerán aquí",
|
||||
"continue": "Continuar",
|
||||
"continue-anyway": "Continuar de todas maneras",
|
||||
|
@ -321,28 +324,46 @@
|
|||
"data-syncing": "Sincronización de datos",
|
||||
"datetime-ago": "hace",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "día",
|
||||
"other": "días"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "D",
|
||||
"other": "D"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "hora",
|
||||
"other": "horas"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "H",
|
||||
"other": "H"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "minuto",
|
||||
"other": "minutos"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "M",
|
||||
"other": "M"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "segundo",
|
||||
"other": "segundos"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "S",
|
||||
"other": "S"
|
||||
},
|
||||
"datetime-today": "hoy",
|
||||
"datetime-yesterday": "ayer",
|
||||
"decimals": "Decimales",
|
||||
"decline": "Rechazar",
|
||||
"decryption-failed-content": "Ocurrió un error desencriptando tus datos. Es posible que tengas que generar unas nuevas llaves y borrar tus datos antiguos pulsando \"Aplicar\", o haz clic en \"Cancelar\" para volver a intentarlo",
|
||||
"default": "Predeterminados",
|
||||
"default-assets": "Por defecto ERC20 y ERC721",
|
||||
"delete": "Eliminar",
|
||||
"delete-account": "Borrar cuenta",
|
||||
"delete-and-leave-group": "Eliminar y salir del grupo",
|
||||
|
@ -376,6 +397,7 @@
|
|||
"discover": "Descubrir",
|
||||
"dismiss": "Descartar",
|
||||
"done": "Listo",
|
||||
"dont-ask": "No me vuelvas a preguntar",
|
||||
"edit": "Editar",
|
||||
"edit-group": "Editar grupo",
|
||||
"edit-profile": "Editar perfil",
|
||||
|
@ -385,6 +407,8 @@
|
|||
"empty-chat-description-public-share-this": "comparte este chat",
|
||||
"empty-pending-invitations-descr": "Las personas que deseen unirse al grupo\na través de un enlace de invitación aparecerá aquí",
|
||||
"enable": "Habilitar",
|
||||
"enable-all": "Habilitar todos",
|
||||
"enable-link-previews": "¿Habilitar vistas previas de enlaces en el chat?",
|
||||
"encrypt-with-password": "Encriptar con contraseña",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Agregar nombre de usuario",
|
||||
|
@ -488,10 +512,13 @@
|
|||
"error-unable-to-get-token-balance": "No se puede obtener el saldo del token",
|
||||
"errors": "Errores",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Cuenta Ethereum",
|
||||
"ethereum-address": "Dirección de Ethereum",
|
||||
"ethereum-node-started-incorrectly-description": "El nodo Ethereum se inició con una configuración incorrecta, la aplicación se detendrá para recuperarse de esa condición. ID de red configurado = {{network-id}}, actual = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "El nodo Ethereum se inició incorrectamente",
|
||||
"etherscan-lookup": "Ver en Etherscan",
|
||||
"export-account": "Exportar la cuenta",
|
||||
"external-storage-denied": "Se niega el acceso al almacenamiento externo",
|
||||
"failed": "Fallido",
|
||||
"faq": "Preguntas frecuentes",
|
||||
"favourites": "Favoritos",
|
||||
|
@ -599,6 +626,7 @@
|
|||
"invalid-key-content": "La base de datos no se puede encriptar porque el archivo está dañado. Tus fondos y llaves de chat están a salvo. Otros datos, como chats y contactos, no se podrán restaurar. Presionar el botón {{erase-multiaccounts-data-button-text}}\" eliminará otros datos y te permitirá acceder a tus fondos y enviar mensajes",
|
||||
"invalid-number": "Número inválido",
|
||||
"invalid-pairing-password": "Contraseña de vinculación inválida",
|
||||
"invalid-public-chat-topic": "Tema de chat público no válido",
|
||||
"invalid-range": "Formato inválido, debe estar entre {{min}} y {{max}}",
|
||||
"invite-button": "Invitá",
|
||||
"invite-chat-accept": "Aceptar",
|
||||
|
@ -711,6 +739,7 @@
|
|||
"load-messages-before": "antes del {{date}}",
|
||||
"load-more-messages": "↓ Recuperar más mensajes",
|
||||
"loading": "Cargando...",
|
||||
"local-notifications": "Notificaciones locales",
|
||||
"lock-app-with": "Bloquear app con",
|
||||
"log-level": "Nivel de registro",
|
||||
"log-level-settings": "Ajustes del nivel de registro",
|
||||
|
@ -795,6 +824,7 @@
|
|||
"mute": "Silenciar",
|
||||
"my-accounts": "Mis cuentas",
|
||||
"my-accounts-empty": "Tus cuentas disponibles aparecerán aquí",
|
||||
"my-status": "Mi estado",
|
||||
"name": "Nombre",
|
||||
"name-of-token": "El nombre de tu token",
|
||||
"name-optional": "Nombre (opcional)",
|
||||
|
@ -819,6 +849,7 @@
|
|||
"new-network": "Nueva red",
|
||||
"new-pin-description": "Ingresa el nuevo código de acceso de 6 dígitos",
|
||||
"new-public-group-chat": "Unirte a chat público",
|
||||
"new-status": "Nuevo estado",
|
||||
"next": "Siguiente",
|
||||
"nickname": "Apodo",
|
||||
"nickname-description": "Los apodos te ayudan a identificar a otras personas en Status. \n Solo tú puedes ver los apodos que agregaste",
|
||||
|
@ -845,7 +876,9 @@
|
|||
"notifications-preferences": "Preferencias de notificación",
|
||||
"notifications-servers": "Servidores de notificaciones",
|
||||
"notifications-switch": "Mostrar notificaciones",
|
||||
"notifications-transactions": "Transacciones de billetera",
|
||||
"notify": "Notificar",
|
||||
"now": "Ahora",
|
||||
"off": "Apagado",
|
||||
"off-status-tree": "Derivado fuera de Status",
|
||||
"offline": "Desconectado",
|
||||
|
@ -860,6 +893,7 @@
|
|||
"okay": "Bien",
|
||||
"on": "En",
|
||||
"on-status-tree": "En el árbol de Status",
|
||||
"once-enabled-share-metadata": "Una vez habilitados, los enlaces publicados en el chat pueden compartir sus metadatos con el sitio.",
|
||||
"open": "Abrir",
|
||||
"open-dapp": "Abrir ÐApp",
|
||||
"open-dapp-store": "Descubre ÐApps",
|
||||
|
@ -920,6 +954,7 @@
|
|||
"pin-retries-left": "Te quedan {{number}} reintentos",
|
||||
"preference": "Preferencia",
|
||||
"preview-privacy": "Vista previa del modo de privacidad",
|
||||
"previewing-may-share-metadata": "La vista previa de los enlaces de estos sitios web puede compartir sus metadatos con sus propietarios.",
|
||||
"privacy": "Privacidad",
|
||||
"privacy-and-security": "Privacidad y seguridad",
|
||||
"privacy-policy": "Política de privacidad",
|
||||
|
@ -942,8 +977,14 @@
|
|||
"puk-code": "Código PUK",
|
||||
"puk-code-explanation": "Si olvidas tu código de acceso de 6 dígitos o lo ingresas incorrectamente 3 veces, necesitarás este código para desbloquear tu tarjeta.",
|
||||
"puk-mismatch": "El código PUK no coincide",
|
||||
"push-failed-transaction": "Su transacción falló",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} a {{to}}",
|
||||
"push-inbound-transaction": "Recibiste {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "De {{from}} a {{to}}",
|
||||
"push-notifications-server-enabled": "Servidor habilitado",
|
||||
"push-notifications-servers": "Servidores de notificaciones push",
|
||||
"push-outbound-transaction": "Enviaste {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "De {{from}} a {{to}}",
|
||||
"quiet-days": "{{quiet-days}} días",
|
||||
"quiet-hours": "{{quiet-hours}} horas",
|
||||
"re-encrypt-key": "Vuelve a encriptar tus claves",
|
||||
|
@ -1021,7 +1062,6 @@
|
|||
"send-logs": "Reportar un error",
|
||||
"send-logs-to": "Reportar un error a {{email}}",
|
||||
"send-message": "Enviar mensaje",
|
||||
"send-push-notifications": "Enviar notificaciones push",
|
||||
"send-push-notifications-description": "Cuando está deshabilitado, la persona que recibe sus mensajes no será notificada de su llegada.",
|
||||
"send-request": "Enviar solicitud",
|
||||
"send-request-amount": "Cantidad",
|
||||
|
@ -1091,6 +1131,9 @@
|
|||
"status-pending": "Pendiente",
|
||||
"status-sent": "Enviado",
|
||||
"status-tx-not-found": "TX no encontrada",
|
||||
"status-updates-descr": "Las actualizaciones de estado aparecerán aquí. Agregue el perfil como un contacto para recibir actualizaciones en su línea de tiempo.",
|
||||
"statuses-descr": "Comparte lo que tienes en mente y mantente al día con tus contactos",
|
||||
"statuses-my-status-descr": "Comparte lo que tienes en mente. Cualquiera que visite su perfil podrá ver su estado. Las personas que te agreguen como contacto recibirán tus actualizaciones en su línea de tiempo.",
|
||||
"step-i-of-n": "Paso {{step}} de {{number}}",
|
||||
"sticker-market": "Sticker market",
|
||||
"storage": "Almacenamiento",
|
||||
|
@ -1114,6 +1157,7 @@
|
|||
"this-will-take-few-seconds": "Esto tomará unos segundos",
|
||||
"three-words-description": "Deberías ver estas tres palabras antes de firmar cada transacción",
|
||||
"three-words-description-2": "Si ves una combinación diferente, cancela la transacción y cierra sesión",
|
||||
"timeline": "Línea de tiempo",
|
||||
"to": "Para",
|
||||
"to-block": "Bloquear",
|
||||
"to-enable-biometric": "Para habilitar {{bio-type-label}}, debes guardar tu contraseña en la pantalla de desbloqueo",
|
||||
|
@ -1181,9 +1225,11 @@
|
|||
"type-a-message": "Mensaje",
|
||||
"ulc-enabled": "ULC habilitado",
|
||||
"unable-to-read-this-code": "No se puede leer este código",
|
||||
"unblock": "Desbloquear",
|
||||
"unblock-contact": "Desbloquear este usuario",
|
||||
"unknown-status-go-error": "Error de status-go desconocido",
|
||||
"unlock": "Desbloquear",
|
||||
"unmute": "Activar sonido",
|
||||
"unpair-card": "Desvincular tarjeta",
|
||||
"unpair-card-confirmation": "Esta operación desvinculará la tarjeta del dispositivo actual. Requiere autorización del código de acceso de 6 dígitos. ¿Quieres continuar?",
|
||||
"unpaired-keycard-text": "La Keycard que tocaste no está asociada con este teléfono",
|
||||
|
@ -1239,12 +1285,14 @@
|
|||
"warning-sending-to-contract-descr": "La dirección que ingresó es un contrato inteligente, enviar fondos a esta dirección puede resultar en la pérdida de fondos. Para interactuar con una DApp, abra la DApp en el navegador de Status.",
|
||||
"watch-only": "Sólo para ver",
|
||||
"web-view-error": "No se puede cargar la página",
|
||||
"websites": "Sitios web",
|
||||
"webview-camera-permission-requests": "Solicitudes de permisos de la cámara Webview",
|
||||
"webview-camera-permission-requests-subtitle": "Cuando está habilitado, los sitios web y las dapps pueden solicitar el uso de su cámara",
|
||||
"welcome-blank-message": "Tus chats aparecerán aquí. Para iniciar nuevos chats, presiona el botón ⊕",
|
||||
"welcome-screen-text": "¡Configura tu billetera, invita a amigos a chatear \n y busca dapps populares!",
|
||||
"welcome-to-status": "¡Bienvenidos a Status!",
|
||||
"welcome-to-status-description": "Configura tu cripto billetera, invita a tus amigos a chatear y navegar apps descentralizadas",
|
||||
"whats-on-your-mind": "Lo que tienes en mente...",
|
||||
"word-count": "Número de palabras",
|
||||
"word-n": "Palabra #{{number}}",
|
||||
"word-n-description": "Para comprobar si has realizado una copia de seguridad de la frase semilla correctamente, escribe arriba la palabra #{{number}}.",
|
||||
|
@ -1268,6 +1316,7 @@
|
|||
"you-are-all-set": "¡Estás listo!",
|
||||
"you-are-all-set-description": "Ahora, si pierdes tu teléfono, puedes acceder a tus fondos y llave de chat usando la frase semilla",
|
||||
"you-can-change-account": "Puedes cambiar el nombre y el color de la cuenta a lo que deseas",
|
||||
"you-can-choose-preview-websites": "Puede elegir cuál de los siguientes sitios web puede previsualizar el enlace de las descripciones e imágenes en los chats",
|
||||
"you-dont-have-contacts": "Todavía no tenés ningún contacto.",
|
||||
"you-dont-have-stickers": "Todavía no tienes stickers",
|
||||
"you-will-need-this-code": "Necesitarás este código para abrir Status y firmar transacciones",
|
||||
|
@ -1279,4 +1328,4 @@
|
|||
"your-keys": "Tus claves",
|
||||
"your-recovery-phrase": "Tu frase semilla",
|
||||
"your-recovery-phrase-description": "Esta es tu frase semilla. La usas para comprobar que esta es tu billetera. ¡Sólo la verás una vez! Escríbela en un papel y guárdala en un lugar seguro. La necesitarás si pierdes o reinstalas tu billetera."
|
||||
}
|
||||
}
|
|
@ -141,6 +141,7 @@
|
|||
"cancel-keycard-setup": "Ikansela ang pag-setup ng Keycard",
|
||||
"cannot-read-card": "Hindi mabasa ang card.\nMangyaring hawakan ito sa likod ng iyong telepono",
|
||||
"cannot-use-default-pin": "Hindi pinapayagan ang passcode 000000.\nMangyaring gumamit ng iba pang numero",
|
||||
"cant-open-public-chat": "hindi mabuksan ang pampublikong chat",
|
||||
"cant-report-bug": "Hindi maiulat ang isang bug",
|
||||
"card-is-blank": "Blangko ang card na ito",
|
||||
"card-reseted": "Natapos na ang card",
|
||||
|
@ -163,6 +164,7 @@
|
|||
"chat-key": "Chat key",
|
||||
"chat-key-content": "Mensahe sa Status Chat Protocol ay ipinapadala at natanggap gamit ang mga encryption keys. Mga public chat key ay isang string ng mga character na ibinabahagi mo sa iba upang maaari silang magpadala sa iyo ng mga mensahe sa Status.",
|
||||
"chat-key-title": "Chat Key",
|
||||
"chat-link-previews": "Mga preview ng chat link",
|
||||
"chat-name": "Pangalan ng chat",
|
||||
"chat-name-content": "Tatlong random na salita, nagmula algorithmically galing sa iyong chat key at gamitin mo ito para sa iyong default na alyas sa chat. Pangalan ng Chat ay ganap na natatangi o kakaiba, walang ibang user ang maaring magkapareho sa tatlong salita.",
|
||||
"chat-name-title": "Chat Name",
|
||||
|
@ -209,6 +211,7 @@
|
|||
"other": "iba pang"
|
||||
},
|
||||
"contacts": "Mga contact",
|
||||
"contacts-descr": "Lilitaw ang iyong mga contact dito. Makakatanggap ka ng mga pag-update ng Status mula sa sinumang idagdag mo bilang isang contact",
|
||||
"contacts-empty": "komontak gamit ang pangalan ng ENS na lilitaw dito",
|
||||
"continue": "Magpatuloy",
|
||||
"continue-anyway": "Magpatuloy pa rin",
|
||||
|
@ -329,6 +332,7 @@
|
|||
"data-syncing": "Pag-sync ng data",
|
||||
"datetime-ago": "nakaraan",
|
||||
"datetime-ago-format": "{{number}}{{time-intervals}}{{ago}}",
|
||||
"datetime-ago-format-short": "{{number}} {{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"zero": "sero",
|
||||
"one": "isang",
|
||||
|
@ -337,6 +341,14 @@
|
|||
"many": "maraming",
|
||||
"other": "iba pang"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"zero": "walang araw",
|
||||
"one": "isang araw",
|
||||
"two": "dalawang araw",
|
||||
"few": "ilang araw",
|
||||
"many": "maraming araw",
|
||||
"other": "ibang araw"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"zero": "sero",
|
||||
"one": "isang",
|
||||
|
@ -345,6 +357,14 @@
|
|||
"many": "marami",
|
||||
"other": "iba pa"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"zero": "walang oras",
|
||||
"one": "isang oras",
|
||||
"two": "dalawang oras",
|
||||
"few": "kaunting oras",
|
||||
"many": "maraming oras",
|
||||
"other": "ibang oras"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"zero": "minuto",
|
||||
"one": "isang",
|
||||
|
@ -353,6 +373,14 @@
|
|||
"many": "marami",
|
||||
"other": "iba pa"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"zero": "walang minuto",
|
||||
"one": "isang minuto",
|
||||
"two": "dalawang minuto",
|
||||
"few": "ilang minuto",
|
||||
"many": "maraming minuto",
|
||||
"other": "ibang minuto"
|
||||
},
|
||||
"datetime-second": {
|
||||
"zero": "zero",
|
||||
"one": "isa",
|
||||
|
@ -361,12 +389,21 @@
|
|||
"many": "marami",
|
||||
"other": "iba pa"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"zero": "walang segundo",
|
||||
"one": "isang segundo",
|
||||
"two": "dalawang segundo",
|
||||
"few": "ilang segundo",
|
||||
"many": "maraming segundo",
|
||||
"other": "iba pang mga segundo"
|
||||
},
|
||||
"datetime-today": "ngayon",
|
||||
"datetime-yesterday": "kahapon",
|
||||
"decimals": "Decimals",
|
||||
"decline": "Tanggihan",
|
||||
"decryption-failed-content": "Isang error na naganap sa pag-decrypting ng iyong data. Maaaring kailanganin mong burahin ang iyong dating data at makabuo ng isang bagong account. Tapikin ang \"Mag-apply\" upang burahin o \"Ikansela\" upang subukang muli",
|
||||
"default": "Default",
|
||||
"default-assets": "Default na ERC20 at ERC721",
|
||||
"delete": "Tanggalin",
|
||||
"delete-account": "Tanggalin ang account",
|
||||
"delete-and-leave-group": "Tanggalin at iwanan ang pangkat",
|
||||
|
@ -400,6 +437,7 @@
|
|||
"discover": "tuklasin",
|
||||
"dismiss": "Iwaksi",
|
||||
"done": "Tapos na",
|
||||
"dont-ask": "Huwag mo ulit akong tanungin",
|
||||
"edit": "Edit",
|
||||
"edit-group": "I-edit ang grupo",
|
||||
"edit-profile": "Ibahin ang profile",
|
||||
|
@ -409,6 +447,8 @@
|
|||
"empty-chat-description-public-share-this": "ibahagi ang chat na ito.",
|
||||
"empty-pending-invitations-descr": "Ang mga taong nais sumali sa pangkat \n sa pamamagitan ng isang link ng imbitasyon ay lilitaw dito",
|
||||
"enable": "Paganahin",
|
||||
"enable-all": "Paganahin lahat",
|
||||
"enable-link-previews": "Paganahin ang mga link previews sa chat?",
|
||||
"encrypt-with-password": "I-encrypt gamit ang password",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Magdagdag ng username",
|
||||
|
@ -512,10 +552,13 @@
|
|||
"error-unable-to-get-token-balance": "hindi makukuha ang balance ng token",
|
||||
"errors": "Mga Pagkakamali",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Ethereum account",
|
||||
"ethereum-address": "Address ng Ethereum",
|
||||
"ethereum-node-started-incorrectly-description": "Ang Ethereum node ay sinimulan ng maling pagsasaayos, titigil ang aplikasyon upang mabawi mula sa kondisyong iyon. Na-configure ang network id ={{network-id}}, aktwal ={{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "Ang Ethereum node ay nagsimula nang hindi wasto",
|
||||
"etherscan-lookup": "Tumingin sa Etherscan",
|
||||
"export-account": "I-export ang account",
|
||||
"external-storage-denied": "Tinanggihan ang pag-access sa external storage",
|
||||
"failed": "Nabigo",
|
||||
"faq": "Mga madalas na tinatanong",
|
||||
"favourites": "Mga paborito",
|
||||
|
@ -623,6 +666,7 @@
|
|||
"invalid-key-content": "Ang Database ay hindi mai-encrypt dahil ang file ay corrupt. Ang iyong funds at chat key ay ligtas. Ang iba pang data, katulad ng iyong chats at contacts, hindi na maibabalik. \"{{erase-multiaccounts-data-button-text}}\" button, aalisin ang lahat ng iba pang data at magpapahintulot sa iyo na ma-access ang iyong mga pondo at magpadala ng mga mensahe.",
|
||||
"invalid-number": "Di-wastong numero",
|
||||
"invalid-pairing-password": "Di-wastong pagpapares ng password",
|
||||
"invalid-public-chat-topic": "Hind wastong pampublikong paksa",
|
||||
"invalid-range": "Hindi wastong format, dapat nasa pagitan{{min}}at{{max}}",
|
||||
"invite-button": "Mag-anyaya",
|
||||
"invite-chat-accept": "Tanggapin",
|
||||
|
@ -735,6 +779,7 @@
|
|||
"load-messages-before": "bago ang {{date}}",
|
||||
"load-more-messages": "↓ Kumuha ng higit pang mga mensahe",
|
||||
"loading": "Loading...",
|
||||
"local-notifications": "Mga lokal na abiso",
|
||||
"lock-app-with": "I-lock ang app na may",
|
||||
"log-level": "Log level",
|
||||
"log-level-settings": "Mga setting ng antas ng log",
|
||||
|
@ -827,6 +872,7 @@
|
|||
"mute": "Mute",
|
||||
"my-accounts": "Ang aking accounts",
|
||||
"my-accounts-empty": "Lilitaw dito ang iyong mga magagamit na account",
|
||||
"my-status": "Ang status ko",
|
||||
"name": "Pangalan",
|
||||
"name-of-token": "Ang pangalan ng iyong token",
|
||||
"name-optional": "Pangalan (opsyonal)",
|
||||
|
@ -851,6 +897,7 @@
|
|||
"new-network": "Bagong network",
|
||||
"new-pin-description": "Ilagay ang baong 6-digit na passcode",
|
||||
"new-public-group-chat": "Sumali sa pampublikong Chat",
|
||||
"new-status": "Bagong Status",
|
||||
"next": "Sunod",
|
||||
"nickname": "Palayaw",
|
||||
"nickname-description": "Ang mga palayaw ay tinutulungan kang makilala ang iba sa Status. \n Ikaw lang ang makakakita ng mga palayaw na idinagdag mo",
|
||||
|
@ -877,7 +924,9 @@
|
|||
"notifications-preferences": "Mga kagustuhan sa abiso",
|
||||
"notifications-servers": "Notification servers",
|
||||
"notifications-switch": "Ipakita ang mga notification",
|
||||
"notifications-transactions": "Mga transaksyon sa wallet",
|
||||
"notify": "Ipaalam",
|
||||
"now": "Ngayon",
|
||||
"off": "Off",
|
||||
"off-status-tree": "Off Status tree",
|
||||
"offline": "Offline",
|
||||
|
@ -892,6 +941,7 @@
|
|||
"okay": "Okay",
|
||||
"on": "On",
|
||||
"on-status-tree": "Sa Puno ng Status",
|
||||
"once-enabled-share-metadata": "Kapag pinagana, ang mga link na nai-post sa chat ay maaaring ibahagi ang iyong metadata sa site",
|
||||
"open": "bukas",
|
||||
"open-dapp": "Buksan ang ÐApp",
|
||||
"open-dapp-store": "Tuklasin ang ÐApps",
|
||||
|
@ -952,6 +1002,7 @@
|
|||
"pin-retries-left": "{{number}}para mag retry",
|
||||
"preference": "Kagustuhan",
|
||||
"preview-privacy": "I-preview ang mode ng privacy",
|
||||
"previewing-may-share-metadata": "Ang pag-preview ng mga link mula sa mga website na ito ay maaaring ibahagi ang iyong metadata sa kanilang mga may-ari",
|
||||
"privacy": "Pagkapribado",
|
||||
"privacy-and-security": "Pagkapribado at seguridad",
|
||||
"privacy-policy": "Patakaran sa pagkapribado",
|
||||
|
@ -974,8 +1025,14 @@
|
|||
"puk-code": "PUK code",
|
||||
"puk-code-explanation": "Kung nakalimutan mo ang iyong 6-digit na passcode o hindi tama nang ipinasok nang 3 beses, kakailanganin mo ang code na ito upang i-unlock ang iyong card.",
|
||||
"puk-mismatch": "Mali ang PUK code",
|
||||
"push-failed-transaction": "Nabigo ang iyong transaksyon",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} hanggang {{to}}",
|
||||
"push-inbound-transaction": "Nakatanggap ka ng {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "Mula sa {{from}} hanggang sa {{to}}",
|
||||
"push-notifications-server-enabled": "Pinagana ang server",
|
||||
"push-notifications-servers": "Push notification servers",
|
||||
"push-outbound-transaction": "Nagpadala ka ng {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "Mula sa {{from}} hanggang sa {{to}}",
|
||||
"quiet-days": "{{quiet-days}}araw",
|
||||
"quiet-hours": "{{quiet-hours}}oras",
|
||||
"re-encrypt-key": "I-encrypt muli ang iyong mga keys",
|
||||
|
@ -1053,7 +1110,6 @@
|
|||
"send-logs": "I-report ang bug",
|
||||
"send-logs-to": "Mag-ulat ng isang bug sa{{email}}",
|
||||
"send-message": "Magpadala ng Mensahe",
|
||||
"send-push-notifications": "Magpadala ng mga push notification",
|
||||
"send-push-notifications-description": "Kapag naka disabled, ang taong tumatanggap ng iyong mga mensahe ay hindi aabisuhan tungkol sa pagdating nito.",
|
||||
"send-request": "Magpadala ng kahilingan",
|
||||
"send-request-amount": "Halaga",
|
||||
|
@ -1123,6 +1179,9 @@
|
|||
"status-pending": "Naghihintay",
|
||||
"status-sent": "Ipinadala",
|
||||
"status-tx-not-found": "Hindi nahanap ang TX",
|
||||
"status-updates-descr": "Ang Status updates ay lalabas dito. Idagdag ang profile bilang isang contact upang makatanggap ng mga update sa iyong timeline.",
|
||||
"statuses-descr": "Ibahagi kung ano ang nasa isip mo at manatiling nai-update sa iyong mga contact",
|
||||
"statuses-my-status-descr": "Ibahagi kung ano ang nasa isip mo. Ang sinumang bumibisita sa iyong profile ay makakakita ng iyong kalagayan. Ang mga taong in-add ka bilang kanilang contact ay makakatanggap ng iyong mga update sa kanilang timeline",
|
||||
"step-i-of-n": "gabay{{step}}sa{{number}}",
|
||||
"sticker-market": "Sticker market",
|
||||
"storage": "Imbakan",
|
||||
|
@ -1146,6 +1205,7 @@
|
|||
"this-will-take-few-seconds": "Ito ay tatagal ng ilang segundo",
|
||||
"three-words-description": "Dapat mong makita ang mga 3 salita bago mag-sign sa bawat transaksyon",
|
||||
"three-words-description-2": "Kung nakakita ka ng ibang kombinasyon, kanselahin ang transaksyon at mag-sign out",
|
||||
"timeline": "Timeline",
|
||||
"to": "Para kay",
|
||||
"to-block": "Block",
|
||||
"to-enable-biometric": "Para paganahin{{bio-type-label}} kailangan mong i-save ang iyong password para sa unlock screen",
|
||||
|
@ -1213,9 +1273,11 @@
|
|||
"type-a-message": "Mensahe",
|
||||
"ulc-enabled": "Pinapagana ang ULC",
|
||||
"unable-to-read-this-code": "Hindi mabasa ang code na ito",
|
||||
"unblock": "I-unblock",
|
||||
"unblock-contact": "I-unblock ang gumagamit na ito",
|
||||
"unknown-status-go-error": "hindi kinikilala status-go error",
|
||||
"unlock": "I-unlock",
|
||||
"unmute": "Unmute",
|
||||
"unpair-card": "Ang kawalan ng pag-asa card",
|
||||
"unpair-card-confirmation": "Ang operasyon na ito ay mawawalan ng pag-asa ang card mula sa kasalukuyang aparato. Nangangailangan ng pahintulot ng 6-digit na passcode. Gusto mo bang magpatuloy?",
|
||||
"unpaired-keycard-text": "Ang Keycard na iyong tinapik ay hindi nauugnay sa teleponong ito",
|
||||
|
@ -1271,12 +1333,14 @@
|
|||
"warning-sending-to-contract-descr": "Ang address na iyong pinasok ay isang smart contract, magpadala ng pondo sa address na ito ay pwedeng magresulta ng pagkawala ng mga pondo. Makipag-ugnay sa DApp, bukas ang DApp sa anumang Status DApp Browser.",
|
||||
"watch-only": "panoorin lamang",
|
||||
"web-view-error": "Hindi ma-load ang pahina",
|
||||
"websites": "Websites",
|
||||
"webview-camera-permission-requests": "Mga kahilingan sa pahintulot sa Webview camera",
|
||||
"webview-camera-permission-requests-subtitle": "Kapag pinagana, ang mga website at dapps ay maaaring hilingin na gamitin ang iyong camera",
|
||||
"welcome-blank-message": "Ang iyong mga chat ay lilitaw dito. Upang simulan ang mga bagong chat pindutin ang button ⊕",
|
||||
"welcome-screen-text": "I-set up ang iyong wallet, anyayahan ang mga kaibigan na mag-chat\nat mag-browse ng mga sikat na dapps!",
|
||||
"welcome-to-status": "Maligayang pagdating sa Status!",
|
||||
"welcome-to-status-description": "I-set up ang iyong crypto wallet, anyayahan ang mga kaibigan na mag-chat at mag-browse sa mga desentralisadong apps",
|
||||
"whats-on-your-mind": "Ano ang nasa isip mo…",
|
||||
"word-count": "Bilang ng salita",
|
||||
"word-n": "Word #{{number}}",
|
||||
"word-n-description": "Upang masuri kung nai-back up ang iyong seed phrase ng tama, ilagay ang word#{{number}}sa itaas.",
|
||||
|
@ -1304,6 +1368,7 @@
|
|||
"you-are-all-set": "Handa ka na!",
|
||||
"you-are-all-set-description": "Kung mawala ang iyong telepono, maaari mo na ngayong ma-access ang iyong mga pondo at chat key gamit ang iyong seed phrase",
|
||||
"you-can-change-account": "Maaari mong baguhin ang pangalan at kulay ng account sa nais mo",
|
||||
"you-can-choose-preview-websites": "Maaari kang pumili kung alin sa mga sumusunod na website ang maaaring mag-preview ng link ng mga paglalarawan at larawan sa mga chat",
|
||||
"you-dont-have-contacts": "Wala ka pang mga contact.",
|
||||
"you-dont-have-stickers": "Wala ka pang sticker",
|
||||
"you-will-need-this-code": "Kakailanganin mo ang code na ito upang buksan ang Status at mga transaksyon sa pag-sign",
|
||||
|
@ -1315,4 +1380,4 @@
|
|||
"your-keys": "Ang iyong susi",
|
||||
"your-recovery-phrase": "Ang iyong seed phrase",
|
||||
"your-recovery-phrase-description": "ito ang iyong seed phrase. Ginagamit mo ito upang patunayan na ito ang iyong pitaka. ikaw lamang makita ito nang isang beses! Isulat ito sa papel at itago ito sa isang ligtas na lugar. Kakailanganin mo ito kung nawala o muling i-install ang iyong pitaka."
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Inconnu",
|
||||
"add": "Ajouter",
|
||||
"add-a-watch-account": "Ajouter un compte de veille uniquement",
|
||||
"add-account": "Ajouter compte",
|
||||
"add-account": "Ajouter un compte",
|
||||
"add-account-description": "Vous pouvez importer tout type de compte Ethereum pour l'ajouter à votre portefeuille Status.",
|
||||
"add-account-incorrect-password": "Le mot de passe semble être incorrect. Entrez le mot de passe que vous utilisez pour déverrouiller l'application.",
|
||||
"add-an-account": "Ajouter un compte",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Annuler la configuration de la Carte d'accès",
|
||||
"cannot-read-card": "Je ne peux pas lire la carte.\nTenez-la à l'arrière de votre téléphone.",
|
||||
"cannot-use-default-pin": "Le code PIN 000000 n'est pas autorisé. \nVeuillez utiliser un autre numéro",
|
||||
"cant-open-public-chat": "Impossible d'ouvrir le chat public",
|
||||
"cant-report-bug": "Impossible de signaler un bogue",
|
||||
"card-is-blank": "Cette carte est vierge",
|
||||
"card-reseted": "La carte a été réinitialisée",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Code de contact",
|
||||
"chat-key-content": "Les messages sur le protocole de conversation de Status sont envoyés et reçus à l'aide de clés de chiffrement. Le code de contact public est une chaîne de caractères que vous partagez avec les autres afin qu'ils puissent vous envoyer des messages dans Status.",
|
||||
"chat-key-title": "Code de contact",
|
||||
"chat-link-previews": "Aperçu des liens de chat",
|
||||
"chat-name": "Nom du chat",
|
||||
"chat-name-content": "Trois mots aléatoires, dérivés algorithmiquement de votre code de contact et utilisés comme pseudonyme par défaut dans les discussions. Les noms de discussions sont complètement uniques; aucun autre utilisateur ne peut avoir les mêmes trois mots.",
|
||||
"chat-name-title": "Nom de discussion",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "contacts"
|
||||
},
|
||||
"contacts": "Contacts",
|
||||
"contacts-descr": "Vos contacts s'afficheront ici. Vous recevrez des mises à jour de statut de la part de tous vos contacts",
|
||||
"contacts-empty": "Les contacts avec des noms d'utilisateur ENS apparaîtront ici",
|
||||
"continue": "Continuer",
|
||||
"continue-anyway": "Continuer quand même",
|
||||
|
@ -321,28 +324,46 @@
|
|||
"data-syncing": "Synchronisation des données",
|
||||
"datetime-ago": "il y a",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}} {{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "jour",
|
||||
"other": "jours"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "j",
|
||||
"other": "j"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "heure",
|
||||
"other": "heures"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "h",
|
||||
"other": "h"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "minute",
|
||||
"other": "minutes"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "m",
|
||||
"other": "m"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "seconde",
|
||||
"other": "secondes"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "S",
|
||||
"other": "S"
|
||||
},
|
||||
"datetime-today": "aujourd'hui",
|
||||
"datetime-yesterday": "hier",
|
||||
"decimals": "Décimales",
|
||||
"decline": "Décliner",
|
||||
"decryption-failed-content": "Une erreur s'est produite lors du décryptage de vos données. Vous devrez peut-être effacer vos anciennes données et créer un nouveau compte. Appuyez sur \"Appliquer\" pour effacer ou \"Annuler\" pour réessayer",
|
||||
"default": "Défaut",
|
||||
"default-assets": "ERC20 et ERC721 par défaut",
|
||||
"delete": "Supprimer",
|
||||
"delete-account": "Supprimer mon compte",
|
||||
"delete-and-leave-group": "Supprimer et quitter le groupe",
|
||||
|
@ -376,6 +397,7 @@
|
|||
"discover": "Découvrir",
|
||||
"dismiss": "Rejeter",
|
||||
"done": "Fait",
|
||||
"dont-ask": "Ne plus demander",
|
||||
"edit": "Modifier",
|
||||
"edit-group": "Modifier le groupe",
|
||||
"edit-profile": "Modifier le profil",
|
||||
|
@ -385,6 +407,8 @@
|
|||
"empty-chat-description-public-share-this": "partager ce chat.",
|
||||
"empty-pending-invitations-descr": "Les personnes souhaitant rejoindre le groupe avec un lien d'invitation apparaîtront ici",
|
||||
"enable": "activer",
|
||||
"enable-all": "Tout activer",
|
||||
"enable-link-previews": "Activer l'aperçu des liens dans le chat ?",
|
||||
"encrypt-with-password": "Crypter avec mot de passe",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Ajouter un nom d'utilisateur",
|
||||
|
@ -488,10 +512,13 @@
|
|||
"error-unable-to-get-token-balance": "Impossible d'obtenir le solde du token",
|
||||
"errors": "Erreurs",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Compte Ethereum",
|
||||
"ethereum-address": "Adresse Ethereum",
|
||||
"ethereum-node-started-incorrectly-description": "Le nœud Ethereum a été démarré avec une configuration incorrecte, l'application sera arrêtée pour récupérer de cette condition. Identifiant réseau configuré = {{network-id}} , actuel = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "Le noeud Ethereum a mal démarré",
|
||||
"etherscan-lookup": "Regarder sur Etherscan",
|
||||
"export-account": "Exporter le compte",
|
||||
"external-storage-denied": "Accès non-autorisé au stockage externe",
|
||||
"failed": "Échoué",
|
||||
"faq": "Foire aux questions",
|
||||
"favourites": "Favoris",
|
||||
|
@ -549,6 +576,7 @@
|
|||
"hide-content-when-switching-apps": "Bloquer les captures d'écran",
|
||||
"hide-content-when-switching-apps-ios": "Masquer l'aperçu",
|
||||
"history": "Histoire",
|
||||
"history-nodes": "Nœuds d'historiques",
|
||||
"hold-card": "Tenir la carte à l'arrière\n de votre téléphone",
|
||||
"home": "Accueil",
|
||||
"hooks": "Crochets",
|
||||
|
@ -598,6 +626,7 @@
|
|||
"invalid-key-content": "La base de données multi-comptes ne peut pas être cryptée car le fichier est corrompu. Il n'y a aucun moyen de le restaurer. Si vous appuyez sur le bouton \"Annuler\", rien ne se passera. Si vous appuyez sur le bouton \" {{erase-multiaccounts-data-button-text}} \", la base de données multi-comptes sera supprimée et vous pourrez déverrouiller plusieurs comptes. Toutes les données multi-comptes seront perdues.",
|
||||
"invalid-number": "Numéro invalide",
|
||||
"invalid-pairing-password": "Mot de passe d'appariement invalide",
|
||||
"invalid-public-chat-topic": "Sujet de chat public non valide",
|
||||
"invalid-range": "Format non valide, doit être compris entre {{min}} et {{max}}.",
|
||||
"invite-button": "Inviter",
|
||||
"invite-chat-accept": "Accepter",
|
||||
|
@ -710,6 +739,7 @@
|
|||
"load-messages-before": "avant le {{date}}",
|
||||
"load-more-messages": "↓ Récupérer plus de messages",
|
||||
"loading": "Chargement...",
|
||||
"local-notifications": "Notifications locales",
|
||||
"lock-app-with": "Verrouiller l'application avec",
|
||||
"log-level": "Niveau de journal",
|
||||
"log-level-settings": "Paramètres de niveau de journal",
|
||||
|
@ -725,6 +755,7 @@
|
|||
"mail-should-be-configured": "Le client e-mail doit être configuré",
|
||||
"mailserver-address": "Adresse du serveur de messagerie",
|
||||
"mailserver-automatic": "Sélection automatique",
|
||||
"mailserver-automatic-switch-explanation": "Choisissez le nœud d'historique le plus rapide disponible",
|
||||
"mailserver-connection-error": "Impossible de se connecter au serveur de messagerie",
|
||||
"mailserver-content": "Un nœud dans le réseau Status qui dirige et stocke les messages pour une durée maximale de 30 jours.",
|
||||
"mailserver-details": "Détails du serveur de messagerie",
|
||||
|
@ -793,6 +824,7 @@
|
|||
"mute": "mode silencieux",
|
||||
"my-accounts": "Mes comptes",
|
||||
"my-accounts-empty": "Vos comptes disponibles apparaîtront ici",
|
||||
"my-status": "Mon statut",
|
||||
"name": "Nom",
|
||||
"name-of-token": "Le nom de votre jeton",
|
||||
"name-optional": "Nom ( optionnel )",
|
||||
|
@ -817,6 +849,7 @@
|
|||
"new-network": "Nouveau réseau",
|
||||
"new-pin-description": "Entrez le nouveau code PIN à 6 chiffres",
|
||||
"new-public-group-chat": "Rejoindre le chat public",
|
||||
"new-status": "Nouveau statut",
|
||||
"next": "Suivant",
|
||||
"nickname": "Pseudo",
|
||||
"nickname-description": "Les pseudos aident à identifier les autres membres dans Status. Vous êtes le seul à seul voir vos pseudos",
|
||||
|
@ -843,12 +876,16 @@
|
|||
"notifications-preferences": "Préférences de notification",
|
||||
"notifications-servers": "Serveurs de notification",
|
||||
"notifications-switch": "Afficher les notifications",
|
||||
"notifications-transactions": "Transactions dans le portefeuille",
|
||||
"notify": "Notifier",
|
||||
"now": "Maintenant",
|
||||
"off": "Désactivé",
|
||||
"off-status-tree": "Arbre Status désactivé",
|
||||
"offline": "Hors ligne",
|
||||
"offline-messaging": "Serveur de messagerie",
|
||||
"offline-messaging-settings": "Paramètres du serveur de messagerie",
|
||||
"offline-messaging-settings": "Nœuds d'historiques",
|
||||
"offline-messaging-use-history-explanation": "Activez les nœuds d'historique pour récupérer les messages envoyés quand l'application était fermée. Lorsqu'il est activé, un nœud d'historique obtient votre adresse IP. Lorsqu'il est désactivé, vous ne recevrez pas de messages si l'application est fermée et vous ne les verrez pas lors de l'ouverture ultérieure de l'application.",
|
||||
"offline-messaging-use-history-nodes": "Utiliser les nœuds d'historique",
|
||||
"ok": "OK",
|
||||
"ok-continue": "D'accord, continuez",
|
||||
"ok-got-it": "OK, j'ai compris",
|
||||
|
@ -856,6 +893,7 @@
|
|||
"okay": "D'accord",
|
||||
"on": "Sur",
|
||||
"on-status-tree": "Sur l'arbre Status",
|
||||
"once-enabled-share-metadata": "Une fois activés, les liens publiés dans le chat peuvent partager vos métadonnées avec le site",
|
||||
"open": "Ouvrir",
|
||||
"open-dapp": "Ouvrir ÐApp",
|
||||
"open-dapp-store": "Découvrir les ÐApps",
|
||||
|
@ -916,6 +954,7 @@
|
|||
"pin-retries-left": "Il vous reste {{number}} tentatives",
|
||||
"preference": "Préférence",
|
||||
"preview-privacy": "Aperçu du mode de confidentialité",
|
||||
"previewing-may-share-metadata": "Prévisualiser les liens de ces sites internet peut partager vos métadonnées avec leurs propriétaires",
|
||||
"privacy": "Confidentialité",
|
||||
"privacy-and-security": "Confidentialité et sécurité",
|
||||
"privacy-policy": "Politique de confidentialité",
|
||||
|
@ -938,8 +977,14 @@
|
|||
"puk-code": "Code PUK",
|
||||
"puk-code-explanation": "Si vous oubliez votre code PIN à 6 chiffres ou si vous le saisissez 3 fois de manière incorrecte, vous aurez besoin de ce code pour déverrouiller votre carte.",
|
||||
"puk-mismatch": "Le code PUK ne correspond pas",
|
||||
"push-failed-transaction": "Votre transaction a échoué",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} à {{to}}",
|
||||
"push-inbound-transaction": "Vous avez reçu {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "De {{from}} au {{to}}",
|
||||
"push-notifications-server-enabled": "Serveur activé",
|
||||
"push-notifications-servers": "serveurs de notifications push",
|
||||
"push-outbound-transaction": "Vous avez envoyé {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "De {{from}} au {{to}}",
|
||||
"quiet-days": "{{quiet-days}} jours",
|
||||
"quiet-hours": "{{quiet-hours}} heures",
|
||||
"re-encrypt-key": "Crypter à nouveau votre clé",
|
||||
|
@ -1017,7 +1062,6 @@
|
|||
"send-logs": "Signaler un bug",
|
||||
"send-logs-to": "Signaler un bogue à {{email}}",
|
||||
"send-message": "Envoyer un message",
|
||||
"send-push-notifications": "Envoyer les notifications push",
|
||||
"send-push-notifications-description": "En cas de désactivation, la personne qui reçoit vos messages ne sera pas avertie de leur réception",
|
||||
"send-request": "Envoyer une requête",
|
||||
"send-request-amount": "Montant",
|
||||
|
@ -1087,6 +1131,9 @@
|
|||
"status-pending": "En attente",
|
||||
"status-sent": "Envoyé",
|
||||
"status-tx-not-found": "TX non trouvé",
|
||||
"status-updates-descr": "Les mises à jour de statut s’affichent ici. Ajoutez le profil à vos contacts pour recevoir les mises à jour sur votre journal.",
|
||||
"statuses-descr": "Partagez vos idées et restez à jour avec vos contacts",
|
||||
"statuses-my-status-descr": "Partagez vos idées. Toute personne visitant votre profil pourra voir votre statut. Les personnes qui vous ajoutent comme contact recevront vos mises à jour sur leur chronologie",
|
||||
"step-i-of-n": "Étape {{step}} de {{number}}",
|
||||
"sticker-market": "Marché des autocollants",
|
||||
"storage": "Stockage",
|
||||
|
@ -1110,6 +1157,7 @@
|
|||
"this-will-take-few-seconds": "Cela prendra quelques secondes",
|
||||
"three-words-description": "Vous devriez voir ces trois mots avant de signer chaque transaction",
|
||||
"three-words-description-2": "Si vous voyez une combinaison différente, annulez la transaction et déconnectez-vous.",
|
||||
"timeline": "Chronologie",
|
||||
"to": "À",
|
||||
"to-block": "Bloc",
|
||||
"to-enable-biometric": "Pour activer {{bio-type-label}} , vous devez enregistrer votre mot de passe sur l'écran de déverrouillage.",
|
||||
|
@ -1177,9 +1225,11 @@
|
|||
"type-a-message": "Message",
|
||||
"ulc-enabled": "ULC activé",
|
||||
"unable-to-read-this-code": "Impossible de lire ce code",
|
||||
"unblock": "Débloquer",
|
||||
"unblock-contact": "Débloquer le contact",
|
||||
"unknown-status-go-error": "Erreur inconnue status-go",
|
||||
"unlock": "Déverrouiller",
|
||||
"unmute": "Réactiver",
|
||||
"unpair-card": "Dissocier la carte",
|
||||
"unpair-card-confirmation": "Cette opération va dissocier la carte du périphérique actuel. Nécessite une autorisation par code PIN. Voulez-vous poursuivre?",
|
||||
"unpaired-keycard-text": "La Carte d'accès que vous avez tapée n'est pas associée à ce téléphone",
|
||||
|
@ -1235,12 +1285,14 @@
|
|||
"warning-sending-to-contract-descr": "L'adresse que vous avez saisie est un contrat intelligent, l'envoi de fonds à cette adresse peut entraîner une perte de fonds. Pour interagir avec un DApp, ouvrez le DApp dans le navigateur Status DApp.",
|
||||
"watch-only": "Compte de veille uniquement",
|
||||
"web-view-error": "Impossible de charger la page",
|
||||
"websites": "Sites internet",
|
||||
"webview-camera-permission-requests": "Demandes d'autorisation de la caméra en Webview",
|
||||
"webview-camera-permission-requests-subtitle": "Lorsqu'ils sont activés, les sites Web et les Dapps peuvent faire une demande d'utilisation de votre caméra",
|
||||
"welcome-blank-message": "Vos discussions apparaîtront ici. Pour démarrer une nouvelle discussion, appuyez sur la touche ⊕",
|
||||
"welcome-screen-text": "Configurez votre portefeuille, invitez vos amis à chatter\n et parcourez les dapps populaires !",
|
||||
"welcome-to-status": "Bienvenue sur Status",
|
||||
"welcome-to-status-description": "Configurez votre portefeuille crypto, invitez vos amis à discuter et parcourez les applications décentralisées",
|
||||
"whats-on-your-mind": "À quoi pensez-vous ?",
|
||||
"word-count": "Nombre de mots",
|
||||
"word-n": "Mot # {{number}}",
|
||||
"word-n-description": "Afin de vérifier si vous avez correctement sauvegardé votre phrase de récupération, entrez le mot #{{number}} ci-dessus.",
|
||||
|
@ -1264,6 +1316,7 @@
|
|||
"you-are-all-set": "Vous êtes prêts !",
|
||||
"you-are-all-set-description": "Si vous perdez votre téléphone, vous pouvez maintenant accéder à vos fonds et à votre clé de chat en utilisant votre expression de semences",
|
||||
"you-can-change-account": "Vous pouvez changer le nom du compte et la couleur à votre guise",
|
||||
"you-can-choose-preview-websites": "Vous pouvez choisir lequel des sites internet suivants peut prévisualiser le lien des descriptions et des images dans les chats",
|
||||
"you-dont-have-contacts": "Pas encore de contacts",
|
||||
"you-dont-have-stickers": "Vous n'avez pas encore de stickers",
|
||||
"you-will-need-this-code": "Vous aurez besoin de ce code pour ouvrir Status et signer des transactions.",
|
||||
|
@ -1275,4 +1328,4 @@
|
|||
"your-keys": "Vos clés",
|
||||
"your-recovery-phrase": "Votre phrase de récupération",
|
||||
"your-recovery-phrase-description": "Ceci est votre phrase de récupération. Vous l'utilisez pour prouver qu'il s'agit de votre portefeuille. Vous ne le voyez qu'une fois! Ecrivez-le sur du papier et conservez-le dans un endroit sûr. Vous en aurez besoin si vous perdez ou réinstallez votre portefeuille."
|
||||
}
|
||||
}
|
|
@ -934,6 +934,7 @@
|
|||
"puk-code": "Kode PUK",
|
||||
"puk-code-explanation": "Jika Anda lupa kode sandi 6 digit atau salah memasukkan kode 3 kali, Anda perlu kode ini untuk membuka kunci kartu Anda.",
|
||||
"puk-mismatch": "Kode PUK salah",
|
||||
"push-failed-transaction-body": "Transaksi gagal",
|
||||
"push-notifications-server-enabled": "Server diaktifkan",
|
||||
"push-notifications-servers": "Server pemberitahuan push",
|
||||
"quiet-days": "{{quiet-days}} hari",
|
||||
|
@ -1013,7 +1014,6 @@
|
|||
"send-logs": "Laporkan bug",
|
||||
"send-logs-to": "Laporkan bug ke {{email}}",
|
||||
"send-message": "Mengirim pesan",
|
||||
"send-push-notifications": "Kirim pemberitahuan push",
|
||||
"send-push-notifications-description": "Jika dinonaktifkan, orang yang menerima pesan Anda tidak akan diberi tahu tentang kedatangannya",
|
||||
"send-request": "Kirim permintaan",
|
||||
"send-request-amount": "Jumlah",
|
||||
|
@ -1270,4 +1270,4 @@
|
|||
"your-keys": "Kunci Anda",
|
||||
"your-recovery-phrase": "Frase seed Anda",
|
||||
"your-recovery-phrase-description": "Ini adalah frase awal Anda. Anda menggunakannya untuk membuktikan bahwa ini adalah dompet Anda. Anda hanya bisa melihatnya sekali! Tulis di atas kertas dan simpan di tempat yang aman. Anda akan membutuhkannya jika Anda kehilangan atau menginstal ulang dompet Anda."
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Sconosciuto",
|
||||
"add": "Aggiungi",
|
||||
"add-a-watch-account": "Aggiungi un indirizzo di sola lettura",
|
||||
"add-account": "Aggiungi account",
|
||||
"add-account": "Aggiungi un account",
|
||||
"add-account-description": "Puoi importare qualsiasi tipo di account Ethereum per aggiungerlo al tuo portafoglio Status.",
|
||||
"add-account-incorrect-password": "La password sembra essere errata. Inserisci la password che usi per sbloccare l'app.",
|
||||
"add-an-account": "Aggiungi un account",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Annullare la configurazione della Keycard",
|
||||
"cannot-read-card": "Non riesco a leggere la carta.\nPer favore, tienilo sul retro del telefono.",
|
||||
"cannot-use-default-pin": "Il codice di accesso 000000 non è consentito.\nSi prega di utilizzare un altro numero",
|
||||
"cant-open-public-chat": "Impossibile aprire la chat pubblica",
|
||||
"cant-report-bug": "Impossibile segnalare un bug",
|
||||
"card-is-blank": "Questa carta è vuota",
|
||||
"card-reseted": "La carta è stata resettata",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Chiave chat",
|
||||
"chat-key-content": "I messaggi sul protocollo Status vengono inviati e ricevuti tramite chiavi di cifratura. La chiave di chat pubblica è una stringa di caratteri che condividete con gli altri in modo che possano inviarvi messaggi.",
|
||||
"chat-key-title": "Chiave di chat",
|
||||
"chat-link-previews": "Anteprime dei link della chat",
|
||||
"chat-name": "Nome chat",
|
||||
"chat-name-content": "Tre parole casuali, derivate algoritmicamente dalla chiave della chat e utilizzate come alias predefinito nella chat. I nomi delle chat sono unici; nessun altro utente può avere le stesse tre parole.",
|
||||
"chat-name-title": "Nome della chat",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "contatti"
|
||||
},
|
||||
"contacts": "Contatti",
|
||||
"contacts-descr": "I tuoi contatti appariranno qui. Riceverai aggiornamenti di stato da chiunque aggiungerai come contatto",
|
||||
"contacts-empty": "I contatti con nomi ENS verranno visualizzati qui",
|
||||
"continue": "Continua",
|
||||
"continue-anyway": "Continua comunque",
|
||||
|
@ -321,22 +324,39 @@
|
|||
"data-syncing": "Sincronizzazione in corso",
|
||||
"datetime-ago": "fa",
|
||||
"datetime-ago-format": "{{number}}{{time-intervals}}{{ago}}",
|
||||
"datetime-ago-format-short": "{{number}} {{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "giorno",
|
||||
"other": "giorni"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "G",
|
||||
"other": "GG"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "ora",
|
||||
"other": "ore"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "O",
|
||||
"other": "O"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "minuto",
|
||||
"other": "minuti"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "M",
|
||||
"other": "M"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "secondo",
|
||||
"other": "secondi"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "S",
|
||||
"other": "S"
|
||||
},
|
||||
"datetime-today": "oggi",
|
||||
"datetime-yesterday": "Ieri",
|
||||
"decimals": "Decimali",
|
||||
|
@ -376,6 +396,7 @@
|
|||
"discover": "Scopri",
|
||||
"dismiss": "Chiudi",
|
||||
"done": "Fatto",
|
||||
"dont-ask": "Non chiedermelo più",
|
||||
"edit": "Modifica",
|
||||
"edit-group": "Modifica gruppo",
|
||||
"edit-profile": "Modifica Profilo",
|
||||
|
@ -385,6 +406,8 @@
|
|||
"empty-chat-description-public-share-this": "condividi questa chat.",
|
||||
"empty-pending-invitations-descr": "Le persone che desiderano unirsi al gruppo\ntramite un link di invito appariranno qui",
|
||||
"enable": "Abilitare",
|
||||
"enable-all": "Abilita tutto",
|
||||
"enable-link-previews": "Abilitare le anteprime dei collegamenti nella chat?",
|
||||
"encrypt-with-password": "Codifica con la tua password",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Aggiungi nome utente",
|
||||
|
@ -492,6 +515,7 @@
|
|||
"ethereum-node-started-incorrectly-title": "Il nodo Ethereum è stato avviato in modo errato",
|
||||
"etherscan-lookup": "Guarda su Etherscan",
|
||||
"export-account": "Esporta account",
|
||||
"external-storage-denied": "L'accesso alla memoria esterna è negato",
|
||||
"failed": "Fallita",
|
||||
"faq": "Domande frequenti",
|
||||
"favourites": "Preferiti",
|
||||
|
@ -549,6 +573,7 @@
|
|||
"hide-content-when-switching-apps": "Blocco degli screenshot",
|
||||
"hide-content-when-switching-apps-ios": "Nascondi anteprima",
|
||||
"history": "Cronologia",
|
||||
"history-nodes": "Nodi della cronologia",
|
||||
"hold-card": "Tieni la carta sul retro \n del tuo telefono",
|
||||
"home": "Home",
|
||||
"hooks": "Hooks",
|
||||
|
@ -598,6 +623,7 @@
|
|||
"invalid-key-content": "Il database non può essere crittografato perché il file è danneggiato. I tuoi fondi e le chiavi sono al sicuro. Altri dati, come le tue chat la tua lista di contatti, non possono essere recuperati. Premendo \"{{erase-multiaccounts-data-button-text}}\" tutti i tuoi dati saranno cancellati ma potrai nuovamente accedere ai tuoi fondi e ricominciare a chattare.",
|
||||
"invalid-number": "Numero non valido",
|
||||
"invalid-pairing-password": "Password di associazione non valida",
|
||||
"invalid-public-chat-topic": "Argomento della chat pubblica non valido",
|
||||
"invalid-range": "Formato non valido, deve essere compreso tra {{min}} e {{max}}",
|
||||
"invite-button": "Invita",
|
||||
"invite-chat-accept": "Accetta",
|
||||
|
@ -710,6 +736,7 @@
|
|||
"load-messages-before": "prima di {{date}}",
|
||||
"load-more-messages": "↓ Recuperare altri messaggi",
|
||||
"loading": "Caricamento in corso...",
|
||||
"local-notifications": "Notifiche locali",
|
||||
"lock-app-with": "Blocca l'app con",
|
||||
"log-level": "Livello log",
|
||||
"log-level-settings": "Impostazioni livello log",
|
||||
|
@ -725,6 +752,7 @@
|
|||
"mail-should-be-configured": "Il client di posta deve essere configurato",
|
||||
"mailserver-address": "Indirizzo Mailserver",
|
||||
"mailserver-automatic": "Selezione automatica",
|
||||
"mailserver-automatic-switch-explanation": "Scegli il nodo più veloce della cronologia che è disponibile",
|
||||
"mailserver-connection-error": "Impossibile connettersi al mailserver",
|
||||
"mailserver-content": "Un nodo nella rete Status che instrada e archivia i messaggi, per un massimo di 30 giorni.",
|
||||
"mailserver-details": "Dettagli Mailserver",
|
||||
|
@ -793,6 +821,7 @@
|
|||
"mute": "Silenzia notifiche",
|
||||
"my-accounts": "I miei account",
|
||||
"my-accounts-empty": "I tuoi account disponibili verranno visualizzati qui",
|
||||
"my-status": "Il mio stato",
|
||||
"name": "Nome",
|
||||
"name-of-token": "Il nome del tuo token",
|
||||
"name-optional": "Nome (facoltativo)",
|
||||
|
@ -817,6 +846,7 @@
|
|||
"new-network": "Nuova rete",
|
||||
"new-pin-description": "Inserisci un nuovo codice di accesso a 6 cifre",
|
||||
"new-public-group-chat": "Entra in una chat pubblica",
|
||||
"new-status": "Nuovo stato",
|
||||
"next": "Prossimo",
|
||||
"nickname": "Soprannome",
|
||||
"nickname-description": "I soprannomi ti aiutano a identificare gli altri in Status.\nSolo tu puoi vedere i soprannomi che hai usato",
|
||||
|
@ -843,12 +873,16 @@
|
|||
"notifications-preferences": "Preferenze sulle notifiche",
|
||||
"notifications-servers": "Server di notifica",
|
||||
"notifications-switch": "Mostra notifiche",
|
||||
"notifications-transactions": "Transazioni del portafoglio",
|
||||
"notify": "Notifica",
|
||||
"now": "Ora",
|
||||
"off": "Spento",
|
||||
"off-status-tree": "Fuori Status",
|
||||
"offline": "Offline",
|
||||
"offline-messaging": "Mailserver",
|
||||
"offline-messaging-settings": "Impostazioni Mailserver",
|
||||
"offline-messaging-settings": "Nodi della cronologia",
|
||||
"offline-messaging-use-history-explanation": "Abilita i nodi della cronologia per recuperare i messaggi inviati mentre l'app era chiusa. Quando abilitato, un nodo della cronologia ottiene il tuo indirizzo IP. Quando disabilitato non riceverai messaggi quando l'app è chiusa e non li vedrai quando apri l'app in seguito.",
|
||||
"offline-messaging-use-history-nodes": "Usa i nodi della cronologia",
|
||||
"ok": "OK",
|
||||
"ok-continue": "Ok, continua",
|
||||
"ok-got-it": "Ok, capito",
|
||||
|
@ -856,6 +890,7 @@
|
|||
"okay": "Va bene",
|
||||
"on": "Su",
|
||||
"on-status-tree": "In Status",
|
||||
"once-enabled-share-metadata": "Una volta abilitati, i link pubblicati nella chat possono condividere i tuoi metadati con il sito",
|
||||
"open": "Apri",
|
||||
"open-dapp": "Apri ÐApp",
|
||||
"open-dapp-store": "Scopri ÐApps",
|
||||
|
@ -916,6 +951,7 @@
|
|||
"pin-retries-left": "{{number}} tentativi rimasti",
|
||||
"preference": "Impostazione",
|
||||
"preview-privacy": "Anteprima modalità privacy",
|
||||
"previewing-may-share-metadata": "La visualizzazione in anteprima dei collegamenti da questi siti Web potrebbe condividere i metadati con i loro proprietari",
|
||||
"privacy": "Privacy",
|
||||
"privacy-and-security": "Privacy e sicurezza",
|
||||
"privacy-policy": "Informativa sulla privacy",
|
||||
|
@ -938,8 +974,14 @@
|
|||
"puk-code": "Codice PUK",
|
||||
"puk-code-explanation": "Se dimentichi il tuo codice di accesso a 6 cifre o lo inserisci in modo errato per 3 volte, avrai bisogno di questo codice per sbloccare la tua carta.",
|
||||
"puk-mismatch": "Codice PUK errato",
|
||||
"push-failed-transaction": "La tua transazione non è andata a buon fine",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} a {{to}}",
|
||||
"push-inbound-transaction": "Hai ricevuto {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "Da {{from}} a {{to}}",
|
||||
"push-notifications-server-enabled": "Server abilitato",
|
||||
"push-notifications-servers": "Invia notifiche push",
|
||||
"push-outbound-transaction": "Hai inviato {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "Da {{from}} a {{to}}",
|
||||
"quiet-days": "{{quiet-days}} giorni",
|
||||
"quiet-hours": "{{quiet-hours}} ore",
|
||||
"re-encrypt-key": "Cripta nuovamente la tue chiavi",
|
||||
|
@ -1017,7 +1059,6 @@
|
|||
"send-logs": "Segnala un bug",
|
||||
"send-logs-to": "Segnala un bug a {{email}}",
|
||||
"send-message": "Invia messaggio",
|
||||
"send-push-notifications": "Invia notifiche push",
|
||||
"send-push-notifications-description": "Quando è disabilitato, la persona che riceve i tuoi messaggi non verrà informata del loro arrivo",
|
||||
"send-request": "Invia richiesta",
|
||||
"send-request-amount": "Importo",
|
||||
|
@ -1087,6 +1128,9 @@
|
|||
"status-pending": "In attesa",
|
||||
"status-sent": "Inviato",
|
||||
"status-tx-not-found": "TX non trovata",
|
||||
"status-updates-descr": "Gli aggiornamenti di Status verranno visualizzati qui. Aggiungi il profilo come contatto per ricevere aggiornamenti sulla tua cronologia.",
|
||||
"statuses-descr": "Condividi quello che stai pensando e rimani aggiornato con i tuoi contatti",
|
||||
"statuses-my-status-descr": "Condividi quello che stai pensando. Chiunque visiti il tuo profilo potrà vedere il tuo stato. Le persone che ti aggiungono come loro contatto riceveranno i tuoi aggiornamenti sulla loro timeline",
|
||||
"step-i-of-n": "Passo {{step}} di {{number}}.",
|
||||
"sticker-market": "Mercato degli sticker",
|
||||
"storage": "Archivio",
|
||||
|
@ -1110,6 +1154,7 @@
|
|||
"this-will-take-few-seconds": "Richiederà alcuni secondi",
|
||||
"three-words-description": "Dovresti vedere queste 3 parole prima di firmare ogni transazione",
|
||||
"three-words-description-2": "Se vedi una combinazione diversa, annulla la transazione ed esci",
|
||||
"timeline": "Timeline",
|
||||
"to": "A",
|
||||
"to-block": "Blocco",
|
||||
"to-enable-biometric": "Per abilitare {{bio-type-label}} , devi salvare la password nella schermata di sblocco",
|
||||
|
@ -1177,9 +1222,11 @@
|
|||
"type-a-message": "Scrivi un messaggio...",
|
||||
"ulc-enabled": "ULC abilitato",
|
||||
"unable-to-read-this-code": "Impossibile leggere questo codice",
|
||||
"unblock": "Sblocca",
|
||||
"unblock-contact": "Sblocca questo utente",
|
||||
"unknown-status-go-error": "Errore di status-go sconosciuto",
|
||||
"unlock": "Sblocca",
|
||||
"unmute": "Riattiva",
|
||||
"unpair-card": "Dissocia carta",
|
||||
"unpair-card-confirmation": "Questa operazione disaccoppierà la scheda dal dispositivo corrente. Richiede l'autorizzazione tramite il codice di accesso a 6 cifre. Vuoi procedere?",
|
||||
"unpaired-keycard-text": "La Keycard che hai usato non è associata a questo telefono",
|
||||
|
@ -1235,12 +1282,14 @@
|
|||
"warning-sending-to-contract-descr": "L'indirizzo che hai inserito è quello di un contratto intelligente, l'invio di fondi a questo indirizzo potrebbe comportare la perdita di fondi. Per interagire con una DApp, apri la DApp nella DApp Browser di Status.",
|
||||
"watch-only": "sola lettura",
|
||||
"web-view-error": "Impossibile caricare la pagina",
|
||||
"websites": "Siti web",
|
||||
"webview-camera-permission-requests": "Richieste di autorizzazione della fotocamera in WebView",
|
||||
"webview-camera-permission-requests-subtitle": "Quando è abilitata, i siti web e le dapps possono chiedere di utilizzare la tua fotocamera",
|
||||
"welcome-blank-message": "Le tue chat appariranno qui. Per iniziare nuove chat, premi il tasto ⊕",
|
||||
"welcome-screen-text": "Configura il tuo portafoglio, invita gli amici a chattare\n ed a sfogliare app popolari!",
|
||||
"welcome-to-status": "Benvenuto in Status!",
|
||||
"welcome-to-status-description": "Configura il tuo portafoglio, invita gli amici a chattare\n ed a sfogliare app decentralizzate!",
|
||||
"whats-on-your-mind": "Cos'hai in mente…",
|
||||
"word-count": "Conteggio parole",
|
||||
"word-n": "Parola # {{number}}",
|
||||
"word-n-description": "Per verificare se è stato eseguito correttamente il backup della frase di recupero, immettere la parola # {{number}} sopra.",
|
||||
|
@ -1264,6 +1313,7 @@
|
|||
"you-are-all-set": "È tutto pronto!",
|
||||
"you-are-all-set-description": "Se perdi il telefono, usando la frase di recupero puoi ripristinare le chiavi e riavere accesso ai tuoi fondi e alle tue chat",
|
||||
"you-can-change-account": "È possibile modificare il nome e il colore dell'account in base alle proprie esigenze",
|
||||
"you-can-choose-preview-websites": "Puoi scegliere quale dei seguenti siti web può visualizzare in anteprima i link delle descrizioni e delle immagini nelle chat",
|
||||
"you-dont-have-contacts": "Non hai ancora alcun contatto.",
|
||||
"you-dont-have-stickers": "Non hai ancora nessun adesivo.",
|
||||
"you-will-need-this-code": "Avrai bisogno di questo codice per aprire Status e firmare le transazioni",
|
||||
|
@ -1275,4 +1325,4 @@
|
|||
"your-keys": "Le tue chiavi",
|
||||
"your-recovery-phrase": "La tua frase di recupero",
|
||||
"your-recovery-phrase-description": "Questa è la tua frase di recupero. La usi per dimostrare che questo è il tuo portafoglio. Puoi vederlo solo una volta! Scrivilo su carta e conservalo in un luogo sicuro. Ne avrai bisogno se perdi o reinstalli il tuo portafoglio."
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -106,7 +106,7 @@
|
|||
"biometric-touchid": "터치 ID",
|
||||
"blank-keycard-text": "키와 이름을 생성하면 키카드로 계속 진행할 수 있습니다.",
|
||||
"blank-keycard-title": "비어있는 키카드를\n사용하셨습니다",
|
||||
"block": "블록",
|
||||
"block": "차단",
|
||||
"block-contact": "사용자 차단",
|
||||
"block-contact-details": "차단 기능은 해당 사용자의 이전 메시지를 모두 삭제하고, 새 메시지가 귀하에게 전송되지 못하도록 합니다",
|
||||
"blocked-users": "차단된 사용자",
|
||||
|
@ -136,6 +136,7 @@
|
|||
"cancel-keycard-setup": "키카드 설정 취소",
|
||||
"cannot-read-card": "카드를 읽을 수 없습니다. \n휴대 전화 뒷면에 위치해주세요",
|
||||
"cannot-use-default-pin": "비밀번호 000000은 허용되지 않습니다. \n다른 번호를 사용해주세요",
|
||||
"cant-open-public-chat": "오픈채팅을 열 수 없습니다",
|
||||
"cant-report-bug": "버그를 리포트할 수 없습니다",
|
||||
"card-is-blank": "카드가 비어 있습니다",
|
||||
"card-reseted": "카드가 재설정되었습니다",
|
||||
|
@ -152,12 +153,13 @@
|
|||
"chaos-unicorn-day": "카오스 유니콘 데이",
|
||||
"chaos-unicorn-day-details": "🦄🦄🦄🦄🦄🦄🦄🚀!",
|
||||
"chat": "채팅",
|
||||
"chat-and-transact": "검열과 감시 없는 자유로운 채팅과 거래를 시작하세요",
|
||||
"chat-and-transact": "검열과 감시 없는 안전한 채팅과 거래를 시작해보세요",
|
||||
"chat-is-a-contact": "연락처에 등록됨",
|
||||
"chat-is-not-a-contact": "연락처에 없음",
|
||||
"chat-key": "채팅 키",
|
||||
"chat-key-content": "스테이터스 채팅 프로토콜의 메시지는 암호화 키를 활용하여 메시지를 주고 받습니다. 공개 채팅 키는 다른 사람들과 메시지를 주고 받기 위해 공유되는 문자열을 의미합니다.",
|
||||
"chat-key-title": "채팅 키",
|
||||
"chat-link-previews": "채팅 링크 미리보기",
|
||||
"chat-name": "대화명",
|
||||
"chat-name-content": "무작위로 선택된 3 단어로, 여러분의 채팅 키를 특수한 알고리즘에 대입하여 산출하며, 채팅의 기본 닉네임으로 표시됩니다. 채팅 이름은 완전히 고유의 값으로, 다른 유저들과 채팅 이름이 중복될 수 없습니다.",
|
||||
"chat-name-title": "채팅 이름",
|
||||
|
@ -199,6 +201,7 @@
|
|||
"other": "연락처"
|
||||
},
|
||||
"contacts": "연락처",
|
||||
"contacts-descr": "연락처가 여기에 표시됩니다. 연락처로 추가 한 모든 사람들의 상태 업데이트를 받게됩니다.",
|
||||
"contacts-empty": "ENS 이름을 보유한 연락처가 여기에 표시됩니다",
|
||||
"continue": "계속",
|
||||
"continue-anyway": "계속 진행",
|
||||
|
@ -319,24 +322,38 @@
|
|||
"data-syncing": "데이터 동기화",
|
||||
"datetime-ago": "전",
|
||||
"datetime-ago-format": "{{number}}{{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"other": "일"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"other": "일"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"other": "시"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"other": "시간"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"other": "분"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"other": "분"
|
||||
},
|
||||
"datetime-second": {
|
||||
"other": "초"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"other": "초"
|
||||
},
|
||||
"datetime-today": "오늘",
|
||||
"datetime-yesterday": "어제",
|
||||
"decimals": "소수점 (Decimals)",
|
||||
"decline": "거절",
|
||||
"decryption-failed-content": "데이터를 복호화 하는 중에 오류가 발생했습니다. 오래된 데이터를 삭제하고 새로운 계정을 생성해야 합니다. \"적용\"으로 기존 데이터를 지우거나 \"취소\"로 다시 시도해주세요.",
|
||||
"default": "기본 설정",
|
||||
"default-assets": "기본 ERC20 및 ERC721",
|
||||
"delete": "삭제",
|
||||
"delete-account": "계정 삭제",
|
||||
"delete-and-leave-group": "그룹 삭제 및 탈퇴",
|
||||
|
@ -370,6 +387,7 @@
|
|||
"discover": "찾아보기",
|
||||
"dismiss": "무시",
|
||||
"done": "완료",
|
||||
"dont-ask": "다시 묻지 않기",
|
||||
"edit": "편집",
|
||||
"edit-group": "그룹 편집",
|
||||
"edit-profile": "프로필 편집",
|
||||
|
@ -379,6 +397,8 @@
|
|||
"empty-chat-description-public-share-this": "채팅을 공유하세요.",
|
||||
"empty-pending-invitations-descr": "초대 링크를 통해 그룹에 가입하고 싶은 사용자들이\n여기에 표시됩니다",
|
||||
"enable": "사용",
|
||||
"enable-all": "활성화",
|
||||
"enable-link-previews": "링크 미리보기를 활상화 할까요?",
|
||||
"encrypt-with-password": "비밀번호로 암호화",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "사용자 이름 추가",
|
||||
|
@ -482,10 +502,13 @@
|
|||
"error-unable-to-get-token-balance": "토큰 잔액을 가져올 수 없습니다",
|
||||
"errors": "오류",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "이더리움 계정",
|
||||
"ethereum-address": "이더리움 주소",
|
||||
"ethereum-node-started-incorrectly-description": "Ethereum 노드가 잘못된 구성으로 시작되어, 어플리케이션이 중지되고 해당 상태에서 복구됩니다. 구성된 네트워크 ID = {{network-id}} , 실제 ID = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "이더리움 노드가 잘못 시작되었습니다",
|
||||
"etherscan-lookup": "Etherscan에서 보기",
|
||||
"export-account": "계정정보 내보내기",
|
||||
"external-storage-denied": "외부 저장소에 대한 액세스가 거부되었습니다",
|
||||
"failed": "실패",
|
||||
"faq": "자주 묻는 질문",
|
||||
"favourites": "즐겨 찾기",
|
||||
|
@ -498,7 +521,7 @@
|
|||
"fleet-settings": "플릿(Fleet) 서버 설정",
|
||||
"follow-your-interests": "오픈채팅에서 새로운 사람들을 만나보세요",
|
||||
"free": "↓ 무료",
|
||||
"from": "보내는 분",
|
||||
"from": "보내는 주소",
|
||||
"gas-limit": "가스 한도",
|
||||
"gas-price": "가스 가격",
|
||||
"gas-used": "가스 사용량",
|
||||
|
@ -512,7 +535,7 @@
|
|||
"generating-keys": "키 생성 중 ...",
|
||||
"generating-mnemonic": "시드 구문 생성",
|
||||
"get-started": "시작",
|
||||
"get-status-at": "Http:\/\/status.im 에서 스테이터스를 만나보세요",
|
||||
"get-status-at": "http:\/\/status.im 에서 스테이터스를 만나보세요",
|
||||
"get-stickers": "이모티콘 가져오기",
|
||||
"give-permissions-camera": "카메라 접근 \n권한 허용",
|
||||
"glossary": "용어 사전",
|
||||
|
@ -593,6 +616,7 @@
|
|||
"invalid-key-content": "파일이 손성되어 데이터베이스를 암호화할 수 없습니다. 여러분의 자산과 채팅 키는 안전합니다. 하지만 채팅과 연락처와 같은 데이터는 복구될 수 없습니다. \"{{erase-multiaccounts-data-button-text}}\"으로 계정 복구에 필요한 데이터를 삭제하고, 기존의 자산과 채팅 키에 접근합니다.",
|
||||
"invalid-number": "잘못된 숫자",
|
||||
"invalid-pairing-password": "잘못된 페어링 비밀번호",
|
||||
"invalid-public-chat-topic": "잘못된 오픈채팅 주제",
|
||||
"invalid-range": "잘못된 형식, {{min}} ~ {{max}} 사이 여야합니다",
|
||||
"invite-button": "초대",
|
||||
"invite-chat-accept": "수락",
|
||||
|
@ -705,6 +729,7 @@
|
|||
"load-messages-before": "{{date}} 전",
|
||||
"load-more-messages": "↓ 메시지 더 가져 오기",
|
||||
"loading": "로딩 중...",
|
||||
"local-notifications": "알림",
|
||||
"lock-app-with": "앱 잠금 수단",
|
||||
"log-level": "로그 수준",
|
||||
"log-level-settings": "로그 수준 설정",
|
||||
|
@ -787,6 +812,7 @@
|
|||
"mute": "메시지 및 알림 끄기",
|
||||
"my-accounts": "내 계정",
|
||||
"my-accounts-empty": "사용 가능한 계정이 여기에 표시됩니다",
|
||||
"my-status": "내 상태",
|
||||
"name": "이름",
|
||||
"name-of-token": "토큰 이름",
|
||||
"name-optional": "이름 (선택)",
|
||||
|
@ -811,6 +837,7 @@
|
|||
"new-network": "새 네트워크",
|
||||
"new-pin-description": "6자리 새 비밀번호 입력",
|
||||
"new-public-group-chat": "오픈채팅 참여하기",
|
||||
"new-status": "새 상태",
|
||||
"next": "다음",
|
||||
"nickname": "닉네임",
|
||||
"nickname-description": "닉네임은 스테이터스에서 다른 사용자를 식별하는데 사용됩니다.\n설정한 닉네임은 나만 볼 수 있습니다",
|
||||
|
@ -837,7 +864,9 @@
|
|||
"notifications-preferences": "알림 설정",
|
||||
"notifications-servers": "알림 서버",
|
||||
"notifications-switch": "알림 표시",
|
||||
"notifications-transactions": "지갑 트랜잭션",
|
||||
"notify": "알림",
|
||||
"now": "지금",
|
||||
"off": "끄기",
|
||||
"off-status-tree": "스테이터스 트리 아님",
|
||||
"offline": "오프라인",
|
||||
|
@ -852,6 +881,7 @@
|
|||
"okay": "예",
|
||||
"on": "위에",
|
||||
"on-status-tree": "스테이터스 트리 계정",
|
||||
"once-enabled-share-metadata": "미리보기를 활성화하면, 여러분의 메타 데이터가 웹사이트와 공유될 수 있습니다",
|
||||
"open": "열기",
|
||||
"open-dapp": "디앱 브라우저",
|
||||
"open-dapp-store": "Discover DApps",
|
||||
|
@ -912,6 +942,7 @@
|
|||
"pin-retries-left": "{{number}}번 더 재시도 할 수 있습니다.",
|
||||
"preference": "설정",
|
||||
"preview-privacy": "미리보기 방지 모드",
|
||||
"previewing-may-share-metadata": "미리보기를 활용하면 여러분의 메타 데이터가 해당 웹사이트와 공유될 수 있습니다",
|
||||
"privacy": "개인 정보",
|
||||
"privacy-and-security": "개인 정보 및 보안",
|
||||
"privacy-policy": "개인 정보 보호 정책",
|
||||
|
@ -934,14 +965,20 @@
|
|||
"puk-code": "PUK 코드",
|
||||
"puk-code-explanation": "6자리 비밀번호를 잊어버리거나 코드를 3회 잘못 입력하게 되면, 이 코드를 통해 카드 계정 잠금을 해제할 수 있습니다.",
|
||||
"puk-mismatch": "PUK 코드가 일치하지 않습니다",
|
||||
"push-failed-transaction": "트랜잭션이 실패했습니다",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} - {{to}}",
|
||||
"push-inbound-transaction": "{{value}} {{currency}}를 받았습니다",
|
||||
"push-inbound-transaction-body": "{{from}} 에서 {{to}}",
|
||||
"push-notifications-server-enabled": "서버 활성화",
|
||||
"push-notifications-servers": "푸시 알림 서버",
|
||||
"push-outbound-transaction": "{{value}} {{currency}}를 보냈습니다",
|
||||
"push-outbound-transaction-body": "{{from}} 에서 {{to}}",
|
||||
"quiet-days": "{{quiet-days}} 일",
|
||||
"quiet-hours": "{{quiet-hours}} 시간",
|
||||
"re-encrypt-key": "키 재암호화",
|
||||
"receive": "입금하기",
|
||||
"receive-transaction": "입금",
|
||||
"recent": "최근 접속",
|
||||
"recent": "최근",
|
||||
"recent-empty": "최근에 사용한 주소가 여기에 표시됩니다",
|
||||
"recent-recipients": "연락처",
|
||||
"recently-used-stickers": "최근 사용한 이모티콘이 여기에 나타납니다",
|
||||
|
@ -1013,14 +1050,13 @@
|
|||
"send-logs": "로그 보내기",
|
||||
"send-logs-to": "{{email}}에 버그 신고",
|
||||
"send-message": "메시지 보내기",
|
||||
"send-push-notifications": "푸시 알림 보내기",
|
||||
"send-push-notifications-description": "비활성화되면, 메시지를 받는 사람에게 알림이 표시되지 않습니다",
|
||||
"send-request": "요청 전송",
|
||||
"send-request-amount": "수량",
|
||||
"send-request-amount-max-decimals": "최대 소수점 자릿수는 {{asset-decimals}}입니다.",
|
||||
"send-request-unknown-token": "알 수 없는 토큰 - {{asset}}",
|
||||
"send-sending-to": "{{recipient-name}} 수신",
|
||||
"send-transaction": "송금하기",
|
||||
"send-transaction": "트랜잭션 보내기",
|
||||
"sending": "보내기",
|
||||
"sent-at": "보낸 시각 :",
|
||||
"server": "서버",
|
||||
|
@ -1083,6 +1119,9 @@
|
|||
"status-pending": "대기 중",
|
||||
"status-sent": "전송됨",
|
||||
"status-tx-not-found": "TX를 찾을 수 없습니다",
|
||||
"status-updates-descr": "상태 업데이트가 여기에 표시됩니다. 타임라인 업데이트를 받으려면 프로필을 연락처로 추가하세요.",
|
||||
"statuses-descr": "여러분의 지인들과 생각을 공유해보세요",
|
||||
"statuses-my-status-descr": "무슨 생각을 하고 계신가요? 여러분의 프로필에 방문하는 모든 사람들은 여러분의 상태 메시지를 확인할 수 있습니다. 여러분을 연락처에 등록한 사람은 여러분의 타임라인 업데이트를 확인할 수 있습니다.",
|
||||
"step-i-of-n": "{{number}}단계 중 {{step}}단계",
|
||||
"sticker-market": "이모티콘 마켓",
|
||||
"storage": "스토리지",
|
||||
|
@ -1106,7 +1145,8 @@
|
|||
"this-will-take-few-seconds": "이 작업은 몇 초가 소요됩니다",
|
||||
"three-words-description": "트랜잭션 서명 전 이 3단어가 표시됩니다",
|
||||
"three-words-description-2": "다른 단어가 표시되면, 거래를 취소하고 로그아웃하세요",
|
||||
"to": "받는 분",
|
||||
"timeline": "타임라인",
|
||||
"to": "받는 주소",
|
||||
"to-block": "차단",
|
||||
"to-enable-biometric": "{{bio-type-label}}를 활성화 하려면, 사용자의 잠금 해제 화면에 비밀번호를 저장해야 합니다.",
|
||||
"to-encrypt-enter-password": "계정을 암호화하려면 비밀번호를 입력해주세요",
|
||||
|
@ -1173,9 +1213,11 @@
|
|||
"type-a-message": "메시지",
|
||||
"ulc-enabled": "ULC 사용",
|
||||
"unable-to-read-this-code": "코드를 읽을 수 없습니다.",
|
||||
"unblock": "차단 해제",
|
||||
"unblock-contact": "사용자 차단 해제",
|
||||
"unknown-status-go-error": "알 수 없는 status-go 오류",
|
||||
"unlock": "잠금 해제",
|
||||
"unmute": "메시지 및 알림 수신",
|
||||
"unpair-card": "카드 페어링 해제",
|
||||
"unpair-card-confirmation": "이 작업은 현재 기기와 페어링을 해제합니다. 인증을 위해서는 6자리 비밀번호가 필요합니다. 계속 하시겠습니까?",
|
||||
"unpaired-keycard-text": "사용한 키카드가 이 디바이스와 연동되어있지 않습니다",
|
||||
|
@ -1219,7 +1261,7 @@
|
|||
"wallet-key-title": "계정 주소",
|
||||
"wallet-manage-assets": "자산 관리",
|
||||
"wallet-request": "요청",
|
||||
"wallet-send": "송금하기",
|
||||
"wallet-send": "보내기",
|
||||
"wallet-send-min-units": "최소 21000 유닛",
|
||||
"wallet-send-min-wei": "최소 1 wei",
|
||||
"wallet-settings": "지갑 설정",
|
||||
|
@ -1231,12 +1273,14 @@
|
|||
"warning-sending-to-contract-descr": "입력하신 주소는 스마트 컨트랙트 주소로, 이 주소로 자산을 보내게 되면 사용자의 자산을 잃게 됩니다. 디앱과 소통하려면, 스테이터스 디앱 브라우저에서 디앱을 열어주세요.",
|
||||
"watch-only": "열람 전용",
|
||||
"web-view-error": "페이지를 로드할 수 없습니다",
|
||||
"websites": "웹사이트",
|
||||
"webview-camera-permission-requests": "웹뷰 카메라 권한 요청",
|
||||
"webview-camera-permission-requests-subtitle": "활성화되면 웹 사이트와 디앱에서 카메라 사용을 요청할 수 있습니다",
|
||||
"welcome-blank-message": "사용자의 채팅 목록이 여기에 표시됩니다. ⊕ 버튼을 눌러 새로운 채팅을 시작해보세요",
|
||||
"welcome-screen-text": "지갑을 세팅하고, 친구와 함께 \n디앱을 브라우징 하세요!",
|
||||
"welcome-to-status": "환영합니다!",
|
||||
"welcome-to-status-description": "암호화폐 지갑을 세팅하고, 친구들을 초대해서 채팅하거나 디앱을 브라우징 해보세요",
|
||||
"whats-on-your-mind": "무엇을 공유하고 싶으신가요?",
|
||||
"word-count": "단어 수",
|
||||
"word-n": "{{number}}번째 단어",
|
||||
"word-n-description": "시드 구문을 정확히 백업했는지 확인하기 위해, {{number}}번째 단어를 입력해주세요.",
|
||||
|
@ -1259,6 +1303,7 @@
|
|||
"you-are-all-set": "설정이 완료되었습니다!",
|
||||
"you-are-all-set-description": "스마트폰을 분실 한 경우, 시드 구문을 사용하여 계정과 자산을 복구 할 수 있습니다.",
|
||||
"you-can-change-account": "계정 이름과 색상을 원하는대로 변경할 수 있습니다",
|
||||
"you-can-choose-preview-websites": "다음 목록에서 채팅 내 링크의 설명 및 이미지 미리보기 기능을 선택적으로 활성화할 수 있습니다.",
|
||||
"you-dont-have-contacts": "아직 연락처가 없습니다.",
|
||||
"you-dont-have-stickers": "아직 이모티콘이 없습니다",
|
||||
"you-will-need-this-code": "스테이터스 및 거래 서명을 위해 이 코드가 필요합니다",
|
||||
|
@ -1270,4 +1315,4 @@
|
|||
"your-keys": "계정 목록",
|
||||
"your-recovery-phrase": "시드 구문",
|
||||
"your-recovery-phrase-description": "위 12단어가 사용자의 시드 구문입니다. 이 구문은 사용자의 지갑을 증명하기 위해 반드시 필요하며, 이번 한번만 확인할 수 있습니다. 지갑을 분실하거나 재설치하는 경우 반드시 필요하므로 안전한 장소에 보관하세요."
|
||||
}
|
||||
}
|
1341
translations/ms.json
1341
translations/ms.json
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Desconhecido",
|
||||
"add": "Adicionar",
|
||||
"add-a-watch-account": "Endereço somente leitura",
|
||||
"add-account": "Adicionar conta ",
|
||||
"add-account": "Adicionar conta",
|
||||
"add-account-description": "Você pode importar qualquer tipo de conta Ethereum para adicioná-lo à sua carteira Status",
|
||||
"add-account-incorrect-password": "A senha parece estar incorreta. Digite a senha que você usa para desbloquear o aplicativo.",
|
||||
"add-an-account": "Adicione uma conta",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Cancelar a configuração do Keycard ",
|
||||
"cannot-read-card": "Não é possível ler o cartão. Por favor, segure-o na parte de trás do seu telefone",
|
||||
"cannot-use-default-pin": "A senha 000000 não é permitida. \nPor favor, use outra senha",
|
||||
"cant-open-public-chat": "Não é possível abrir este chat público",
|
||||
"cant-report-bug": "Não é possível relatar um bug",
|
||||
"card-is-blank": "Este cartão está em branco",
|
||||
"card-reseted": "O cartão foi redefinido",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Chave de bate-papo",
|
||||
"chat-key-content": "As mensagens no protocolo de bate-papo Status são enviadas e recebidas usando chaves de criptografia. A chave de bate-papo público é uma sequência de caracteres que você compartilha com outras pessoas para que elas possam enviar mensagens para você em Status.",
|
||||
"chat-key-title": "Chave de bate-papo",
|
||||
"chat-link-previews": "Pré-visualizações de links de chat",
|
||||
"chat-name": "Nome do chat",
|
||||
"chat-name-content": "Três palavras aleatórias, derivadas algoritmicamente da sua chave de bate-papo e usadas como apelido padrão no bate-papo. Os nomes de bate-papo são completamente únicos; nenhum outro usuário pode ter as mesmas três palavras.",
|
||||
"chat-name-title": "Nome no bate-papo",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "contatos"
|
||||
},
|
||||
"contacts": "Contatos",
|
||||
"contacts-descr": "Seus contatos aparecerão aqui. Você receberá atualizações de status de qualquer pessoa que adicionar como contato",
|
||||
"contacts-empty": "Contatos com nomes ENS aparecerão aqui",
|
||||
"continue": "Continuar",
|
||||
"continue-anyway": "Continuar mesmo assim",
|
||||
|
@ -321,28 +324,46 @@
|
|||
"data-syncing": "Sincronização de dados",
|
||||
"datetime-ago": "atrás",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "dia",
|
||||
"other": "dias"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "D",
|
||||
"other": "D"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "hora",
|
||||
"other": "horas"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "H",
|
||||
"other": "H"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "minuto",
|
||||
"other": "minutos"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "M",
|
||||
"other": "M"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "segundo",
|
||||
"other": "segundos"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "S",
|
||||
"other": "S"
|
||||
},
|
||||
"datetime-today": "hoje",
|
||||
"datetime-yesterday": "ontem",
|
||||
"decimals": "Decimais",
|
||||
"decline": "Recusar",
|
||||
"decryption-failed-content": "Ocorreu um erro ao descriptografar seus dados. Você pode precisar apagar seus dados antigos e gerar uma nova conta. Toque em “Aplicar” para apagar ou “Cancelar” para tentar novamente",
|
||||
"default": "Padrão",
|
||||
"default-assets": "ERC20 e ERC721 padrão",
|
||||
"delete": "Excluir",
|
||||
"delete-account": "Remover conta",
|
||||
"delete-and-leave-group": "Excluir e sair do grupo",
|
||||
|
@ -376,6 +397,7 @@
|
|||
"discover": "Descobrir",
|
||||
"dismiss": "Dispensar",
|
||||
"done": "Concluído",
|
||||
"dont-ask": "Não me pergunte novamente",
|
||||
"edit": "Editar",
|
||||
"edit-group": "Editar grupo",
|
||||
"edit-profile": "Editar perfil",
|
||||
|
@ -385,6 +407,8 @@
|
|||
"empty-chat-description-public-share-this": "compartilhe a sala.",
|
||||
"empty-pending-invitations-descr": "Pessoas que desejam entrar no grupo \n através de um link de convite aparecerão aqui",
|
||||
"enable": "Ativar",
|
||||
"enable-all": "Habilitar todos",
|
||||
"enable-link-previews": "Ativar visualizações de link no chat?",
|
||||
"encrypt-with-password": "Criptografar com senha",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Adicionar nome do usuário ",
|
||||
|
@ -488,10 +512,13 @@
|
|||
"error-unable-to-get-token-balance": "Não foi possível obter o saldo do token",
|
||||
"errors": "Erros",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Conta Ethereum",
|
||||
"ethereum-address": "Endereço Ethereum",
|
||||
"ethereum-node-started-incorrectly-description": "O nó Ethereum foi iniciado com a configuração incorreta; o aplicativo será parado para se recuperar dessa condição. ID de rede configurado = {{network-id}} , real = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "Nó Ethereum iniciado incorretamente",
|
||||
"etherscan-lookup": "Procura no Etherscan",
|
||||
"export-account": "Exportar conta",
|
||||
"external-storage-denied": "Acesso ao armazenamento externo negado",
|
||||
"failed": "Falhou",
|
||||
"faq": "Perguntas frequentes",
|
||||
"favourites": "Favoritos",
|
||||
|
@ -599,6 +626,7 @@
|
|||
"invalid-key-content": "O banco de dados não pode ser criptografado porque um arquivo está corrompido. Seus fundos e a chave de bate-papo estão seguros. Outros dados, como seus chats e contatos, não podem ser restaurados. O botão \"{{erase-multiaccounts-data-button-text}}\" removerá todos os outros dados e permitirá que você acesse seus fundos e envie mensagens",
|
||||
"invalid-number": "Número inválido",
|
||||
"invalid-pairing-password": "Senha de emparelhamento inválida",
|
||||
"invalid-public-chat-topic": "Tópico de chat público inválido",
|
||||
"invalid-range": "Formato inválido, deve estar entre {{min}} e {{max}}",
|
||||
"invite-button": "Convidar",
|
||||
"invite-chat-accept": "Aceitar",
|
||||
|
@ -711,6 +739,7 @@
|
|||
"load-messages-before": "antes de {{date}}",
|
||||
"load-more-messages": "↓ Buscar mais mensagens",
|
||||
"loading": "Carregando...",
|
||||
"local-notifications": "Notificações locais",
|
||||
"lock-app-with": "Bloquear aplicativo com",
|
||||
"log-level": "Nível de registro",
|
||||
"log-level-settings": "Configurações de nível de registo",
|
||||
|
@ -795,6 +824,7 @@
|
|||
"mute": "Silenciar",
|
||||
"my-accounts": "Minhas contas",
|
||||
"my-accounts-empty": "Suas contas disponíveis aparecerão aqui",
|
||||
"my-status": "Meu status",
|
||||
"name": "Nome",
|
||||
"name-of-token": "O nome do seu símbolo",
|
||||
"name-optional": "Nome (opcional)",
|
||||
|
@ -819,6 +849,7 @@
|
|||
"new-network": "Nova rede",
|
||||
"new-pin-description": "Digite a nova senha de 6 dígitos",
|
||||
"new-public-group-chat": "Participar de bate-papo público",
|
||||
"new-status": "Novo status",
|
||||
"next": "Próximo",
|
||||
"nickname": "Apelido",
|
||||
"nickname-description": "Os apelidos ajudam você a identificar as pessoas na Status. \n Só você pode ver os apelidos você criou",
|
||||
|
@ -845,7 +876,9 @@
|
|||
"notifications-preferences": "Preferências de notificação",
|
||||
"notifications-servers": "Servidores de notificação",
|
||||
"notifications-switch": "Mostrar notificações",
|
||||
"notifications-transactions": "Transações da carteira",
|
||||
"notify": "Notificar",
|
||||
"now": "Agora",
|
||||
"off": "Desativado",
|
||||
"off-status-tree": "Fora da árvore da Status",
|
||||
"offline": "Offline",
|
||||
|
@ -860,6 +893,7 @@
|
|||
"okay": "OK",
|
||||
"on": "Em",
|
||||
"on-status-tree": "Na árvore Status",
|
||||
"once-enabled-share-metadata": "Uma vez habilitados, os links postados no chat podem compartilhar seus metadados com o site",
|
||||
"open": "Abrir",
|
||||
"open-dapp": "Abrir ÐApp",
|
||||
"open-dapp-store": "Descubra ÐApps",
|
||||
|
@ -920,6 +954,7 @@
|
|||
"pin-retries-left": "{{number}} tentativas restantes",
|
||||
"preference": "Preferência",
|
||||
"preview-privacy": "Visualizar modo de privacidade",
|
||||
"previewing-may-share-metadata": "A visualização de links desses sites pode compartilhar seus metadados com seus proprietários",
|
||||
"privacy": "Privacidade",
|
||||
"privacy-and-security": "Privacidade e segurança",
|
||||
"privacy-policy": "Política de privacidade",
|
||||
|
@ -942,8 +977,14 @@
|
|||
"puk-code": "Código PUK",
|
||||
"puk-code-explanation": "Se você esquecer sua senha de 6 dígitos ou inseri-la incorretamente três vezes, precisará desse código para desbloquear seu cartão.",
|
||||
"puk-mismatch": "Código PUK errado",
|
||||
"push-failed-transaction": "Sua transação falhou",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} para {{to}}",
|
||||
"push-inbound-transaction": "Você recebeu {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "De {{from}} para {{to}}",
|
||||
"push-notifications-server-enabled": "Servidor habilitado",
|
||||
"push-notifications-servers": "Servidores de notificação push",
|
||||
"push-outbound-transaction": "Você enviou {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "De {{from}} para {{to}}",
|
||||
"quiet-days": "{{quiet-days}} dias",
|
||||
"quiet-hours": "{{quiet-hours}} horas",
|
||||
"re-encrypt-key": "Recriptografe suas chaves",
|
||||
|
@ -1021,7 +1062,6 @@
|
|||
"send-logs": "Relatar uma falha",
|
||||
"send-logs-to": "Relatar um falha para {{email}}",
|
||||
"send-message": "Enviar mensagem",
|
||||
"send-push-notifications": "Enviar notificações push",
|
||||
"send-push-notifications-description": "Quando desativado, a pessoa que recebe suas mensagens não será notificada de suas novas mensagens",
|
||||
"send-request": "Enviar pedido",
|
||||
"send-request-amount": "Quantidade",
|
||||
|
@ -1091,6 +1131,9 @@
|
|||
"status-pending": "Pendente",
|
||||
"status-sent": "Enviado",
|
||||
"status-tx-not-found": "TX não encontrado",
|
||||
"status-updates-descr": "As atualizações de status aparecerão aqui. Adicione este perfil como um contato para receber atualizações em sua linha do tempo.",
|
||||
"statuses-descr": "Compartilhe o que você está pensando e fique atualizado com seus contatos",
|
||||
"statuses-my-status-descr": "Compartilhe o que você está pensando. Qualquer pessoa que visitar seu perfil poderá ver seu status. As pessoas que adicionam você como contato receberão suas atualizações na linha do tempo delas",
|
||||
"step-i-of-n": "Etapa {{step}} de {{number}}",
|
||||
"sticker-market": "Mercado de adesivos",
|
||||
"storage": "Armazenamento",
|
||||
|
@ -1114,6 +1157,7 @@
|
|||
"this-will-take-few-seconds": "Isso levará alguns segundos",
|
||||
"three-words-description": "Você deve ver essas três palavras antes de assinar cada transação",
|
||||
"three-words-description-2": "Se você ver uma combinação diferente, cancele a transação e saia",
|
||||
"timeline": "Linha do tempo",
|
||||
"to": "Para",
|
||||
"to-block": "Bloquear ",
|
||||
"to-enable-biometric": "Para ativar o {{bio-type-label}}, você deve salvar sua senha na tela de desbloqueio",
|
||||
|
@ -1181,9 +1225,11 @@
|
|||
"type-a-message": "Mensagem",
|
||||
"ulc-enabled": "ULC ativado",
|
||||
"unable-to-read-this-code": "Não foi possível ler este código",
|
||||
"unblock": "Desbloquear",
|
||||
"unblock-contact": "Desbloquear este usuário",
|
||||
"unknown-status-go-error": "Erro desconhecido de status-go",
|
||||
"unlock": "Desbloquear",
|
||||
"unmute": "Ativar som",
|
||||
"unpair-card": "Desemparelhar cartão",
|
||||
"unpair-card-confirmation": "Esta operação desemparelhará o cartão do dispositivo atual. Requer autorização de senha de 6 dígitos. Você quer prosseguir?",
|
||||
"unpaired-keycard-text": "O cartão-chave que você selecionou não está associado a este telefone ",
|
||||
|
@ -1239,12 +1285,14 @@
|
|||
"warning-sending-to-contract-descr": "O endereço que você inseriu é um contrato inteligente. O envio de fundos para este endereço pode resultar em perda de fundos. Para interagir com um DApp, abra o DApp no navegador da Status.",
|
||||
"watch-only": "Somente exibição",
|
||||
"web-view-error": "Ops, erro",
|
||||
"websites": "Websites",
|
||||
"webview-camera-permission-requests": "Solicitações de permissão de câmera do Webview",
|
||||
"webview-camera-permission-requests-subtitle": "Quando habilitado, sites e dapps podem pedir para usar sua câmera",
|
||||
"welcome-blank-message": "Suas conversas serão exibidas aqui. Para iniciar novos bate-papos, pressione o botão ⊕",
|
||||
"welcome-screen-text": "Configure sua carteira, convide seus amigos para conversar e navegue pelos populares dapps!",
|
||||
"welcome-to-status": "Bem-vindo à Status!",
|
||||
"welcome-to-status-description": "Configure sua carteira criptográfica, convide amigos para conversar e navegar por aplicativos descentralizados",
|
||||
"whats-on-your-mind": "O que você está pensando...",
|
||||
"word-count": "Contagem de palavras",
|
||||
"word-n": "Palavra #{{number}}",
|
||||
"word-n-description": "Para verificar se você fez o backup da sua frase-semente corretamente, digite a palavra #{{number}} acima.",
|
||||
|
@ -1268,6 +1316,7 @@
|
|||
"you-are-all-set": "Está tudo pronto!",
|
||||
"you-are-all-set-description": "Se você perder seu telefone, você pode acessar seus fundos e a chave do bate-papo agora usando sua frase-semente",
|
||||
"you-can-change-account": "Você pode mudar o nome da conta e a cor para o que desejar",
|
||||
"you-can-choose-preview-websites": "Você pode escolher quais dos seguintes sites podem visualizar o link de descrições e imagens nos bate-papos",
|
||||
"you-dont-have-contacts": "Você ainda não possui contatos.",
|
||||
"you-dont-have-stickers": "Você ainda não tem nenhum adesivo",
|
||||
"you-will-need-this-code": "Você precisará desse código para abrir a Status e assinar transações",
|
||||
|
@ -1279,4 +1328,4 @@
|
|||
"your-keys": "Suas chaves",
|
||||
"your-recovery-phrase": "Sua frase-semente",
|
||||
"your-recovery-phrase-description": "Esta é sua frase-semente. Você o usa para provar que esta é sua carteira. Você só pode vê-lo uma vez! Escreva no papel e mantenha em um lugar seguro. Você vai precisar dele se você perder ou reinstalar sua carteira."
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Desconhecido",
|
||||
"add": "Adicionar",
|
||||
"add-a-watch-account": "Endereço somente leitura",
|
||||
"add-account": "Adicionar conta ",
|
||||
"add-account": "Adicionar conta",
|
||||
"add-account-description": "Você pode importar qualquer tipo de conta Ethereum para adicioná-lo à sua carteira Status",
|
||||
"add-account-incorrect-password": "A senha parece estar incorreta. Digite a senha que você usa para desbloquear o aplicativo.",
|
||||
"add-an-account": "Adicione uma conta",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Cancelar a configuração do Keycard ",
|
||||
"cannot-read-card": "Não é possível ler o cartão. Por favor, segure-o na parte de trás do seu telefone",
|
||||
"cannot-use-default-pin": "A senha 000000 não é permitida. \nPor favor, use outra senha",
|
||||
"cant-open-public-chat": "Não é possível abrir este chat público",
|
||||
"cant-report-bug": "Não é possível relatar um bug",
|
||||
"card-is-blank": "Este cartão está em branco",
|
||||
"card-reseted": "O cartão foi redefinido",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Chave de bate-papo",
|
||||
"chat-key-content": "As mensagens no protocolo de bate-papo Status são enviadas e recebidas usando chaves de criptografia. A chave de bate-papo público é uma sequência de caracteres que você compartilha com outras pessoas para que elas possam enviar mensagens para você em Status.",
|
||||
"chat-key-title": "Chave de bate-papo",
|
||||
"chat-link-previews": "Pré-visualizações de links de chat",
|
||||
"chat-name": "Nome do chat",
|
||||
"chat-name-content": "Três palavras aleatórias, derivadas algoritmicamente da sua chave de bate-papo e usadas como apelido padrão no bate-papo. Os nomes de bate-papo são completamente únicos; nenhum outro usuário pode ter as mesmas três palavras.",
|
||||
"chat-name-title": "Nome no bate-papo",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "contatos"
|
||||
},
|
||||
"contacts": "Contatos",
|
||||
"contacts-descr": "Seus contatos aparecerão aqui. Você receberá atualizações de status de qualquer pessoa que adicionar como contato",
|
||||
"contacts-empty": "Contatos com nomes ENS aparecerão aqui",
|
||||
"continue": "Continuar",
|
||||
"continue-anyway": "Continuar mesmo assim",
|
||||
|
@ -321,28 +324,46 @@
|
|||
"data-syncing": "Sincronização de dados",
|
||||
"datetime-ago": "atrás",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "dia",
|
||||
"other": "dias"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "D",
|
||||
"other": "D"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "hora",
|
||||
"other": "horas"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "H",
|
||||
"other": "H"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "minuto",
|
||||
"other": "minutos"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "M",
|
||||
"other": "M"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "segundo",
|
||||
"other": "segundos"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "S",
|
||||
"other": "S"
|
||||
},
|
||||
"datetime-today": "hoje",
|
||||
"datetime-yesterday": "ontem",
|
||||
"decimals": "Decimais",
|
||||
"decline": "Recusar",
|
||||
"decryption-failed-content": "Ocorreu um erro ao descriptografar seus dados. Você pode precisar apagar seus dados antigos e gerar uma nova conta. Toque em “Aplicar” para apagar ou “Cancelar” para tentar novamente",
|
||||
"default": "Padrão",
|
||||
"default-assets": "ERC20 e ERC721 padrão",
|
||||
"delete": "Excluir",
|
||||
"delete-account": "Remover conta",
|
||||
"delete-and-leave-group": "Excluir e sair do grupo",
|
||||
|
@ -376,6 +397,7 @@
|
|||
"discover": "Descobrir",
|
||||
"dismiss": "Dispensar",
|
||||
"done": "Concluído",
|
||||
"dont-ask": "Não me pergunte novamente",
|
||||
"edit": "Editar",
|
||||
"edit-group": "Editar grupo",
|
||||
"edit-profile": "Editar perfil",
|
||||
|
@ -385,6 +407,8 @@
|
|||
"empty-chat-description-public-share-this": "compartilhe a sala.",
|
||||
"empty-pending-invitations-descr": "Pessoas que desejam entrar no grupo \n através de um link de convite aparecerão aqui",
|
||||
"enable": "Ativar",
|
||||
"enable-all": "Habilitar todos",
|
||||
"enable-link-previews": "Ativar visualizações de link no chat?",
|
||||
"encrypt-with-password": "Criptografar com senha",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Adicionar nome do usuário ",
|
||||
|
@ -488,10 +512,13 @@
|
|||
"error-unable-to-get-token-balance": "Não foi possível obter o saldo do token",
|
||||
"errors": "Erros",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Conta Ethereum",
|
||||
"ethereum-address": "Endereço Ethereum",
|
||||
"ethereum-node-started-incorrectly-description": "O nó Ethereum foi iniciado com a configuração incorreta; o aplicativo será parado para se recuperar dessa condição. ID de rede configurado = {{network-id}} , real = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "Nó Ethereum iniciado incorretamente",
|
||||
"etherscan-lookup": "Procura no Etherscan",
|
||||
"export-account": "Exportar conta",
|
||||
"external-storage-denied": "Acesso ao armazenamento externo negado",
|
||||
"failed": "Falhou",
|
||||
"faq": "Perguntas frequentes",
|
||||
"favourites": "Favoritos",
|
||||
|
@ -599,6 +626,7 @@
|
|||
"invalid-key-content": "O banco de dados não pode ser criptografado porque um arquivo está corrompido. Seus fundos e a chave de bate-papo estão seguros. Outros dados, como seus chats e contatos, não podem ser restaurados. O botão \"{{erase-multiaccounts-data-button-text}}\" removerá todos os outros dados e permitirá que você acesse seus fundos e envie mensagens",
|
||||
"invalid-number": "Número inválido",
|
||||
"invalid-pairing-password": "Senha de emparelhamento inválida",
|
||||
"invalid-public-chat-topic": "Tópico de chat público inválido",
|
||||
"invalid-range": "Formato inválido, deve estar entre {{min}} e {{max}}",
|
||||
"invite-button": "Convidar",
|
||||
"invite-chat-accept": "Aceitar",
|
||||
|
@ -711,6 +739,7 @@
|
|||
"load-messages-before": "antes de {{date}}",
|
||||
"load-more-messages": "↓ Buscar mais mensagens",
|
||||
"loading": "Carregando...",
|
||||
"local-notifications": "Notificações locais",
|
||||
"lock-app-with": "Bloquear aplicativo com",
|
||||
"log-level": "Nível de registro",
|
||||
"log-level-settings": "Configurações de nível de registo",
|
||||
|
@ -795,6 +824,7 @@
|
|||
"mute": "Silenciar",
|
||||
"my-accounts": "Minhas contas",
|
||||
"my-accounts-empty": "Suas contas disponíveis aparecerão aqui",
|
||||
"my-status": "Meu status",
|
||||
"name": "Nome",
|
||||
"name-of-token": "O nome do seu símbolo",
|
||||
"name-optional": "Nome (opcional)",
|
||||
|
@ -819,6 +849,7 @@
|
|||
"new-network": "Nova rede",
|
||||
"new-pin-description": "Digite a nova senha de 6 dígitos",
|
||||
"new-public-group-chat": "Participar de bate-papo público",
|
||||
"new-status": "Novo status",
|
||||
"next": "Próximo",
|
||||
"nickname": "Apelido",
|
||||
"nickname-description": "Os apelidos ajudam você a identificar as pessoas na Status. \n Só você pode ver os apelidos você criou",
|
||||
|
@ -845,7 +876,9 @@
|
|||
"notifications-preferences": "Preferências de notificação",
|
||||
"notifications-servers": "Servidores de notificação",
|
||||
"notifications-switch": "Mostrar notificações",
|
||||
"notifications-transactions": "Transações da carteira",
|
||||
"notify": "Notificar",
|
||||
"now": "Agora",
|
||||
"off": "Desativado",
|
||||
"off-status-tree": "Fora da árvore da Status",
|
||||
"offline": "Offline",
|
||||
|
@ -860,6 +893,7 @@
|
|||
"okay": "OK",
|
||||
"on": "Em",
|
||||
"on-status-tree": "Na árvore Status",
|
||||
"once-enabled-share-metadata": "Uma vez habilitados, os links postados no chat podem compartilhar seus metadados com o site",
|
||||
"open": "Abrir",
|
||||
"open-dapp": "Abrir ÐApp",
|
||||
"open-dapp-store": "Descubra ÐApps",
|
||||
|
@ -920,6 +954,7 @@
|
|||
"pin-retries-left": "{{number}} tentativas restantes",
|
||||
"preference": "Preferência",
|
||||
"preview-privacy": "Visualizar modo de privacidade",
|
||||
"previewing-may-share-metadata": "A visualização de links desses sites pode compartilhar seus metadados com seus proprietários",
|
||||
"privacy": "Privacidade",
|
||||
"privacy-and-security": "Privacidade e segurança",
|
||||
"privacy-policy": "Política de privacidade",
|
||||
|
@ -942,8 +977,14 @@
|
|||
"puk-code": "Código PUK",
|
||||
"puk-code-explanation": "Se você esquecer sua senha de 6 dígitos ou inseri-la incorretamente três vezes, precisará desse código para desbloquear seu cartão.",
|
||||
"puk-mismatch": "Código PUK errado",
|
||||
"push-failed-transaction": "Sua transação falhou",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} para {{to}}",
|
||||
"push-inbound-transaction": "Você recebeu {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "De {{from}} para {{to}}",
|
||||
"push-notifications-server-enabled": "Servidor habilitado",
|
||||
"push-notifications-servers": "Servidores de notificação push",
|
||||
"push-outbound-transaction": "Você enviou {{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "De {{from}} para {{to}}",
|
||||
"quiet-days": "{{quiet-days}} dias",
|
||||
"quiet-hours": "{{quiet-hours}} horas",
|
||||
"re-encrypt-key": "Recriptografe suas chaves",
|
||||
|
@ -1021,7 +1062,6 @@
|
|||
"send-logs": "Relatar uma falha",
|
||||
"send-logs-to": "Relatar um falha para {{email}}",
|
||||
"send-message": "Enviar mensagem",
|
||||
"send-push-notifications": "Enviar notificações push",
|
||||
"send-push-notifications-description": "Quando desativado, a pessoa que recebe suas mensagens não será notificada de suas novas mensagens",
|
||||
"send-request": "Enviar pedido",
|
||||
"send-request-amount": "Quantidade",
|
||||
|
@ -1091,6 +1131,9 @@
|
|||
"status-pending": "Pendente",
|
||||
"status-sent": "Enviado",
|
||||
"status-tx-not-found": "TX não encontrado",
|
||||
"status-updates-descr": "As atualizações de status aparecerão aqui. Adicione este perfil como um contato para receber atualizações em sua linha do tempo.",
|
||||
"statuses-descr": "Compartilhe o que você está pensando e fique atualizado com seus contatos",
|
||||
"statuses-my-status-descr": "Compartilhe o que você está pensando. Qualquer pessoa que visitar seu perfil poderá ver seu status. As pessoas que adicionam você como contato receberão suas atualizações na linha do tempo delas",
|
||||
"step-i-of-n": "Etapa {{step}} de {{number}}",
|
||||
"sticker-market": "Mercado de adesivos",
|
||||
"storage": "Armazenamento",
|
||||
|
@ -1114,6 +1157,7 @@
|
|||
"this-will-take-few-seconds": "Isso levará alguns segundos",
|
||||
"three-words-description": "Você deve ver essas três palavras antes de assinar cada transação",
|
||||
"three-words-description-2": "Se você ver uma combinação diferente, cancele a transação e saia",
|
||||
"timeline": "Linha do tempo",
|
||||
"to": "Para",
|
||||
"to-block": "Bloquear ",
|
||||
"to-enable-biometric": "Para ativar o {{bio-type-label}}, você deve salvar sua senha na tela de desbloqueio",
|
||||
|
@ -1181,9 +1225,11 @@
|
|||
"type-a-message": "Mensagem",
|
||||
"ulc-enabled": "ULC ativado",
|
||||
"unable-to-read-this-code": "Não foi possível ler este código",
|
||||
"unblock": "Desbloquear",
|
||||
"unblock-contact": "Desbloquear este usuário",
|
||||
"unknown-status-go-error": "Erro desconhecido de status-go",
|
||||
"unlock": "Desbloquear",
|
||||
"unmute": "Ativar som",
|
||||
"unpair-card": "Desemparelhar cartão",
|
||||
"unpair-card-confirmation": "Esta operação desemparelhará o cartão do dispositivo atual. Requer autorização de senha de 6 dígitos. Você quer prosseguir?",
|
||||
"unpaired-keycard-text": "O cartão-chave que você selecionou não está associado a este telefone ",
|
||||
|
@ -1239,12 +1285,14 @@
|
|||
"warning-sending-to-contract-descr": "O endereço que você inseriu é um contrato inteligente. O envio de fundos para este endereço pode resultar em perda de fundos. Para interagir com um DApp, abra o DApp no navegador da Status.",
|
||||
"watch-only": "Somente exibição",
|
||||
"web-view-error": "Ops, erro",
|
||||
"websites": "Websites",
|
||||
"webview-camera-permission-requests": "Solicitações de permissão de câmera do Webview",
|
||||
"webview-camera-permission-requests-subtitle": "Quando habilitado, sites e dapps podem pedir para usar sua câmera",
|
||||
"welcome-blank-message": "Suas conversas serão exibidas aqui. Para iniciar novos bate-papos, pressione o botão ⊕",
|
||||
"welcome-screen-text": "Configure sua carteira, convide seus amigos para conversar e navegue pelos populares dapps!",
|
||||
"welcome-to-status": "Bem-vindo à Status!",
|
||||
"welcome-to-status-description": "Configure sua carteira criptográfica, convide amigos para conversar e navegar por aplicativos descentralizados",
|
||||
"whats-on-your-mind": "O que você está pensando...",
|
||||
"word-count": "Contagem de palavras",
|
||||
"word-n": "Palavra #{{number}}",
|
||||
"word-n-description": "Para verificar se você fez o backup da sua frase-semente corretamente, digite a palavra #{{number}} acima.",
|
||||
|
@ -1268,6 +1316,7 @@
|
|||
"you-are-all-set": "Está tudo pronto!",
|
||||
"you-are-all-set-description": "Se você perder seu telefone, você pode acessar seus fundos e a chave do bate-papo agora usando sua frase-semente",
|
||||
"you-can-change-account": "Você pode mudar o nome da conta e a cor para o que desejar",
|
||||
"you-can-choose-preview-websites": "Você pode escolher quais dos seguintes sites podem visualizar o link de descrições e imagens nos bate-papos",
|
||||
"you-dont-have-contacts": "Você ainda não possui contatos.",
|
||||
"you-dont-have-stickers": "Você ainda não tem nenhum adesivo",
|
||||
"you-will-need-this-code": "Você precisará desse código para abrir a Status e assinar transações",
|
||||
|
@ -1279,4 +1328,4 @@
|
|||
"your-keys": "Suas chaves",
|
||||
"your-recovery-phrase": "Sua frase-semente",
|
||||
"your-recovery-phrase-description": "Esta é sua frase-semente. Você o usa para provar que esta é sua carteira. Você só pode vê-lo uma vez! Escreva no papel e mantenha em um lugar seguro. Você vai precisar dele se você perder ou reinstalar sua carteira."
|
||||
}
|
||||
}
|
|
@ -140,6 +140,7 @@
|
|||
"cancel-keycard-setup": "Отменить настройку Keycard",
|
||||
"cannot-read-card": "Невозможно прочитать карту. \nПожалуйста, держите ее на задней панели телефона",
|
||||
"cannot-use-default-pin": "Пароль 000000 не допускается. \nПожалуйста, используйте другой набор знаков",
|
||||
"cant-open-public-chat": "Публичный чат не может быть открыт",
|
||||
"cant-report-bug": "Невозможно сообщить об ошибке",
|
||||
"card-is-blank": "Эта карта пуста",
|
||||
"card-reseted": "Настройки карты были сброшены",
|
||||
|
@ -162,6 +163,7 @@
|
|||
"chat-key": "Ключ чата",
|
||||
"chat-key-content": "Протокол работы чатов приложения Status формирует прием и отправку сообщений с использованием ключей шифрования. Публичный ключ чата – это строка символов, которой вы делитесь с другими пользователями, чтобы они имели возможность отправить вам сообщение в приложении.",
|
||||
"chat-key-title": "Ключ чата",
|
||||
"chat-link-previews": "Предварительный просмотр ссылок",
|
||||
"chat-name": "Название чата",
|
||||
"chat-name-content": "Набор из трех случайных слов, генерируется алгоритмическим путем на основе вашего кода чата. Данное имя используется по умолчанию в качестве псевдонима. Имена полностью уникальны и не могут состоять из трех одинаковых слов.",
|
||||
"chat-name-title": "Имя чата",
|
||||
|
@ -207,6 +209,7 @@
|
|||
"other": "контакты"
|
||||
},
|
||||
"contacts": "Контакты",
|
||||
"contacts-descr": "Ваши контакты будут отображены здесь. Вы будете получать обновления статуса от всех, кого вы добавите в контакты.",
|
||||
"contacts-empty": "Контакты с ENS-именами появятся здесь",
|
||||
"continue": "Продолжить",
|
||||
"continue-anyway": "Продолжить в любом случае",
|
||||
|
@ -327,6 +330,7 @@
|
|||
"data-syncing": "Синхронизация данных",
|
||||
"datetime-ago": "тому назад",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"zero": "дней",
|
||||
"one": "день",
|
||||
|
@ -334,6 +338,13 @@
|
|||
"many": "дней",
|
||||
"other": "дней"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"zero": "ноль",
|
||||
"one": "один",
|
||||
"few": "несколько",
|
||||
"many": "много",
|
||||
"other": "другой"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"zero": "часов",
|
||||
"one": "час",
|
||||
|
@ -341,6 +352,13 @@
|
|||
"many": "часов",
|
||||
"other": "часов"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"zero": "ноль",
|
||||
"one": "один",
|
||||
"few": "несколько",
|
||||
"many": "много",
|
||||
"other": "другой"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"zero": "минут",
|
||||
"one": "минута",
|
||||
|
@ -348,6 +366,13 @@
|
|||
"many": "минут",
|
||||
"other": "минуты"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"zero": "ноль",
|
||||
"one": "один",
|
||||
"few": "несколько",
|
||||
"many": "много",
|
||||
"other": "другой"
|
||||
},
|
||||
"datetime-second": {
|
||||
"zero": "секунд",
|
||||
"one": "секунда",
|
||||
|
@ -355,12 +380,20 @@
|
|||
"many": "секунд",
|
||||
"other": "секунды"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"zero": "ноль",
|
||||
"one": "один",
|
||||
"few": "несколько",
|
||||
"many": "много",
|
||||
"other": "другой"
|
||||
},
|
||||
"datetime-today": "сегодня",
|
||||
"datetime-yesterday": "вчера",
|
||||
"decimals": "Количество знаков после запятой",
|
||||
"decline": "Отменить",
|
||||
"decryption-failed-content": "Произошла ошибка при расшифровке ваших данных. Возможно, вам понадобится стереть старые данные и сгенерировать новый аккаунт. Нажмите \"Применить\" для удаления или \"Отменить\" для повторной попытки.",
|
||||
"default": "По умолчанию",
|
||||
"default-assets": "Стандарт ERC20 и ERC721",
|
||||
"delete": "Удалить",
|
||||
"delete-account": "Удалить аккаунт",
|
||||
"delete-and-leave-group": "Удалить и покинуть группу",
|
||||
|
@ -394,6 +427,7 @@
|
|||
"discover": "Откройте для себя",
|
||||
"dismiss": "Отклонить",
|
||||
"done": "Готово",
|
||||
"dont-ask": "Больше не спрашивать",
|
||||
"edit": "Изменить",
|
||||
"edit-group": "Изменить группу",
|
||||
"edit-profile": "Редактировать профиль",
|
||||
|
@ -403,6 +437,8 @@
|
|||
"empty-chat-description-public-share-this": "поделиться этим чатом.",
|
||||
"empty-pending-invitations-descr": "Все желающие вступить в группу\nчерез инвайт-ссылку будут отображаться здесь",
|
||||
"enable": "Включить",
|
||||
"enable-all": "Разрешить",
|
||||
"enable-link-previews": "Включить предварительный просмотр ссылок в чате?",
|
||||
"encrypt-with-password": "Зашифровать с помощью пароля",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Добавить имя пользователя",
|
||||
|
@ -506,10 +542,13 @@
|
|||
"error-unable-to-get-token-balance": "Не удалось получить баланс токенов",
|
||||
"errors": "Ошибки",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Ethereum аккаунт",
|
||||
"ethereum-address": "Ethereum адрес",
|
||||
"ethereum-node-started-incorrectly-description": "Узел Ethereum был запущен с неверной конфигурацией, приложение будет остановлено для восстановления после этого состояния. Сконфигурированный идентификатор сети = {{network-id}}, фактический = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "Эфириум-нода была запущена неправильно",
|
||||
"etherscan-lookup": "Посмотреть на Etherscan",
|
||||
"export-account": "Экспортировать аккаунт",
|
||||
"external-storage-denied": "Доступ к внешнему накопителю запрещен",
|
||||
"failed": "Не удалось",
|
||||
"faq": "Часто задаваемые вопросы",
|
||||
"favourites": "Избранное",
|
||||
|
@ -567,6 +606,7 @@
|
|||
"hide-content-when-switching-apps": "Блокировать снимки экрана",
|
||||
"hide-content-when-switching-apps-ios": "Скрыть предпросмотр",
|
||||
"history": "История",
|
||||
"history-nodes": "Узлы истории",
|
||||
"hold-card": "Удерживайте карту на \n задней панели телефона",
|
||||
"home": "Главная",
|
||||
"hooks": "Привязки",
|
||||
|
@ -616,6 +656,7 @@
|
|||
"invalid-key-content": "База данных не может быть зашифрована, потому что файл поврежден. Ваши средства и ключ чата находятся в безопасности. Другие данные, такие как ваши чаты и контакты, не могут быть восстановлены. Кнопка “{{erase-multiaccounts-data-button-text}}” удалит все остальные данные и позволит вам получить доступ к своим средствам и отправлять сообщения",
|
||||
"invalid-number": "Недействительный номер",
|
||||
"invalid-pairing-password": "Неверный пароль привязки",
|
||||
"invalid-public-chat-topic": "Неправильная тема публичного чата",
|
||||
"invalid-range": "Неверный формат, должен быть между {{min}} и {{max}}",
|
||||
"invite-button": "Пригласить друга",
|
||||
"invite-chat-accept": "Принять",
|
||||
|
@ -728,6 +769,7 @@
|
|||
"load-messages-before": "до {{date}}",
|
||||
"load-more-messages": "↓ Открыть больше сообщений",
|
||||
"loading": "Загрузка...",
|
||||
"local-notifications": "Местные уведомления",
|
||||
"lock-app-with": "Блокировать приложение с помощью",
|
||||
"log-level": "Уровень логирования",
|
||||
"log-level-settings": "Настройки уровня логирования",
|
||||
|
@ -743,6 +785,7 @@
|
|||
"mail-should-be-configured": "Необходимо настроить почтовый клиент",
|
||||
"mailserver-address": "Адрес mailserver",
|
||||
"mailserver-automatic": "Автоматический выбор",
|
||||
"mailserver-automatic-switch-explanation": "Выберите самый быстрый доступный узел истории",
|
||||
"mailserver-connection-error": "Не удалось подключиться к mailserver",
|
||||
"mailserver-content": "Нода в сети Status отвечает за маршрутизацию и хранение сообщений сроком до 30 дней.",
|
||||
"mailserver-details": "Сведения о mailserver",
|
||||
|
@ -817,6 +860,7 @@
|
|||
"mute": "Без звука",
|
||||
"my-accounts": "Мои аккаунты",
|
||||
"my-accounts-empty": "Доступные аккаунты будут отображены здесь",
|
||||
"my-status": "Мой статус",
|
||||
"name": "Имя",
|
||||
"name-of-token": "Название вашего токена",
|
||||
"name-optional": "(Опционально) Имя",
|
||||
|
@ -841,6 +885,7 @@
|
|||
"new-network": "Новая сеть",
|
||||
"new-pin-description": "Введите новый 6-значный код доступа",
|
||||
"new-public-group-chat": "Присоединиться к публичному чату",
|
||||
"new-status": "Новый статус",
|
||||
"next": "Дальше",
|
||||
"nickname": "Никнейм",
|
||||
"nickname-description": "Никнеймы помогут вам идентифицировать других в Status.\nТолько вы можете видеть никнеймы, добавленные вами.",
|
||||
|
@ -867,12 +912,16 @@
|
|||
"notifications-preferences": "Настройки уведомлений",
|
||||
"notifications-servers": "Сервера уведомлений",
|
||||
"notifications-switch": "Просмотр уведомлений",
|
||||
"notifications-transactions": "Операции с кошельком",
|
||||
"notify": "Уведомление",
|
||||
"now": "Сейчас",
|
||||
"off": "Выкл",
|
||||
"off-status-tree": "Вне дерева ключей Status",
|
||||
"offline": "Не в сети",
|
||||
"offline-messaging": "Mailserver",
|
||||
"offline-messaging-settings": "Настройки mailserver",
|
||||
"offline-messaging-settings": "Узлы истории",
|
||||
"offline-messaging-use-history-explanation": "Включите узлы истории для получения сообщений, которые отправляются вам при закрытом приложении. Если эта функция включена, узел истории будет получать ваш IP-адрес. Если эта функция отключена, вы не сможете получать сообщения, когда приложение закрыто и не получите их при последующем открытии приложения.",
|
||||
"offline-messaging-use-history-nodes": "Использование узлов истории",
|
||||
"ok": "Хорошо",
|
||||
"ok-continue": "Хорошо, продолжить",
|
||||
"ok-got-it": "Ознакомился",
|
||||
|
@ -880,6 +929,7 @@
|
|||
"okay": "Хорошо",
|
||||
"on": "Вкл",
|
||||
"on-status-tree": "Дерево ключей Status",
|
||||
"once-enabled-share-metadata": "После включения, ссылки, опубликованные в чате, могут предоставлять ваши метаданные веб-сайту",
|
||||
"open": "Открыть",
|
||||
"open-dapp": "Открыть ÐApp",
|
||||
"open-dapp-store": "Изучайте мир ÐApps-приложений",
|
||||
|
@ -940,6 +990,7 @@
|
|||
"pin-retries-left": "Осталось {{number}} повторных попыток",
|
||||
"preference": "Оформление",
|
||||
"preview-privacy": "Предпросмотр в приватном режиме",
|
||||
"previewing-may-share-metadata": "Предварительный просмотр ссылок с этих веб-сайтов может предоставить ваши метаданные их владельцам",
|
||||
"privacy": "Конфиденциальность",
|
||||
"privacy-and-security": "Приватность и безопасность",
|
||||
"privacy-policy": "Политика конфиденциальности",
|
||||
|
@ -962,8 +1013,14 @@
|
|||
"puk-code": "PUK код",
|
||||
"puk-code-explanation": "Если вы забыли 6-значный цифровой код или ввели его неправильно 3 раза, то вам понадобится этот код для разблокировки карты.",
|
||||
"puk-mismatch": "Неверный PUK-код",
|
||||
"push-failed-transaction": "Ваша транзакция отклонена",
|
||||
"push-failed-transaction-body": "{{value}}{{currency}} на {{to}}",
|
||||
"push-inbound-transaction": "Вы получили {{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "От {{from}} на {{to}}",
|
||||
"push-notifications-server-enabled": "Сервер подключен",
|
||||
"push-notifications-servers": "Серверные push-уведомления",
|
||||
"push-outbound-transaction": "Вы отправили {{value}}{{currency}}",
|
||||
"push-outbound-transaction-body": "От {{from}} на {{to}}",
|
||||
"quiet-days": "{{quiet-days}} дней",
|
||||
"quiet-hours": "{{quiet-hours}} часов",
|
||||
"re-encrypt-key": "Зашифруйте свои ключи повторно",
|
||||
|
@ -1021,6 +1078,7 @@
|
|||
"save-password-unavailable-android": "Сохранить пароль невозможно: устройство было подвергнуто рутингу (rooting) или не имеет необходимых функций безопасности.",
|
||||
"scan-qr": "Сканировать QR-код",
|
||||
"scan-qr-code": "Сканировать QR код с адресом кошелька",
|
||||
"scan-tokens": "Сканировать токены",
|
||||
"search": "Поиск",
|
||||
"search-no-chat-found": "По вашему запросу ничего не найдено. Возможно вы имели в виду:",
|
||||
"secret-keys-confirmation-text": "Они понадобятся вам, чтобы продолжать использовать ваш Keycard на случай, если вы вдруг потеряете свой телефон.",
|
||||
|
@ -1040,7 +1098,6 @@
|
|||
"send-logs": "Сообщить об ошибке",
|
||||
"send-logs-to": "Сообщить об ошибке на {{email}}",
|
||||
"send-message": "Отправить сообщение",
|
||||
"send-push-notifications": "Отправлять push-уведомления",
|
||||
"send-push-notifications-description": "В случае, если данная функция будет отключена, пользователь не получит уведомление о новом сообщении.",
|
||||
"send-request": "Послать запрос",
|
||||
"send-request-amount": "Сумма",
|
||||
|
@ -1110,6 +1167,9 @@
|
|||
"status-pending": "В ожидании",
|
||||
"status-sent": "Отправлено",
|
||||
"status-tx-not-found": "Транзакция не найдена",
|
||||
"status-updates-descr": "Обновления статуса будут отображаться здесь. Добавьте профиль в контакты для получения обновлений с привязкой ко времени.",
|
||||
"statuses-descr": "Делитесь тем, что у вас на уме и будьте в курсе последних изменений ваших контактов",
|
||||
"statuses-my-status-descr": "Делитесь тем, что у вас на уме. Любой, кто посетит вашу страницу, сможет увидеть ваш статус. Люди, добавившие вас в свои контакты, будут получать изменения вашего статуса с привязкой ко времени.",
|
||||
"step-i-of-n": "Шаг {{step}} из {{number}}",
|
||||
"sticker-market": "Рынок стикеров",
|
||||
"storage": "Хранилище",
|
||||
|
@ -1133,6 +1193,7 @@
|
|||
"this-will-take-few-seconds": "Это займет несколько секунд",
|
||||
"three-words-description": "Вы должны увидеть эти 3 слова перед подписанием каждой транзакции",
|
||||
"three-words-description-2": "Если вы видите другую комбинацию слов, отмените транзакцию и выйдите из системы",
|
||||
"timeline": "Сроки",
|
||||
"to": "Кому",
|
||||
"to-block": "Блокировать",
|
||||
"to-enable-biometric": "Для того, чтобы включить {{bio-type-label}}, вы должны сохранить свой пароль на экране разблокировки",
|
||||
|
@ -1200,9 +1261,11 @@
|
|||
"type-a-message": "Сообщение",
|
||||
"ulc-enabled": "ULC включен",
|
||||
"unable-to-read-this-code": "Не удалось прочитать этот код",
|
||||
"unblock": "Разблокировать",
|
||||
"unblock-contact": "Разблокировать этого пользователя",
|
||||
"unknown-status-go-error": "Неизвестная ошибка status-go",
|
||||
"unlock": "Разблокировать",
|
||||
"unmute": "Включить звук",
|
||||
"unpair-card": "Отменить привязку карты",
|
||||
"unpair-card-confirmation": "Эта операция отключит карту от текущего устройства. Для авторизации требуется 6-значный код доступа. Вы хотите продолжить?",
|
||||
"unpaired-keycard-text": "Keycard, который вы только что использовали, не привязан к этому телефону",
|
||||
|
@ -1258,12 +1321,14 @@
|
|||
"warning-sending-to-contract-descr": "Введенный вами адрес является смарт-контрактом. Отправка средств на этот адрес может привести к их потере. Для взаимодействия с DApp откройте его в DApp-браузере Status.",
|
||||
"watch-only": "Только для просмотра",
|
||||
"web-view-error": "Невозможно загрузить страницу",
|
||||
"websites": "Веб-сайты",
|
||||
"webview-camera-permission-requests": "Запросы на доступ к использованию камеры",
|
||||
"webview-camera-permission-requests-subtitle": "При активации, веб-сайты и приложения могут запрашивать доступ к камере вашего устройства.",
|
||||
"welcome-blank-message": "Ваши чаты появятся здесь. Чтобы начать новые чаты, нажмите кнопку ⊕",
|
||||
"welcome-screen-text": "Настройте свой кошелек, приглашайте друзей общаться в чатах \nи используйте популярные dapps!",
|
||||
"welcome-to-status": "Добро пожаловать в Status!",
|
||||
"welcome-to-status-description": "Настройте свой крипто-кошелек, приглашайте друзей в чаты и изучайте все возможности децентрализованных приложений",
|
||||
"whats-on-your-mind": "Что у тебя на уме...",
|
||||
"word-count": "Количество слов",
|
||||
"word-n": "Слово #{{number}}",
|
||||
"word-n-description": "Чтобы проверить, правильно ли вы создали резервную копию фразы восстановления, введите слово # {{number}} выше.",
|
||||
|
@ -1290,6 +1355,7 @@
|
|||
"you-are-all-set": "Все готово!",
|
||||
"you-are-all-set-description": "При потере телефона вы сможете получить доступ к своим средствам и ключу чата, используя сид-фразу",
|
||||
"you-can-change-account": "Вы можете изменить название и цвет аккаунта на тот, который хотите",
|
||||
"you-can-choose-preview-websites": "Вы можете выбрать с каких веб-сайтов будет работать предварительный просмотр ссылок и изображений в чатах",
|
||||
"you-dont-have-contacts": "Нет контактов",
|
||||
"you-dont-have-stickers": "У вас еще нет стикеров",
|
||||
"you-will-need-this-code": "Вам понадобится этот код, чтобы открывать Status и подписывать транзакции",
|
||||
|
@ -1301,4 +1367,4 @@
|
|||
"your-keys": "Ваши ключи",
|
||||
"your-recovery-phrase": "Ваша сид-фраза",
|
||||
"your-recovery-phrase-description": "Это ваша сид-фраза. Она используется для доказательства владения кошельком. Вы уведите ее только один раз! Запишите ее на бумаге и храните в надежном месте. Она понадобится вам, если вы потеряете или переустановите кошелек."
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@
|
|||
"active-unknown": "Bilinmeyen",
|
||||
"add": "Ekle",
|
||||
"add-a-watch-account": "Yalnızca izleme adresi ekleyin",
|
||||
"add-account": "Hesap ekle",
|
||||
"add-account": "Bir hesap ekle",
|
||||
"add-account-description": "Status cüzdanınıza eklemek için herhangi bir Ethereum hesabını içe aktarabilirsiniz.",
|
||||
"add-account-incorrect-password": "Şifre yanlış görünüyor. Uygulamanın kilidini açmak için kullandığınız şifreyi girin.",
|
||||
"add-an-account": "Bir hesap ekle",
|
||||
|
@ -137,6 +137,7 @@
|
|||
"cancel-keycard-setup": "Keycard kurulumlarını iptal et",
|
||||
"cannot-read-card": "Kart okunamıyor. \n Lütfen telefonunuzun arkasına tutun.",
|
||||
"cannot-use-default-pin": "000000 parolasına izin verilmiyor. \n Lütfen başka bir numara kullanın",
|
||||
"cant-open-public-chat": "Herkese açık sohbeti açamıyorum",
|
||||
"cant-report-bug": "Hata bildirilemiyor",
|
||||
"card-is-blank": "Bu kart boş",
|
||||
"card-reseted": "Kart sıfırlandı",
|
||||
|
@ -159,6 +160,7 @@
|
|||
"chat-key": "Sohbet anahtarı",
|
||||
"chat-key-content": "Status sohbet protokolündeki mesajlar şifreleme anahtarları kullanılarak gönderilir ve alınır. Genel sohbet anahtarları sizin Status ile mesaj gönderilmesi için başkalarıyla paylaştığınız bir karakter dizisidir.",
|
||||
"chat-key-title": "Sohbet Anahtarı",
|
||||
"chat-link-previews": "Sohbet bağlantısı önizlemeleri",
|
||||
"chat-name": "Sohbet Adı",
|
||||
"chat-name-content": "Sohbet anahtarınızdan algoritmik olarak türetilen ve sohbette varsayılan takma adınız olarak kullanılan üç rastgele kelimedir. Sohbet adları tamamen benzersizdir; başka hiçbir kullanıcı aynı üç kelimeye sahip olamaz.",
|
||||
"chat-name-title": "Sohbet Adı",
|
||||
|
@ -201,6 +203,7 @@
|
|||
"other": "Kişiler"
|
||||
},
|
||||
"contacts": "Kişiler",
|
||||
"contacts-descr": "Kişileriniz burada görünecek. Kişi olarak eklediğiniz herkesten status güncellemeleri alacaksınız",
|
||||
"contacts-empty": "ENS adlarına sahip kişiler burada görünecek",
|
||||
"continue": "Devam et",
|
||||
"continue-anyway": "Yine de devam edin",
|
||||
|
@ -321,28 +324,46 @@
|
|||
"data-syncing": "Veri senkronizasyonu",
|
||||
"datetime-ago": "Önce",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"one": "gün",
|
||||
"other": "günler"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"one": "gün",
|
||||
"other": "gün"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"one": "saat",
|
||||
"other": "saatler"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"one": "saat",
|
||||
"other": "saat"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"one": "dakika",
|
||||
"other": "dakikalar"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"one": "dakika",
|
||||
"other": "dakika"
|
||||
},
|
||||
"datetime-second": {
|
||||
"one": "Saniye",
|
||||
"other": "Saniyeler"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"one": "saniye",
|
||||
"other": "saniye"
|
||||
},
|
||||
"datetime-today": "bugün",
|
||||
"datetime-yesterday": "Dün",
|
||||
"decimals": "Basamaklı",
|
||||
"decline": "Reddet",
|
||||
"decryption-failed-content": "Verileriniz şifresi çözülürken bir hata oluştu. Eski verilerinizi silmeniz ve yeni bir hesap oluşturmanız gerekebilir. Silmek için \"Uygula\" ya da tekrar denemek için \"İptal\" e hafifçe dokunun.",
|
||||
"default": "Varsayılan",
|
||||
"default-assets": "Varsayılan ERC20 ve ERC721",
|
||||
"delete": "Sil",
|
||||
"delete-account": "Hesabı sil",
|
||||
"delete-and-leave-group": "Grubu sil ve gruptan ayrıl",
|
||||
|
@ -376,6 +397,7 @@
|
|||
"discover": "Keşfedin",
|
||||
"dismiss": "Reddet",
|
||||
"done": "Bitti",
|
||||
"dont-ask": "Bir daha sorma",
|
||||
"edit": "Düzenle",
|
||||
"edit-group": "Grubu düzenle",
|
||||
"edit-profile": "Profili Düzenle",
|
||||
|
@ -385,6 +407,8 @@
|
|||
"empty-chat-description-public-share-this": "Bu sohbeti paylaş.",
|
||||
"empty-pending-invitations-descr": "Gruba katılmak isteyenler\n bir davet bağlantısı aracılığıyla burada görünecek",
|
||||
"enable": "Etkinleştir",
|
||||
"enable-all": "Hepsini etkinleştir",
|
||||
"enable-link-previews": "Sohbette bağlantı önizlemeleri etkinleştirilsin mi?",
|
||||
"encrypt-with-password": "Şifrenizi şifreleyin.",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "Kullanıcı adı ekle",
|
||||
|
@ -488,10 +512,13 @@
|
|||
"error-unable-to-get-token-balance": "Token bakiyesi alınamıyor.",
|
||||
"errors": "Hatalar",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "Ethereum hesabı",
|
||||
"ethereum-address": "Ethereum adresi",
|
||||
"ethereum-node-started-incorrectly-description": "Ethereum düğümü yanlış yapılandırmayla başlatıld ve bu durumu düzeltmek için uygulama durdurulur. Yapılandırılmış ağ kimliği = {{network-id}} , gerçek = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "Ethereum düğümü yanlış başladı",
|
||||
"etherscan-lookup": "Etherscan'a bak.",
|
||||
"export-account": "Hesabı dışa aktar",
|
||||
"external-storage-denied": "Harici depolamaya erişim reddedildi",
|
||||
"failed": "Başarısız",
|
||||
"faq": "Sıkça Sorulan Sorular",
|
||||
"favourites": "Favoriler",
|
||||
|
@ -599,6 +626,7 @@
|
|||
"invalid-key-content": "Bir dosya bozuk olduğundan veritabanı şifrelenemiyor. Paranız ve sohbet anahtarınız güvende. Sohbetleriniz ve kişileriniz gibi diğer veriler geri yüklenemez. “ {{erase-multiaccounts-data-button-text}} ” düğmesi, diğer tüm verileri kaldırır ve paranıza erişmenize ve mesaj göndermenize olanak tanır",
|
||||
"invalid-number": "Geçersiz numara",
|
||||
"invalid-pairing-password": "Geçersiz eşleştirme şifresi",
|
||||
"invalid-public-chat-topic": "Geçersiz genel sohbet konusu",
|
||||
"invalid-range": "Geçersiz biçim, {{min}} ve {{max}} arasında olmalıdır",
|
||||
"invite-button": "Davet et",
|
||||
"invite-chat-accept": "Kabul et",
|
||||
|
@ -711,6 +739,7 @@
|
|||
"load-messages-before": "{{date}} önce",
|
||||
"load-more-messages": "Daha fazla mesaj getir",
|
||||
"loading": "Yükleniyor...",
|
||||
"local-notifications": "Yerel bildirimler",
|
||||
"lock-app-with": "Uygulamayı şununla kilitle:",
|
||||
"log-level": "Günlük seviyesi",
|
||||
"log-level-settings": "Günlük seviyesi ayarları",
|
||||
|
@ -795,6 +824,7 @@
|
|||
"mute": "Sessiz",
|
||||
"my-accounts": "Hesaplarım",
|
||||
"my-accounts-empty": "Mevcut hesaplarınız burada görünecek",
|
||||
"my-status": "Durumum",
|
||||
"name": "Ad",
|
||||
"name-of-token": "Tokeninizin Adı",
|
||||
"name-optional": "İsim: (İsteğe bağlı)",
|
||||
|
@ -819,6 +849,7 @@
|
|||
"new-network": "Yeni ağ",
|
||||
"new-pin-description": "Yeni 6 haneli şifre girin",
|
||||
"new-public-group-chat": "Herkese açık sohbete katılın",
|
||||
"new-status": "Yeni Status",
|
||||
"next": "Sonraki",
|
||||
"nickname": "Takma ad",
|
||||
"nickname-description": "Takma adlar, Status'da başkalarını tanımanıza yardımcı olur.\n Eklediğiniz takma adlarını yalnızca siz görebilirsiniz",
|
||||
|
@ -845,12 +876,13 @@
|
|||
"notifications-preferences": "Bildirim Tercihleri",
|
||||
"notifications-servers": "Bildirim sunucuları",
|
||||
"notifications-switch": "Bildirimleri göster",
|
||||
"notifications-transactions": "Cüzdan işlemleri",
|
||||
"notify": "Bildirim",
|
||||
"now": "Şimdi",
|
||||
"off": "Kapalı",
|
||||
"off-status-tree": "Staus ağacı kapalı",
|
||||
"offline": "Çevrimdışı",
|
||||
"offline-messaging": "Mailserver",
|
||||
"offline-messaging-settings": "Node ayarları",
|
||||
"offline-messaging-use-history-explanation": "Uygulama kapalıyken gönderilen mesajları almak için geçmiş nodeleri etkinleştirin. Etkinleştirildiğinde, bir geçmiş node IP adresinizi alır. Devre dışı bırakıldığında, uygulama kapatıldığında mesaj almayacaksınız ve uygulamayı daha sonra açtığınızda bunları görmeyeceksiniz.",
|
||||
"offline-messaging-use-history-nodes": "Geçmiş nodeleri kullan",
|
||||
"ok": "tamam",
|
||||
|
@ -860,6 +892,7 @@
|
|||
"okay": "Tamam",
|
||||
"on": "Aç",
|
||||
"on-status-tree": "Status ağacında",
|
||||
"once-enabled-share-metadata": "Etkinleştirildikten sonra, sohbette yayınlanan bağlantılar ve meta verileriniz siteyle paylaşılır.",
|
||||
"open": "Açık",
|
||||
"open-dapp": "ÐApp'ı aç",
|
||||
"open-dapp-store": "ÐApps'ı Keşfedin",
|
||||
|
@ -920,6 +953,7 @@
|
|||
"pin-retries-left": "{{number}} kaldı",
|
||||
"preference": "Tecihler",
|
||||
"preview-privacy": "Gizlilik modunu önizleme",
|
||||
"previewing-may-share-metadata": "Bu web sitelerinden gelen bağlantılarını önizleyebilir, meta verilerinizi sahipleriyle paylaşabilir.",
|
||||
"privacy": "Gizlilik",
|
||||
"privacy-and-security": "Gizlilik ve güvenlik",
|
||||
"privacy-policy": "Gizlilik Politikası",
|
||||
|
@ -942,8 +976,14 @@
|
|||
"puk-code": "PUK kodu",
|
||||
"puk-code-explanation": "6 basamaklı şifrenizi unutursanız veya 3 kez yanlış girerseniz, kartınızın kilidini açmak için bu koda ihtiyacınız olacak",
|
||||
"puk-mismatch": "Yanlış PUK kodu",
|
||||
"push-failed-transaction": "İşleminiz başarısız oldu",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}} için {{to}}",
|
||||
"push-inbound-transaction": "{{value}} {{currency}} aldınız",
|
||||
"push-inbound-transaction-body": "{{from}} gönderen {{from}} - {{to}}",
|
||||
"push-notifications-server-enabled": "Sunucu etkinleştirildi",
|
||||
"push-notifications-servers": "Push bildirim sunucuları",
|
||||
"push-outbound-transaction": "{{value}} {{currency}} gönderdiniz",
|
||||
"push-outbound-transaction-body": "{{from}} gönderen {{from}} - {{to}}",
|
||||
"quiet-days": "{{quiet-days}} gün",
|
||||
"quiet-hours": "{{quiet-hours}} saat",
|
||||
"re-encrypt-key": "Anahtarlarınızı yeniden şifreleyin",
|
||||
|
@ -1021,7 +1061,6 @@
|
|||
"send-logs": "Hata bildirin",
|
||||
"send-logs-to": "Bu hatayı {{email}} adresine bildir",
|
||||
"send-message": "Mesaj gönder",
|
||||
"send-push-notifications": "Anlık bildirimler gönder",
|
||||
"send-push-notifications-description": "Devre dışı bırakıldığında, mesajlarınızı alan kişiye mesajın geldiği bildirilmez.",
|
||||
"send-request": "İstek gönder",
|
||||
"send-request-amount": "Miktar",
|
||||
|
@ -1091,6 +1130,9 @@
|
|||
"status-pending": "Bekliyor",
|
||||
"status-sent": "Gönderildi",
|
||||
"status-tx-not-found": "TX bulunamadı",
|
||||
"status-updates-descr": "Status güncellemeleri burada görünecektir. Zaman çizelgenizle ilgili güncellemeleri almak için profili kişi olarak ekleyin.",
|
||||
"statuses-descr": "Aklınızdakileri paylaşın ve kişilerinizle güncel kalın",
|
||||
"statuses-my-status-descr": "Aklından geçenleri paylaş. Profilinizi ziyaret eden herkes durumunuzu görebilir. Sizi kişi olarak ekleyen kişiler güncelleştirmelerinizi zaman çizelgelerine göre alır",
|
||||
"step-i-of-n": "Adım {{step}}{{number}}",
|
||||
"sticker-market": "Sticker marketi",
|
||||
"storage": "Depolama",
|
||||
|
@ -1114,6 +1156,7 @@
|
|||
"this-will-take-few-seconds": "Bu birkaç saniye sürecek",
|
||||
"three-words-description": "Her bir işlemi imzalamadan önce bu 3 kelimeyi görmelisiniz",
|
||||
"three-words-description-2": "Farklı bir kombinasyon görürseniz işlemi iptal edin ve oturumu kapatın",
|
||||
"timeline": "Zaman çizelgesi",
|
||||
"to": "için",
|
||||
"to-block": "Engelle",
|
||||
"to-enable-biometric": "{{bio-type-label}} özelliğini etkinleştirmek için şifrenizi kilit açma ekranına kaydetmeniz gerekir",
|
||||
|
@ -1181,9 +1224,11 @@
|
|||
"type-a-message": "Mesaj",
|
||||
"ulc-enabled": "ULC etkin",
|
||||
"unable-to-read-this-code": "Bu kod okunamıyor",
|
||||
"unblock": "Engeli kaldır",
|
||||
"unblock-contact": "Bu kullanıcının engelini kaldır",
|
||||
"unknown-status-go-error": "Bilinmeyen status-go hatası",
|
||||
"unlock": "Kilidini aç",
|
||||
"unmute": "Sessize Al",
|
||||
"unpair-card": "Eşleştirilmemiş kart",
|
||||
"unpair-card-confirmation": "Bu işlem kartın eşleştirmesini mevcut cihazınızdan kaldıracaktır. 6 basamaklı parola yetkilendirmesi gerektirir. Devam etmek istiyor musunuz?",
|
||||
"unpaired-keycard-text": "Dokunduğunuz Keycard bu telefonla ilişkili değil",
|
||||
|
@ -1239,12 +1284,14 @@
|
|||
"warning-sending-to-contract-descr": "Girdiğiniz adres akıllı bir sözleşmedir, bu adrese para göndermek para kaybına neden olabilir. Bir DApp ile etkileşim kurmak için, Status DApp Tarayıcısında DApp'ı açın.",
|
||||
"watch-only": "Yalnızca İzle",
|
||||
"web-view-error": "Sayfa yüklenemedi",
|
||||
"websites": "Web siteleri",
|
||||
"webview-camera-permission-requests": "Web görünümü kamera izin istekleri",
|
||||
"webview-camera-permission-requests-subtitle": "Etkinleştirildiğinde, web siteleri ve dapp'ler kameranızı kullanmak isteyebilir",
|
||||
"welcome-blank-message": "Sohbetleriniz burada görünecek. Yeni sohbetler başlatmak için ⊕ düğmesine basın",
|
||||
"welcome-screen-text": "Cüzdanınızı ayarlayın, arkadaşlarınızı sohbete davet edin \n ve popüler dappslere göz atın!",
|
||||
"welcome-to-status": "Status'a Hoş Geldiniz!",
|
||||
"welcome-to-status-description": "Kripto cüzdanınızı ayarlayın, arkadaşlarınızı sohbet etmeye ve merkezi olmayan uygulamalara göz atmaya davet edin",
|
||||
"whats-on-your-mind": "Aklınızdan ne geçiyor…",
|
||||
"word-count": "Sözcük sayısı",
|
||||
"word-n": "Kelime # {{number}}",
|
||||
"word-n-description": "Kelime imzanızı doğru bir şekilde yedekleyip yedeklemediğinizi kontrol etmek için, yukarıdaki # {{number}} kelimesini girin.",
|
||||
|
@ -1268,6 +1315,7 @@
|
|||
"you-are-all-set": "Hazırsınız!",
|
||||
"you-are-all-set-description": "Telefonunuzu kaybederseniz, bakiyenize ve sohbet anahtarınıza kelime imzanızı kullanarak erişebilirsiniz",
|
||||
"you-can-change-account": "Hesap adını ve rengini istediğiniz şekilde değiştirebilirsiniz",
|
||||
"you-can-choose-preview-websites": "Aşağıdaki web sitelerinden hangilerinin sohbetlerdeki açıklamalarını ve resimlerininin bağlantılarını önizleyebileceğini seçebilirsiniz",
|
||||
"you-dont-have-contacts": "Henüz hiç kişiniz yok.",
|
||||
"you-dont-have-stickers": "Henüz çıkartmanız yok",
|
||||
"you-will-need-this-code": "Statusu açmak ve işlemleri imzalamak için bu koda ihtiyacınız olacaktır",
|
||||
|
@ -1279,4 +1327,4 @@
|
|||
"your-keys": "Senin anahtarların",
|
||||
"your-recovery-phrase": "Kelime imzanız",
|
||||
"your-recovery-phrase-description": "Bu senin kelime imzan. Bunu senin cüzdanın olduğunu kanıtlamak için kullanıyorsun. Sadece bir kez görüyorsunuz! Kağıda yazın ve güvenli bir yerde saklayın. Cüzdanınızı kaybederseniz veya uygulamayı yeniden yüklerseniz ihtiyacınız olacak."
|
||||
}
|
||||
}
|
|
@ -136,6 +136,7 @@
|
|||
"cancel-keycard-setup": "取消Keycard设置",
|
||||
"cannot-read-card": "无法读卡。\n请把卡放在您的手机后面",
|
||||
"cannot-use-default-pin": "密码000000是无效的。 \n请使用其他数字",
|
||||
"cant-open-public-chat": "无法开启公共聊天",
|
||||
"cant-report-bug": "无法报告错误",
|
||||
"card-is-blank": "这是一张空白卡",
|
||||
"card-reseted": "卡片已被重置",
|
||||
|
@ -158,6 +159,7 @@
|
|||
"chat-key": "聊天码",
|
||||
"chat-key-content": "在Status聊天协议中使用加密密钥发送和接收消息。聊天码是您与他人分享的一串字符,在Status中用于其他人向您发送消息。",
|
||||
"chat-key-title": "聊天码",
|
||||
"chat-link-previews": "聊天中的链接预览",
|
||||
"chat-name": "聊天名称",
|
||||
"chat-name-content": "聊天码通过算法派生出的三个随机单词,用作聊天中的默认别名。聊天名称是独一无二的;没有其他用户可以拥有相同的三个单词。",
|
||||
"chat-name-title": "聊天名称",
|
||||
|
@ -199,6 +201,7 @@
|
|||
"other": "联系人"
|
||||
},
|
||||
"contacts": "联系人",
|
||||
"contacts-descr": "您的联系人将显示在这里。您将收到添加为联系人的所有状态更新",
|
||||
"contacts-empty": "具有ENS名称的联系人将显示在这里",
|
||||
"continue": "继续",
|
||||
"continue-anyway": "仍然继续",
|
||||
|
@ -319,24 +322,38 @@
|
|||
"data-syncing": "数据同步中",
|
||||
"datetime-ago": "前",
|
||||
"datetime-ago-format": "{{number}} {{time-intervals}} {{ago}}",
|
||||
"datetime-ago-format-short": "{{number}} {{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"other": "天"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"other": "天"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"other": "小时"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"other": "小时"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"other": "分钟"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"other": "分"
|
||||
},
|
||||
"datetime-second": {
|
||||
"other": "秒"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"other": "秒"
|
||||
},
|
||||
"datetime-today": "今天",
|
||||
"datetime-yesterday": "昨天",
|
||||
"decimals": "小数点",
|
||||
"decline": "拒绝",
|
||||
"decryption-failed-content": "解密数据时发生错误。您可能需要擦除旧数据并生成一个新帐户。点击“应用”以擦除,或点击“取消”重试",
|
||||
"default": "默认",
|
||||
"default-assets": "默认的ERC20和ERC721代币",
|
||||
"delete": "刪除",
|
||||
"delete-account": "删除帐户",
|
||||
"delete-and-leave-group": "删除并离开群组",
|
||||
|
@ -370,6 +387,7 @@
|
|||
"discover": "发现",
|
||||
"dismiss": "解雇",
|
||||
"done": "完成",
|
||||
"dont-ask": "不再询问我",
|
||||
"edit": "编辑",
|
||||
"edit-group": "编辑群组",
|
||||
"edit-profile": "编辑个人资料",
|
||||
|
@ -379,6 +397,8 @@
|
|||
"empty-chat-description-public-share-this": "分享此聊天。",
|
||||
"empty-pending-invitations-descr": "通过邀请链接申请加入群组的人将出现在这里",
|
||||
"enable": "启用",
|
||||
"enable-all": "全部启用",
|
||||
"enable-link-previews": "启用聊天中的链接预览?",
|
||||
"encrypt-with-password": "用密码加密",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "添加用户名",
|
||||
|
@ -482,10 +502,13 @@
|
|||
"error-unable-to-get-token-balance": "无法获取代币余额",
|
||||
"errors": "错误",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "以太坊账户",
|
||||
"ethereum-address": "以太坊地址",
|
||||
"ethereum-node-started-incorrectly-description": "以太网节点启动配置不正确,应用程序将停止从该条件恢复。已配置的网络ID = {{network-id}} ,实际网络ID = {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "以太坊节点启动不正确",
|
||||
"etherscan-lookup": "在Etherscan上查看",
|
||||
"export-account": "导出帐户",
|
||||
"external-storage-denied": "拒绝访问外部存储",
|
||||
"failed": "失败",
|
||||
"faq": "常见问题",
|
||||
"favourites": "收藏夹",
|
||||
|
@ -593,6 +616,7 @@
|
|||
"invalid-key-content": "由于文件损坏,无法加密数据库。您的资金和聊天码是安全的。其他数据(例如您的聊天和联系人)无法恢复。 “ {{erase-multiaccounts-data-button-text}}按钮将删除所有其他数据,并允许您访问资金和发送消息",
|
||||
"invalid-number": "无效数字",
|
||||
"invalid-pairing-password": "配对密码无效",
|
||||
"invalid-public-chat-topic": "无效的公共聊天主题",
|
||||
"invalid-range": "无效的格式\n必须是在{{min}}与{{max}}之间",
|
||||
"invite-button": "邀请",
|
||||
"invite-chat-accept": "接受",
|
||||
|
@ -705,6 +729,7 @@
|
|||
"load-messages-before": "{{date}} 之前",
|
||||
"load-more-messages": "↓获取更多消息",
|
||||
"loading": "载入中...",
|
||||
"local-notifications": "本地通知",
|
||||
"lock-app-with": "锁定应用程序",
|
||||
"log-level": "日志级别",
|
||||
"log-level-settings": "日志级别设置",
|
||||
|
@ -787,6 +812,7 @@
|
|||
"mute": "拒收",
|
||||
"my-accounts": "我的帐户",
|
||||
"my-accounts-empty": "您的可用帐户将显示在这里",
|
||||
"my-status": "我的状态",
|
||||
"name": "名称",
|
||||
"name-of-token": "代币的名称",
|
||||
"name-optional": "名称(可选)",
|
||||
|
@ -811,6 +837,7 @@
|
|||
"new-network": "新网络",
|
||||
"new-pin-description": "输入新的6位数字密码",
|
||||
"new-public-group-chat": "加入公共聊天",
|
||||
"new-status": "新状态",
|
||||
"next": "下一步",
|
||||
"nickname": "昵称",
|
||||
"nickname-description": "昵称可帮助您识别Status中的其他人。 \n只有您可以看到已添加的昵称",
|
||||
|
@ -837,7 +864,9 @@
|
|||
"notifications-preferences": "通知首选项",
|
||||
"notifications-servers": "通知服务器",
|
||||
"notifications-switch": "显示通知",
|
||||
"notifications-transactions": "钱包交易",
|
||||
"notify": "通知",
|
||||
"now": "现在",
|
||||
"off": "关闭",
|
||||
"off-status-tree": "不在Status树上",
|
||||
"offline": "离线",
|
||||
|
@ -852,6 +881,7 @@
|
|||
"okay": "确定",
|
||||
"on": "开启",
|
||||
"on-status-tree": "在根密钥树上",
|
||||
"once-enabled-share-metadata": "启用后,聊天中发送的链接可能会与网站共享您的元数据",
|
||||
"open": "打开",
|
||||
"open-dapp": "打开ÐApp",
|
||||
"open-dapp-store": "发现ÐApp",
|
||||
|
@ -912,6 +942,7 @@
|
|||
"pin-retries-left": "您还剩{{number}}次重试机会",
|
||||
"preference": "偏好",
|
||||
"preview-privacy": "预览隐私模式",
|
||||
"previewing-may-share-metadata": "预览这些网站的链接可能会与网站所有者共享您的元数据",
|
||||
"privacy": "隐私",
|
||||
"privacy-and-security": "隐私和安全",
|
||||
"privacy-policy": "隐私政策",
|
||||
|
@ -934,8 +965,14 @@
|
|||
"puk-code": "PUK码",
|
||||
"puk-code-explanation": "如果您忘记了6位数字密码或输入错误3次,则需要使用此代码解锁您的卡。",
|
||||
"puk-mismatch": "PUK码错误",
|
||||
"push-failed-transaction": "您的交易失败",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}}至{{to}}",
|
||||
"push-inbound-transaction": "您收到了{{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "从{{from}}到{{to}}",
|
||||
"push-notifications-server-enabled": "服务器已启用",
|
||||
"push-notifications-servers": "推送通知服务器",
|
||||
"push-outbound-transaction": "您发送了{{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "从{{from}}到{{to}}",
|
||||
"quiet-days": "{{quiet-days}}天",
|
||||
"quiet-hours": "{{quiet-hours}}小时",
|
||||
"re-encrypt-key": "重新加密密钥",
|
||||
|
@ -1013,7 +1050,6 @@
|
|||
"send-logs": "报告错误",
|
||||
"send-logs-to": "向{{email}}报告错误",
|
||||
"send-message": "发送消息",
|
||||
"send-push-notifications": "发送推送通知",
|
||||
"send-push-notifications-description": "禁用此功能后,收到您消息的人不会收到通知",
|
||||
"send-request": "发送请求",
|
||||
"send-request-amount": "金额",
|
||||
|
@ -1083,6 +1119,9 @@
|
|||
"status-pending": "等待中",
|
||||
"status-sent": "已发送",
|
||||
"status-tx-not-found": "未找到 TX",
|
||||
"status-updates-descr": "Status更新将显示在此处。将个人资料添加为联系人,以在您的时间轴上接收更新。",
|
||||
"statuses-descr": "分享您的想法,并更新到您的联系人",
|
||||
"statuses-my-status-descr": "分享您的想法。访问您个人资料的任何人,都可以看到您的状态。将您添加为联系人的用户,将在时间轴上收到您的更新",
|
||||
"step-i-of-n": "步骤{{step}}\/{{number}}",
|
||||
"sticker-market": "贴纸市场",
|
||||
"storage": "存储",
|
||||
|
@ -1106,6 +1145,7 @@
|
|||
"this-will-take-few-seconds": "这将需要几秒钟",
|
||||
"three-words-description": "在每笔交易签名之前, 您可以看到这3个单词",
|
||||
"three-words-description-2": "如果您看到不同的组合, 请取消交易并注销。",
|
||||
"timeline": "时间轴",
|
||||
"to": "到",
|
||||
"to-block": "屏蔽",
|
||||
"to-enable-biometric": "要启用{{bio-type-label}} ,您必须在解锁界面保存密码",
|
||||
|
@ -1173,9 +1213,11 @@
|
|||
"type-a-message": "消息",
|
||||
"ulc-enabled": "超轻客户端启用",
|
||||
"unable-to-read-this-code": "无法读取此代码",
|
||||
"unblock": "解锁",
|
||||
"unblock-contact": "取消屏蔽此用户",
|
||||
"unknown-status-go-error": "未知的status-go错误",
|
||||
"unlock": "解锁",
|
||||
"unmute": "取消静音",
|
||||
"unpair-card": "未配对卡",
|
||||
"unpair-card-confirmation": "此操作将取消当前设备的卡配对。需要6位数字密码授权。想继续吗?",
|
||||
"unpaired-keycard-text": "您刷的Keycard与此手机无关联",
|
||||
|
@ -1231,12 +1273,14 @@
|
|||
"warning-sending-to-contract-descr": "您输入的地址是智能合约地址,将资金发送到此地址可能会导致资金损失。若要与 DApp 交互,请打开Status DApp 浏览器中的 DApp。",
|
||||
"watch-only": "仅限观察",
|
||||
"web-view-error": "无法加载页面",
|
||||
"websites": "网站",
|
||||
"webview-camera-permission-requests": "手机相机权限请求",
|
||||
"webview-camera-permission-requests-subtitle": "启用后,网站和dapp可能会要求使用您的手机相机",
|
||||
"welcome-blank-message": "您的聊天记录将在此处显示。开始新的聊天,请点击⊕按钮",
|
||||
"welcome-screen-text": "设置您的钱包,邀请朋友聊天\n并浏览受欢迎的dapp!",
|
||||
"welcome-to-status": "欢迎来到Status",
|
||||
"welcome-to-status-description": "设置您的加密钱包,邀请朋友聊天和浏览去中心化应用",
|
||||
"whats-on-your-mind": "你想到了些什么…",
|
||||
"word-count": "字数",
|
||||
"word-n": "{{number}}#单词",
|
||||
"word-n-description": "为了确认您是否正确备份助记词,请在上方输入{{number}}#单词。",
|
||||
|
@ -1259,6 +1303,7 @@
|
|||
"you-are-all-set": "你已完成所有设置",
|
||||
"you-are-all-set-description": "如果您丢了手机,现在可以使用助记词访问资金和聊天码",
|
||||
"you-can-change-account": "您可以根据自己的喜好更改帐户的名称和颜色",
|
||||
"you-can-choose-preview-websites": "您可以选择以下哪些网站可以在聊天中预览链接中的描述和图片",
|
||||
"you-dont-have-contacts": "您还没有任何联系人。",
|
||||
"you-dont-have-stickers": "您没有任何贴纸",
|
||||
"you-will-need-this-code": "您需要此密码才能打开应用程序并确认交易。",
|
||||
|
@ -1270,4 +1315,4 @@
|
|||
"your-keys": "您的账户",
|
||||
"your-recovery-phrase": "您的助记词",
|
||||
"your-recovery-phrase-description": "这是您的助记词。您需要用它来证明这个钱包属于您。您只能查看一次!请将其写在纸上并保存在安全的地方。如果丢失或重新安装钱包,您将需要用到这些助记词。"
|
||||
}
|
||||
}
|
|
@ -136,6 +136,7 @@
|
|||
"cancel-keycard-setup": "取消金鑰卡設置",
|
||||
"cannot-read-card": "無法讀取卡片。 \n請把它放在手機感應處",
|
||||
"cannot-use-default-pin": "不允許輸入密碼000000\n請使用其他號碼",
|
||||
"cant-open-public-chat": "無法開啟公共聊天",
|
||||
"cant-report-bug": "無法報告錯誤",
|
||||
"card-is-blank": "空白卡片",
|
||||
"card-reseted": "卡片已重設",
|
||||
|
@ -158,6 +159,7 @@
|
|||
"chat-key": "聊天金鑰",
|
||||
"chat-key-content": "\"Status\"聊天協議使用加密金鑰傳送和接收有關的訊息。聊天公鑰是您與他人共用的字串,讓他們可以在“Status”中向您傳送訊息。",
|
||||
"chat-key-title": "聊天金鑰",
|
||||
"chat-link-previews": "聊天連結預覽",
|
||||
"chat-name": "聊天名稱",
|
||||
"chat-name-content": "從聊天鍵中演算法得出的三個隨機詞,會當作聊天中的默認別名。聊天名稱是完全唯一的;沒有其他用戶可以使用相同的三個詞。",
|
||||
"chat-name-title": "聊天名稱",
|
||||
|
@ -199,6 +201,7 @@
|
|||
"other": "好友名單"
|
||||
},
|
||||
"contacts": "好友名單",
|
||||
"contacts-descr": "您的聯絡人將出現在這裡。您將收到添加為聯絡人的所有狀態更新",
|
||||
"contacts-empty": "具有ENS名稱的聯絡人將顯示在此處",
|
||||
"continue": "繼續",
|
||||
"continue-anyway": "仍然繼續",
|
||||
|
@ -319,24 +322,38 @@
|
|||
"data-syncing": "資料同步中",
|
||||
"datetime-ago": "前",
|
||||
"datetime-ago-format": "{{number}}{{time-intervals}}{{ago}}",
|
||||
"datetime-ago-format-short": "{{number}}{{time-intervals}}",
|
||||
"datetime-day": {
|
||||
"other": "天"
|
||||
},
|
||||
"datetime-day-short": {
|
||||
"other": "天"
|
||||
},
|
||||
"datetime-hour": {
|
||||
"other": "小時"
|
||||
},
|
||||
"datetime-hour-short": {
|
||||
"other": "小時"
|
||||
},
|
||||
"datetime-minute": {
|
||||
"other": "分"
|
||||
},
|
||||
"datetime-minute-short": {
|
||||
"other": "分"
|
||||
},
|
||||
"datetime-second": {
|
||||
"other": "秒"
|
||||
},
|
||||
"datetime-second-short": {
|
||||
"other": "秒"
|
||||
},
|
||||
"datetime-today": "今天",
|
||||
"datetime-yesterday": "昨天",
|
||||
"decimals": "小數點",
|
||||
"decline": "拒絕",
|
||||
"decryption-failed-content": "解密數據時出現錯誤,您可能需要清除舊資料,並建立新的帳戶,請點選“同意”來清除舊資料,或點選“取消”以重試。",
|
||||
"default": "預設",
|
||||
"default-assets": "默认的ERC20和ERC721代币",
|
||||
"delete": "刪除",
|
||||
"delete-account": "刪除帳號",
|
||||
"delete-and-leave-group": "刪除並離開群組",
|
||||
|
@ -370,6 +387,7 @@
|
|||
"discover": "發現",
|
||||
"dismiss": "返回",
|
||||
"done": "完成",
|
||||
"dont-ask": "不再詢問我",
|
||||
"edit": "編輯",
|
||||
"edit-group": "編輯群組",
|
||||
"edit-profile": "編輯個人資料",
|
||||
|
@ -379,6 +397,8 @@
|
|||
"empty-chat-description-public-share-this": "分享此對話。",
|
||||
"empty-pending-invitations-descr": "透過邀請連結申請加入群組的人員將顯示在此",
|
||||
"enable": "啟用",
|
||||
"enable-all": "全部啟用",
|
||||
"enable-link-previews": "啟用聊天中的連結預覽?",
|
||||
"encrypt-with-password": "用密碼加密",
|
||||
"ens-10-SNT": "10 SNT",
|
||||
"ens-add-username": "新增用戶名稱",
|
||||
|
@ -482,10 +502,13 @@
|
|||
"error-unable-to-get-token-balance": "無法獲得代幣餘額",
|
||||
"errors": "錯誤",
|
||||
"eth": "ETH",
|
||||
"ethereum-account": "以太坊账户",
|
||||
"ethereum-address": "以太坊地址",
|
||||
"ethereum-node-started-incorrectly-description": "乙太坊節點以錯誤的配置啟動,應用程式即將停止。\n已配置的網絡ID = {{network-id}} ,實際= {{fetched-network-id}}",
|
||||
"ethereum-node-started-incorrectly-title": "乙太坊節點啟動錯誤",
|
||||
"etherscan-lookup": "至Etherscan上查詢",
|
||||
"export-account": "匯出帳號",
|
||||
"external-storage-denied": "存取外部儲存空間被拒絕",
|
||||
"failed": "失敗",
|
||||
"faq": "常見問題",
|
||||
"favourites": "收藏夾",
|
||||
|
@ -543,7 +566,7 @@
|
|||
"hide-content-when-switching-apps": "禁止螢幕截圖",
|
||||
"hide-content-when-switching-apps-ios": "隱藏預覽",
|
||||
"history": "歷史紀錄",
|
||||
"history-nodes": "历史记录节点",
|
||||
"history-nodes": "歷史紀錄節點",
|
||||
"hold-card": "請將卡片保持在手機感應處",
|
||||
"home": "首頁",
|
||||
"hooks": "Hooks",
|
||||
|
@ -593,6 +616,7 @@
|
|||
"invalid-key-content": "帳戶資料庫無法加密,因為檔案已損壞。您的資產與聊天金鑰仍然安全。其他資料。像是對話紀錄與好友名單,將無法復原。使用“ {{erase-multiaccounts-data-button-text}} ”按鈕,將會刪除這些其他資料,並讓您重新存取資產與傳送訊息。",
|
||||
"invalid-number": "無效號碼",
|
||||
"invalid-pairing-password": "配對密碼無效",
|
||||
"invalid-public-chat-topic": "無效的公開聊天主題",
|
||||
"invalid-range": "格式無效,必須介於{{min}}和{{max}}",
|
||||
"invite-button": "邀請",
|
||||
"invite-chat-accept": "接受",
|
||||
|
@ -705,6 +729,7 @@
|
|||
"load-messages-before": "在{{date}}之前",
|
||||
"load-more-messages": "↓取得更多訊息",
|
||||
"loading": "載入中...",
|
||||
"local-notifications": "本地通知",
|
||||
"lock-app-with": "鎖定應用",
|
||||
"log-level": "日誌級別",
|
||||
"log-level-settings": "紀錄日誌設定",
|
||||
|
@ -720,7 +745,7 @@
|
|||
"mail-should-be-configured": "郵件客戶端應配置",
|
||||
"mailserver-address": "郵件伺服器位址",
|
||||
"mailserver-automatic": "自動選擇",
|
||||
"mailserver-automatic-switch-explanation": "选择最快的历史记录节点",
|
||||
"mailserver-automatic-switch-explanation": "選擇最快的可用歷史記錄節點",
|
||||
"mailserver-connection-error": "無法連結到郵件伺服器",
|
||||
"mailserver-content": "\"Status\"網絡中路由和儲存訊息的節點,最多30天。",
|
||||
"mailserver-details": "郵件伺服器詳細資訊",
|
||||
|
@ -787,6 +812,7 @@
|
|||
"mute": "靜音",
|
||||
"my-accounts": "我的帳戶",
|
||||
"my-accounts-empty": "您的可用帳戶將顯示在此處",
|
||||
"my-status": "我的狀態",
|
||||
"name": "名稱",
|
||||
"name-of-token": "代幣名稱",
|
||||
"name-optional": "名稱(選填)",
|
||||
|
@ -811,6 +837,7 @@
|
|||
"new-network": "新網路",
|
||||
"new-pin-description": "輸入新的六位數密碼",
|
||||
"new-public-group-chat": "加入公共聊天",
|
||||
"new-status": "新增狀態",
|
||||
"next": "下一個",
|
||||
"nickname": "暱稱",
|
||||
"nickname-description": "暱稱可以幫助您識別Status中的其他人。 \n只有您才能看到已新增的暱稱",
|
||||
|
@ -837,14 +864,16 @@
|
|||
"notifications-preferences": "通知首選項",
|
||||
"notifications-servers": "通知伺服器",
|
||||
"notifications-switch": "顯示通知",
|
||||
"notifications-transactions": "錢包交易",
|
||||
"notify": "通知",
|
||||
"now": "現在",
|
||||
"off": "關",
|
||||
"off-status-tree": "關閉\"Status\"",
|
||||
"offline": "離線",
|
||||
"offline-messaging": "郵件伺服器",
|
||||
"offline-messaging-settings": "郵件伺服器設定",
|
||||
"offline-messaging-use-history-explanation": "启用历史记录节点以提取应用程序离线期间发送的消息。启用后,历史记录节点将获取您的IP地址。禁用后,应用程序离线时您将不会收到消息,并且在以后应用程序上线时您也不会看到消息。",
|
||||
"offline-messaging-use-history-nodes": "使用历史节点",
|
||||
"offline-messaging-settings": "歷史紀錄節點",
|
||||
"offline-messaging-use-history-explanation": "啟用歷史記錄節點以存取應用程式關閉時傳送的訊息。啟用時,歷史記錄節點將獲取您的IP地址。禁用後,您將不會在關閉應用程式時收到訊息,並且往後打開應用程式時也不會看到訊息。",
|
||||
"offline-messaging-use-history-nodes": "使用歷史記錄節點",
|
||||
"ok": "確定",
|
||||
"ok-continue": "好,繼續",
|
||||
"ok-got-it": "好,知道了",
|
||||
|
@ -852,6 +881,7 @@
|
|||
"okay": "好的",
|
||||
"on": "開",
|
||||
"on-status-tree": "在\"Status\"上",
|
||||
"once-enabled-share-metadata": "啟用後,聊天中發布的連結可能會與網站共享您的中繼資料",
|
||||
"open": "打開",
|
||||
"open-dapp": "啟動ÐApp",
|
||||
"open-dapp-store": "搜尋ÐApps",
|
||||
|
@ -912,6 +942,7 @@
|
|||
"pin-retries-left": "還可以嘗試{{number}}次",
|
||||
"preference": "選擇偏好",
|
||||
"preview-privacy": "預覽隱私模式",
|
||||
"previewing-may-share-metadata": "這些網站的預覽連結可能會與其所有者共享您的中繼資料",
|
||||
"privacy": "隱私",
|
||||
"privacy-and-security": "隱私權與安全性",
|
||||
"privacy-policy": "隱私權政策",
|
||||
|
@ -934,8 +965,14 @@
|
|||
"puk-code": "PUK碼",
|
||||
"puk-code-explanation": "如果您忘記了六位數的密碼,或輸入錯誤三次,就需要此密碼來解鎖卡片。",
|
||||
"puk-mismatch": "錯誤的PUK碼",
|
||||
"push-failed-transaction": "您的交易失敗",
|
||||
"push-failed-transaction-body": "{{value}} {{currency}}至{{to}}",
|
||||
"push-inbound-transaction": "您收到了{{value}} {{currency}}",
|
||||
"push-inbound-transaction-body": "從{{from}}到{{to}}",
|
||||
"push-notifications-server-enabled": "伺服器已啟用",
|
||||
"push-notifications-servers": "推送通知伺服器",
|
||||
"push-outbound-transaction": "您發送了{{value}} {{currency}}",
|
||||
"push-outbound-transaction-body": "從{{from}}到{{to}}",
|
||||
"quiet-days": "{{quiet-days}}天",
|
||||
"quiet-hours": "{{quiet-hours}}小時",
|
||||
"re-encrypt-key": "重新加密您的金鑰",
|
||||
|
@ -1013,7 +1050,6 @@
|
|||
"send-logs": "報告錯誤",
|
||||
"send-logs-to": "向{{email}}報告錯誤",
|
||||
"send-message": "發訊息",
|
||||
"send-push-notifications": "發送推送通知",
|
||||
"send-push-notifications-description": "禁用此功能後,收到您訊息的人將不會收到通知",
|
||||
"send-request": "發送請求",
|
||||
"send-request-amount": "數目",
|
||||
|
@ -1083,6 +1119,9 @@
|
|||
"status-pending": "等待中",
|
||||
"status-sent": "已發送",
|
||||
"status-tx-not-found": "找不到TX",
|
||||
"status-updates-descr": "狀態更新將顯示在此處。將個人資料添加為聯絡人,以在您的時間軸上接收更新。",
|
||||
"statuses-descr": "分享您的想法,並更新到您的聯絡人",
|
||||
"statuses-my-status-descr": "分享您的想法。任何瀏覽您個人資料的使用者,都可以看到您的狀態。而將您添加為聯絡人的使用者,會在時間軸上收到您的更新",
|
||||
"step-i-of-n": "步驟{{step}}\/{{number}}",
|
||||
"sticker-market": "貼圖市集",
|
||||
"storage": "儲存",
|
||||
|
@ -1106,6 +1145,7 @@
|
|||
"this-will-take-few-seconds": "這需要幾秒鐘",
|
||||
"three-words-description": "這三個字詞證明交易是安全的。",
|
||||
"three-words-description-2": "在簽署每筆交易之前,您應該看到這些單詞,反之請取消並登出。",
|
||||
"timeline": "時間軸",
|
||||
"to": "到",
|
||||
"to-block": "區塊",
|
||||
"to-enable-biometric": "要啟用{{bio-type-label}} ,您必須在解鎖螢幕上保存密碼",
|
||||
|
@ -1173,9 +1213,11 @@
|
|||
"type-a-message": "訊息",
|
||||
"ulc-enabled": "啟用ULC",
|
||||
"unable-to-read-this-code": "無法讀取此代碼",
|
||||
"unblock": "解除封鎖",
|
||||
"unblock-contact": "取消封鎖此用戶",
|
||||
"unknown-status-go-error": "status-go發生未知錯誤",
|
||||
"unlock": "解鎖",
|
||||
"unmute": "取消靜音",
|
||||
"unpair-card": "卡片配對取消",
|
||||
"unpair-card-confirmation": "此操作將取消與當前設備的卡配對。需要6位元密碼授權。您要繼續嗎?",
|
||||
"unpaired-keycard-text": "您使用的金鑰卡與此手機不相符",
|
||||
|
@ -1231,12 +1273,14 @@
|
|||
"warning-sending-to-contract-descr": "您輸入的地址是智能合約,向該地址發送資金可能會導致損失。如要操作DApp功能,請在Status瀏覽器中打開DApp。",
|
||||
"watch-only": "監看",
|
||||
"web-view-error": "無法讀取頁面",
|
||||
"websites": "網站",
|
||||
"webview-camera-permission-requests": "Webview相機權限請求",
|
||||
"webview-camera-permission-requests-subtitle": "啟用後,網站和dapp可能會要求使用您的相機",
|
||||
"welcome-blank-message": "您的聊天記錄將顯示在此處。要開始新聊天,請按⊕按鈕",
|
||||
"welcome-screen-text": "設置錢包,邀請朋友聊天\n並瀏覽流行的dapp!",
|
||||
"welcome-to-status": "歡迎來到Status!",
|
||||
"welcome-to-status-description": "設定您的加密錢包,邀請朋友聊天和瀏覽分散式應用程式",
|
||||
"whats-on-your-mind": "你想到了些什麼…",
|
||||
"word-count": "字數",
|
||||
"word-n": "單字#{{number}}",
|
||||
"word-n-description": "為檢查您是否已正確備份種子詞組,請在上方輸入編號# {{number}}的單字。",
|
||||
|
@ -1259,6 +1303,7 @@
|
|||
"you-are-all-set": "設定完成!",
|
||||
"you-are-all-set-description": "如果您遺失了手機,您現在可以使用種子詞組來重新存取您的資產與聊天金鑰。",
|
||||
"you-can-change-account": "您可以根據需要更改帳戶名稱和顏色",
|
||||
"you-can-choose-preview-websites": "您可以選擇以下哪個網站可以預覽聊天中的敘述和圖片連結",
|
||||
"you-dont-have-contacts": "您還沒有任何好友。",
|
||||
"you-dont-have-stickers": "您還沒有任何貼圖",
|
||||
"you-will-need-this-code": "您需要此代碼才能打開狀態並簽署交易",
|
||||
|
@ -1270,4 +1315,4 @@
|
|||
"your-keys": "您的金鑰",
|
||||
"your-recovery-phrase": "您的種子詞組",
|
||||
"your-recovery-phrase-description": "這是您的種子詞組,能用它來證明這是您的錢包。您只會看到一次!請將其寫在紙上,並存放在安全的地方。如果裝置遺失或想重新安裝錢包,將需要它。"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue