diff --git a/src/qt/dashstrings.cpp b/src/qt/dashstrings.cpp index 174d6b6de20c9..2bd0fb247a113 100644 --- a/src/qt/dashstrings.cpp +++ b/src/qt/dashstrings.cpp @@ -40,9 +40,11 @@ QT_TRANSLATE_NOOP("dash-core", "" "Bind to given address and whitelist peers connecting to it. Use [host]:port " "notation for IPv6"), QT_TRANSLATE_NOOP("dash-core", "" -"Bind to given address to listen for JSON-RPC connections. Use [host]:port " -"notation for IPv6. This option can be specified multiple times (default: " -"bind to all interfaces)"), +"Bind to given address to listen for JSON-RPC connections. This option is " +"ignored unless -rpcallowip is also passed. Port is optional and overrides -" +"rpcport. Use [host]:port notation for IPv6. This option can be specified " +"multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -" +"rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses)"), QT_TRANSLATE_NOOP("dash-core", "" "Cannot obtain a lock on data directory %s. %s is probably already running."), QT_TRANSLATE_NOOP("dash-core", "" @@ -303,13 +305,6 @@ QT_TRANSLATE_NOOP("dash-core", "" "Wallet will not create transactions that violate mempool chain limits " "(default: %u)"), QT_TRANSLATE_NOOP("dash-core", "" -"Warning: At least %d of %d masternodes are running on a newer software " -"version. Please check latest releases, you might need to update too."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: Every masternode (out of %d known ones) is running on a newer " -"software version. Please check latest releases, it's very likely that you " -"missed a major/critical update."), -QT_TRANSLATE_NOOP("dash-core", "" "Warning: The network does not appear to fully agree! Some miners appear to " "be experiencing issues."), QT_TRANSLATE_NOOP("dash-core", "" @@ -331,9 +326,6 @@ QT_TRANSLATE_NOOP("dash-core", "" QT_TRANSLATE_NOOP("dash-core", "" "You are starting in lite mode, all Dash-specific functionality is disabled."), QT_TRANSLATE_NOOP("dash-core", "" -"You must specify a masternodeprivkey in the configuration. Please see " -"documentation for help."), -QT_TRANSLATE_NOOP("dash-core", "" "You need to rebuild the database using -reindex to go back to unpruned " "mode. This will redownload the entire blockchain"), QT_TRANSLATE_NOOP("dash-core", "" @@ -344,15 +336,14 @@ QT_TRANSLATE_NOOP("dash-core", "" QT_TRANSLATE_NOOP("dash-core", "%s corrupt, salvage failed"), QT_TRANSLATE_NOOP("dash-core", "%s is not a valid backup folder!"), QT_TRANSLATE_NOOP("dash-core", "%s is set very high!"), -QT_TRANSLATE_NOOP("dash-core", "(%d could be used only on mainnet)"), QT_TRANSLATE_NOOP("dash-core", "(default: %s)"), QT_TRANSLATE_NOOP("dash-core", "(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "(must be %d for mainnet)"), QT_TRANSLATE_NOOP("dash-core", "(press q to shutdown and continue later)"), QT_TRANSLATE_NOOP("dash-core", "-devnet can only be specified once"), QT_TRANSLATE_NOOP("dash-core", "-maxmempool must be at least %d MB"), QT_TRANSLATE_NOOP("dash-core", "-port must be specified when -devnet and -listen are specified"), QT_TRANSLATE_NOOP("dash-core", "-rpcport must be specified when -devnet and -server are specified"), +QT_TRANSLATE_NOOP("dash-core", "-wallet parameter must only specify a filename (not a path)"), QT_TRANSLATE_NOOP("dash-core", " can be:"), QT_TRANSLATE_NOOP("dash-core", "Accept command line and JSON-RPC commands"), QT_TRANSLATE_NOOP("dash-core", "Accept public REST requests (default: %u)"), @@ -381,7 +372,6 @@ QT_TRANSLATE_NOOP("dash-core", "Connect to a node to retrieve peer addresses, an QT_TRANSLATE_NOOP("dash-core", "Connection options:"), QT_TRANSLATE_NOOP("dash-core", "Copyright (C)"), QT_TRANSLATE_NOOP("dash-core", "Corrupted block database detected"), -QT_TRANSLATE_NOOP("dash-core", "Could not parse masternode.conf"), QT_TRANSLATE_NOOP("dash-core", "Debugging/Testing options:"), QT_TRANSLATE_NOOP("dash-core", "Do not load the wallet and disable wallet RPC calls"), QT_TRANSLATE_NOOP("dash-core", "Do you want to rebuild the block database now?"), @@ -420,9 +410,7 @@ QT_TRANSLATE_NOOP("dash-core", "Failed to load InstantSend data cache from"), QT_TRANSLATE_NOOP("dash-core", "Failed to load fulfilled requests cache from"), QT_TRANSLATE_NOOP("dash-core", "Failed to load governance cache from"), QT_TRANSLATE_NOOP("dash-core", "Failed to load masternode cache from"), -QT_TRANSLATE_NOOP("dash-core", "Failed to load masternode payments cache from"), QT_TRANSLATE_NOOP("dash-core", "Failed to load sporks cache from"), -QT_TRANSLATE_NOOP("dash-core", "Failed to parse host:port string"), QT_TRANSLATE_NOOP("dash-core", "Failed to start a new mixing queue"), QT_TRANSLATE_NOOP("dash-core", "Fee (in %s/kB) to add to transactions you send (default: %s)"), QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"), @@ -439,16 +427,15 @@ QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. %s is shutti QT_TRANSLATE_NOOP("dash-core", "Input is not valid."), QT_TRANSLATE_NOOP("dash-core", "InstantSend options:"), QT_TRANSLATE_NOOP("dash-core", "Insufficient funds."), -QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address or hostname: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address or hostname: '%s'"), QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -%s=: '%s'"), QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -fallbackfee=: '%s'"), QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), +QT_TRANSLATE_NOOP("dash-core", "Invalid characters in -wallet filename"), QT_TRANSLATE_NOOP("dash-core", "Invalid masternodeblsprivkey. Please see documenation."), -QT_TRANSLATE_NOOP("dash-core", "Invalid masternodeprivkey. Please see documenation."), QT_TRANSLATE_NOOP("dash-core", "Invalid minimum number of spork signers specified with -minsporkkeys"), QT_TRANSLATE_NOOP("dash-core", "Invalid netmask specified in -whitelist: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid port detected in masternode.conf"), QT_TRANSLATE_NOOP("dash-core", "Invalid script detected."), QT_TRANSLATE_NOOP("dash-core", "Invalid spork address specified with -sporkaddr"), QT_TRANSLATE_NOOP("dash-core", "KeePassHttp id for the established association"), @@ -459,25 +446,21 @@ QT_TRANSLATE_NOOP("dash-core", "Keep the transaction memory pool below megab QT_TRANSLATE_NOOP("dash-core", "Keypool ran out, please call keypoolrefill first"), QT_TRANSLATE_NOOP("dash-core", "Last PrivateSend was too recent."), QT_TRANSLATE_NOOP("dash-core", "Last successful PrivateSend action was too recent."), -QT_TRANSLATE_NOOP("dash-core", "Line: %d"), QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), QT_TRANSLATE_NOOP("dash-core", "Listen for connections on (default: %u or testnet: %u)"), QT_TRANSLATE_NOOP("dash-core", "Loading InstantSend data cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."), +QT_TRANSLATE_NOOP("dash-core", "Loading P2P addresses..."), QT_TRANSLATE_NOOP("dash-core", "Loading banlist..."), QT_TRANSLATE_NOOP("dash-core", "Loading block index..."), QT_TRANSLATE_NOOP("dash-core", "Loading fulfilled requests cache..."), QT_TRANSLATE_NOOP("dash-core", "Loading governance cache..."), QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."), QT_TRANSLATE_NOOP("dash-core", "Loading sporks cache..."), QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"), QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."), QT_TRANSLATE_NOOP("dash-core", "Location of the auth cookie (default: data dir)"), QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."), -QT_TRANSLATE_NOOP("dash-core", "Lock masternodes from masternode configuration file (default: %u)"), QT_TRANSLATE_NOOP("dash-core", "Make the wallet broadcast transactions"), -QT_TRANSLATE_NOOP("dash-core", "Masternode cache is empty, skipping payments and governance cache..."), QT_TRANSLATE_NOOP("dash-core", "Masternode options:"), QT_TRANSLATE_NOOP("dash-core", "Masternode queue is full."), QT_TRANSLATE_NOOP("dash-core", "Masternode:"), @@ -502,7 +485,6 @@ QT_TRANSLATE_NOOP("dash-core", "Number of automatic wallet backups (default: %u) QT_TRANSLATE_NOOP("dash-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), QT_TRANSLATE_NOOP("dash-core", "Options:"), QT_TRANSLATE_NOOP("dash-core", "Password for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Port: %d"), QT_TRANSLATE_NOOP("dash-core", "Prepend debug output with timestamp (default: %u)"), QT_TRANSLATE_NOOP("dash-core", "Print this help message and exit"), QT_TRANSLATE_NOOP("dash-core", "Print version and exit"), @@ -532,7 +514,6 @@ QT_TRANSLATE_NOOP("dash-core", "Set database cache size in megabytes (%d to %d, QT_TRANSLATE_NOOP("dash-core", "Set key pool size to (default: %u)"), QT_TRANSLATE_NOOP("dash-core", "Set maximum block size in bytes (default: %d)"), QT_TRANSLATE_NOOP("dash-core", "Set the masternode BLS private key"), -QT_TRANSLATE_NOOP("dash-core", "Set the masternode private key"), QT_TRANSLATE_NOOP("dash-core", "Set the number of threads to service RPC calls (default: %d)"), QT_TRANSLATE_NOOP("dash-core", "Show all debugging options (usage: --help -help-debug)"), QT_TRANSLATE_NOOP("dash-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), @@ -540,22 +521,19 @@ QT_TRANSLATE_NOOP("dash-core", "Signing transaction failed"), QT_TRANSLATE_NOOP("dash-core", "Specify configuration file (default: %s)"), QT_TRANSLATE_NOOP("dash-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), QT_TRANSLATE_NOOP("dash-core", "Specify data directory"), -QT_TRANSLATE_NOOP("dash-core", "Specify masternode configuration file (default: %s)"), QT_TRANSLATE_NOOP("dash-core", "Specify pid file (default: %s)"), QT_TRANSLATE_NOOP("dash-core", "Specify wallet file (within data directory)"), QT_TRANSLATE_NOOP("dash-core", "Specify your own public address"), QT_TRANSLATE_NOOP("dash-core", "Spend unconfirmed change when sending transactions (default: %u)"), QT_TRANSLATE_NOOP("dash-core", "Starting network threads..."), -QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"), -QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), +QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u"), +QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u ) %s"), QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"), -QT_TRANSLATE_NOOP("dash-core", "Synchroning blockchain..."), QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"), QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"), QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing blockchain..."), QT_TRANSLATE_NOOP("dash-core", "Synchronizing governance objects..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode payments..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."), QT_TRANSLATE_NOOP("dash-core", "The source code is available from %s."), QT_TRANSLATE_NOOP("dash-core", "The transaction amount is too small to pay the fee"), QT_TRANSLATE_NOOP("dash-core", "The wallet will avoid paying less than the minimum relay fee."), diff --git a/src/qt/locale/dash_ar.ts b/src/qt/locale/dash_ar.ts index ab75ea0c0a8eb..2b1cb99327ce2 100644 --- a/src/qt/locale/dash_ar.ts +++ b/src/qt/locale/dash_ar.ts @@ -437,14 +437,6 @@ Open configuration file افتح ملف التهيئة - - Open &Masternode Configuration File - فتح ملف تكوين العقدة الرئيسية - - - Open Masternode configuration file - افتح ملف تهيئة العقدة الرئيسية - Show Automatic &Backups عرض النسخ الاحتياطية التلقائية @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - المجموع: %1 (متوافق مع بس: %2 / ممكن: %3) - Network Alert تنبيه الشبكة @@ -990,8 +978,16 @@ بما انه هذه اول مرة لانطلاق هذا البرنامج, فيمكنك ان تختار اين سيخزن %1 بياناته - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - سيعمل%1 على تنزيل نسخة من سلسلة كتلة داش وتخزينها. سيتم تخزين ما لا يقل عن %2 جيغابايت من البيانات في هذا الدليل ، وسيزداد بمرور الوقت. سيتم أيضًا تخزين المحفظة في هذا الدليل. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + عند النقر على "موافق" ، سيبدأ %1 في تنزيل ومعالجة سلسلة الكتل %4 الكاملة (%2 جيجابايت) بدءًا من المعاملات الأقدم في %3 عند تشغيل %4 في البداية. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + تُعد هذه المزامنة الأولية أمرًا شاقًا للغاية، وقد تعرض جهاز الكمبيوتر الخاص بك للمشاكل الذي لم يلاحظها أحد سابقًا. في كل مرة تقوم فيها بتشغيل %1، سيتابع التحميل من حيث تم التوقف. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + إذا كنت قد اخترت تقييد تخزين سلسلة الكتل (التجريد)، فيجب تحميل البيانات القديمة ومعالجتها، ولكن سيتم حذفها بعد ذلك للحفاظ على انخفاض استخدام القرص. Use the default data directory @@ -1001,6 +997,22 @@ Use a custom data directory: استخدام دليل بيانات مخصص: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + سيتم تخزين %1 جيجابايت على الأقل من البيانات في هذا الدليل، وستنمو مع الوقت. + + + Approximately %1 GB of data will be stored in this directory. + سيتم تخزين %1 جيجابايت تقريباً من البيانات في هذا الدليل. + + + %1 will download and store a copy of the Dash block chain. + سيقوم %1 بتنزيل نسخة من سلسلة كتل بتكوين وتخزينها. + + + The wallet will also be stored in this directory. + سوف يتم تخزين المحفظة في هذا الدليل. + Error: Specified data directory "%1" cannot be created. خطأ: لا يمكن تكوين دليل بيانات مخصص ل %1 @@ -1024,78 +1036,22 @@ Form نمودج - - My Masternodes - ماسترنود حقي - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - ملاحظة: من المحتمل أن تكون حالة رموزك في المحفظة المحلية غير صحيحة بعض الشيء.<br />انتظر دائما للمحفظة لمزامنة بيانات إضافية ومن ثم تحقق مرة أخرى من عقدة أخرى<br /> إذا كان يجب تشغيل ماسترنود الخاص بك ولكنك لا تزال لا ترى "متاحة" في حقل "الحالة". - - - Alias - الاسم المستعار - Address عنوان - - Protocol - بروتوكول - Status الحالة. - - Active - نشيط - - - Last Seen - آخر زيارة - Payee المستفيد - - S&tart alias - بدأ الإسم المستعار - - - Start &all - بدأ الكل - - - Start &MISSING - بدأ المفقود - - - &Update status - تحديث الحالة - - - Show additional Masternode information - عرض معلومات ماسترنود إضافية - - - Show &Info... - إظهار المعلومات - - - Status will be updated automatically in (sec): - سيتم تحديث الحالة تلقائيا خلال (تواني): - 0 0 - - All Masternodes - جميع ماسترنود - Filter List: قائمة تصفية: @@ -1108,10 +1064,6 @@ Node Count: عدد نود - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>ملاحظة: تمثل هذه القائمة قائمة ماسترنود القديمة وغير المحددة. وهو نشط فقط طالما أن DIP3 لم يتم تنشيطه بالكامل. بعد تنشيط SPORK15 ، ستكون هذه القائمة فارغة.</p></body></html> - DIP3 Masternodes DIP3 ماسترنود @@ -1136,14 +1088,6 @@ Operator Reward مكافأة المشغل - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>ملاحظة: هذه القائمة ليست نشطة حتى الآن ولأغراض المعلومات فقط. لا تزال الشبكة قيد التشغيل في وضع التوافق ، مما يعني أن قائمة ماسترنود غير الحتمية لا تزال نشطة. فقط بعد تنشيط SPORK15 ، ستصبح هذه القائمة نشطة. أيضًا ، لا يتم استخدام القيم في الحقول المرتبطة بالدفع في الوقت الحالي ، ولكن لا تزال محدّثة لكل كتلة. يرجى تجاهل هذا حتى تفعيل SPORK15.</p></body></html> - - - Start alias - بدأ الإسم المستعار - Copy ProTx Hash نسخ ProTx Hash @@ -1180,66 +1124,6 @@ NONE لا شيء - - Confirm masternode start - تأكيد بداية ماسترنود - - - Confirm all masternodes start - تأكيد لبدأ كل ماسترنود - - - Are you sure you want to start ALL masternodes? - هل أنت متأكد أنك تريد أن تبدأ جميع ماسترنود؟ - - - Command is not available right now - الأمر غير متاح الآن - - - You can't use this command until masternode list is synced - لا يمكنك استخدام هذا الأمر حتى تتم مزامنة قائمة ماسترنود - - - Confirm missing masternodes start - تأكيد ماسترنود في عداد المفقودين تبدأ - - - Are you sure you want to start MISSING masternodes? - هل أنت متأكد أنك تريد أن تبدأ ماسترنود مفقود؟ - - - Additional information for Masternode %1 - معلومات إضافية عن ماسترنود %1 - - - Masternode Private Key - مفتاح الخاص لماسترنود - - - Private Key - مفتاح سري - - - Collateral - جانبية - - - IP - IP - - - Version - الإصدار - - - Unknown - غير معرف - - - Sentinel - الحارس - Additional information for DIP3 Masternode %1 معلومات إضافية عن DIP3 ماسترنود %1 @@ -2001,18 +1885,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - جوهر الداش - %1 didn't yet exit safely... %1 لم يخرج بعد بأمان... - - Error reading masternode configuration file: %1 - خطأ في قراءة ملف تهيئة ماسترنود :%1 - Amount مبلغ @@ -3925,10 +3801,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. تحذير: لا يبدو أننا نتفق تمامًا مع نظرائنا! قد تحتاج إلى الترقية ، أو قد تحتاج العقد الأخرى إلى الترقية. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - يجب عليك تحديد masternodeprivkey في التكوين. يرجى الاطلاع على الوثائق مساعدة. - Accept command line and JSON-RPC commands قبول أوامر وحدة التحكم وأوامر JSON-RPC @@ -4049,10 +3921,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 ربط العنوان المعطى وأقرانه في القائمة البيضاء بالاتصال به. استخدم [host]: تدوين المنفذ لـ IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - ربط عنوان معين للاستماع إلى اتصالات JSON-RPC. استخدم [host]: تدوين المنفذ لـ IPv6. يمكن تحديد هذا الخيار عدة مرات (افتراضي: ربط لجميع جهة النعامل) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) إنشاء ملفات جديدة بأذونات النظام الافتراضية ، بدلاً من umask 077 (فعال فقط مع وظيفة المحفظة المعطلة) @@ -4193,10 +4061,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from فشل تحميل ذاكرة التخزين المؤقتة من - - Failed to load masternode payments cache from - أخفق تحميل ذاكرة التخزين المؤقت لمدفوعات ماسترنود من - Found enough users, signing ( waiting %s ) العثور على عدد كافٍ من المستخدمين ، والتوقيع (الانتظار %s) @@ -4241,14 +4105,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. رصيد غير كاف. - - Invalid -onion address: '%s' - عنوان - صالح غير صالح: '%s' - - - Invalid -proxy address: '%s' - عنوان البروكسي غير صحيح : '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) مبلغ غير صالح لـ -paytxfee = : '%s' <amount> (يجب أن يكون على الأقل %s) @@ -4285,18 +4141,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... جارٍ تحميل ذاكرة التخزين المؤقت في ماسترنود ... - - Loading masternode payment cache... - جارٍ تحميل ذاكرة التخزين المؤقت للدفع ماسترنود ... - Lock is already in place. قفل بالفعل في المكان. - - Lock masternodes from masternode configuration file (default: %u) - قفل ماسترنود من ملف تهيئة ماسترنود (الإعداد الافتراضي: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) الحد الأقصى لاستقبال كل مخزن مؤقت ، <n>* 1000 بايت (افتراضيًا: %u) @@ -4333,10 +4181,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) فقط الاتصال بالعقد في الشبكة <net> (ipv4, ipv6 or onion) - - Port: %d - Port: %d - Prepend debug output with timestamp (default: %u) إعداد إخراج debug مع الطابع الزمني (الافتراضي: %u) @@ -4377,10 +4221,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) تحديد مهلة الاتصال بالمللي ثانية (الحد الأدنى: 1 ، القيمة الافتراضية: %d) - - Specify masternode configuration file (default: %s) - تحديد ملف تهيئة ماسترنود (الإعداد الافتراضي: %s) - Specify pid file (default: %s) تحديد ملف pid (الافتراضي: %s) @@ -4389,22 +4229,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) اقضي على تغيير غير مؤكد عند إرسال المعاملات (القيمة الافتراضية: %u) - - Submitted following entries to masternode: %u / %d - يتم إرسال الإدخالات التالية إلى ماسترنود : %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - تم إرساله إلى ماسترنود ، في انتظار المزيد من الإدخالات ( %u / %d) %s - Submitted to masternode, waiting in queue %s تم إرساله إلى ماسترنود ، في الانتظار في قائمة الانتظار %s - - Synchroning blockchain... - تزامن بلوكشين ... - Synchronization failed فشل التزامن @@ -4413,10 +4241,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished انتهى التزامن - - Synchronizing masternodes... - تزامن ماسترنود... - This is not a Masternode. هذه ليست ماسترنود. @@ -4485,10 +4309,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... سيعيد المحاولة ... - - Invalid masternodeprivkey. Please see documenation. - ماسترنود غير صحيح. يرجى الاطلاع على الوثائق - Can't find random Masternode. لا يمكن العثور على ماسترنود عشوائي. @@ -4497,18 +4317,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. لا يمكن الدمج أثناء المزامنة قيد التقدم. - - Could not parse masternode.conf - لا يمكن تحليل masternode.conf - Invalid netmask specified in -whitelist: '%s' قناع الشبكة غير صالح محدد في-القائمة البيضاء: '%s' - - Invalid port detected in masternode.conf - تم اكتشاف منفذ غير صالح في masternode.conf - Invalid script detected. تم اكتشاف نص برمجي غير صالح. @@ -4685,18 +4497,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain تحتاج إلى إعادة إنشاء قاعدة البيانات باستخدام -reindex للعودة إلى الوضعية الغير مجردة. هذا سوف يعيد تحميل سلسلة الكتل بأكملها - - (%d could be used only on mainnet) - (%d يمكن استخدامها فقط على mainnet) - (default: %u) (القيمة الافتراضية: %u) - - (must be %d for mainnet) - (يجب أن يكون %d لـ mainnet) - -maxmempool must be at least %d MB يجب أن يكون maxmempool على الأقل %d ميغابايت @@ -4777,10 +4581,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from فشل تحميل ذاكرة التخزين المؤقت - - Failed to parse host:port string - فشل تحليل المضيف: سلسلة المنفذ - Fee (in %s/kB) to add to transactions you send (default: %s) الرسوم (في %s / kB) لإضافتها إلى المعاملات التي ترسلها (الافتراضي: %s) @@ -4809,18 +4609,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. آخر إجراء الإرسال المخفي ناجح كان حديث للغاية. - - Line: %d - سطر: %d - Loading InstantSend data cache... جارٍ تحميل ذاكرة التخزين المؤقت لبيانات الإرسال الفوري ... - - Loading addresses... - تحميل العنوان - Loading block index... تحميل مؤشر الكتلة @@ -4849,10 +4641,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions إنتاج معاملات بث المحفظة - - Masternode cache is empty, skipping payments and governance cache... - ذاكرة التخزين المؤقت ماسترنود فارغة ، وتخطي الدفعات وذاكرة التخزين المؤقت للحوكمة ... - Masternode options: خيارات ماسترنود @@ -5141,14 +4929,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) لن تنشئ المحفظة المعاملات التي تنتهك حدود سلسلة mempool (القيمة الافتراضية: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - تحذير: يتم تشغيل %d من %d ماسترنود على إصدار برنامج أحدث. يرجى التحقق من أحدث الإصدارات ، فقد تحتاج إلى التحديث أيضًا. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - تحذير: يتم تشغيل كل ماسترنود (خارج %d المعروفة) على إصدار برنامج أحدث. يرجى التحقق من أحدث الإصدارات ، من المحتمل جدًا أنك فاتتك تحديثًا رئيسيًا / هامًا. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. تحذير: ملف المحفظة فاسد ، تم انقاذ البيانات! تم حفظ %s الأصلي ك %s في %s؛ إذا كان رصيدك أو كانت معاملاتك غير صحيحة، فيجب عليك الإستعادة من نسخة احتياطية. @@ -5245,6 +5025,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) الاحتفاظ بـ N داش مجهولة المصدر (%u-%u ، القيمة الافتراضية: %u) + + Loading P2P addresses... + تحميل عناوين P2P... + Print this help message and exit اطبع رسالة مساعدة هذه واخرج منها @@ -5293,10 +5077,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) تعيين الحد الأقصى لحجم الفدرة بالبايت (الافتراضي: %d) - - Set the masternode private key - تعيين مفتاح خاص ماسترنود - Show all debugging options (usage: --help -help-debug) عرض جميع خيارات التصحيح (الاستخدام: - مساعدة - تصحيح الأخطاء - تصحيح الأخطاء) @@ -5333,10 +5113,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... مزامنة كائنات الحوكمة ... - - Synchronizing masternode payments... - تزامن المدفوعات ماسترنود ... - The source code is available from %s. شفرة المصدر متاح من %s. diff --git a/src/qt/locale/dash_bg.ts b/src/qt/locale/dash_bg.ts index 02125799dd902..8d4d900a735a6 100644 --- a/src/qt/locale/dash_bg.ts +++ b/src/qt/locale/dash_bg.ts @@ -21,6 +21,14 @@ &Copy &Копирай + + Show QR code for the currently selected address + Покажи QR код за избраният адрес + + + &Show QR code + &Покажи QR код + Delete the currently selected address from the list Изтрийте избрания адрес от списъка @@ -81,6 +89,14 @@ &Edit &Редактирай + + &Show address QR code + &Покажи QR код на адреса + + + QR code + QR код + Export Address List Експортиране на списъка с адреси @@ -437,14 +453,6 @@ Open configuration file Отвори конфигурационния файл - - Open &Masternode Configuration File - Отвори &Masternode конфигурационен файл - - - Open Masternode configuration file - Отвори Masternode конфигурационен файл - Show Automatic &Backups Покажи автоматичните &Резервни копия @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Общо: %1 (PS съвместими: %2 / Включени: %3) - Network Alert Предупреждение от мрежата @@ -990,8 +994,16 @@ Тъй като това е първият път, когато програмата се стартира, можете да изберете къде %1 да съхранява данните си. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 ще свали и съхрани копие на Dash регистъра на блокове. Най-малко %2GB от информацията ще се съхрани в тази директория и ще нараства с времето. Портфейлът също ще бъде съхранен в тази директория. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Когато изберете OK, %1 ще започне да изтегля и обработва %4 блок верига (%2GB) стартирайки с първите транзакции в %3 когато %4 е пуснат първоначално. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Тази първоначална синхронизация изисква много ресурси и може да покаже хардуерните проблеми с компютъра, които преди това не сте забелязали. Всеки път, когато стартирате %1, той ще продължи да се изтегля там, където е спрял. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Ако сте избрали да ограничите пространството за съхранение на блок веригата(съкращаване), историческите данни ще трябва да се изтеглят и обработят, но след това ще бъдат изтрити, за да се запази използването на по-малко пространство на диска. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Определете папка по ваш избор: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Най малко %1 GB данни ще бъдат запаметени в тази директория, и ще нарастват през времето. + + + Approximately %1 GB of data will be stored in this directory. + Около %1 GB данни ще бъдат запаметени в тази директория. + + + %1 will download and store a copy of the Dash block chain. + %1 ще изтегли и съхрани копие на Dash блок веригата. + + + The wallet will also be stored in this directory. + Портфейлът също ще бъде съхранен в тази директория. + Error: Specified data directory "%1" cannot be created. Грешка: Посочената директория с данни "%1" не може да бъде създадена. @@ -1024,78 +1052,22 @@ Form От - - My Masternodes - Моите Masternodes - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Бележка: Статуса на вашите masternodes в портфейла ви може потенциално да бъде леко некоректен.<br />Винаги изчаквайте портфейлът да синхронизира допълнителната информация и тогава направете двойна проверка от друг възел<br />ако вашият masternode би трябвало да работи, но все още не виждате надпис "ENABLED" в полето "Статус". - - - Alias - Псевдоним - Address Адрес - - Protocol - Протокол - Status Статус - - Active - Активен - - - Last Seen - Последно видян - Payee Получател - - S&tart alias - Стартирай &псевдоним - - - Start &all - Стартирай &всички - - - Start &MISSING - Стартирай &ЛИПСВАЩ - - - &Update status - &Обнови статус - - - Show additional Masternode information - Покажи допълнителна Masternode информация - - - Show &Info... - Показва &информация... - - - Status will be updated automatically in (sec): - Статуса ще бъде обновен автоматично след (сек): - 0 0 - - All Masternodes - Всички Masternodes - Filter List: Филтър на списък: @@ -1108,14 +1080,18 @@ Node Count: Брой възли: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Бележка: Този списък представя наследения и недетерминистичен masternode списък . Той е активен само докато DIP3 не е напълно активиран. След активирането на SPORK15 този списък ще бъде празен.</p></body></html> - DIP3 Masternodes DIP3 Masternodes + + Show only masternodes this wallet has keys for. + Показване само на masternodes, чиито ключове притежава този портфейл. + + + My masternodes only + Само моите masternodes + PoSe Score PoSe резултат @@ -1136,14 +1112,6 @@ Operator Reward Награда на оператора - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Забележка: Този списък все още не е активен и e само за информационни цели. Мрежата все още работи в режим на съвместимост, което означава, че недетерминистичният masternode списък все още е активен. Само след активирането на SPORK15 този списък ще стане активен. Също така, стойностите в полетата, свързани с плащане, са неизползваеми в момента, но все пак се актуализират за всеки блок. Моля, игнорирайте това до активирането на SPORK15.</p></body></html> - - - Start alias - Стартиране псевдоним - Copy ProTx Hash Копирай ProTx Hash @@ -1180,70 +1148,6 @@ NONE НИЩО - - Confirm masternode start - Потвърден старт на masternode - - - Are you sure you want to start masternode %1? - Сигурен ли сте, че искате да стартирате masternode %1? - - - Confirm all masternodes start - Потвърдено стартиране на всички masternodes - - - Are you sure you want to start ALL masternodes? - Сигурен ли сте, че искате стартирането на ВСИЧКИ masternodes? - - - Command is not available right now - Командата не е налична в момента - - - You can't use this command until masternode list is synced - Не можете да използвате тази команда преди синхронизирането на masternode списъка - - - Confirm missing masternodes start - Потвърдено стартиране на липсващите masternodes - - - Are you sure you want to start MISSING masternodes? - Сигурен ли сте, че искате стартирането на ЛИПСВАЩИТЕ masternodes? - - - Additional information for Masternode %1 - Допълнителна информация за Masternode %1 - - - Masternode Private Key - Masternode Личен ключ - - - Private Key - Частен ключ - - - Collateral - Обезпечаване - - - IP - IP - - - Version - Версия - - - Unknown - Неизвестен - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Допълнителна информация за DIP3 Masternode %1 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 все още не е излязъл безопастно... - - Error reading masternode configuration file: %1 - Грешка при четене конфигурационният файл на masternode : %1 - Amount Сума @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Мрежова активност изключена + + Total: %1 (Enabled: %2) + Общо: %1 (Включено: %2) + %1 B %1 Б @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations включена в %1 блока + + locked via LLMQ based ChainLocks + заключена чрез LLMQ базирани ChainLocks + + + verified via LLMQ based InstantSend + потвърдена чрез LLMQ базиран InstantSend + verified via InstantSend потвърдено чрез InstantSend @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Подробности за транзакцията + + Show address QR code + Покажи QR код + Export Transaction History Изнасяне историята на транзакциите @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. Направените транзакции са запазени до %1. + + QR code + QR код + Range: От: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Внимание: Не е намерена пълна съвместимост с останалите в мрежата ! Може би се нуждаете от обновяване , или някой от другите нодове се нуждае от обновяване . - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Трябва да посочите masternodeprivkey в конфигурацията. Моля прочетете документацията за помощ. - Accept command line and JSON-RPC commands Приемай команден ред и JSON-RPC команди @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Свързва се с посочения адрес и добави в whitelist свързаните към него пиъри. Използвайте [хост]:порт за изписване при IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Свързват с даден адрес, за да слушат за JSON-RPC връзки. Използвайте [host]: port нотация за IPv6. Тази опция може да бъде променяна многократно (по подразбиране: свързват с всички интерфейси) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Създаване на нови файлове с достъп по подразбиране , вместо umask 077 (в сила само при изключена функционалност на портфейла) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (по подразбиране: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet трябва да показва само името на файла (не пътят) + Accept public REST requests (default: %u) Приема публични REST заявки (по подразбиране: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Неуспешно зареждане на masternode кеша от - - Failed to load masternode payments cache from - Неуспешно зареждане на кеша за masternode плащанията от - Found enough users, signing ( waiting %s ) Открити са достатъчно потребители, подписване ( изчаква %s ) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Недостатъчно средства. - - Invalid -onion address: '%s' - Невалиден -onion адрес: '%s' - - - Invalid -proxy address: '%s' - Невалиден -proxy address: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Невалидна сума за -paytxfee=<amount>: '%s' (трябва да бъде най-малко %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Зареждане на masternode кеш... - - Loading masternode payment cache... - Зараждане на masternode кеш за плащане - Lock is already in place. Заключването е вече налично. - - Lock masternodes from masternode configuration file (default: %u) - Заключване на masternodes от конфигурационния файл(по подразбиране: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Максимален размер на буфера при получаване, <n>*1000 байта (по подразбиране: %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Свързване само към точки от мрежата <net> (IPv4, IPv6 или onion) - - Port: %d - Порт: %d - Prepend debug output with timestamp (default: %u) Прикрепва справката за грешки към времевия запис(по подразбиране: %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Определете таймаут за свързване в милисекунди (минимум: 1, подразбиране: %d) - - Specify masternode configuration file (default: %s) - Посочете конфигурационен файл (по подразбиране: %s) - Specify pid file (default: %s) Посочете pid-файла (по подразбиране: %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Изхарчете непотвърденото ресто при изпращане на транзакциите (по подразбиране: %u) - - Submitted following entries to masternode: %u / %d - Изпратени са следните записи към masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Изпратено към masternode, чака за още записи ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Изпратено към Мастернода, чака в опашката %s - - Synchroning blockchain... - Синхронизиране на блок-веригата... - Synchronization failed Синхронизацията е неуспешна @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Синхронизацията е завършена - - Synchronizing masternodes... - Синхронизиране на masternodes ... - This is not a Masternode. Това не е Masternode. @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Ще опита отново... - - Invalid masternodeprivkey. Please see documenation. - Невалиден частен ключ на Masternode. Моля вижте документацията. - Can't find random Masternode. Не можете да намери случаен Masternode. @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Не може да се смесват, докато се синхронизира. - - Could not parse masternode.conf - Несъвместимост в masternode.conf - Invalid netmask specified in -whitelist: '%s' Невалидна мрежова маска в -whitelist: '%s' - - Invalid port detected in masternode.conf - Открит е невалиден порт в masternode.conf - Invalid script detected. Открит е невалиден скрипт. @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! Файл %s съдържа всички частни ключове от този портфейл. Не го споделяйте с никого! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Свържете с даден адрес за да слушате за JSON-RPC връзки. Тази опция се игнорира освен ако -rpcallowip също е преминал. Порта е опция и замества -rpcport. Използвай [host]:port нотация за IPv6. Тази опция може да бъде задавана многократно (по подразбиране: 127.0.0.1 и ::1 i.e., localhost, или ако -rpcallowip е посочен, 0.0.0.0 и:: т.е всички адреси) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Открий собствения IP адрес (по подразбиране: 1, когато слуша и няма -externalip или -proxy) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Необходимо е повторно изграждане на базата данни използвайки -reindex за да се върнете в неизчистен режим.Това ще изтегли отново съществуващата блок-верига - - (%d could be used only on mainnet) - (%d може да бъде използвано само в основната мрежа) - (default: %u) (по подразбиране: %u) - - (must be %d for mainnet) - (трябва да бъде %d за основната мрежа) - -maxmempool must be at least %d MB -maxmempoolтрябва да бъде поне %d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Неуспешно зареждане на кеша за sporks от - - Failed to parse host:port string - Неуспешен разбор на host:port стринг - Fee (in %s/kB) to add to transactions you send (default: %s) Такса (в %s/kB) за добавяне към транзакцията,която изпращате (default: %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Последното успешно PrivateSend действие бе твърде скоро. - - Line: %d - Линия: %d - Loading InstantSend data cache... Зареждане на InstantSend кеш данни... - - Loading addresses... - Зареждане на адреси... - Loading block index... Зареждане на блок индекса... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Прави излъчващи транзакции от портфейла - - Masternode cache is empty, skipping payments and governance cache... - Masternode кеш е празен, пропускане на payments и governance кеш... - Masternode options: Masternode опции: @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Повторно сканиране на регистъра на блокове за липсващи в портфейла транзакции при стартиране + + Submitted following entries to masternode: %u + Изпратени за следните записи към masternode: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Изпратени към masternode, изчакване за още записи ( %u ) %s + + + Synchronizing blockchain... + Синхронизиране на блок веригата... + The wallet will avoid paying less than the minimum relay fee. Портфейлът няма да плаща по-малко от миналата такса за препредаване. @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Портфейла няма да създава транзакции, които нарушават ограниченията на веригата на mempool (по подразбиране:%u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Внимание: Най-малко%d от %d masternodes работят на по-нова версия на софтуера. Моля, проверете последните версии, може да се наложи Вие също да актуализирате . - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Внимание: Всеки masternode (извън %d познатите ни) работи на по-нова версия на софтуера. Моля проверете последните версии, напълно е възможно да сте пропуснали важен/критичен ъпдейт. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Внимание: Файла на портфейла е повреден, данните са спасени! Оригиналния %s е запазен като %s в %s; ако вашият баланс или транзакции са неверни трябва да възстановите от резервното копие/архив. @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Инициализирането на проверката за състоянието е неуспешно. %s се изключва. + + Invalid -onion address or hostname: '%s' + Невалиден -onion адрес или хост: '%s' + + + Invalid -proxy address or hostname: '%s' + Невалиден -proxy адрес или хост: '%s' + Invalid amount for -%s=<amount>: '%s' Невалидно количество за -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Невалиден символ в името на файла -wallet + Invalid spork address specified with -sporkaddr Невалиден спорк адрес посочен с -sporkaddr @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Поддържай N DASH анонимизирани (%u-%u, по подразбиране: %u) + + Loading P2P addresses... + Зареждане на P2P адреси... + Print this help message and exit Отпечатай това помощно съобщение и излез @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Определи максималния размер на блока в байтове (по подразбиране: %d) - - Set the masternode private key - Задаване на личен ключ на Masternode - Show all debugging options (usage: --help -help-debug) Покажи всички опции за откриване на грешки (синтаксис: --help -help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Синхронизиране на governance обектите... - - Synchronizing masternode payments... - Синхронизиране на masternodes плащанията... - The source code is available from %s. Изходният код е достъпен от %s. diff --git a/src/qt/locale/dash_de.ts b/src/qt/locale/dash_de.ts index b00a702ddd5e3..b03c1326f4884 100644 --- a/src/qt/locale/dash_de.ts +++ b/src/qt/locale/dash_de.ts @@ -21,6 +21,14 @@ &Copy &Kopieren + + Show QR code for the currently selected address + QR Code für selektierte Adresse anzeigen + + + &Show QR code + &QR Code anzeigen + Delete the currently selected address from the list Ausgewählte Adresse aus der Liste entfernen @@ -81,6 +89,14 @@ &Edit &Editieren + + &Show address QR code + &QR Code für Adresse anzeigen + + + QR code + QR Code + Export Address List Adressliste exportieren @@ -437,14 +453,6 @@ Open configuration file Konfigurationsdatei öffnen - - Open &Masternode Configuration File - &Masternode Konfigurationsdatei öffnen - - - Open Masternode configuration file - Masternode Konfigurationsdatei öffnen - Show Automatic &Backups Automatische &Sicherheitskopien anzeigen @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Gesamt: %1 (DS kompatibel: %2 / Aktiviert: %3) - Network Alert Netzwerkalarm @@ -991,8 +995,16 @@ Der Mixing-Prozeß läuft nach dem Start vollständig im Hintergrund, d.h. es is Da Sie das Programm gerade zum ersten Mal starten, können Sie nun auswählen wo %1 seine Daten ablegen wird. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %2GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert.  + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Wenn Sie OK klicken, wird der Download %1 angestoßen und die volle %4 Blockchain (%2GB) verarbeitet. Die Verarbeitung beginnt mit den frühesten Transaktionen in %3 , wenn %4 gestartet sind. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Diese initiale Synchronisation führt zur hohen Last und kann Hardwareprobleme, die bisher nicht aufgetreten sind, mit ihrem Computer verursachen. Jedes Mal, wenn Sie %1 ausführen, wird der Download zum letzten Synchronisationspunkt fortgesetzt. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Wenn Sie bewusst den Blockchainspeicher begrenzen (pruning), müssen die historischen Daten dennoch heruntergeladen und verarbeitet werden. Diese Daten werden aber zum späteren Zeitpunkt gelöscht, um die Festplattennutzung niedrig zu halten. Use the default data directory @@ -1002,6 +1014,22 @@ Der Mixing-Prozeß läuft nach dem Start vollständig im Hintergrund, d.h. es is Use a custom data directory: Ein benutzerdefiniertes Datenverzeichnis verwenden: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Es werden mindestens %1 GB Daten in diesem Verzeichnis gespeichert, wobei dies mit der Zeit stetig mehr wird. + + + Approximately %1 GB of data will be stored in this directory. + Etwa %1 GB Daten werden in diesem Verzeichnis gespeichert. + + + %1 will download and store a copy of the Dash block chain. + %1 wird eine Kopie der Dash Blockchain herunterladen und speichern. + + + The wallet will also be stored in this directory. + Die Wallet wird ebenso in diesem Verzeichnis gespeichert werden. + Error: Specified data directory "%1" cannot be created. Fehler: Angegebenes Datenverzeichnis "%1" kann nicht angelegt werden. @@ -1025,78 +1053,22 @@ Der Mixing-Prozeß läuft nach dem Start vollständig im Hintergrund, d.h. es is Form Formular - - My Masternodes - Meine Masternodes - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Achtung: der Status Ihrer Masternodes kann während des Synchronisationsvorgangs zeitweilig falsch angezeigt werden<br /> Daher sollten Sie immer das Ende des Synchronisationsvorgangs abwarten, und falls Ihr Masternode nicht den Status "ENABLED" hat <br /> im Zweifelsfalle den Status von einer anderen Geldbörse aus überprüfen. - - - Alias - Alias-Name - Address Adresse - - Protocol - Protokoll - Status Status - - Active - Aktiv - - - Last Seen - Zuletzt gesehen - Payee Empfänger - - S&tart alias - Alias-Namen s&tarten - - - Start &all - Alle st&arten - - - Start &MISSING - &Fehlende starten - - - &Update status - Stat&us aktualisieren - - - Show additional Masternode information - Zusätzliche Masternode-Informationen anzeigen - - - Show &Info... - Zeige &Info... - - - Status will be updated automatically in (sec): - Status wird automatisch aktualisiert in (Sek.): - 0 0 - - All Masternodes - Alle Masternodes - Filter List: Filterliste: @@ -1109,14 +1081,18 @@ Der Mixing-Prozeß läuft nach dem Start vollständig im Hintergrund, d.h. es is Node Count: Anzahl Knoten - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Hinweis: Diese Liste stellt eine traditionelle und keine nicht-deterministische Masternode-Liste dar. Sie bleibt nur bis zur vollständigen Aktivierung von DIP3 aktiv. Nachdem SPORK15 aktiviert wurde, wird diese Liste keinen Inhalt mehr haben.</p></body></html> - DIP3 Masternodes DIP3 Masternodes + + Show only masternodes this wallet has keys for. + Nur Masternodes anzeigen für welche diese Wallet die Schlüssel hat. + + + My masternodes only + Nur meine Masternodes + PoSe Score PoSe Wertung @@ -1137,14 +1113,6 @@ Der Mixing-Prozeß läuft nach dem Start vollständig im Hintergrund, d.h. es is Operator Reward Betreibervergütung - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Hinweis: Diese Liste ist noch nicht aktiv und dient nur zu Informationszwecken. Das Netzwerk läuft weiterhin im Kompatibilitätsmodus, was bedeutet, dass die nicht-deterministische Masternode-Liste weiterhin aktiv ist. Diese Liste wird erst nach SPORK15 aktiviert. Die Auszahlungswerte werden momentan nicht verwendet, auch wenn sie mit jedem Block neu berechnet werden. Bis zur Aktivierung von SPORK15 sollte diese Liste ignoriert werden.</p></body></html> - - - Start alias - Alias-Namen starten - Copy ProTx Hash ProTx Hash kopieren @@ -1181,70 +1149,6 @@ Der Mixing-Prozeß läuft nach dem Start vollständig im Hintergrund, d.h. es is NONE KEINE - - Confirm masternode start - Masternode-Start bestätigen - - - Are you sure you want to start masternode %1? - Sind Sie sicher, daß Sie Masternode %1 starten möchten? - - - Confirm all masternodes start - Start aller Masternodes bestätigen - - - Are you sure you want to start ALL masternodes? - Sind Sie sicher, daß Sie ALLE Masternodes starten möchten? - - - Command is not available right now - Kommando zur Zeit nicht verfügbar - - - You can't use this command until masternode list is synced - Solange die Liste der Masternodes nicht synchronisiert ist können Sie dieses Kommando nicht benutzen. - - - Confirm missing masternodes start - Start aller fehlenden Masternodes bestätigen - - - Are you sure you want to start MISSING masternodes? - Sind Sie sicher, daß Sie alle fehlenden Masternodes starten möchten? - - - Additional information for Masternode %1 - Weitere Informationen zu Masternode %1 - - - Masternode Private Key - Masternode Private Key - - - Private Key - Private Key - - - Collateral - Sicherheitszahlung - - - IP - IP - - - Version - Version - - - Unknown - Unbekannt - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Zusätzliche Informationen für DIP3 Masternode %1 @@ -2007,18 +1911,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 wurde noch nicht sicher beendet... - - Error reading masternode configuration file: %1 - Fehler beim Lesen der Masternode Konfigurationsdatei: %1 - Amount Betrag @@ -2482,6 +2378,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Netzwerk-Aktivität deaktiviert + + Total: %1 (Enabled: %2) + Insgesamt: %1 (Aktiv: %2) + %1 B %1 B @@ -3331,6 +3231,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 Bestätigungen + + locked via LLMQ based ChainLocks + durch LLMQ basierte ChainLocks bestätigt + + + verified via LLMQ based InstantSend + durch LLMQ basiertes InstantSend verifiziert + verified via InstantSend überprüft durch InstantSend @@ -3756,6 +3664,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Transaktionsdetails anzeigen + + Show address QR code + QR Code für Adresse anzeigen + Export Transaction History Transaktionsverlauf exportieren @@ -3808,6 +3720,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. Speichern des Transaktionsverlaufs nach %1 war erfolgreich. + + QR code + QR Code + Range: Zeitraum: @@ -3931,10 +3847,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Warnung: Wir scheinen nicht vollständig mit unseren Gegenstellen übereinzustimmen! Sie oder die anderen Knoten müssen unter Umständen ihre Client-Software aktualisieren. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Es muss ein Masternode-Geheimschlüssel (masternodeprivkey) in der Konfiguration angegeben werden. Für weitere Informationen siehe Dokumentation. - Accept command line and JSON-RPC commands Kommandozeilen- und JSON-RPC-Befehle annehmen @@ -4055,10 +3967,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 An die angegebene Adresse binden und Gegenstellen in die Liste der erlaubten Gegenstellen aufnehmen. Für IPv6 "[Host]:Port"-Schreibweise verwenden - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Für JSON-RPC Verbindugen an die angegebene Adresse binden. Für IPv6 "[Host]:Port"-Schreibweise verwenden. Diese Option kann mehrmals eingetragen werden. (Standard: an alle verbinden) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Neue Dateien mit den System-Standardberechtigungen (anstatt 077) erzeugen (nur bei deaktiviertem Wallet möglich) @@ -4155,6 +4063,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (Standard: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet parameter darf nur den Dateinamen angeben (nicht den Pfad) + Accept public REST requests (default: %u) Akzeptiere öffentliche REST-Anforderungen (Standard: %u) @@ -4203,10 +4115,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Cache für Masternodes konnte nicht geladen werden aus - - Failed to load masternode payments cache from - Cache für Masternode Zahlungen konnte nicht geladen werden aus - Found enough users, signing ( waiting %s ) Genug Partner gefunden, signiere ( warte %s ) @@ -4251,14 +4159,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Unzureichender Kontostand. - - Invalid -onion address: '%s' - Ungültige "-onion"-Adresse: '%s' - - - Invalid -proxy address: '%s' - Ungültige Adresse in -proxy: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Ungültiger Betrag für -paytxfee=<amount>: '%s' (Betrag muss mindestens %s sein) @@ -4295,18 +4195,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Lade Masternode-Cache... - - Loading masternode payment cache... - Lade Masternode Zahlungs-Cache... - Lock is already in place. Schon gesperrt. - - Lock masternodes from masternode configuration file (default: %u) - Masternodes über Masternode-Konfiguration sperren (Standard: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Maximale Größe des Empfangspuffers pro Verbindung, <n> * 1000 Byte (Standard: %u) @@ -4343,10 +4235,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Verbinde nur zu Knoten des Netztyps <net> (ipv4, ipv6 oder onion) - - Port: %d - Port: %d - Prepend debug output with timestamp (default: %u) Debugausgaben einen Zeitstempel voranstellen (Standard: %u) @@ -4387,10 +4275,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Verbindungzeitüberschreitung in Millisekunden festlegen (Minimum: 1, Standard: %d) - - Specify masternode configuration file (default: %s) - Konfigurationsdatei der Masternode-Einstellungen angeben (Standard: %s) - Specify pid file (default: %s) pid-Datei angeben (Standard: %s) @@ -4399,22 +4283,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Unbestätigtes Wechselgeld beim Senden von Transaktionen ausgeben (Standard: %u) - - Submitted following entries to masternode: %u / %d - Folgende Einträge wurden an Masternode gesendet: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - An Masternode gesendet, warte auf weitere Einträge ( %u / %d ) %s - Submitted to masternode, waiting in queue %s An Masternode übermittelt, wartet in Warteschlange %s - - Synchroning blockchain... - Synchronisiere Blockchain... - Synchronization failed Synchronisation fehlgeschlagen @@ -4423,10 +4295,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Synchronisation beendet - - Synchronizing masternodes... - Synchronisiere Masternodes... - This is not a Masternode. Dies ist kein Masternode. @@ -4495,10 +4363,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Versuche erneut... - - Invalid masternodeprivkey. Please see documenation. - Masternode-Geheimschlüssel (masternodeprivkey) ist ungültig. Siehe Dokumentation. - Can't find random Masternode. Kann keinen zufällig ausgewählten Masternode finden @@ -4507,18 +4371,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Währen der Synchronisierung kann nicht gemixt werden. - - Could not parse masternode.conf - masternode.conf konnte nicht analysiert werden - Invalid netmask specified in -whitelist: '%s' Ungültige Netzmaske für -whitelist angegeben: '%s' - - Invalid port detected in masternode.conf - Ungültige Portnummer in masternode.conf - Invalid script detected. Invalides Zahlskript entdeckt. @@ -4543,6 +4399,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! Die Datei %s beinhaltet alle privaten Schlüssel der Wallet. Diese sollten niemals weitergegeben werden! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + An angegebene Adresse für JSON-RPC Verbindungen binden. Diese Option wird ignoriert, außer wenn -rpcallowip gesetzt ist. Der Port ist optional und überschreibt -rpcport. Up IPv6 zu nutzen, kann die [host]:port Notation genutzt werden. Diese Option kann mehrere male angegeben werden (Standard: 127.0.0.1, ::1 und localhost oder wenn -rpcallowip angegeben wurde, 0.0.0.0 und ::, also alle Adressen) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Eigene IP-Adresse erkennen (Standard: 1, wenn -listen aktiv ist und nicht -externalip) @@ -4695,18 +4555,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um zurück in den nicht abgeschnittenen/pruned Modus zu gehen. Dies wird die gesamte Blockchain downloaden - - (%d could be used only on mainnet) - (%d kann nur im Standardnetz benutzt werden) - (default: %u) (Standard: %u) - - (must be %d for mainnet) - (muß für Standardnetz %d sein) - -maxmempool must be at least %d MB -maxmempool muß mindestens %d MB sein @@ -4787,10 +4639,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Sporks Cache konnte nicht geladen werden aus - - Failed to parse host:port string - Die Eingabe für Rechnername:Port wird nicht verstanden - Fee (in %s/kB) to add to transactions you send (default: %s) Gebühr (in %s/kB), die gesendeten Transaktionen hinzugefügt wird (Standard: %s) @@ -4819,18 +4667,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Die letzte erfolgreiche PrivateSend-Transaktion ist noch zu neu. - - Line: %d - Zeile: %d - Loading InstantSend data cache... Lade InstantSend Data Cache... - - Loading addresses... - Lade Adressen... - Loading block index... Lade Blockindex... @@ -4859,10 +4699,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Aktiviere die Übertragung von Transaktionen - - Masternode cache is empty, skipping payments and governance cache... - Der Masternode-Cache ist leer, Lesen des Cache für Zahlungen und Governance wird übersprungen... - Masternode options: Masternode Optionen: @@ -4959,6 +4795,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Blockkette erneut nach fehlenden Wallet-Transaktionen durchsuchen + + Submitted following entries to masternode: %u + Folgende Einträge wurden an Masternode gesendet: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + An Masternode gesendet, warte auf weitere Einträge ( %u ) %s + + + Synchronizing blockchain... + Synchronisiere Blockchain... + The wallet will avoid paying less than the minimum relay fee. Das Wallet verhindert Zahlungen, die die Mindesttransaktionsgebühr nicht berücksichtigen. @@ -5151,14 +4999,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Das Wallet erzeugt keine Transaktionen, die das Mempool Chain Limit überschreiten (Standardeinstellung: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Warnung: Mindestens %d von %d Masternodes verwenden eine neuere Version. Sieh dir die letzten Veröffentlichungen an und überprüfe, ob du ebenfalls updaten musst - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Warnung: Alle Masternodes (von %d bekannten) verwenden eine neuere Version. Überprüfe bitte die letzten Veröffentlichungen, da du wahrscheinlich ein kritische Update übersehen hast. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Warnung: wallet beschädigt, Datenrettung erfolgreich! Original %s wurde als %s in %s gespeichert. Falls Ihr Kontostand oder Transaktionen nicht korrekt sind, sollten Sie von einer Datensicherung wiederherstellen. @@ -5243,10 +5083,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Initialisierungsplausibilitätsprüfung fehlgeschlagen. %s wird beendet. + + Invalid -onion address or hostname: '%s' + Ungültige -onion Adresse oder ungültiger Hostname: '%s' + + + Invalid -proxy address or hostname: '%s' + Ungültige -proxy Adresse oder ungültiger Hostname: '%s' + Invalid amount for -%s=<amount>: '%s' Ungültiger Betrag für -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Ungültige Zeichen in -wallet Dateinamen + Invalid spork address specified with -sporkaddr Ungültige Spork-Adresse mit -sporkaddr angegeben @@ -5255,6 +5107,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Betrag welcher anonymisiert vorgehalten wird. (%u-%u, Voreinstellung: %u) + + Loading P2P addresses... + Lade P2P-Adressen... + Print this help message and exit Drucke diese Hilfemeldung und beende @@ -5303,10 +5159,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Maximale Blockgröße in Byte festlegen (Standard: %d) - - Set the masternode private key - Privaten Masternode-Schlüssel setzen - Show all debugging options (usage: --help -help-debug) Zeige alle Debuggingoptionen (Benutzung: --help -help-debug) @@ -5343,10 +5195,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Synchronisiere Governance Objekte... - - Synchronizing masternode payments... - Synchronisiere Masternode-Zahlungen... - The source code is available from %s. Der Quellcode ist von %s verfügbar. diff --git a/src/qt/locale/dash_en.ts b/src/qt/locale/dash_en.ts index 09e7e163afb2d..263c7df2a66e1 100644 --- a/src/qt/locale/dash_en.ts +++ b/src/qt/locale/dash_en.ts @@ -28,6 +28,16 @@ &Copy &Copy + + + Show QR code for the currently selected address + Show QR code for the currently selected address + + + + &Show QR code + &Show QR code + Delete the currently selected address from the list @@ -54,7 +64,7 @@ C&lose - + Choose the address to send coins to Choose the address to send coins to @@ -104,7 +114,17 @@ &Edit - + + &Show address QR code + &Show address QR code + + + + QR code + QR code + + + Export Address List Export Address List @@ -312,17 +332,17 @@ BitcoinGUI - + A fatal error occurred. Dash Core can no longer continue safely and will quit. A fatal error occurred. Dash Core can no longer continue safely and will quit. - + Dash Core Dash Core - + Wallet Wallet @@ -556,16 +576,6 @@ Open configuration file Open configuration file - - - Open &Masternode Configuration File - Open &Masternode Configuration File - - - - Open Masternode configuration file - Open Masternode configuration file - Show Automatic &Backups @@ -617,12 +627,12 @@ Show the %1 help message to get a list with possible Dash command-line options - + %1 client %1 client - + &PrivateSend information &PrivateSend information @@ -632,7 +642,7 @@ Show the PrivateSend basic information - + &File &File @@ -647,7 +657,7 @@ &Tools - + &Help &Help @@ -657,7 +667,7 @@ Tabs toolbar - + %n active connection(s) to Dash network %n active connection to Dash network @@ -826,12 +836,7 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Total: %1 (PS compatible: %2 / Enabled: %3) - - - + Network Alert Network Alert @@ -1015,7 +1020,7 @@ (%1 locked) - + yes yes @@ -1248,13 +1253,23 @@ As this is the first time the program is launched, you can choose where %1 will store its data. As this is the first time the program is launched, you can choose where %1 will store its data. + + + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + + + Use the default data directory Use the default data directory @@ -1264,7 +1279,27 @@ Use a custom data directory: - + + At least %1 GB of data will be stored in this directory, and it will grow over time. + At least %1 GB of data will be stored in this directory, and it will grow over time. + + + + Approximately %1 GB of data will be stored in this directory. + Approximately %1 GB of data will be stored in this directory. + + + + %1 will download and store a copy of the Dash block chain. + %1 will download and store a copy of the Dash block chain. + + + + The wallet will also be stored in this directory. + The wallet will also be stored in this directory. + + + Error: Specified data directory "%1" cannot be created. Error: Specified data directory "%1" cannot be created. @@ -1292,142 +1327,57 @@ Form - - My Masternodes - My Masternodes - - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - - - - - Alias - Alias - - - - - + Address Address - - - - Protocol - Protocol - - - - - - + Status Status - - - - Active - Active - - - - - - Last Seen - Last Seen - - - - - - + Payee Payee - - S&tart alias - S&tart alias - - - - Start &all - Start &all - - - - Start &MISSING - Start &MISSING - - - - &Update status - &Update status - - - - Show additional Masternode information - Show additional Masternode information - - - - Show &Info... - Show &Info... - - - - Status will be updated automatically in (sec): - Status will be updated automatically in (sec): - - - - - + 0 0 - - All Masternodes - All Masternodes - - - - + Filter List: Filter List: - - + Filter masternode list Filter masternode list - - + Node Count: Node Count: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - - - + DIP3 Masternodes DIP3 Masternodes - + + Show only masternodes this wallet has keys for. + Show only masternodes this wallet has keys for. + + + + My masternodes only + My masternodes only + + + PoSe Score PoSe Score @@ -1452,17 +1402,7 @@ Operator Reward - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - - - - Start alias - Start alias - - - + Copy ProTx Hash Copy ProTx Hash @@ -1472,7 +1412,7 @@ Copy Collateral Outpoint - + ENABLED ENABLED @@ -1509,88 +1449,7 @@ NONE - - Confirm masternode start - Confirm masternode start - - - - Are you sure you want to start masternode %1? - Are you sure you want to start masternode %1? - - - - Confirm all masternodes start - Confirm all masternodes start - - - - Are you sure you want to start ALL masternodes? - Are you sure you want to start ALL masternodes? - - - - Command is not available right now - Command is not available right now - - - - You can't use this command until masternode list is synced - You can't use this command until masternode list is synced - - - - Confirm missing masternodes start - Confirm missing masternodes start - - - - Are you sure you want to start MISSING masternodes? - Are you sure you want to start MISSING masternodes? - - - - Additional information for Masternode %1 - Additional information for Masternode %1 - - - - Masternode Private Key - Masternode Private Key - - - - Private Key - Private Key - - - - Collateral - Collateral - - - - IP - IP - - - - Version - Version - - - - - Unknown - Unknown - - - - Sentinel - Sentinel - - - + Additional information for DIP3 Masternode %1 Additional information for DIP3 Masternode %1 @@ -2589,32 +2448,22 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - - - + %1 didn't yet exit safely... %1 didn't yet exit safely... - - - Error reading masternode configuration file: %1 - Error reading masternode configuration file: %1 - Amount Amount - + Enter a Dash address (e.g. %1) Enter a Dash address (e.g. %1) - + %1 d %1 d @@ -2712,7 +2561,7 @@ https://www.transifex.com/projects/p/dash/ QObject::QObject - + Error: Specified data directory "%1" does not exist. Error: Specified data directory "%1" does not exist. @@ -2745,7 +2594,7 @@ https://www.transifex.com/projects/p/dash/ &Save Image... - + Error creating QR Code. Error creating QR Code. @@ -2753,7 +2602,7 @@ https://www.transifex.com/projects/p/dash/ QRGeneralImageWidget - + &Save Image... &Save Image... @@ -2972,7 +2821,7 @@ https://www.transifex.com/projects/p/dash/ - + Select a peer to view detailed information. Select a peer to view detailed information. @@ -3163,7 +3012,7 @@ https://www.transifex.com/projects/p/dash/ -reindex: Rebuild block chain index from current blk000??.dat files. - + &Disconnect &Disconnect @@ -3236,7 +3085,12 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled - + + Total: %1 (Enabled: %2) + Total: %1 (Enabled: %2) + + + %1 B %1 B @@ -4291,7 +4145,7 @@ https://www.transifex.com/projects/p/dash/ conflicted - + %1/offline %1/offline @@ -4326,7 +4180,17 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations - + + locked via LLMQ based ChainLocks + locked via LLMQ based ChainLocks + + + + verified via LLMQ based InstantSend + verified via LLMQ based InstantSend + + + verified via InstantSend verified via InstantSend @@ -4723,7 +4587,7 @@ https://www.transifex.com/projects/p/dash/ TransactionView - + All @@ -4880,7 +4744,12 @@ https://www.transifex.com/projects/p/dash/ Show transaction details - + + Show address QR code + Show address QR code + + + Export Transaction History Export Transaction History @@ -4945,7 +4814,12 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. - + + QR code + QR code + + + Range: Range: @@ -4974,7 +4848,7 @@ https://www.transifex.com/projects/p/dash/ WalletModel - + @@ -4996,7 +4870,7 @@ https://www.transifex.com/projects/p/dash/ WalletView - + &Export &Export @@ -5049,7 +4923,7 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and always listen on it. Use [host]:port notation for IPv6 - + Error: Listening for incoming connections failed (listen returned error %s) Error: Listening for incoming connections failed (listen returned error %s) @@ -5089,7 +4963,7 @@ https://www.transifex.com/projects/p/dash/ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5099,12 +4973,7 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - - - + Accept command line and JSON-RPC commands Accept command line and JSON-RPC commands @@ -5159,7 +5028,7 @@ https://www.transifex.com/projects/p/dash/ Corrupted block database detected - + Debugging/Testing options: Debugging/Testing options: @@ -5224,7 +5093,7 @@ https://www.transifex.com/projects/p/dash/ Failed to listen on any port. Use -listen=0 if you want this. - + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) @@ -5254,12 +5123,7 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - - - + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) @@ -5359,12 +5223,12 @@ https://www.transifex.com/projects/p/dash/ User defined seed for HD wallet (should be in hex). Only has effect during wallet creation/first start (default: randomly generated) - + Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway - + You need to rebuild the database using -reindex-chainstate to change -txindex You need to rebuild the database using -reindex-chainstate to change -txindex @@ -5374,12 +5238,17 @@ https://www.transifex.com/projects/p/dash/ You should specify a masternodeblsprivkey in the configuration. Please see documentation for help. - + (default: %s) (default: %s) - + + -wallet parameter must only specify a filename (not a path) + -wallet parameter must only specify a filename (not a path) + + + Accept public REST requests (default: %u) Accept public REST requests (default: %u) @@ -5409,7 +5278,7 @@ https://www.transifex.com/projects/p/dash/ Connect to KeePassHttp on port <port> (default: %u) - + Enable the client to act as a masternode (0-1, default: %u) Enable the client to act as a masternode (0-1, default: %u) @@ -5439,12 +5308,7 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from - - Failed to load masternode payments cache from - Failed to load masternode payments cache from - - - + Found enough users, signing ( waiting %s ) Found enough users, signing ( waiting %s ) @@ -5499,37 +5363,27 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. - - Invalid -onion address: '%s' - Invalid -onion address: '%s' - - - - Invalid -proxy address: '%s' - Invalid -proxy address: '%s' - - - + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - + Invalid masternodeblsprivkey. Please see documenation. Invalid masternodeblsprivkey. Please see documenation. - + Invalid minimum number of spork signers specified with -minsporkkeys Invalid minimum number of spork signers specified with -minsporkkeys - + Keypool ran out, please call keypoolrefill first Keypool ran out, please call keypoolrefill first - + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) @@ -5553,23 +5407,13 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Loading masternode cache... - - - Loading masternode payment cache... - Loading masternode payment cache... - Lock is already in place. Lock is already in place. - - Lock masternodes from masternode configuration file (default: %u) - Lock masternodes from masternode configuration file (default: %u) - - - + Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) @@ -5615,11 +5459,6 @@ https://www.transifex.com/projects/p/dash/ - Port: %d - Port: %d - - - Prepend debug output with timestamp (default: %u) Prepend debug output with timestamp (default: %u) @@ -5654,7 +5493,7 @@ https://www.transifex.com/projects/p/dash/ Set the masternode BLS private key - + Set the number of threads to service RPC calls (default: %d) Set the number of threads to service RPC calls (default: %d) @@ -5670,11 +5509,6 @@ https://www.transifex.com/projects/p/dash/ - Specify masternode configuration file (default: %s) - Specify masternode configuration file (default: %s) - - - Specify pid file (default: %s) Specify pid file (default: %s) @@ -5684,25 +5518,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) - - Submitted following entries to masternode: %u / %d - Submitted following entries to masternode: %u / %d - - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Submitted to masternode, waiting for more entries ( %u / %d ) %s - - - + Submitted to masternode, waiting in queue %s Submitted to masternode, waiting in queue %s - - - Synchroning blockchain... - Synchroning blockchain... - Synchronization failed @@ -5714,12 +5533,7 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished - - Synchronizing masternodes... - Synchronizing masternodes... - - - + This is not a Masternode. This is not a Masternode. @@ -5804,12 +5618,7 @@ https://www.transifex.com/projects/p/dash/ Will retry... - - Invalid masternodeprivkey. Please see documenation. - Invalid masternodeprivkey. Please see documenation. - - - + Can't find random Masternode. Can't find random Masternode. @@ -5819,20 +5628,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. - - Could not parse masternode.conf - Could not parse masternode.conf - - - + Invalid netmask specified in -whitelist: '%s' Invalid netmask specified in -whitelist: '%s' - - - Invalid port detected in masternode.conf - Invalid port detected in masternode.conf - Invalid script detected. @@ -5854,17 +5653,22 @@ https://www.transifex.com/projects/p/dash/ Keep at most <n> unconnectable transactions in memory (default: %u) - + Disable all Dash specific functionality (Masternodes, PrivateSend, InstantSend, Governance) (0-1, default: %u) Disable all Dash specific functionality (Masternodes, PrivateSend, InstantSend, Governance) (0-1, default: %u) - + %s file contains all private keys from this wallet. Do not share it with anyone! %s file contains all private keys from this wallet. Do not share it with anyone! - + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + + + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) @@ -6039,7 +5843,7 @@ https://www.transifex.com/projects/p/dash/ Wallet is locked, can't replenish keypool! Automatic backups and mixing are disabled, please unlock your wallet to replenish keypool. - + Warning: Unknown block versions being mined! It's possible unknown rules are in effect Warning: Unknown block versions being mined! It's possible unknown rules are in effect @@ -6049,32 +5853,22 @@ https://www.transifex.com/projects/p/dash/ You are starting in lite mode, all Dash-specific functionality is disabled. - + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - - (%d could be used only on mainnet) - (%d could be used only on mainnet) - - - + (default: %u) (default: %u) - - - (must be %d for mainnet) - (must be %d for mainnet) - -maxmempool must be at least %d MB -maxmempool must be at least %d MB - + <category> can be: <category> can be: @@ -6094,7 +5888,7 @@ https://www.transifex.com/projects/p/dash/ Automatically create Tor hidden service (default: %d) - + ERROR! Failed to create automatic backup ERROR! Failed to create automatic backup @@ -6164,15 +5958,10 @@ https://www.transifex.com/projects/p/dash/ Failed to load InstantSend data cache from - + Failed to load sporks cache from Failed to load sporks cache from - - - Failed to parse host:port string - Failed to parse host:port string - Fee (in %s/kB) to add to transactions you send (default: %s) @@ -6194,7 +5983,7 @@ https://www.transifex.com/projects/p/dash/ Invalid amount for -fallbackfee=<amount>: '%s' - + Keep the transaction memory pool below <n> megabytes (default: %u) Keep the transaction memory pool below <n> megabytes (default: %u) @@ -6208,23 +5997,13 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Last successful PrivateSend action was too recent. - - - Line: %d - Line: %d - Loading InstantSend data cache... Loading InstantSend data cache... - - Loading addresses... - Loading addresses... - - - + Loading block index... Loading block index... @@ -6234,7 +6013,7 @@ https://www.transifex.com/projects/p/dash/ Loading governance cache... - + Loading sporks cache... Loading sporks cache... @@ -6254,15 +6033,10 @@ https://www.transifex.com/projects/p/dash/ Location of the auth cookie (default: data dir) - + Make the wallet broadcast transactions Make the wallet broadcast transactions - - - Masternode cache is empty, skipping payments and governance cache... - Masternode cache is empty, skipping payments and governance cache... - Masternode options: @@ -6339,7 +6113,7 @@ https://www.transifex.com/projects/p/dash/ Password for JSON-RPC connections - + Print version and exit Print version and exit @@ -6384,7 +6158,22 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup - + + Submitted following entries to masternode: %u + Submitted following entries to masternode: %u + + + + Submitted to masternode, waiting for more entries ( %u ) %s + Submitted to masternode, waiting for more entries ( %u ) %s + + + + Synchronizing blockchain... + Synchronizing blockchain... + + + The wallet will avoid paying less than the minimum relay fee. The wallet will avoid paying less than the minimum relay fee. @@ -6489,12 +6278,12 @@ https://www.transifex.com/projects/p/dash/ see debug.log for details. - + RPC server options: RPC server options: - + Dash Core Dash Core @@ -6509,7 +6298,7 @@ https://www.transifex.com/projects/p/dash/ Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) - + Cannot obtain a lock on data directory %s. %s is probably already running. Cannot obtain a lock on data directory %s. %s is probably already running. @@ -6624,17 +6413,7 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - - - + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. @@ -6644,7 +6423,7 @@ https://www.transifex.com/projects/p/dash/ Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. - + %s corrupt, salvage failed %s corrupt, salvage failed @@ -6659,7 +6438,7 @@ https://www.transifex.com/projects/p/dash/ %s is set very high! - + (press q to shutdown and continue later) (press q to shutdown and continue later) @@ -6679,7 +6458,7 @@ https://www.transifex.com/projects/p/dash/ -rpcport must be specified when -devnet and -server are specified - + Allow RFC1918 addresses to be relayed and connected to (default: %u) Allow RFC1918 addresses to be relayed and connected to (default: %u) @@ -6704,7 +6483,7 @@ https://www.transifex.com/projects/p/dash/ Copyright (C) - + Error loading %s Error loading %s @@ -6729,7 +6508,7 @@ https://www.transifex.com/projects/p/dash/ Failed to find mixing queue to join - + Failed to start a new mixing queue Failed to start a new mixing queue @@ -6739,12 +6518,27 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. - + + Invalid -onion address or hostname: '%s' + Invalid -onion address or hostname: '%s' + + + + Invalid -proxy address or hostname: '%s' + Invalid -proxy address or hostname: '%s' + + + Invalid amount for -%s=<amount>: '%s' Invalid amount for -%s=<amount>: '%s' - + + Invalid characters in -wallet filename + Invalid characters in -wallet filename + + + Invalid spork address specified with -sporkaddr Invalid spork address specified with -sporkaddr @@ -6754,7 +6548,12 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) - + + Loading P2P addresses... + Loading P2P addresses... + + + Print this help message and exit Print this help message and exit @@ -6814,12 +6613,7 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) - - Set the masternode private key - Set the masternode private key - - - + Show all debugging options (usage: --help -help-debug) Show all debugging options (usage: --help -help-debug) @@ -6839,7 +6633,7 @@ https://www.transifex.com/projects/p/dash/ Specify data directory - + Specify wallet file (within data directory) Specify wallet file (within data directory) @@ -6854,22 +6648,17 @@ https://www.transifex.com/projects/p/dash/ Starting network threads... - + Synchronization pending... Synchronization pending... - + Synchronizing governance objects... Synchronizing governance objects... - Synchronizing masternode payments... - Synchronizing masternode payments... - - - The source code is available from %s. The source code is available from %s. diff --git a/src/qt/locale/dash_es.ts b/src/qt/locale/dash_es.ts index 5ae5138e22c8b..a4b5a38040db0 100644 --- a/src/qt/locale/dash_es.ts +++ b/src/qt/locale/dash_es.ts @@ -21,6 +21,14 @@ &Copy &Copiar + + Show QR code for the currently selected address + Mostrar código QR para las direcciones actualmente seleccionadas + + + &Show QR code + &Mostrar código QR + Delete the currently selected address from the list Eliminar la dirección seleccionada de la lista @@ -81,6 +89,14 @@ &Edit &Editar + + &Show address QR code + &Mostrar dirección en QR + + + QR code + Código QR + Export Address List Exportar la Lista de Direcciones @@ -437,14 +453,6 @@ Open configuration file Abrir archivo de configuración - - Open &Masternode Configuration File - Abrir Archivo de Configuración de &Masternode - - - Open Masternode configuration file - Abrir archivo de configuración de Masternode - Show Automatic &Backups Mostrar &Copias de Seguridad Automáticas @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Total: %1 (PS Compatible: %2 / Habilitado: %3) - Network Alert Alerta de red @@ -990,8 +994,16 @@ Al ser la primera vez que se ejecuta el programa, puede elegir donde %1 almacenará sus datos. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 se descargara y almacenara una copia de la cadena de bloques de Dash. Por lo menos %2GB de datos se almacenaran en este directorio, y crecerá con el tiempo. La billetera también se almacenara en este directorio. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Cuando haga click en OK, %1 se empezará a descargar la %4 cadena de bloques completa (%2GB) empezando por la transacción más antigua en %3 cuando se publicó %4 originalmente. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + La sincronización inicial demanda muchos recursos y podría revelar problemas de hardware que no se han notado previamente. Cada vez que ejecuta %1, continuará descargando a partir del punto anterior. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Si ha elegido limitar el almacenamiento de la cadena de bloques ("prunning"), se descargarán y procesarán los datos históricos igualmente, sin embargo, estos se eliminarán después para mantener un bajo uso del disco. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Utilizar un directorio de datos personalizado: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Se almacenará cuanto menos %1 GB de datos en este directorio, y crecerá con el transcurso del tiempo. + + + Approximately %1 GB of data will be stored in this directory. + Se almacenará aproximadamente %1 GB de datos en este directorio. + + + %1 will download and store a copy of the Dash block chain. + %1 descargará y almacenará una copia de la cadena de bloques de Dash. + + + The wallet will also be stored in this directory. + El monedero se almacenará en este directorio. + Error: Specified data directory "%1" cannot be created. Error: No puede crearse el directorio de datos especificado "%1". @@ -1024,78 +1052,22 @@ Form Formulario - - My Masternodes - Mis Masternodes - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Nota: El estado de sus masternodes en la billetera local puede estar ligeramente incorrecto.<br />Siempre espere a que la billetera sincronice los datos adicionales y luego vuelva a verificar desde otro nodo<br />Si su masternode debería estar ejecutándose pero aún no ve "HABILITADO" en el campo "Estado". - - - Alias - Alias - Address Dirección - - Protocol - Protocolo - Status Estado - - Active - Activo - - - Last Seen - Visto por ultima vez - Payee Beneficiario - - S&tart alias - I&niciar alias - - - Start &all - Iniciar &todo - - - Start &MISSING - Iniciar &FALTANTE - - - &Update status - &Actualizar estado - - - Show additional Masternode information - Mostrar informacion de Masternode adicional - - - Show &Info... - Mostrar &Información - - - Status will be updated automatically in (sec): - Su estado será actualizado automáticamente en (seg): - 0 0 - - All Masternodes - Todos los Masternodes - Filter List: Lista de filtros: @@ -1108,14 +1080,18 @@ Node Count: Recuento de nodos: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Nota: Esta lista representa la lista de masternodes heredada y no determinista. Solo está activoa mientras DIP3 no se haya activado completamente. Después de la activación de SPORK15, esta lista estará vacía.</p></body></html> - DIP3 Masternodes DIP3 Masternodes + + Show only masternodes this wallet has keys for. + Mostrar solo nodos maestros relacionada a la llave de la wallet + + + My masternodes only + Únicamente mis nodos maestros + PoSe Score PoSe Marcador @@ -1136,14 +1112,6 @@ Operator Reward Recompensa del operador - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Nota: Esta lista aún no está activa y es solo para fines informativos. La red todavía se está ejecutando en el modo de compatibilidad, lo que significa que la lista de masternodes no determinista aún está activa. Solo después de la activación de SPORK15, esta lista se convertirá en la activa. Además, los valores en los campos relacionados con el pago no se utilizan en este momento, pero aún se actualizan para cada bloque. Por favor ignore esto hasta la activación de SPORK15.</p></body></html> - - - Start alias - Iniciar alias - Copy ProTx Hash Copiar ProTx Hash @@ -1180,70 +1148,6 @@ NONE NINGUNO - - Confirm masternode start - Confirmar incio de Masternode - - - Are you sure you want to start masternode %1? - ¿Está seguro que desea iniciar el Masternode %1? - - - Confirm all masternodes start - Confirmar que todos los Masternodes inicien - - - Are you sure you want to start ALL masternodes? - ¿Está seguro que desea iniciar TODOS los Masternodes? - - - Command is not available right now - El Comando no está disponible en estos momentos - - - You can't use this command until masternode list is synced - No puede usar este comando hasta que la lista de Masternodes esté sincronizada - - - Confirm missing masternodes start - Confirmar que los masternodes faltantes inicien - - - Are you sure you want to start MISSING masternodes? - ¿Está seguro que desea iniciar los Masternodes FALTANTES? - - - Additional information for Masternode %1 - Informacion adicional para Masternode %1 - - - Masternode Private Key - Llave Privada del Masternode - - - Private Key - Llave Privada - - - Collateral - Colateral - - - IP - Dirección IP - - - Version - Versión - - - Unknown - Desconocido - - - Sentinel - Centinela - Additional information for DIP3 Masternode %1 Información adicional para Masternode DIP3 %1 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 no se ha cerrado de forma segura todavía... - - Error reading masternode configuration file: %1 - Error al leer el archivo de configuración del Mastermode: %1 - Amount Cantidad @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Actividad de red deshabilitada + + Total: %1 (Enabled: %2) + Total: %1 (Enabled: %2) + %1 B %1 B @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 confirmaciones + + locked via LLMQ based ChainLocks + LLMQ basado en ChainLocks ha sido asegurado + + + verified via LLMQ based InstantSend + verificar InstantSend basado en LLMQ + verified via InstantSend verificado a través de InstantSend @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Mostrar detalles de la transacción + + Show address QR code + Mostrar dirección en QR + Export Transaction History Exportar historial de transacciones @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. El historial de transacciones se guardó correctamente en %1. + + QR code + Código QR + Range: Rango: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Advertencia: ¡Parece que no estamos completamente de acuerdo con nuestros pares! Podría necesitar una actualización, u otros nodos podrían necesitarla. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Debe especificar una masternodeprivkey en la configuración. Por favor, consulte la documentación para obtener ayuda. - Accept command line and JSON-RPC commands Aceptar comandos de la consola y JSON-RPC @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Vincular a la dirección dada y poner en la lista blanca los pares que se conecten a ella. Use la notación [host]:port de IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Vincular a la dirección dada para escuchar conexiones JSON-RPC. Use la notación [host]:puerto para IPv6. Esta opción se puede indicar múltiples veces (predeterminado: vincular a todos los interfaces) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crear archivos nuevos con los permisos por defecto del sistema, en lugar de umask 077 (sólo será efectivo con la funcionalidad de la billetera desactivada) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (predeterminado: %s) + + -wallet parameter must only specify a filename (not a path) + parámetros de -wallet deberán solo especificar un nombre (y no ruta) de archivo + Accept public REST requests (default: %u) Admitir peticiones REST públicas (predeterminado: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Error al cargar la memoria caché del masternode - - Failed to load masternode payments cache from - Error al cargar los pagos en memoria cache del masternode - Found enough users, signing ( waiting %s ) Se encontraron suficientes usuarios, firmando (esperando %s) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Fondos insuficientes. - - Invalid -onion address: '%s' - Dirección -onion inválida: '%s' - - - Invalid -proxy address: '%s' - Dirección -proxy inválida: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Cantidad inválida para -paytxfee=<amount>: '%s' (debe ser al menos %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Cargando memoria caché de mastenode... - - Loading masternode payment cache... - Cargando memoria caché de pago del masternode... - Lock is already in place. El bloqueo ya está activo. - - Lock masternodes from masternode configuration file (default: %u) - Bloquear masternodes desde el archivo de configuración del masternode (predeterminado: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Buffer de recepción máximo por conexión, <n>*1000 bytes (predeterminado: %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Conectar sólo a los nodos de la red <net> (IPv4, IPv6 u onion) - - Port: %d - Puerto: %d - Prepend debug output with timestamp (default: %u) Anteponer marca temporal a la salida para depuración (predeterminado: %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Indicar tiempo máximo de desconexión en milisegundos (mínimo: 1, predeterminado: %d) - - Specify masternode configuration file (default: %s) - Indicar archivo de configuración del masternode (predeterminado: %s) - Specify pid file (default: %s) Indicar archivo de pid (predeterminado: %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Gastar saldo no confirmado al enviar las transacciones (predeterminado: %u) - - Submitted following entries to masternode: %u / %d - Enviando las siguientes entradas al masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Enviado al masternode, esperando más entradas ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Enviado al masternode, esperando en cola %s - - Synchroning blockchain... - Sincronizando cadena de bloques... - Synchronization failed La sincronización falló @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished La sincronización finalizó - - Synchronizing masternodes... - Sincronizando masternodes... - This is not a Masternode. Esto no es un Masternode. @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Se volverá a intentar... - - Invalid masternodeprivkey. Please see documenation. - La clave privada del masternode -masternodeprivkey- no es válida. Por favor, consulte la documentación. - Can't find random Masternode. No se pudo encontrar un masternode aleatorio. @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. No se puede mezclar mientras la sincronización esté en curso. - - Could not parse masternode.conf - No se pudo interpretar masternode.conf - Invalid netmask specified in -whitelist: '%s' La máscara de red especificada en -whitelist no es válida: '%s' - - Invalid port detected in masternode.conf - Puerto no válido detectado en masternode.conf - Invalid script detected. Script inválido detectado. @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! %s archivo contiene todas las llaves privadas de esta billetera. ¡No lo compartas con nadie! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Vincular a la dirección dada para escuchar conexiones JSON-RPC. Esta opción es ignorada a menos que -rpcallowip también pase. Puertos son opcionales y sobreescribe -rpcport. Use notación [host]:puerto para IPv6. Esta opción puede ser especificada de múltiples formas (default: 127.0.0.1 y ::1 i.e., localhost, o si -rpcallowip ha sido especificado, 0.0.0.0 y :: i.e., todas las direcciones) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Descubra direcciones IP propias (predeterminado: 1 cuando se escucha y nadie -externalip o -proxy) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Necesitas reconstruir la base de datos utilizando -reindex para volver al modo sin poda. Esto volverá a descargar toda la cadena de bloques - - (%d could be used only on mainnet) - (%d puede ser usado solo en la mainnet) - (default: %u) (predeterminado: %u) - - (must be %d for mainnet) - (debe ser %d para la mainnet) - -maxmempool must be at least %d MB -maxmempool debe ser por lo menos de %d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Error al cargar el caché de sporks desde - - Failed to parse host:port string - Error al interpretar linea host:port - Fee (in %s/kB) to add to transactions you send (default: %s) Comisión (en %s/KB) para agregar a las transacciones que envíe (predeterminado: %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. La ultima acción de PrivateSend fue muy reciente. - - Line: %d - Línea: %d - Loading InstantSend data cache... Cargando el caché de datos de InstantSend... - - Loading addresses... - Cargando direcciones... - Loading block index... Cargando el índice de bloques... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Realiza las operaciones de difusión de la billetera - - Masternode cache is empty, skipping payments and governance cache... - Memoria cache del Masternode esta vacía, omitiendo memoria cache de pagos y de gobernanza... - Masternode options: Opciones de Masternode: @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Reescanear la cadena de bloques para buscar transacciones perdidas en la billetera al iniciar + + Submitted following entries to masternode: %u + Enviada las siguientes entradas a masternode: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Enviado al nodo maestro, esperando más entradas ( %u ) %s + + + Synchronizing blockchain... + Sincronizando cadena de bloques... + The wallet will avoid paying less than the minimum relay fee. La billetera evitará pagar menos que la comisión mínima de transmisión. @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) La billetera no creará transacciones que violen los límites de la cadena mempool (predeterminado: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Advertencia: por lo menos %d de %d de masternodes se están ejecutando en una versión de software mas reciente. Por favor verifique las ultimas versiones, puede que tenga que actualizar también. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Advertencia: cada masternode (fuera de %d de conocidos) se esta ejecutando en una versión de software mas reciente. Por favor verifique las ultimas versiones, es muy probable que haya perdido una actualización importante/critica. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Advertencia: archivo Billetera esta corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance o transacciones es incorrecto, debe restaurar desde una copia de seguridad. @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. La inicialización de la verificación de validez falló. Se está apagando %s. + + Invalid -onion address or hostname: '%s' + Dirección -onion o nombre de host inválido: '%s' + + + Invalid -proxy address or hostname: '%s' + Dirección -proxy o nombre de host inválido: '%s' + Invalid amount for -%s=<amount>: '%s' Cantidad no valida para -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Caracteres inválidos en el nombre de archivo -wallet + Invalid spork address specified with -sporkaddr La dirección de spork especificada con -sporkaddr es invalida @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Mantener N DASH anonimos (%u-%u, predeterminado: %u) + + Loading P2P addresses... + Cargando direcciones P2P ... + Print this help message and exit Imprimir este mensaje de ayuda y salir @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Establecer tamaño máximo de bloque en bytes (predeterminado: %d) - - Set the masternode private key - Establezca la llave privada del masternode - Show all debugging options (usage: --help -help-debug) Muestra todas las opciones de depuración (uso: --help -help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Sincronizando objetos de gobernanza... - - Synchronizing masternode payments... - Sincronizando pagos de masternodo... - The source code is available from %s. El código fuente esta disponible desde %s. diff --git a/src/qt/locale/dash_fi.ts b/src/qt/locale/dash_fi.ts index be41b83f4e137..a223f0b911695 100644 --- a/src/qt/locale/dash_fi.ts +++ b/src/qt/locale/dash_fi.ts @@ -21,6 +21,14 @@ &Copy &Kopioi + + Show QR code for the currently selected address + Näytä valitun osoitteen QR koodi + + + &Show QR code + &Näytä QR koodi + Delete the currently selected address from the list Poista valittu osoite listalta @@ -81,6 +89,14 @@ &Edit &Muokkaa + + &Show address QR code + &Näytä osoitteen QR koodi + + + QR code + QR koodi + Export Address List Vie osoitekirja @@ -437,14 +453,6 @@ Open configuration file Avaa asetustiedosto - - Open &Masternode Configuration File - Avaa &Masternode Asetustiedosto - - - Open Masternode configuration file - Avaa Masternode asetustiedosto - Show Automatic &Backups &Näytä Automaattiset Varmistukset @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Yhteensä: %1 (PS yht.sopivia: %2 / Käytössä: %3) - Network Alert Verkkohälytys @@ -990,8 +994,16 @@ Tämä on ensimmäinen kerta, kun %1 on käynnistetty, joten voit valita datahakemiston paikan. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 lataa ja tallentaa kopion lohkoketjusta. Vähintään %2GB dataa tallennetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko tallennetaan tähän hakemistoon. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Kun klikkaat OK, %1 alkaa latautua ja prosessoida %4 lohkoketjua (%2GB) alkaen esimmäisestä siirtotapahtumasta %3 kun %4 ensi kerran käynnistettiin. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Tämä ensimmäinen synkronointi on vaativa, ja saattaa paljastaa laitteisto-ongelmia tietokoneessasi joita ei aikaisemmin ole huomattu. Aina kun käynnistät %1, jatkuu latautuminen siitä mihin se jäi aikaisemmin. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Jos olet valinnut rajoitetun lohkoketjun levytilan (karsimalla), historialliset tiedot täytyy silti ladata ja prosessoida, mutta ne poistetaan jälkeenpäin jotta levytilaa säästyy. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Määritä oma datahakemisto: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Vähintään %1 GB dataa tallennetaan tähän hakemistoon, ja se kasvaa ajan kuluessa. + + + Approximately %1 GB of data will be stored in this directory. + Arviolta %1 GB dataa tallennetaan tähän hakemistoon. + + + %1 will download and store a copy of the Dash block chain. + %1 lataa ja tallentaa kopion Dash lohkoketjusta. + + + The wallet will also be stored in this directory. + Myös lompakko tallennetaan tähän hakemistoon. + Error: Specified data directory "%1" cannot be created. Virhe: Annettua datahakemistoa "%1" ei voida luoda. @@ -1024,78 +1052,22 @@ Form Lomake - - My Masternodes - Omat Masternodet - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Huom: Masternoden status paikallisessa lompakossa saattaa olla väärä.<br />Odota että lompakko on synkronoinut lisätiedot ja tarkista sitten toisesta nodesta<br />jos nodesi pitäisi olla käynnissä mutta et näe silti "KÄYTÖSSÄ" "Tila" kentässä. - - - Alias - Alias - Address IP Osoite - - Protocol - Protokolla - Status Tila - - Active - Aktiivinen - - - Last Seen - Nähty Viimeksi - Payee Maksun Saaja - - S&tart alias - Käynnistä &alias - - - Start &all - Käynnistä &kaikki - - - Start &MISSING - Käynnistä &PUUTTUVA - - - &Update status - Päivitä &tila - - - Show additional Masternode information - Näytä Masternode lisätietoja - - - Show &Info... - Näytä &Tietoja... - - - Status will be updated automatically in (sec): - Tila päivitetään automaattisesti (sek): - 0 0 - - All Masternodes - Kaikki Masternodet - Filter List: Suodatukset: @@ -1108,14 +1080,18 @@ Node Count: Solmuja Yht: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Huomio: Tämä lista edustaa perinteistä ja ei-determinististä masternode listaa. Tämä on näkyvissä ainoastaan niin kauan kun DIP3 on aktivoimatta. Kun SPORK15 on aktivoitu, tämä lista on tyhjä.</p></body></html> - DIP3 Masternodes DIP3 Masternodet + + Show only masternodes this wallet has keys for. + Näytä vain ne masternodet joiden avaimet ovat tässä lompakossa. + + + My masternodes only + Vain omat masternodet + PoSe Score PoSe Pisteet @@ -1136,14 +1112,6 @@ Operator Reward Operaattorin Palkkio - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Huomio: Tämä lista ei ole vielä käytössä ja on näkyvissä vain informatiivisesti. Verkko on vielä yhteensopivuus tilassa, mikä tarkoittaa että ei-deterministinen masternodelista on vielä käytössä. Vasta kun SPORK15 on aktiivinen, tämä lista tulee käyttöön. Myös arvot maksuihin liittyvissä kentissä eivät ole vielä käytössä, mutta päivittyvät silti jokaisen uuden lohkon kohdalla. Älä huomioi tätä ennen kuin SPORK15 on aktivoitu.</p></body></html> - - - Start alias - Käynnistä alias - Copy ProTx Hash Kopioi ProTx Tarkiste @@ -1158,7 +1126,7 @@ POSE_BANNED - POSE_BANNED + POSE_ESTETTY UNKNOWN @@ -1180,70 +1148,6 @@ NONE EI MITÄÄN - - Confirm masternode start - Vahvista masternoden käynnistys - - - Are you sure you want to start masternode %1? - Haluatko varmasti käynnistää masternoden %1? - - - Confirm all masternodes start - Vahvista kaikkien masternodien käynnistys - - - Are you sure you want to start ALL masternodes? - Haluatko varmasti käynnistää KAIKKI masternodet? - - - Command is not available right now - Komento ei ole juuri nyt käytettävissä - - - You can't use this command until masternode list is synced - Et voi käyttää tätä komentoa ennen kuin masternode lista on synkronissa - - - Confirm missing masternodes start - Vahvista puuttuvien masternodien käynnistys - - - Are you sure you want to start MISSING masternodes? - Haluatko varmasti käynnistää PUUTTUVAT masternodet? - - - Additional information for Masternode %1 - Masternode lisätietoja %1 - - - Masternode Private Key - Masternoden Yksityisavain - - - Private Key - Yksityisavain - - - Collateral - Vakuus - - - IP - IP - - - Version - Versio - - - Unknown - Tuntematon - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Masternode DIP3 lisätietoja %1 @@ -1716,7 +1620,7 @@ https://www.transifex.com/projects/p/dash/ Try to manually submit a PrivateSend request. - Yritä manuaalisesti esittää PrivateSend sekoituspyyntö. + Yritä manuaalisesti lähettää PrivateSend sekoituspyyntö. Reset the current status of PrivateSend (can interrupt PrivateSend if it's in the process of Mixing, which can cost you money!) @@ -1840,7 +1744,7 @@ https://www.transifex.com/projects/p/dash/ We are about to create a new automatic backup for you, however <span style='color:red;'> you should always make sure you have backups saved in some safe place</span>! - Olemme tekemässä uutta automaattista varmistusta sinulle, mutta<span style='color:red;'> varmista aina että olet tallettanut varmistuksen turvalliseen paikkaan</span>! + Olemme tekemässä uutta automaattista varmistusta, mutta<span style='color:red;'> varmista aina että olet tallentanut varmistuksen turvalliseen paikkaan</span>! Note: You can turn this message off in options. @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 ei vielä sulkeutunut turvallisesti... - - Error reading masternode configuration file: %1 - Virhe luettaessa masternoden asetustiedostoa: %1 - Amount Määrä @@ -2484,6 +2380,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Network activity disabled Verkkotoiminnot ei käytössä + + Total: %1 (Enabled: %2) + Yhteensä: %1 (Käytössä: %2) + %1 B %1 B @@ -3093,7 +2993,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Viesti joka liitettiin Dash: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Dash verkkoon. + Viesti joka liitettiin Dash: URI joka tallenetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Dash verkkoon. This is an unauthenticated payment request. @@ -3333,6 +3233,14 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van %1 confirmations %1 vahvistusta + + locked via LLMQ based ChainLocks + lukittu LLMQ-pohjaisella ChainLocks:illa + + + verified via LLMQ based InstantSend + vahvistettu LLMQ-pohjaisella InstantSend:illä + verified via InstantSend vahvistettu InstanSend:illä @@ -3758,6 +3666,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Show transaction details Näytä siirtotapahtuman yksityiskohdat + + Show address QR code + Näytä osoitteen QR koodi + Export Transaction History Vie siirtotapahtumien historia @@ -3810,6 +3722,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van The transaction history was successfully saved to %1. Siirtotapahtumien historia tallennettiin onnistuneesti paikkaan %1. + + QR code + QR koodi + Range: Alue: @@ -3911,7 +3827,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Name to construct url for KeePass entry that stores the wallet passphrase - Rakenne url nimi KeePass merkinnälle joka talentaa lompakon salasanan + Rakenne url nimi KeePass merkinnälle joka tallentaa lompakon salasanan Set maximum size of high-priority/low-fee transactions in bytes (default: %d) @@ -3933,10 +3849,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Varoitus: Olemme vertaisverkon kanssa ristiriidassa! Sinun ja/tai solmujen tulee päivitää uusimpaan versioon. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Sinun täytyy määritellä masternodeprivkey asetustiedostoon. Katso lisätietoja dokumentaatiosta. - Accept command line and JSON-RPC commands Hyväksy merkkipohjaiset ja JSON-RPC käskyt @@ -4057,10 +3969,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Kytkeydy annettuun osoitteeseen ja merkitse siihen kytkeytyvät peers:it luotettaviksi. Käytä [host]:port merkintätapaa IPv6:lle. - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Kytkeydy annettuun osoitteeseen kuunnellaksesi JSON-RPC yhteyksiä. Käytä [host]:port merkintätapaa IPv6:lle. Tämä asetus voidaan määrittää useita kertoja (oletus: kytkeydy kaikkiin rajapintoihin) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Luo uudet tiedostot järjestelmän oletus oikeuksilla, paitsi umask 077 (voimassa vain käytöstä poistettujen lompakon toimintojen kanssa) @@ -4157,6 +4065,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van (default: %s) (oletus: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet parametrin täytyy määrittää vain tiedostonimi (ei polkua) + Accept public REST requests (default: %u) Hyväksy julkiset REST pyynnöt (oletus: %u) @@ -4205,10 +4117,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Failed to load masternode cache from Masternode välimuistin lataaminen epäonnistui - - Failed to load masternode payments cache from - Masternode maksujen välimuistin lataaminen epäonnistui - Found enough users, signing ( waiting %s ) Löytyi tarpeeksi käyttäjiä, kirjaudutaan ( odotetaan %s ) @@ -4253,14 +4161,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Insufficient funds. Saldo ei riitä. - - Invalid -onion address: '%s' - Virheellinen -onion osoite: '%s' - - - Invalid -proxy address: '%s' - Virheellinen proxyn osoite '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Virheellinen määrä -maxtxfee=<amount>: '%s' (oltava vähintään %s) @@ -4297,18 +4197,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Loading masternode cache... Ladataan masternode välimuistia... - - Loading masternode payment cache... - Ladataan masternode maksuvälimuistia... - Lock is already in place. On jo lukittu. - - Lock masternodes from masternode configuration file (default: %u) - Lukitse masternodet niiden asetustiedoston kautta (oletus: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Maksimi per yhteys vastaanotto puskuri, <n>*1000 tavua (oletus: %u) @@ -4345,10 +4237,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Only connect to nodes in network <net> (ipv4, ipv6 or onion) Kytkeydy verkon solmuihin vain <net> (ipv4, ipv6 tai onion) - - Port: %d - Portti: %d - Prepend debug output with timestamp (default: %u) Lisää debug lokitiedoston merkinnän alkuun pvm/aika (oletus: %u) @@ -4389,10 +4277,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Specify connection timeout in milliseconds (minimum: 1, default: %d) Määritä yhteyden aikakatkaisu millisekunneissa (minimi: 1, oletus: %d) - - Specify masternode configuration file (default: %s) - Määritä masternoden asetustiedosto (oletus: %s) - Specify pid file (default: %s) Määritä pid tiedosto (oletus: %s) @@ -4401,21 +4285,9 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Spend unconfirmed change when sending transactions (default: %u) Käytä vahvistamattomia vaihtorahoja lähetettäessä siirtotapahtumia (oletus: %u) - - Submitted following entries to masternode: %u / %d - Esitetty seuraavat merkinnät masternodelle: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Esitetty masternodelle, odotetaan lisää merkintöjä ( %u / %d ) %s - Submitted to masternode, waiting in queue %s - Esitetty masternodelle, odotetaan jonossa %s - - - Synchroning blockchain... - Synkronoidaan lohkoketju... + Lähetetty masternodelle, odotetaan jonossa %s Synchronization failed @@ -4425,10 +4297,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Synchronization finished Synkronointi valmis - - Synchronizing masternodes... - Synkronoidaan masternodet... - This is not a Masternode. Tämä ei ole Masternode. @@ -4497,10 +4365,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Will retry... Yritetään uudelleen... - - Invalid masternodeprivkey. Please see documenation. - Virheellinen masternoden yksityisavain (masternodeprivkey). Katso lisätietoja dokumentaatiosta. - Can't find random Masternode. Satunnaista Masternodea ei löydy. @@ -4509,18 +4373,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Can't mix while sync in progress. Ei voida sekoittaa synkronoinnin aikana. - - Could not parse masternode.conf - Ei voitu jäsentää masternode.conf - Invalid netmask specified in -whitelist: '%s' Virheellinen verkkomaski määritelty -whitelist: '%s' - - Invalid port detected in masternode.conf - Virheellinen portti löytyi masternode.conf :sta - Invalid script detected. Virheellinen scripti havaittu. @@ -4545,6 +4401,10 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van %s file contains all private keys from this wallet. Do not share it with anyone! %s tiedosto sisältää kaikki yksityisavaimet tähän lompakkoon. Älä luovuta sitä kenellekkän! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Kytkeydy annettuun osoitteeseen kuunnellaksesi JSON-RPC yhteyksiä. Tämä optio ohitetaan ellei -rpcallowip optiota myös anneta. Portti on valinnainen ja syrjäyttää -rpcport. Käytä [host]:port merkintätapaa IPv6:lle. Tämä asetus voidaan määrittää useita kertoja (oletus: 127.0.0.1 ja ::1 esim., localhost, tai jos -rpcallowip on määritetty, 0.0.0.0 ja :: esim., kaikki osoitteet) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Selvitä oma IP osoite (oletus: 1 kun kuunnellaan ja ei -externalip tai -proxy) @@ -4698,18 +4558,10 @@ Vähennä uakommenttien määrää tai kokoa. You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Sinun tulee uudelleen rakentaa tietokanta käyttäen -reindex palataksesi takaisin 'ei karsita' tilaan. Tämä aiheuttaa koko lohkoketjun uudelleen lataamisen - - (%d could be used only on mainnet) - (%d voidaan käyttää vain pääverkossa) - (default: %u) (oletus: %u) - - (must be %d for mainnet) - (oltava %d pääverkossa) - -maxmempool must be at least %d MB -maxmempool on oltava vähintään %d MB @@ -4790,10 +4642,6 @@ Vähennä uakommenttien määrää tai kokoa. Failed to load sporks cache from Spork välimuistin lataaminen epäonnistui - - Failed to parse host:port string - Isäntä:portti merkkijonon jäsennys epäonnistui - Fee (in %s/kB) to add to transactions you send (default: %s) Siirtomaksu (%s/kB) lisätään lähetettävään siirtotapahtumaan (oletus: %s) @@ -4822,18 +4670,10 @@ Vähennä uakommenttien määrää tai kokoa. Last successful PrivateSend action was too recent. Viimeisin onnistunut PrivateSend tapahtuma oli liian äskettäin. - - Line: %d - Rivi: %d - Loading InstantSend data cache... Ladataan InstantSend välimuistia... - - Loading addresses... - Ladataan osoitteita... - Loading block index... Ladataan lohkoindeksiä... @@ -4862,10 +4702,6 @@ Vähennä uakommenttien määrää tai kokoa. Make the wallet broadcast transactions Laita lompakko julkaisemaan siirtotapahtumat - - Masternode cache is empty, skipping payments and governance cache... - Masternode välimuisti on tyhjä, ohitetaan maksujen ja hallinnon välimuisti... - Masternode options: Masternode valinnat: @@ -4962,6 +4798,18 @@ Vähennä uakommenttien määrää tai kokoa. Rescan the block chain for missing wallet transactions on startup Skannaa lohkoketju uudelleen lompakon puuttuvien siirtotapahtumien vuoksi käynnistyksessä + + Submitted following entries to masternode: %u + Lähetettiin seuraavia merkintöjä masternodelle: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Lähetetty masternodelle, odotetaan lisää merkintöjä ( %u ) %s + + + Synchronizing blockchain... + Synkronoidaan lohkoketju... + The wallet will avoid paying less than the minimum relay fee. Lompakko välttää maksamasta vähemän kuin vähimmäisvälitysmaksun. @@ -5154,14 +5002,6 @@ Vähennä uakommenttien määrää tai kokoa. Wallet will not create transactions that violate mempool chain limits (default: %u) Lompakko ei luo siirtotapahtumia jotka rikkovat muistivarannon ketjun rajoja (oletus: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Varoitus: Ainakin %d / %d masternodesta käyttää uudempaa ohjelmaversiota. Tarkista uusimmat päivitetyt ohjelmistot, sinunkin on ehkä päivitettävä ohjelmisto. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Varoitus: Jokainen masternode (%d tunnetusta) käyttää uudempaa ohjelmistoversiota. Tarkista uusimmat ohjelmistoversiot, on todennäköistä että et ole huomannut isoa/kriittistä päivitystä. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Varoitus: Lompakkotiedosto on vioittunut, tiedot pelastettu. Alkuperäinen %s on tallennettu nimellä %s tänne %s, jos saldosi tai siirtohistoria on virheellinen, sinun tulisi palauttaa lompakkotiedosto varmuuskopiosta. @@ -5246,10 +5086,22 @@ Vähennä uakommenttien määrää tai kokoa. Initialization sanity check failed. %s is shutting down. Alustava järkevyyden tarkistus epäonnistui. %s sulkeutuu. + + Invalid -onion address or hostname: '%s' + Virheellinen -onion osoite tai isäntänimi: '%s' + + + Invalid -proxy address or hostname: '%s' + Virheellinen -proxy osoite tai isäntänimi: '%s' + Invalid amount for -%s=<amount>: '%s' Virheellinen määrä -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Virheellisiä merkkejä -wallet tiedostonimessä + Invalid spork address specified with -sporkaddr Virheellinen spork osoite määritelty -sporkaddr @@ -5258,6 +5110,10 @@ Vähennä uakommenttien määrää tai kokoa. Keep N DASH anonymized (%u-%u, default: %u) Pidä N DASH anonymisoituna (%u-%u, oletus: %u) + + Loading P2P addresses... + Ladataan P2P osoitteita... + Print this help message and exit Näytä tämä ohjeviesti ja poistu @@ -5306,10 +5162,6 @@ Vähennä uakommenttien määrää tai kokoa. Set maximum block size in bytes (default: %d) Aseta lohkon maksimikoko tavuissa (oletus: %d) - - Set the masternode private key - Aseta masternoden yksityisavain. - Show all debugging options (usage: --help -help-debug) Näytä kaikki debuggaus valinnat: (käyttö: --help -help-debug) @@ -5346,10 +5198,6 @@ Vähennä uakommenttien määrää tai kokoa. Synchronizing governance objects... Ladataan hallinnon objekteja... - - Synchronizing masternode payments... - Synkronoidaan masternode maksuja... - The source code is available from %s. Lähdekoodi löytyy %s. diff --git a/src/qt/locale/dash_fr.ts b/src/qt/locale/dash_fr.ts index bfb130a701f97..f029a5143df28 100644 --- a/src/qt/locale/dash_fr.ts +++ b/src/qt/locale/dash_fr.ts @@ -21,6 +21,14 @@ &Copy &Copier + + Show QR code for the currently selected address + Voir le QR-code pour l'adresse actuellement sélectionnée + + + &Show QR code + Voir le QR-code + Delete the currently selected address from the list Effacer l'adresse actuellement sélectionnée de la liste @@ -81,6 +89,14 @@ &Edit &Modifier + + &Show address QR code + Voir le QR-code de l'adresse + + + QR code + QR-code + Export Address List Exporter la liste d'adresses @@ -437,14 +453,6 @@ Open configuration file Ouvrir le fichier de configuration - - Open &Masternode Configuration File - Ouvrir le fichier de configuration des &masternodes - - - Open Masternode configuration file - Ouvrir le fichier de configuration des masternodes - Show Automatic &Backups Afficher les sauvegardes automatiques @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Total : %1 (PS compatibles : %2 / activés : %3) - Network Alert Alerte réseau @@ -990,8 +994,16 @@ Puisque c’est la première fois que le logiciel est lancé, vous pouvez choisir où %1 stockera ses données. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 va maintenant télécharger et stocker une copie de la blockchain Dash. Au moins %2GB de données seront stockés dans ce répertoire, et il grossira avec le temps. Le portefeuille sera également stocké dans ce répertoire. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Quand vous cliquerez sur Valider, %1 commencera à télécharger et à traiter l’intégralité de la chaîne de blocs %4 (%2 Go) en débutant avec les transactions les plus anciennes de %3, quand %4 a été lancé initialement. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + La synchronisation initiale est très exigeante et pourrait exposer des problèmes matériels dans votre ordinateur passés inaperçus auparavant. Chaque fois que vous exécuterez %1, le téléchargement reprendra où il s’était arrêté. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Si vous avez choisi de limiter le stockage de la chaîne de blocs (élagage), les données historiques doivent quand même être téléchargées et traitées, mais seront supprimées par la suite pour minimiser l’utilisation de votre espace disque. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Utiliser un répertoire de données personnalisé : + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Au moins %1 Go de données seront stockés dans ce répertoire et sa taille augmentera avec le temps. + + + Approximately %1 GB of data will be stored in this directory. + Approximativement %1 Go de données seront stockés dans ce répertoire. + + + %1 will download and store a copy of the Dash block chain. + %1 téléchargera et stockera une copie de la chaîne de blocs Dash. + + + The wallet will also be stored in this directory. + Le porte-monnaie sera aussi stocké dans ce répertoire. + Error: Specified data directory "%1" cannot be created. Erreur : le répertoire de données spécifié « %1 » ne peut pas être créé. @@ -1024,78 +1052,22 @@ Form Formulaire - - My Masternodes - Mes masternodes - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - À noter : l'état de vos masternodes dans ce portefeuille local peut être légèrement erroné.<br />Veuillez toujours attendre que votre portefeuille soit synchronisé au réseau, et vérifiez votre masternode depuis un autre nœud<br />s'il est censé tourner mais que vous ne voyez toujours pas "ENABLED" dans le champ "État". - - - Alias - Alias - Address Adresse - - Protocol - Protocole - Status État - - Active - Actif - - - Last Seen - Dernière vérification - Payee Bénéficiaire - - S&tart alias - “S&tart-alias” - - - Start &all - “Start-&all” - - - Start &MISSING - “Start-&missing” - - - &Update status - Rafraîchir l'état - - - Show additional Masternode information - Afficher des infos supplémentaires sur le masternode - - - Show &Info... - Afficher des &Informations... - - - Status will be updated automatically in (sec): - L'état sera mis à jour automatiquement dans (sec.) : - 0 0 - - All Masternodes - Tous les masternodes - Filter List: Filtrer la liste : @@ -1108,14 +1080,18 @@ Node Count: Nombre de nœuds : - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Note : ceci est la liste des masternodes non-déterministes historiques. Elle restera active tant que la DIP3 n'aura pas été entièrement activée. Après l'activation SPORK15, cette liste sera vide.</p></body></html> - DIP3 Masternodes Masternodes DIP3 + + Show only masternodes this wallet has keys for. + N'afficher que les masternodes dont les clés sont dans ce portefeuille + + + My masternodes only + Seulement mes masternodes + PoSe Score Score PoSe @@ -1136,14 +1112,6 @@ Operator Reward Récompense opérateur - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Note : cette liste n'est pas encore active, elle n'est affichée qu'à titre informatif. Le réseau fonctionne encore en mode de compatibilité, ce qui signifie que la liste des masternodes non-déterministes est encore active. Ce n'est qu'après l'activation SPORK15 que cette liste deviendra la liste active. Par ailleurs, les valeurs des champs relatifs aux paiements ne sont pas encore utilisées, mais sont mises à jour avec chaque bloc. Veuillez ignorer cette liste avant l'activation SPORK15.</p></body></html> - - - Start alias - Start-alias - Copy ProTx Hash Copier hachage ProTx @@ -1180,70 +1148,6 @@ NONE AUCUN - - Confirm masternode start - Confirmer le démarrage du masternode - - - Are you sure you want to start masternode %1? - Êtes-vous certain de vouloir démarrer le masternode %1 ? - - - Confirm all masternodes start - Confirmer le démarrage de tous les masternodes - - - Are you sure you want to start ALL masternodes? - Êtes-vous certain de vouloir démarrer TOUS les masternodes ? - - - Command is not available right now - Cette commande n'est pas immédiatement disponible. - - - You can't use this command until masternode list is synced - Impossible d'utiliser cette commande avant que la liste des masternodes soit synchronisée. - - - Confirm missing masternodes start - Confirmer le démarrage des masternodes manquants - - - Are you sure you want to start MISSING masternodes? - Êtes-vous certain de vouloir démarrer les masternodes MANQUANTS ? - - - Additional information for Masternode %1 - Informations supplémentaires sur le masternode %1 - - - Masternode Private Key - Clé privée du masternode - - - Private Key - Clé privée - - - Collateral - Caution - - - IP - IP - - - Version - Version - - - Unknown - Inconnu - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Infos supplémentaires pour le masternode DIP3 %1 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 ne s’est pas encore arrêté en toute sécurité... - - Error reading masternode configuration file: %1 - Erreur de lecture du fichier de configuration du masternode : %1 - Amount Montant @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Activité réseau désactivée + + Total: %1 (Enabled: %2) + Total : %1 (Activé : %2) + %1 B %1 o @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 confirmations + + locked via LLMQ based ChainLocks + verrouillé par ChainLocks/LLMQ + + + verified via LLMQ based InstantSend + vérifié par InstantSend/LLMQ + verified via InstantSend vérifié via InstantSend @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Afficher les détails de la transaction + + Show address QR code + Voir le QR-code de l'adresse + Export Transaction History Exporter l'historique des transactions @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. L'historique des transactions a été sauvegardée avec succès vers %1. + + QR code + QR-code + Range: Intervalle : @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Attention : nous ne semblons pas être en accord complet avec nos pairs ! Peut-être devez-vous faire une mise à jour, ou d'autres nœuds du réseau ont besoin de faire une mise à jour. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Vous devez définir "masternodeprivkey" dans la configuration. Veuillez consulter la documentation pour obtenir plus d'aide. - Accept command line and JSON-RPC commands Accepter les commandes de JSON-RPC et de la ligne de commande @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Se lier à l'adresse donnée et mettre les pairs qui se connectent en liste blanche. Utilisez la notation [hôte]:port pour l'IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Se lier à l'adresse indiquée pour écouter des connections JSON-RPC. Utilisez la notation [hôte]:port pour l'IPv6. Ce paramètre peut être utilisée à plusieurs reprises (par défaut: se lie a toutes les interfaces) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Créer les nouveaux fichiers avec les permissions systèmes par défaut, au lieu du umask 077 (utile seulement si le portefeuille est désactivé) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (par défaut: %s) + + -wallet parameter must only specify a filename (not a path) + Le paramètre -wallet doit seulement indiquer un nom de fichier (pas un chemin) + Accept public REST requests (default: %u) Accepter les requetes REST publiques (par défaut: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Échec du chargement du cache des masternodes depuis - - Failed to load masternode payments cache from - Échec du chargement du cache des paiements de masternode depuis - Found enough users, signing ( waiting %s ) Nombre suffisant d'utilisateurs trouvé, signature ( attente %s ) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Fonds insuffisants - - Invalid -onion address: '%s' - Adresse -onion invalide : « %s » - - - Invalid -proxy address: '%s' - Adresse -proxy invalide : « %s » - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Montant invalide pour -paytxfee=<montant> : « %s » (minimum possible: %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Chargement du cache de masternode... - - Loading masternode payment cache... - Chargement du cache de paiement masternode... - Lock is already in place. Verrou déjà en place. - - Lock masternodes from masternode configuration file (default: %u) - Vérouiller les masternodes depuis le fichier de configuration masternode (par défaut : %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Tampon maximal de réception par connexion, <n>*1000 octets (par défaut : %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Se connecter uniquement aux nœuds du réseau <net> (IPv4, IPv6 ou onion) - - Port: %d - Port : %d - Prepend debug output with timestamp (default: %u) Ajouter l'horodatage au début de la sortie de débogage (par défaut : %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Spécifier le délai d'expiration de la connexion en millisecondes (minimum : 1, par défaut : %d) - - Specify masternode configuration file (default: %s) - Définir le fichier de configuration du masternode (par défaut : %s) - Specify pid file (default: %s) Définir le fichier pid (défaut : %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Dépenser la monnaie non confirmée lors de l'envoi de transactions (par défaut : %u) - - Submitted following entries to masternode: %u / %d - Les entrées suivantes ont été envoyées au masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Envoyé au masternode, en attente d'entrées supplémentaires ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Soumis au masternode, dans la file d'attente %s - - Synchroning blockchain... - Synchronisation de la chaîne de blocs... - Synchronization failed La synchronisation a échoué @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished La synchronisation est terminée - - Synchronizing masternodes... - Synchronisation des masternodes... - This is not a Masternode. Ceci n'est pas un masternode. @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Va réessayer ... - - Invalid masternodeprivkey. Please see documenation. - masternodeprivkey invalide. Veuillez vous référer à la documentation. - Can't find random Masternode. Masternode aléatoire introuvable. @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Impossible de mélanger pendant la synchronisation. - - Could not parse masternode.conf - Impossible d'analyser masternode.conf - Invalid netmask specified in -whitelist: '%s' Masque de réseau inconnu spécifié sur -whitelist : « %s » - - Invalid port detected in masternode.conf - Port invalide détecté dans masternode.conf - Invalid script detected. Script invalide détecté. @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! Le fichier %s contient toutes les clés privées de ce portefeuille. Ne le partagez avec personne ! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Se lier à l'adresse indiquée pour écouter les connexions JSON-RPC. Cette option est ignorée sauf si -rpcallowip est également passée. Le port est facultatif et outrepasse -rpcport. Utilisez la notation [hôte]:port pour IPv6. Cette option peut être indiquée plusieurs fois (défaut : 127.0.0.1 et ::1 i.e., localhost, ou si -rpcallowip a été indiquée, 0.0.0.0 et :: i.e., toutes les adresses) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Découvrir sa propre adresse IP (par défaut : 1 lors de l'écoute et si aucun -externalip ou -proxy) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Vous devez reconstruire la base de données en utilisant -reindex pour retourner en mode non-élagué. Ceci aura pour effet de télécharger à nouveau la chaîne de blocs complète. - - (%d could be used only on mainnet) - (%d devraît être utilisée que sur mainnet) - (default: %u) (par défaut : %u) - - (must be %d for mainnet) - (doit être %d pour mainnet) - -maxmempool must be at least %d MB -maxmempool doit être au moins %d Mo @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Échec du chargement du cache des sporks depuis - - Failed to parse host:port string - L'analyse de la chaîne hôte:port a échoué - Fee (in %s/kB) to add to transactions you send (default: %s) Frais (en %s/ko) à ajouter aux transactions que vous envoyez (par défaut : %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. La dernière action PrivateSend réussie est trop récente. - - Line: %d - Ligne : %d - Loading InstantSend data cache... Chargement du cache de données d'InstantSend… - - Loading addresses... - Chargement des adresses... - Loading block index... Chargement de l’index des blocs... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Diffuser les transactions via le portefeuille - - Masternode cache is empty, skipping payments and governance cache... - Le cache de masternode est vide, omission du cache des paiements et de gouvernance... - Masternode options: Options masternode : @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Réanalyser la chaîne de blocs au démarrage pour les transactions de portefeuille manquantes + + Submitted following entries to masternode: %u + Soumission des entrées suivantes au masternode : %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Soumis au masternode, en attente d'entrées supplémentaires ( %u ) %s + + + Synchronizing blockchain... + Synchronisation de la blockchain… + The wallet will avoid paying less than the minimum relay fee. Le porte-monnaie évitera de payer moins que les frais minimaux de relais. @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Un porte-monnaie ne créera aucune transaction qui enfreint les limites de chaîne de la réserve de mémoire (par défaut : %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Avertissement : au moins %d masternodes sur %d tournent sur une version logicielle plus récente. Veuillez vérifier les dernières mises à jour, car vous pourriez aussi avoir besoin de les appliquer. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Avertissement : chaque masternode (sur un total de %d connus) tourne sur une version logicielle plus récente. Veuillez vérifier les dernières mises à jour, car il est très probable que vous ayez manqué une mise à jour majeure ou critique. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Avertissement : le fichier du porte-monnaie est corrompu, les données ont été récupérées ! Le fichier %s original a été enregistré en tant que %s dans %s ; si votre solde ou vos transactions sont incorrects, vous devriez restaurer une sauvegarde. @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. L’initialisation du test de cohérence a échoué. %s est en cours de fermeture. + + Invalid -onion address or hostname: '%s' + Adresse ou nom d’hôte -onion invalide : « %s » + + + Invalid -proxy address or hostname: '%s' + Adresse ou nom d’hôte -proxy invalide : « %s » + Invalid amount for -%s=<amount>: '%s' Montant invalide pour -%s=<amount> : « %s » + + Invalid characters in -wallet filename + Caractères invalides dans le nom de fichier -wallet + Invalid spork address specified with -sporkaddr L'adresse spork spécifiée avec -sporkaddr est invalide @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Conserver N dashs anonymisés (%u-%u, par défaut : %u) + + Loading P2P addresses... + Chargement des adresses P2P... + Print this help message and exit Imprimer ce message d’aide et quitter @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Définir la taille minimale de bloc en octets (par défaut : %d) - - Set the masternode private key - Définir la clef privée du masternode - Show all debugging options (usage: --help -help-debug) Montrer toutes les options de débogage (utilisation : --help --help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Synchronisation des objets de gouvernance... - - Synchronizing masternode payments... - Synchronisation du paiement des masternodes... - The source code is available from %s. Le code source se trouve sur %s. diff --git a/src/qt/locale/dash_it.ts b/src/qt/locale/dash_it.ts index 9030cbd47d8b0..06a021f92edb9 100644 --- a/src/qt/locale/dash_it.ts +++ b/src/qt/locale/dash_it.ts @@ -21,6 +21,14 @@ &Copy &Copia + + Show QR code for the currently selected address + Mostra il codice QR per l'indirizzo attualmente selezionato + + + &Show QR code + &Mostra il codice QR + Delete the currently selected address from the list Cancella l'indirizzo selezionato dalla lista @@ -81,6 +89,14 @@ &Edit &Modifica + + &Show address QR code + &Mostra l'indirizzo del codice QR + + + QR code + codice QR + Export Address List Esporta Lista Indirizzi @@ -437,14 +453,6 @@ Open configuration file Apri il file di configurazione - - Open &Masternode Configuration File - Apri il &Configuration File dei Masternode - - - Open Masternode configuration file - Apri il file di configurazione dei Masternode - Show Automatic &Backups Mostra Copie Automatiche @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Totale: %1 (PS compatibile: %2 / Abilitato: %3) - Network Alert Avviso di rete @@ -990,8 +994,16 @@ Dato che questa è la prima volta che il programma viene lanciato, puoi scegliere dove %1 salverà i suoi dati. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 scaricherà e memorizzerà una copia della catena di blocchi di Dash. Almeno %2GB di dati verranno archiviati in questa directory e aumenteranno nel tempo. Anche il portafoglio sarà memorizzato in questa directory. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Quando fai click su OK, %1 comincerà a scaricare e processare l'intera %4 block chain (%2GB) a partire dalla prime transazioni del %3 quando %4 venne inaugurato. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + La sincronizzazione iniziale è molto dispendiosa e potrebbe mettere in luce problemi di harware del tuo computer che erano prima passati inosservati. Ogni volta che lanci %1 continuerà a scaricare da dove l'avevi lasciato. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Se hai scelto di limitare l'immagazzinamento della block chain (operazione nota come "pruning" o "potatura"), i dati storici devono comunque essere scaricati e processati, ma verranno cancellati in seguito per mantenere basso l'utilizzo del tuo disco. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Usa una cartella dati personalizzata: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Almeno %1 GB di dati verrà salvato in questa cartella e continuerà ad aumentare col tempo. + + + Approximately %1 GB of data will be stored in this directory. + Verranno salvati circa %1 GB di dati in questa cartella. + + + %1 will download and store a copy of the Dash block chain. + %1 scaricherà e salverà una copia della block chain di Dash. + + + The wallet will also be stored in this directory. + Anche il portafoglio verrà salvato in questa cartella. + Error: Specified data directory "%1" cannot be created. Errore: La cartella dati "%1" specificata non può essere creata. @@ -1024,78 +1052,22 @@ Form Modulo - - My Masternodes - I miei Masternode - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Nota: lo stato dei tuoi Masternode nel Portafoglio locale potrebbe presentare un piccolo errore.<br /> Attendi sempre che il wallet sincronizzi i dati aggiuntivi e poi controlla da un altro nodo, <br />il tuo Masternode potrebbe essere in esecuzione ma potresti non vedere ancora "ENABLED" nel campo "Status". - - - Alias - Alias - Address Indirizzo - - Protocol - Protocollo - Status Stato - - Active - Attivo - - - Last Seen - Ultima accesso - Payee Beneficiario - - S&tart alias - &Inizia alias - - - Start &all - Inizia &tutti - - - Start &MISSING - Inizia &MISSING - - - &Update status - &Aggiorna stato - - - Show additional Masternode information - Mostra ulteriori informazioni sul Masternode - - - Show &Info... - Mostra &info ... - - - Status will be updated automatically in (sec): - Lo stato verrà aggiornato automaticamente in (sec): - 0 0 - - All Masternodes - Tutti i Masternode - Filter List: Lista dei Filtri: @@ -1108,14 +1080,18 @@ Node Count: Numero dei nodi: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Nota: questo elenco rappresenta l'elenco di masternode legacy e non-deterministico. È attivo solo finché DIP3 non è stato completamente attivato. Dopo l'attivazione di SPORK15, questa lista sarà vuota.</p></body></html> - DIP3 Masternodes DIP3 Masternodes + + Show only masternodes this wallet has keys for. + Mostra solo i masternodes per cui questo portafoglio ha le chiavi. + + + My masternodes only + Solo i miei masternodes + PoSe Score Punteggio PoSe @@ -1136,14 +1112,6 @@ Operator Reward Ricompensa dell'Operatore - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Nota: questo elenco non è ancora attivo e solo a scopo informativo. La rete è ancora in esecuzione in modalità di compatibilità, il che significa che l'elenco masternode non deterministico è ancora attivo. Solo dopo l'attivazione di SPORK15, questa lista diventerà attiva. Inoltre, i valori nei campi relativi al pagamento non vengono utilizzati al momento, ma vengono comunque aggiornati per ogni blocco. Ignora questo fino all'attivazione di SPORK15.</p></body></html> - - - Start alias - Inizia alias - Copy ProTx Hash Copia ProTx Hash @@ -1180,70 +1148,6 @@ NONE nessuna - - Confirm masternode start - Conferma avviamento del Masternode - - - Are you sure you want to start masternode %1? - Sei sicuro di voler avviare il Masternode %1? - - - Confirm all masternodes start - Confermare l'avviamento di tutti i Masternode - - - Are you sure you want to start ALL masternodes? - Sei sicuro di voler avviare TUTTI i Masternode? - - - Command is not available right now - Il comando non è disponibile al momento - - - You can't use this command until masternode list is synced - Non è possibile utilizzare questo comando finché l'elenco dei Masternode non viene sincronizzato - - - Confirm missing masternodes start - Conferma l'avviamento dei Masternode mancanti - - - Are you sure you want to start MISSING masternodes? - Sei sicuro di voler avviare i Masternode mancanti? - - - Additional information for Masternode %1 - Ulteriori informazioni per il Masternode %1 - - - Masternode Private Key - Chiave Privata del Masternode - - - Private Key - Chiave Privata - - - Collateral - Collaterale - - - IP - IP - - - Version - Versione - - - Unknown - Sconosciuto - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Ulteriori informazioni per DIP3 Masternode %1 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 non è ancora stato chiuso in modo sicuro - - Error reading masternode configuration file: %1 - Errore durante la lettura del file di configurazione del Masternode: %1 - Amount Importo @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Attività di rete disabilitata + + Total: %1 (Enabled: %2) + Totale: %1 (Abilitato: %2) + %1 B %1 B @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 conferme + + locked via LLMQ based ChainLocks + bloccato tramite ChainLock basati su LLMQ + + + verified via LLMQ based InstantSend + verificato tramite InstantSend basato su LLMQ + verified via InstantSend verificato via InstantSend @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Mostra i dettagli della transazione + + Show address QR code + Mostra indirizzo del codice QR + Export Transaction History Esporta lo storico delle transazioni @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. Lo storico delle transazioni e' stato salvato con successo in %1. + + QR code + codice QR + Range: Intervallo: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Attenzione: Sembra che non ci sia completo accordo con i nostri peer! Un aggiornamento da parte tua o degli altri nodi potrebbe essere necessario. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Devi specificare una masternodeprivkey nella configurazione. Per favore consulta la documentazione di aiuto. - Accept command line and JSON-RPC commands Accetta comandi da riga di comando e JSON-RPC @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Resta in ascolto sull'indirizzo indicato ed inserisce in whitelist i peer che vi si collegano. Usa la notazione [host]:porta per l'IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Associare a un dato indirizzo per ascoltare le connessioni JSON-RPC. Usa [host]: notazione della porta per IPv6. Questa opzione può essere specificata più volte (default: associare a tutte le interfacce) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crea nuovi file con i permessi di default del sistema, invece che con umask 077 (ha effetto solo con funzionalità di portamonete disabilitate) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (default: %s) + + -wallet parameter must only specify a filename (not a path) + -il parametro wallet deve specificare solo un nome file (non un percorso) + Accept public REST requests (default: %u) Accetta richieste REST pubbliche (default: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Impossibile caricare la cache del masternode da - - Failed to load masternode payments cache from - Impossibile caricare la cache dei pagamenti masternode da - Found enough users, signing ( waiting %s ) Trovati utenti sufficienti, firma (in attesa di %s) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Fondi insufficienti. - - Invalid -onion address: '%s' - Indirizzo -onion non valido: '%s' - - - Invalid -proxy address: '%s' - Indirizzo -proxy non valido: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Importo non valido per -paytxfee=<amount>: '%s' (deve essere almeno %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Caricamento della cache del masternode ... - - Loading masternode payment cache... - Caricamento della cache di pagamento del masternode ... - Lock is already in place. Il blocco è già presente. - - Lock masternodes from masternode configuration file (default: %u) - Blocca i masternodes nel file di configurazione del masternode (default: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Buffer di ricezione massimo per connessione, <n>*1000 byte (default: %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Connessione ai soli nodi appartenenti alla rete <net> (ipv4, ipv6 o Tor) - - Port: %d - Porta: %d - Prepend debug output with timestamp (default: %u) Antepone un timestamp all'output del debug (predefinito: %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Specifica il timeout di connessione in millisecondi (minimo: 1, default: %d) - - Specify masternode configuration file (default: %s) - Specifica il file di configurazione del masternode (default: %s) - Specify pid file (default: %s) Specifica il file pid (default: %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Abilita la spesa di resto non confermato quando si inviano transazioni (default: %u) - - Submitted following entries to masternode: %u / %d - Inviate le seguenti voci al masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Inviato al masternode, in attesa di più voci (%u / %d) %s - Submitted to masternode, waiting in queue %s Inviato al masternode, attendendo in coda %s - - Synchroning blockchain... - Sincronizzando la blockchain... - Synchronization failed Sincronizzazione fallita @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Sincronizzazione finita - - Synchronizing masternodes... - Sincronizzando i masternode.. - This is not a Masternode. Questo non è un Masternode. @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Ritenterà ... - - Invalid masternodeprivkey. Please see documenation. - masternodeprivkey non valida. Per favore consulta la documentazione - Can't find random Masternode. Impossibile trovare un Masternode casuale. @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Impossibile fare il mixing quando la sincronizzazione è in corso. - - Could not parse masternode.conf - Impossibile analizzare masternode.conf - Invalid netmask specified in -whitelist: '%s' Netmask non valida specificata in -whitelist: '%s' - - Invalid port detected in masternode.conf - Rilevata porta non valida in masternode.conf - Invalid script detected. Script invalido @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! %s il file contiene tutte le chiavi private di questo portafoglio. Non condividerlo con nessuno! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Associare a un dato indirizzo per ascoltare le connessioni JSON-RPC. Questa opzione viene ignorata a meno che venga passato anche -rpcallowip. La porta è facoltativa e sovrascrive -rpcport. Usa [host]: notazione della porta per IPv6. Questa opzione può essere specificata più volte (default: 127.0.0.1 e :: 1 vale a dire, localhost, o se è stato specificato -rpcallowip, 0.0.0.0 e :: i.e., tutti gli indirizzi) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Scopre i propri indirizzi IP (predefinito: 1 se in ascolto ed -externalip o -proxy non sono specificati) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Per ritornare alla modalità unpruned sarà necessario ricostruire il database utilizzando l'opzione -reindex. L'intera blockchain sarà riscaricata. - - (%d could be used only on mainnet) - (%d potrebbe essere utilizzato solo su mainnet) - (default: %u) (default: %u) - - (must be %d for mainnet) - (deve essere %d per mainnet) - -maxmempool must be at least %d MB -maxmempool deve essere almeno %d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Impossibile caricare la cache degli sporks da - - Failed to parse host:port string - Impossibile analizzare l'host: port string - Fee (in %s/kB) to add to transactions you send (default: %s) Commissione (in %s/kB) da aggiungere alle transazioni inviate (default: %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. L'ultimo uso con successo di PrivateSend è troppo recente - - Line: %d - Riga: %d - Loading InstantSend data cache... Caricamento della cache di dati InstantSend ... - - Loading addresses... - Caricamento indirizzi... - Loading block index... Caricamento dell'indice del blocco... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Configura il portafolgio per la trasmissione di transazioni - - Masternode cache is empty, skipping payments and governance cache... - La cache del Masternode è vuota, si stanno saltando i pagamenti e la cache di governance ... - Masternode options: Opzioni masternode: @@ -4958,6 +4794,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup All'avvio ripete la scansione della blockchain per individuare le transazioni che mancano dal portafoglio + + Submitted following entries to masternode: %u + Inviate le seguenti voci su masternode: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + inserito in masternode, in attesa di altre voci ( %u ) %s + + + Synchronizing blockchain... + Sincronizzazione blockchain... + The wallet will avoid paying less than the minimum relay fee. Il portafoglio eviterà di pagare meno della tariffa minima di trasmissione. @@ -5151,14 +4999,6 @@ Non è possibile avviare un masternode in modalità lite Wallet will not create transactions that violate mempool chain limits (default: %u) Il portafoglio non creerà transazioni che violino i limiti della mempool chain (default: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Attenzione: almeno %d di %d masternode sono in esecuzione su una versione più recente del software. Si prega di controllare le ultime versioni, potrebbe anche essere necessario fare un aggiornamento. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Attenzione: ogni masternode (fuori da %d noti) è in esecuzione su una versione più recente del software. Controlla le ultime versioni, è molto probabile che tu abbia perso un aggiornamento importante/critico. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Attenzione: file del Portafoglio corrotto, dati recuperati! %s originale salvato come %s in %s; se il saldo o le transazioni non sono corrette effettua un ripristino da un backup. @@ -5243,10 +5083,22 @@ Non è possibile avviare un masternode in modalità lite Initialization sanity check failed. %s is shutting down. Test di integrità iniziale fallito. %s si arresterà. + + Invalid -onion address or hostname: '%s' + Indirizzo -onion o hostname non valido: '%s' + + + Invalid -proxy address or hostname: '%s' + Indirizzo -proxy o hostname non valido: '%s' + Invalid amount for -%s=<amount>: '%s' Importo non valido per -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Caratteri non validi in -wallet filename + Invalid spork address specified with -sporkaddr Indirizzo di spork non valido specificato con -sporkaddr @@ -5255,6 +5107,10 @@ Non è possibile avviare un masternode in modalità lite Keep N DASH anonymized (%u-%u, default: %u) Mantieni N DASH anonimizzati (%u-%u, default: %u) + + Loading P2P addresses... + Caricamento indirizzi P2P... + Print this help message and exit Mostra questo messaggio di aiuto ed esci @@ -5303,10 +5159,6 @@ Non è possibile avviare un masternode in modalità lite Set maximum block size in bytes (default: %d) Imposta la dimensione massima del blocco in byte (predefinita: %d) - - Set the masternode private key - Configura la chiave privata del Masternode - Show all debugging options (usage: --help -help-debug) Mostra tutte le opzioni di debug (utilizzo: --help -help-debug) @@ -5343,10 +5195,6 @@ Non è possibile avviare un masternode in modalità lite Synchronizing governance objects... Sincronizzazione degli oggetti di governance ... - - Synchronizing masternode payments... - Sincronizzazione dei pagamenti dei masternode ... - The source code is available from %s. Il codice sorgente è disponibile in %s diff --git a/src/qt/locale/dash_ja.ts b/src/qt/locale/dash_ja.ts index 6cea74660e975..8f9f9bbd71527 100644 --- a/src/qt/locale/dash_ja.ts +++ b/src/qt/locale/dash_ja.ts @@ -437,14 +437,6 @@ Open configuration file 設定ファイルを開く - - Open &Masternode Configuration File - マスターノード設定ファイルを開く(&M) - - - Open Masternode configuration file - マスターノード設定ファイルを開く - Show Automatic &Backups 自動バックアップを表示(&B) @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - 合計: %1 (PS 互換: %2 / 有効: %3) - Network Alert ネットワーク警告 @@ -991,8 +979,16 @@ これは本プログラムの最初の起動です。%1 がデータを保存する場所を選択して下さい。 - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1はDashブロックチェーンのデータのコピーをダウンロードして保存します。 少なくとも%2GBのデータがこのディレクトリに保存され、時間の経過とともに容量が増加します。 ウォレットもこのディレクトリに保存されます。 + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + OKをクリックすると、%1は完全な%4ブロックチェーン (%2GB) のダウンロードおよび処理を%4が開始された時点の%3から開始します。 + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + この初期同期には多大なリソースを消費し、あなたのコンピュータでこれまで見つからなかったハードウェア上の問題が発生する場合があります。%1 を実行する度に、中断された時点からダウンロードを再開します。 + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + ブロックチェーンの保存容量に制限を設けることを選択した場合 (剪定) にも、過去のデータのダウンロードおよび処理が必要になります。しかし、これらのデータはディスク使用量を低く抑えるために、後で削除されます。 Use the default data directory @@ -1002,6 +998,22 @@ Use a custom data directory: 任意のデータディレクトリを使用: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + 少なくとも%1GBのデータをこのディレクトリに保存する必要があります。またこのデータは時間とともに増加していきます。 + + + Approximately %1 GB of data will be stored in this directory. + おおむね%1GBのデータがこのディレクトリに保存されます。 + + + %1 will download and store a copy of the Dash block chain. + %1はDashのブロックチェーンの複製をダウンロードし保存します。 + + + The wallet will also be stored in this directory. + ウォレットもこのディレクトリに保存されます。 + Error: Specified data directory "%1" cannot be created. エラー: 指定のデータディレクトリ "%1" を作成できません。 @@ -1025,78 +1037,22 @@ Form フォーム - - My Masternodes - 私のマスターノード - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - 注:ローカルウォレットのマスターノードのステータスは、若干正しくない可能性があります。<br />ウォレットが新しいデータを同期するのを常に待って、他のノードからダブルチェックを行います。<br />あなたのマスターノードが動作していても、"ステータス"フィールドに "ENABLED"が表示されていない場合があります。 - - - Alias - エイリアス - Address アドレス - - Protocol - プロトコル - Status ステータス - - Active - アクティブ - - - Last Seen - 最終更新 - Payee 受取人 - - S&tart alias - エイリアスの開始(&T) - - - Start &all - すべて開始(&A) - - - Start &MISSING - ミッシングマスターノードの開始(&M) - - - &Update status - ステータスアップデート(&U) - - - Show additional Masternode information - 追加のマスターノード情報を表示 - - - Show &Info... - 情報の表示(&I) - - - Status will be updated automatically in (sec): - ステータスは自動でアップデートされます(秒): - 0 0 - - All Masternodes - すべてのマスターノード - Filter List: フィルターリスト: @@ -1109,10 +1065,6 @@ Node Count: ノード数: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>注:このリストは、従来の非決定論的マスターノードリストを表します。 DIP3が完全にアクティブ化されていない限り有効です。 SPORK15の有効化後、このリストは空になります。</p></body></html> - DIP3 Masternodes DIP3マスターノード @@ -1137,14 +1089,6 @@ Operator Reward オペレーター報酬 - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>注:このリストはまだアクティブではなく、情報提供のみを目的としています。 ネットワークはまだ互換モードで実行されています。つまり、非決定論的マスターノードリストはまだアクティブです。 SPORK15のアクティブ化後に初めて、このリストがアクティブになります。 また、支払い関連フィールドの値は現時点では使用されていませんが、ブロックごとに更新されています。 SPORK15のアクティブ化までこれを無視してください。</p></body></html> - - - Start alias - エイリアス開始 - Copy ProTx Hash ProTxハッシュをコピー @@ -1181,70 +1125,6 @@ NONE 無し - - Confirm masternode start - マスターノードの開始を確認 - - - Are you sure you want to start masternode %1? - 本当にマスターノード %1 を開始したいですか? - - - Confirm all masternodes start - すべてのマスターノードの開始を確認 - - - Are you sure you want to start ALL masternodes? - 本当にすべてのマスターノードを開始したいですか? - - - Command is not available right now - コマンドは現在利用できません。 - - - You can't use this command until masternode list is synced - このコマンドはマスターノードのリストが同期されるまで使用できません。 - - - Confirm missing masternodes start - ミッシングマスターノードの開始を確認 - - - Are you sure you want to start MISSING masternodes? - 本当に不明なマスターノードを開始したいですか? - - - Additional information for Masternode %1 - マスターノード %1 の追加情報 - - - Masternode Private Key - マスターノードプライベートキー - - - Private Key - プライベートキー - - - Collateral - コラテラル - - - IP - IPアドレス - - - Version - バージョン - - - Unknown - 不明 - - - Sentinel - センチネル - Additional information for DIP3 Masternode %1 DIP3 Masternode %1の追加情報 @@ -2006,18 +1886,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dashコア - %1 didn't yet exit safely... %1 はまだ安全に終了していません - - Error reading masternode configuration file: %1 - マスターノード設定ファイルの読み込みエラー: %1 - Amount 総額 @@ -3930,10 +3802,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. 警告: ピアと完全に同意しないようです!あなたはアップグレードする必要があるかもしれません。または他のノードがアップグレードする必要があるかもしれません。 - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - masternodeprivkeyを設定で指定する必要があります。ドキュメントを参照してください。 - Accept command line and JSON-RPC commands コマンドラインと JSON-RPC コマンドを許可 @@ -4054,10 +3922,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 指定されたアドレスおよび、そこに接続を行ってきたホワイトリストのピアに対してバインドを行います。IPv6の場合には [host]:port 表記を使用してください - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - 指定されたアドレスに対して JSON-RPC 接続をリッスンしするようバインドします。IPv6の場合には [host]:port 表記を使用してください。このオプションは複数回指定することが可能です (初期設定:すべてのインターフェースに対してバインドする) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) umask 077 ではなく、システムのデフォルトパーミッションで新規ファイルを作成する (ウォレット機能が無効化されていた場合にのみ有効) @@ -4202,10 +4066,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from マスターノードキャッシュの読み込み失敗: - - Failed to load masternode payments cache from - マスターノードペイメントキャッシュの読み込み失敗: - Found enough users, signing ( waiting %s ) 充分なユーザーを発見しました、サインしています ( 待機中 %s ) @@ -4250,14 +4110,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. 残高が不足しています - - Invalid -onion address: '%s' - 無効な -onion アドレス:'%s' - - - Invalid -proxy address: '%s' - 無効な -proxy アドレス: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) -paytxfee=<amount> に対する無効な数量です: '%s' (少なくとも %s でなければいけません) @@ -4294,18 +4146,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... マスターノードキャッシュを読み込んでいます... - - Loading masternode payment cache... - マスターノードペイメントキャッシュを読み込んでいます... - Lock is already in place. すでにロックされています - - Lock masternodes from masternode configuration file (default: %u) - マスターノード設定ファイルからマスターノードをロック(初期設定: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) 接続毎の最大受信バッファ <n>*1000 バイト (初期設定: %u) @@ -4342,10 +4186,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) <net> (ipv4, ipv6 または onion) ネットワーク内のノードだけに接続する - - Port: %d - ポート: %d - Prepend debug output with timestamp (default: %u) デバッグ出力にタイムスタンプを付ける (初期設定: %u) @@ -4386,10 +4226,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) 接続のタイムアウトをミリ秒単位で指定 (最小値: 1, 初期設定:: %d) - - Specify masternode configuration file (default: %s) - マスターノード設定ファイルを指定 (初期設定: %s) - Specify pid file (default: %s) pid ファイルの指定 (初期設定: %s) @@ -4398,22 +4234,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) トランザクション送信時に未検証のチェンジを使用する (初期設定: %u) - - Submitted following entries to masternode: %u / %d - 以下のエントリーをマスターノードにサブミット: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - マスターノードにサブミット完了、追加のエントリーのために待機中 ( %u / %d ) %s - Submitted to masternode, waiting in queue %s マスターノードにサブミット、待機中 %s - - Synchroning blockchain... - ブロックに同期中... - Synchronization failed 同期失敗 @@ -4422,10 +4246,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished 同期完了 - - Synchronizing masternodes... - マスターノード同期中... - This is not a Masternode. これはマスターノードではありません @@ -4494,10 +4314,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... 再試行... - - Invalid masternodeprivkey. Please see documenation. - 無効な masternodeprivkey、ドキュメントを参照してください。 - Can't find random Masternode. ランダムなマスターノードを発見できません @@ -4506,18 +4322,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. 同期中はミキシングできません - - Could not parse masternode.conf - masternode.confをパースできません - Invalid netmask specified in -whitelist: '%s' -whitelist で指定された無効なネットマスク: '%s' - - Invalid port detected in masternode.conf - 無効なポートがmasternode.confで検出されました - Invalid script detected. 無効なスクリプトが検出されました @@ -4694,18 +4502,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 非剪定モードに戻るためには-reindexオプションを使用してデータベースを再構築する必要があります。これによりブロックチェーン全体の再ダウンロードが行われます。 - - (%d could be used only on mainnet) - (%d はメインネットのみで使用が可能です) - (default: %u) (初期値: %u) - - (must be %d for mainnet) - (メインネット用に常時 %d ) - -maxmempool must be at least %d MB -maxmempoolは最低でも %d MB必要です @@ -4786,10 +4586,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from スポークキャッシュの読み込み失敗: - - Failed to parse host:port string - host:port 文字列のパース失敗 - Fee (in %s/kB) to add to transactions you send (default: %s) 送信するトランザクションに付加する手数料 (%s/kB単位) (初期値: %s) @@ -4818,18 +4614,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. 最後の成功したプライベートセンドを実行してから充分な時間が経っていません。 - - Line: %d - ライン: %d - Loading InstantSend data cache... インスタントセンドデータキャッシュを読み込み中... - - Loading addresses... - アドレスを読み込んでいます… - Loading block index... ブロックインデックスを読み込んでいます… @@ -4858,10 +4646,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions ウォレットにトランザクションをブロードキャストさせる - - Masternode cache is empty, skipping payments and governance cache... - マスターノードキャッシュが空です、ペイメントとガバナンスキャッシュをスキップしています... - Masternode options: マスターノードオプション: @@ -5150,14 +4934,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) ウォレットがmempoolチェーン制限数を超えてトランザクションを作らないようにする (初期値: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - 警告:少なくとも%d / %d マスターノードは最新のソフトウェアを運用しています。最新のリリースをチェックしてください。アップデートが必要になるかもしれません。 - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - 警告: すべてのマスターノード (%dのうち ) 最新のバージョンのソフトウェアを運用しています。最新のリリースをチェックしてください。重要なアップデートを見落とした可能性があります。 - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. 警告: ウォレットファイルが破損していましたのでデータを復旧しました!元の %s は %s として %s に保存されました; 残高やトランザクションが正しくない場合にはバックアップから復元してください。 @@ -5242,6 +5018,14 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. 初期化時の健全性チェックに失敗しました。%s を終了します。 + + Invalid -onion address or hostname: '%s' + 無効な -onion アドレスまたはホスト名: '%s' + + + Invalid -proxy address or hostname: '%s' + 無効な -proxy アドレスまたはホスト名: '%s' + Invalid amount for -%s=<amount>: '%s' 無効な額 -%s=<amount>: '%s' @@ -5254,6 +5038,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) 匿名化された N DASH を保持 (%u-%u, 初期設定: %u) + + Loading P2P addresses... + P2Pアドレスを読み込んでいます... + Print this help message and exit このヘルプメッセージを表示し終了する @@ -5302,10 +5090,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) 最大ブロックサイズをバイトで設定 (初期設定: %d) - - Set the masternode private key - マスターノードプライベートセンドキーを設定 - Show all debugging options (usage: --help -help-debug) すべてのデバッグオプションを表示する (使い方: --help -help-debug) @@ -5342,10 +5126,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... ガバナンスオブジェクトを同期中... - - Synchronizing masternode payments... - マスターノードペイメント同期中... - The source code is available from %s. ソースコードは %s より入手可能です。 diff --git a/src/qt/locale/dash_ko.ts b/src/qt/locale/dash_ko.ts index a67cf48e59050..0f3cb54fac55c 100644 --- a/src/qt/locale/dash_ko.ts +++ b/src/qt/locale/dash_ko.ts @@ -437,14 +437,6 @@ Open configuration file 설정 파일을 엽니다. - - Open &Masternode Configuration File - 마스터노드 설정 파일 열기(&M) - - - Open Masternode configuration file - 마스터노드 설정 파일을 엽니다. - Show Automatic &Backups 자동 백업 표시(&B) @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - 전체: %1 (PS 호환: %2 / 가능: %3) - Network Alert 네트워크 경고 @@ -990,8 +978,16 @@ 프로그램을 처음으로 실행합니다. 어디에 %1 데이터를 저장 할 지 선택할 수 있습니다. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1이/가 다운로드 되며 사본이 대시 블록체인 상에 저장됩니다. 이 디렉토리에 최소 %2GB의 데이터가 저장되며, 저장되는 데이터의 양은 시간이 지남에 따라 증가합니다. 지갑 역시 이 디렉토리에 저장될 예정입니다. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + 확인을 클릭하면 %1은 모든 %4블록 체인 (%2GB) 장부를 %3 안에 다운로드하고 처리하기 시작합니다. 이는 %4가 시작될 때 생성된 가장 오래된 트랜잭션부터 시작합니다. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + 초기 동기화는 매우 오래 걸리며 이전에는 본 적 없는 하드웨어 문제가 발생할 수 있습니다. %1을 실행할 때마다 중단 된 곳에서 다시 계속 다운로드 됩니다. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + 블록 체인 저장 영역 (블록축소)을 제한하도록 선택한 경우, 이력 데이터는 계속해서 다운로드 및 처리 되어야 하지만 차후 디스크 용량을 줄이기 위해 삭제됩니다. Use the default data directory @@ -1001,6 +997,22 @@ Use a custom data directory: 사용자 설정 데이터 디렉토리 사용하기 + + At least %1 GB of data will be stored in this directory, and it will grow over time. + 최소 %1 GB의 데이터가 이 디렉토리에 저장되며 시간이 지남에 따라 증가할 것입니다. + + + Approximately %1 GB of data will be stored in this directory. + 약 %1 GB의 데이터가 이 디렉토리에 저장됩니다. + + + %1 will download and store a copy of the Dash block chain. + %1은 비트코인 블록체인의 사본을 다운로드하여 저장합니다. + + + The wallet will also be stored in this directory. + 지갑도 이 디렉토리에 저장됩니다. + Error: Specified data directory "%1" cannot be created. 오류: 지정한 데이터 디렉토리 "%1" 를 생성할 수 없습니다. @@ -1024,78 +1036,22 @@ Form 유형 - - My Masternodes - 나의 마스터노드 - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - 주의: 로컬 지갑의 마스터노드 상태가 약간 다를 수 있습니다. 만일 당신의 마스터노드가 작동하고 있으나 여전히 '상태' 란에서 '활성화'가 표시되지 않은 경우 <br />지갑이 추가적인 데이터와 동기화를 마치도록 기다리고 다른 노드로부터 이중 검증하세요.<br /> - - - Alias - 에일리어스 - Address 주소 - - Protocol - 프로토콜 - Status 상태 - - Active - 활동 중 - - - Last Seen - 마지막 확인 - Payee 수취인 - - S&tart alias - 에일리어스 시작(&S) - - - Start &all - 모두 시작(&A) - - - Start &MISSING - 미싱 시작(&M) - - - &Update status - 업데이트 상태(&U) - - - Show additional Masternode information - 마스터노드 추가 정보를 보여줍니다. - - - Show &Info... - 정보 보기...(&I) - - - Status will be updated automatically in (sec): - 상태가 (초)안에 자동으로 업데이트 됩니다: - 0 0 - - All Masternodes - 모든 마스터노드 - Filter List: 필터 목록: @@ -1108,10 +1064,6 @@ Node Count: 노드 개수: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>주의: 이 리스트는 레거시와 비결정론적 마스터노드 리스트를 나타냅니다. 이는 DIP3가 완전히 활성화되지 않은 경우에만 활성화됩니다. SPORK15 활성화 후에 이 리스트는 비워집니다.</p></body></html> - DIP3 Masternodes DIP3 마스터노드 @@ -1136,14 +1088,6 @@ Operator Reward 운영 보상 - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>주의: 이 리스트는 아직 활성화되지 않았으며 정보 전달을 위한 목적으로만 사용됩니다. 네트워크는 여전히 호환성 모드에서 작동하고 있으며, 이는 곧 비결정론적 마스터노드 리스트가 여전히 활성화되어 있음을 나타냅니다. 이 리스트는 SPORK15 활성화 이후에만 활성화됩니다. 또한, 지불과 관련된 필드의 값은 현재 사용되지 않지만, 여전히 모든 블록에 대해 업데이트 됩니다. SPORK15 활성화가 이루어질 때까지 이를 무시해주십시오.</p></body></html> - - - Start alias - 에일리어스 시작 - Copy ProTx Hash ProTx 해시 복사 @@ -1180,70 +1124,6 @@ NONE 없음 - - Confirm masternode start - 마스터노드 실행 확인 - - - Are you sure you want to start masternode %1? - 정말로 마스터노드 %1를 실행하시겠습니까? - - - Confirm all masternodes start - 모든 마스터노드 실행 확인 - - - Are you sure you want to start ALL masternodes? - 정말로 모든 마스터노드를 실행하시겠습니까? - - - Command is not available right now - 현재 이 명령을 실행할 수 없습니다. - - - You can't use this command until masternode list is synced - 마스터노드 리스트가 동기화 될 때까지 이 명령을 실행할 수 없습니다. - - - Confirm missing masternodes start - 미싱 마스터노드 시작 확인 - - - Are you sure you want to start MISSING masternodes? - 정말로 미싱 마스터노드를 시작하시겠습니까? - - - Additional information for Masternode %1 - 마스터노드 %1에 대한 추가 정보 - - - Masternode Private Key - 마스터노드 개인 키 - - - Private Key - 개인 키 - - - Collateral - 콜래트럴 - - - IP - IP - - - Version - 버전 - - - Unknown - 알 수 없음 - - - Sentinel - 센티넬 - Additional information for DIP3 Masternode %1 DIP3 마스터노드 %1에 대한 추가 정보 @@ -2005,18 +1885,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - 대시 코어 - %1 didn't yet exit safely... %1가 아직 안전하게 종료되지 않았습니다... - - Error reading masternode configuration file: %1 - 마스터노드 설정을 읽는 과정에서 에러가 발생하였습니다: %1 - Amount 거래액 @@ -3929,10 +3801,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. 경고: 피어와 완전히 일치하지 않는 것으로 보입니다! 당신 혹은 다른 노드들의 업그레이드가 필요합니다. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - 마스터노드 설정에서 마스터노드 개인 키를 지정하십시오. 도움이 필요하신 경우 문서를 확인하십시오. - Accept command line and JSON-RPC commands 명령줄과 JSON-RPC 명령 수락 @@ -4053,10 +3921,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 선택한 주소와 이에 연결된 화이트리스트 피어를 바인드 합니다. IPv6인 경우 [host]:port 명령어 표기법을 사용합니다. - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - JSON-RPC 연결을 수신하기 위해 선택한 주소를 바인드 합니다. IPv6인 경우 [host]:port 명령어 표기법을 사용합니다. 이 옵션은 복수로 설정할 수 있습니다. (디폴트: 모든 인터페이스를 바인드) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) umask 077 를 대신하여 시스템 기본 권한으로 새 파일을 만듭니다. (지갑 기능이 비활성화 상태에서만 유효합니다) @@ -4201,10 +4065,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from 다음으로부터 마스터노드 캐시를 불러오는 데 실패하였습니다. - - Failed to load masternode payments cache from - 다음으로부터 마스터노드 지불 캐시를 불러오는 데 실패하였습니다. - Found enough users, signing ( waiting %s ) 충분한 사용자를 감지하였습니다. 신호를 보내는 중입니다. ( %s 기다리기 ) @@ -4249,14 +4109,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. 잔고가 충분하지 않습니다. - - Invalid -onion address: '%s' - 잘못된 -onion 주소입니다: '%s' - - - Invalid -proxy address: '%s' - 잘못된 -proxy 주소입니다: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 유효하지 않은 금액입니다. -paytxfee=<amount>: '%s' (최소 %s 이상이어야 합니다) @@ -4293,18 +4145,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... 마스터노드 캐시를 불러오는 중... - - Loading masternode payment cache... - 마스터노드 지불 캐시를 불러오는 중... - Lock is already in place. 이미 잠금 상태입니다. - - Lock masternodes from masternode configuration file (default: %u) - 마스터노드 설정 파일로부터 마스터노드를 잠급니다. (디폴트: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) 접속 당 최대 수신 버퍼, <n>*1000 bytes (디폴트: %u) @@ -4341,10 +4185,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) 오직 네트워크에서만 노드에 접속합니다. <net>(ipv4, ipv6 혹은 onion) - - Port: %d - 포트: %d - Prepend debug output with timestamp (default: %u) 디버그 출력 앞에 타임 스탬프를 추가합니다. (기본값: %u) @@ -4385,10 +4225,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) 밀리세컨드 단위로 연결 제한 시간을 설정합니다. (최소값: 1, 기본값: %d) - - Specify masternode configuration file (default: %s) - 마스터노드 설정 파일을 지정합니다. (디폴트: %s) - Specify pid file (default: %s) pid 파일을 지정합니다. (기본값: %s) @@ -4397,22 +4233,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) 거래를 보낼 때 검증되지 않은 잔돈 쓰기 (기본값: %u) - - Submitted following entries to masternode: %u / %d - 다음의 입력값을 마스터노드에 제출하기: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - 마스터노드에 제출, 더 많은 입력값을 기다리는 중 (%u / %d ) %s - Submitted to masternode, waiting in queue %s 마스터노드에 제출, 대기열에서 기다리는 중 %s - - Synchroning blockchain... - 블록체인 동기화 중... - Synchronization failed 동기화에 실패하였습니다. @@ -4421,10 +4245,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished 동기화가 끝났습니다. - - Synchronizing masternodes... - 마스터노드 동기화 중... - This is not a Masternode. 이는 마스터노드가 아닙니다. @@ -4493,10 +4313,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... 다시 시도할 예정입니다... - - Invalid masternodeprivkey. Please see documenation. - 유효하지 않은 masternodeprivkey 입니다. 문서를 확인하세요. - Can't find random Masternode. 임의의 마스터노드를 찾을 수 없습니다. @@ -4505,18 +4321,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. 동기화가 진행되는 동안 믹싱할 수 없습니다. - - Could not parse masternode.conf - masternode.conf 를 분석할 수 없습니다. - Invalid netmask specified in -whitelist: '%s' -whitelist: '%s'로 지정된 넷마스크가 유효하지 않습니다. - - Invalid port detected in masternode.conf - masternode.conf 에서 유효하지 않은 포트가 감지되었습니다. - Invalid script detected. 유효하지 않은 스크립트가 감지되었습니다. @@ -4693,18 +4501,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 축소 모드를 해제하고 데이터베이스를 재구성 하기 위해 -reindex를 사용해야 합니다. 이 명령은 모든 블록체인을 다시 다운로드 할 것 입니다. - - (%d could be used only on mainnet) - (%d 은/는 오직 메인넷에서만 이용할 수 있습니다) - (default: %u) (기본값: %u) - - (must be %d for mainnet) - (메인넷을 위해서는 %d여야 합니다) - -maxmempool must be at least %d MB -maxmempool은 최소한 %d MB가 필요합니다 @@ -4785,10 +4585,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from 스포크 캐시 로딩 실패 - - Failed to parse host:port string - host:post 문자열을 분석하는 데 실패하였습니다. - Fee (in %s/kB) to add to transactions you send (default: %s) 송금 시 추가되는 수수료 (%s/kB) (기본값: %s) @@ -4817,18 +4613,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. 지난 성공적 프라이빗샌드 활동이 너무 최신입니다. - - Line: %d - 라인: %d - Loading InstantSend data cache... 인스턴트샌드 데이터 캐시로드 중... - - Loading addresses... - 주소를 불러오는 중... - Loading block index... 블록 인덱스를 불러오는 중... @@ -4857,10 +4645,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions 지갑 브로드캐스트 거래 생성 - - Masternode cache is empty, skipping payments and governance cache... - 마스터노드 캐시가 비어 있습니다. 지불 및 거버넌스 캐시를 건너뜁니다... - Masternode options: 마스터노드 옵션: @@ -5149,14 +4933,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) 지갑은 멤풀 체인 한계값(기본값: %u)을 넘는 거래를 생성하지 않습니다. - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - 경고: %d개의 마스터노드 중 최소 %d 개가 새로운 버전의 소프트웨어에서 구동 중입니다. 최신 버전을 확인하세요. 업데이트가 필요할 수 있습니다. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - 경고: (알려진 %d 중) 모든 마스터노드가 새로운 버전의 소프트웨어에서 구동 중입니다. 최신의 버전을 확인하세요. 중요한 업데이트가 실행되지 않은 것으로 보입니다. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. 경고: 지갑 파일이 손상, 데이터가 복구되었습니다! 기존의 %s 파일은 %s에 %s라는 이름으로 저장됩니다. 잔액과 거래 내역이 정확하지 않다면 백업 파일로 복원해야 합니다. @@ -5241,6 +5017,14 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. 초기치 설정 정상 여부 검사에 실패하였습니다. %s가 종료됩니다. + + Invalid -onion address or hostname: '%s' + 올바르지 않은 -onion 주소 또는 호스트 이름: '%s' + + + Invalid -proxy address or hostname: '%s' + 올바르지 않은 -proxy 주소 또는 호스트 이름: '%s' + Invalid amount for -%s=<amount>: '%s' 유효하지 않은 금액 -%s=<amount>: '%s' @@ -5253,6 +5037,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) N 대시를 익명으로 유지합니다(%u-%u, 디폴트: %u). + + Loading P2P addresses... + P2P 주소 불러오는 중... + Print this help message and exit 이 도움말 메시지를 출력 후 종료 @@ -5301,10 +5089,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) 최대 블록 사이즈를 바이트로 설정합니다(디폴트: %d). - - Set the masternode private key - 마스터노드 개인 키를 설정합니다. - Show all debugging options (usage: --help -help-debug) 모든 디버그 설정 보기(설정: --help -help-debug) @@ -5341,10 +5125,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... 거버넌스 객체 동기화중... - - Synchronizing masternode payments... - 마스터노드 지불 동기화중... - The source code is available from %s. 소스 코드는 %s 에서 확인하실 수 있습니다. diff --git a/src/qt/locale/dash_nl.ts b/src/qt/locale/dash_nl.ts index 4ee8733b09931..b5f6ae92ab130 100644 --- a/src/qt/locale/dash_nl.ts +++ b/src/qt/locale/dash_nl.ts @@ -21,6 +21,14 @@ &Copy &Kopiëren + + Show QR code for the currently selected address + Toon QR-code voor het momenteel geselecteerde adres + + + &Show QR code + Toon QR-Code + Delete the currently selected address from the list Verwijder het geselecteerde adres van de lijst @@ -81,6 +89,14 @@ &Edit &Bewerken + + &Show address QR code + Toon adres QR-code + + + QR code + QR-code + Export Address List Exporteer adressenlijst @@ -437,14 +453,6 @@ Open configuration file Open configuratie bestand - - Open &Masternode Configuration File - Open &Masternode configuratie bestand - - - Open Masternode configuration file - Open Masternode configuratie bestand - Show Automatic &Backups Toon automatische &backups @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Totaal: %1 (PS compatibel: %2 / ingeschakeld: %3) - Network Alert Netwerkwaarschuwing @@ -990,8 +994,16 @@ Omdat dit de eerste keer is dat het programma gestart is, kunt u nu kiezen waar %1 de data moet opslaan. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 zal een kopie van de Dash-blockchain downloaden en opslaan. Ten minste %2GB aan data zal worden opgeslagen in deze folder, dit zal toenemen in de toekomst. De portemonnee zal ook in deze folder worden opgeslagen. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Als u op OK klikt, dan zal %1 beginnen met downloaden en verwerken van de volledige %4 blokketen (%2GB) startend met de eerste transacties in %3 toen %4 initeel werd gestart. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Deze initiële synchronisatie is heel veeleisend, en kan hardware problemen met uw computer blootleggen die voorheen onopgemerkt bleven. Elke keer dat %1 gebruikt word, zal verdergegaan worden waar gebleven is. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Als u gekozen heeft om de blokketenopslag te beperken (pruning), dan moet de historische data nog steeds gedownload en verwerkt worden, maar zal verwijderd worden naderhand om schijf gebruik zo laag mogelijk te houden. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Gebruik een persoonlijke gegevensmap: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Tenminste %1 GB aan data zal worden opgeslagen in deze map, en dit zal naarmate de tijd voortschrijdt groeien. + + + Approximately %1 GB of data will be stored in this directory. + Gemiddeld %1 GB aan data zal worden opgeslagen in deze map. + + + %1 will download and store a copy of the Dash block chain. + %1 zal een kopie van de blokketen van Dash downloaden en opslaan. + + + The wallet will also be stored in this directory. + De portemonnee wordt ook in deze map opgeslagen. + Error: Specified data directory "%1" cannot be created. Fout: De gespecificeerde map "%1" kan niet worden gecreëerd. @@ -1024,78 +1052,22 @@ Form Formulier - - My Masternodes - Mijn Masternodes - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Opmerking: Status van uw masternodes in de lokale portemonnee kan mogelijk licht afwijkend zijn.<br />Wacht steeds tot de portemonnee extra gegevens synchroniseert en controleer daarna een ander knooppunt<br />Als jouw masternode moet werken, maar je ziet nog steeds niet 'Ingeschakeld' in het 'Status' veld. - - - Alias - Alias - Address Adres - - Protocol - Protocol - Status Status - - Active - Actief - - - Last Seen - Laatst gezien - Payee Begunstigde - - S&tart alias - S&tart alias - - - Start &all - Start &alle - - - Start &MISSING - Start &ONTBREKEND - - - &Update status - &Vernieuw status - - - Show additional Masternode information - Toon aanvullende Masternode informatie - - - Show &Info... - Toon &Info... - - - Status will be updated automatically in (sec): - Status wordt automatisch bijgewerkt in (sec): - 0 0 - - All Masternodes - Alle Masternodes - Filter List: Filter Lijst: @@ -1108,14 +1080,18 @@ Node Count: Aantal Nodes: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Opmerking: Deze lijst vertegenwoordigt de verouderde non-deterministische masternode lijst. Deze is actief zolang DIP3 nog niet volledig geactiveerd is. Na de activatie van SPORK15 zal deze lijst leeg zijn.</body></html> - DIP3 Masternodes DIP3 Masternodes + + Show only masternodes this wallet has keys for. + Toon alleen masternodes waar deze portemonnee sleutels voor heeft. + + + My masternodes only + Alleen mijn masternodes + PoSe Score PoSe Score @@ -1136,14 +1112,6 @@ Operator Reward Vergoeding voor Bediener - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Opmerking: Deze lijst is nog niet actief en is alleen voor informatieve doeleinden. Het netwerk draait nog steeds in compatibliteitsmodus, wat betekent dat de non-deterministische masternode lijst nog steeds actief is. Pas na de activatie van SPORK15 zal deze lijst de actieve worden. Tevens worden de waardes in de betalingsgerelateerde velden op het moment niet gebruikt, maar worden geüpdatet bij elk blok. Negeer dit tot dat SPORK15 actief is.</p></body></html> - - - Start alias - Start alias - Copy ProTx Hash Kopieer ProTx Hash @@ -1180,70 +1148,6 @@ NONE GEEN - - Confirm masternode start - Bevestig opstarten van Masternode - - - Are you sure you want to start masternode %1? - Weet u zeker dat u Masternode %1 wenst op te starten? - - - Confirm all masternodes start - Bevestig het opstarten van alle Masternodes - - - Are you sure you want to start ALL masternodes? - Weet u zeker dat u ALLE masternodes wenst te starten? - - - Command is not available right now - Dit commando is momenteel niet beschikbaar - - - You can't use this command until masternode list is synced - U kunt dit commando niet gebruiken totdat de Masternode lijst is gesynchroniseerd - - - Confirm missing masternodes start - Bevestig starten van ontbrekende masternodes - - - Are you sure you want to start MISSING masternodes? - Weet u zeker dat u de ONTBREKENDE masternodes wenst te starten? - - - Additional information for Masternode %1 - Aanvullende informatie voor Masternode %1 - - - Masternode Private Key - Geheime sleutel van de Masternode - - - Private Key - Geheime sleutel - - - Collateral - Onderpand - - - IP - IP - - - Version - Versie - - - Unknown - Onbekend - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Extra informatie voor DIP3 Masternode %1 @@ -2008,18 +1912,10 @@ Om te mixen moeten andere gebruikers exact dezelfde denominaties inbrengen. QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 sloot nog niet veilig af... - - Error reading masternode configuration file: %1 - Fout in het lezen van masternode configuratie bestand: %1 - Amount Bedrag @@ -2483,6 +2379,10 @@ Om te mixen moeten andere gebruikers exact dezelfde denominaties inbrengen.Network activity disabled Netwerkactiviteit uitgeschakeld + + Total: %1 (Enabled: %2) + Totaal: %1 (Ingeschakeld: %2) + %1 B %1 B @@ -3335,6 +3235,14 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer %1 confirmations %1 bevestigingen + + locked via LLMQ based ChainLocks + vergrendeld door LLMQ-gebaseerde ChainLocks + + + verified via LLMQ based InstantSend + vergrendeld door LLMQ-gebaseerde InstandSend + verified via InstantSend geverifieerd met InstantSend @@ -3760,6 +3668,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Show transaction details Toon transactiedetails + + Show address QR code + Toon adres QR-code + Export Transaction History Exporteer transactiegeschiedenis @@ -3812,6 +3724,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer The transaction history was successfully saved to %1. De transactiegeschiedenis was succesvol bewaard in %1. + + QR code + QR code + Range: Bereik: @@ -3935,10 +3851,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Waarschuwing: Het lijkt erop dat we geen consensus kunnen vinden met onze peers! Mogelijk dient u te upgraden, of andere nodes moeten wellicht upgraden. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - U moet een geheime sleutel van een Masternode invoeren. Raadpleeg de documentatie voor hulp. - Accept command line and JSON-RPC commands Ontvang command-lijn en JSON-RPC commando's. @@ -4059,10 +3971,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Bind aan opgegeven adres en keur peers die ermee verbinden goed. Gebruik [host]:poort notatie voor IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Bind aan opgegeven adres om te luisteren naar JSON-RPC connecties. Gebruik [host]:port notatie voor IPv6. Deze instelling kan meerdere keren worden opgegeven (standaard: bind aan alle interfaces) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Creër nieuwe bestanden met standaard systeem bestandsrechten in plaats van umask 077 (alleen effectief met uitgeschakelde portemonnee functionaliteit) @@ -4159,6 +4067,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer (default: %s) (standaard: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet parameter mag alleen een bestandsnaam zijn (niet een pad) + Accept public REST requests (default: %u) Laat publiek REST vragen toe (standaard %u) @@ -4207,10 +4119,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Failed to load masternode cache from Fout bij het inladen van de masternode cache uit - - Failed to load masternode payments cache from - Fout bij het inladen van de masternode betalingen cache uit - Found enough users, signing ( waiting %s ) Voldoende gebruikers gevonden, aan het ondertekenen ( wacht %s ) @@ -4255,14 +4163,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Insufficient funds. Ontoereikend saldo. - - Invalid -onion address: '%s' - Ongeldig -onion adres: '%s' - - - Invalid -proxy address: '%s' - Ongeldig -proxy adres: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Ongeldig bedrag voor -paytxfee=<bedrag>: '%s' (Minimum %s) @@ -4299,18 +4199,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Loading masternode cache... Laden masternode cache... - - Loading masternode payment cache... - Laden masternode payment cache... - Lock is already in place. Vergrendeling is al op zijn plaats. - - Lock masternodes from masternode configuration file (default: %u) - Vergrendel masternodes vanuit het masternode configuratiebestand (standaard: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Maximum per-connectie ontvangstbuffer, <n>*1000 bytes (standaard: %u) @@ -4347,10 +4239,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Only connect to nodes in network <net> (ipv4, ipv6 or onion) Verbind alleen met nodes in netwerk <net> (ipv4, ipv6 of onion) - - Port: %d - Poort: %d - Prepend debug output with timestamp (default: %u) Begin debug output met tijdstempel (standaard: %u) @@ -4391,10 +4279,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Specify connection timeout in milliseconds (minimum: 1, default: %d) Specificeer de time-out tijd in milliseconden (minimum: 1, standaard: %d) - - Specify masternode configuration file (default: %s) - Kies masternodeconfiguratiebeastand (standaard: %s) - Specify pid file (default: %s) Specificeer pid-bestand (standaard: %s) @@ -4403,22 +4287,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Spend unconfirmed change when sending transactions (default: %u) Besteed onbevestigd wisselgeld bij het doen van transacties (standaard: %u) - - Submitted following entries to masternode: %u / %d - De volgende gegevens zijn ingediend bij masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Ingediend bij masternode, wachtende op meer gegevens (%u / %d ) %s - Submitted to masternode, waiting in queue %s Ingediend bij masternode, wachten in de wachtrij %s - - Synchroning blockchain... - Blockchain synchroniseren... - Synchronization failed Synchronisatie mislukt @@ -4427,10 +4299,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Synchronization finished Synchronisatie voltooid - - Synchronizing masternodes... - Masternodes synchroniseren... - This is not a Masternode. Dit is geen Masternode. @@ -4499,10 +4367,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Will retry... Opnieuw aan het proberen... - - Invalid masternodeprivkey. Please see documenation. - Ongeldige geheime sleutel voor de masternode. Raadpleeg de documentatie alstublieft. - Can't find random Masternode. Kan Masternode niet vinden. @@ -4511,18 +4375,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Can't mix while sync in progress. Kan niet Mixen tijdens het synchroniseren. - - Could not parse masternode.conf - Kan masternode.conf niet lezen - Invalid netmask specified in -whitelist: '%s' Ongeldig netmask gespecificeerd in -whitelist: '%s' - - Invalid port detected in masternode.conf - Ongeldige poort gevonden in masternode.conf - Invalid script detected. Ongeldig script gevonden. @@ -4547,6 +4403,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer %s file contains all private keys from this wallet. Do not share it with anyone! %s bestand bevat alle persoonlijke sleutel van deze portemonnee. Deel deze met niemand! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Bind met opgegeven address om te luisteren voor JSON-RPC-connections. Deze optie wordt genegeerd behalve als -rpcallowip ook opgegeven is. Poort is optioneel en overschrijft -rpcport. Gebruik [host]:port notatie voor IPv6. Deze optie kan meerdere keren worden meegegeven (standaard: 127.0.0.1 en ::1 bijvoobeeld, localhost, of als -rpcallowip is opgegeven, 0.0.0.0 en :: bijvoorbeeld, alle adressen) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Ontdek eigen IP-adressen (standaard: 1 voor luisteren en geen -externalip of -proxy) @@ -4699,18 +4559,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain U moet de database herbouwen met -reindex om terug te gaan naar de niet-prune modus. Dit zal de gehele blockchain opnieuw downloaden. - - (%d could be used only on mainnet) - (%d kan alleen gebruikt worden op mainnet) - (default: %u) (default: %u) - - (must be %d for mainnet) - (moet %d zijn voor mainnet) - -maxmempool must be at least %d MB -maxmempool moet minstens %d MB zijn @@ -4791,10 +4643,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Failed to load sporks cache from Fout bij het inladen van de sporks cache uit - - Failed to parse host:port string - Inlezen van de host:poort string is mislukt - Fee (in %s/kB) to add to transactions you send (default: %s) Transactievergoeding (in %s/kB) toevoegen aan transacties die u doet (standaard: %s) @@ -4823,18 +4671,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Last successful PrivateSend action was too recent. Vorige succesvolle PrivateSend actie is te recent. - - Line: %d - Lijn: %d - Loading InstantSend data cache... Laden van InstantSend data cache... - - Loading addresses... - Laden adresen... - Loading block index... Laden blokindex... @@ -4863,10 +4703,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Make the wallet broadcast transactions Laat de portemonnee transacties uitsturen - - Masternode cache is empty, skipping payments and governance cache... - Masternode cache is leeg, betalings- en governancecache worden overgeslagen... - Masternode options: Masternode-opties: @@ -4963,6 +4799,18 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Rescan the block chain for missing wallet transactions on startup Herscan de blokketen voor missende portemonneetransacties bij opstarten + + Submitted following entries to masternode: %u + Volgende masternode entries zijn ingediend: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Ingediend bij masternode, wachtende op meer entries ( %u ) %s + + + Synchronizing blockchain... + Blokketen aan het synchronizeren... + The wallet will avoid paying less than the minimum relay fee. De portemonnee vermijdt minder te betalen dan de minimale doorgeef vergoeding. @@ -5155,14 +5003,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Wallet will not create transactions that violate mempool chain limits (default: %u) Portemonnee creëert geen transacties die mempool-ketenlimieten schenden (standaard: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Waarschuwing: Ten minste %d van de %d masternodes werken met een nieuwere softwareversie. Controleer alstublieft de nieuwste releases, misschien moet u ook updaten. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Waarschuwing: Alle masternodes (van de %d bekende) werken met een nieuwere softwareversie. Controleer alstublieft de nieuwste releases, het is zeer waarschijnlijk dat u een belangrijke/kritische update mist. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Waarschuwing: portemonnee bestand is corrupt, data is veiliggesteld! Originele %s is opgeslagen als %s in %s; als uw balans of transacties incorrect zijn dient u een backup terug te zetten. @@ -5247,10 +5087,22 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Initialization sanity check failed. %s is shutting down. Initialisatie sanity check mislukt. %s is aan het afsluiten. + + Invalid -onion address or hostname: '%s' + Ongeldig -onion adress of hostnaam: '%s' + + + Invalid -proxy address or hostname: '%s' + Ongeldig -proxy adress of hostnaam: '%s' + Invalid amount for -%s=<amount>: '%s' Ongeldig bedrag voor -%s=<bedrag>: '%s' + + Invalid characters in -wallet filename + Ongeldige karakters in -wallet bestandsnaam + Invalid spork address specified with -sporkaddr Ongeldig sporkadres opgegeven met -sporkaddr @@ -5259,6 +5111,10 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Keep N DASH anonymized (%u-%u, default: %u) Hou N Dash geanonimiseerd (%u-%u, standaard: %u) + + Loading P2P addresses... + P2P-adressen aan het laden... + Print this help message and exit Print dit helpbericht en sluit af @@ -5307,10 +5163,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Set maximum block size in bytes (default: %d) Stel de maximale blok grootte in bytes in (standaard: %d) - - Set the masternode private key - Stel de masternode private key in - Show all debugging options (usage: --help -help-debug) Toon alle foutopsporingsopties (gebruik: --help -help-debug) @@ -5347,10 +5199,6 @@ Nota: Het bericht zal niet verzonden worden met de betaling over het Dash netwer Synchronizing governance objects... Synchroniseren governance objecten... - - Synchronizing masternode payments... - Synchroniseren masternode betalingen... - The source code is available from %s. De broncode is beschikbaar van %s. diff --git a/src/qt/locale/dash_pl.ts b/src/qt/locale/dash_pl.ts index aed772d242816..5026254163db9 100644 --- a/src/qt/locale/dash_pl.ts +++ b/src/qt/locale/dash_pl.ts @@ -21,6 +21,14 @@ &Copy &Kopiuj + + Show QR code for the currently selected address + Pokaż kod QR dla wybranego adresu + + + &Show QR code + &Pokaż kod QR + Delete the currently selected address from the list Usuń obecnie zaznaczony adres z listy @@ -81,6 +89,14 @@ &Edit &Edytuj + + &Show address QR code + &Pokaż adres kodu QR + + + QR code + Kod QR + Export Address List Eksportuj listę adresów @@ -437,14 +453,6 @@ Open configuration file Otworz plik konfiguracji - - Open &Masternode Configuration File - Otwórz Plik &Konfiguracyjny Masternoda - - - Open Masternode configuration file - Otwórz plik konfiguracyjny Masternoda - Show Automatic &Backups Pokaż automatyczne kopie zapasowe (&Backups) @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Razem: %1 (zgodne z PS: %2 / włączone: %3) - Network Alert Sieć Alert @@ -972,7 +976,7 @@ <h3>PrivateSend Basics</h3> PrivateSend gives you true financial privacy by obscuring the origins of your funds. All the Dash in your wallet is comprised of different "inputs" which you can think of as separate, discrete coins.<br> PrivateSend uses an innovative process to mix your inputs with the inputs of two other people, without having your coins ever leave your wallet. You retain control of your money at all times.<hr> <b>The PrivateSend process works like this:</b><ol type="1"> <li>PrivateSend begins by breaking your transaction inputs down into standard denominations. These denominations are 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH and 10 DASH -- sort of like the paper money you use every day.</li> <li>Your wallet then sends requests to specially configured software nodes on the network, called "masternodes." These masternodes are informed then that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know "who" you are.</li> <li>When two other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).</li> <li>In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. Each time the process is completed, it's called a "round." Each round of PrivateSend makes it exponentially more difficult to determine where your funds originated.</li> <li>This mixing process happens in the background without any intervention on your part. When you wish to make a transaction, your funds will already be anonymized. No additional waiting is required.</li> </ol> <hr><b>IMPORTANT:</b> Your wallet only contains 1000 of these "change addresses." Every time a mixing event happens, up to 9 of your addresses are used up. This means those 1000 addresses last for about 100 mixing events. When 900 of them are used, your wallet must create more addresses. It can only do this, however, if you have automatic backups enabled.<br> Consequently, users who have backups disabled will also have PrivateSend disabled. <hr>For more information, see the <a href="https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html">PrivateSend documentation</a>. - <h3>Podstawy PrivateSend</h3> PrivateSend zapewnia prawdziwą prywatność poprzez ukrycie pochodzenia środków. Wszystkie dashe w twoim portfelu składają się z różnych "kwot wejściowych", które można traktować jako oddzielne, indywidualne monety.<br> PrivateSend wykorzystuje rewolucyjny proces mieszania twoich "kwot wejściowych" z "kwotami wejściowymi" dwóch innych użytkowników, przy czym twoje środki nigdy nie opuszczają twojego portfela. W każdej chwili zachowujesz nad nimi pełną kontrolę.<hr> <b>Proces PrivateSend przebiega w następujący sposób:</b><ol type="1"> <li>Najpierw PrivateSend dzieli twoje kwoty wejściowe twoich transakcji na standardowe nominały. Są kwoty 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH oraz 10 DASH – mniej więcej jak banknoty, których codziennie używasz.</li> <li>Następnie twój portfel wysyła żądania do specjalnie skonfigurowanych węzłów sieci, zwanych "masternodami." Masternody otrzymują komunikat, że jesteś zainteresowany wymieszaniem określonego nominału. Masternody nie otrzymują żadnych informacji pozwalających na identyfikację, w związku z tym nigdy nie wiedzą "kim" jesteś.</li> <li>Kiedy dwaj inni użytkownicy wyślą podobne komunikaty, z żądanie wymieszanie takiego samego nominału, rozpocznie się sesja mieszania. Masternod wymiesza kwoty wejściowe i nakaże portfelom takich trzech użytkowników wypłacić sobie samemu przetworzone kwoty wejściowe. Twój portfel wpłaci dany nominał do siebie samego, jednak na inny adres (tzw. adres reszty).</li> <li>W celu pełnego zaciemnienia pochodzenia środków, twój portfel musi powtórzyć te czynności dla każdego nominału określoną ilość razy. Każde wykonanie tego procesu określamy mianem "rundy." Każda runda procesu PrivateSend wykładniczo zwiększa trudność ustalenia pochodzenia twoich środków.</li> <li>Proces mieszania odbywa się w tle, bez dodatkowego zaangażowania z twojej strony. Kiedy zechcesz wykonać transakcję, twoje środki będą już zanonimizowane. Nie będzie konieczne dodatkowe oczekiwanie.</li> </ol> <hr><b>UWAGA:</b> Portfel zawiera tylko 1000 "adresów reszty." Każde mieszanie zużywa do 9 adresów. Oznacza to, że po 100 mieszaniach zużyjesz ok. 1000 adresów. Po wykorzystaniu 900 adresów, portfel musi wygenerować nowe adresy. Może not nastąpić jedynie, jeżeli włączone jest automatyczne tworzenie kopii zapasowych.<br> Dlatego też, PrivateSend jest wyłączone, jeżeli użytkownik wyłączył automatyczne tworzenie kopii zapasowych. <hr>Więcej informacji na temat PrivateSend<a href="https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html"> można znaleźć w dokumentacji technicznej</a>. + <h3>Podstawy PrivateSend</h3> PrivateSend zapewnia prawdziwą prywatność poprzez ukrycie pochodzenia środków. Wszystkie dashe w twoim portfelu składają się z różnych "kwot wejściowych", które można traktować jako oddzielne, indywidualne monety.<br> PrivateSend wykorzystuje rewolucyjny proces mieszania twoich "kwot wejściowych" z "kwotami wejściowymi" dwóch innych użytkowników, przy czym twoje środki nigdy nie opuszczają twojego portfela. W każdej chwili zachowujesz nad nimi pełną kontrolę.<hr> <b>Proces PrivateSend przebiega w następujący sposób:</b><ol type="1"> <li>Najpierw PrivateSend dzieli twoje kwoty wejściowe twoich transakcji na standardowe nominały. Są kwoty 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH oraz 10 DASH – mniej więcej jak banknoty, których codziennie używasz.</li> <li>Następnie twój portfel wysyła żądania do specjalnie skonfigurowanych węzłów sieci, zwanych "masternodami." Masternody otrzymują komunikat, że jesteś zainteresowany wymieszaniem określonego nominału. Masternody nie otrzymują żadnych informacji pozwalających na identyfikację, w związku z tym nigdy nie wiedzą "kim" jesteś.</li> <li>Kiedy dwaj inni użytkownicy wyślą podobne komunikaty, z żądaniem wymieszania takiego samego nominału, rozpocznie się sesja mieszania. Masternode wymiesza kwoty wejściowe i nakaże portfelom trzech użytkowników wypłacić do siebie przetworzone kwoty wejściowe. Twój portfel wpłaci dany nominał do siebie samego, jednak na inny adres (tzw. adres reszty).</li> <li>W celu pełnego zaciemnienia pochodzenia środków, twój portfel musi powtórzyć te czynności dla każdego nominału określoną ilość razy. Każde wykonanie tego procesu określamy mianem "rundy." Każda runda procesu PrivateSend wykładniczo zwiększa trudność ustalenia pochodzenia twoich środków.</li> <li>Proces mieszania odbywa się w tle, bez dodatkowego zaangażowania z twojej strony. Kiedy zechcesz wykonać transakcję, twoje środki będą już zanonimizowane. Nie będzie konieczne dodatkowe oczekiwanie.</li> </ol> <hr><b>UWAGA:</b> Portfel zawiera tylko 1000 "adresów reszty." Każde mieszanie zużywa do 9 adresów. Oznacza to, że po 100 mieszaniach zużyjesz ok. 1000 adresów. Po wykorzystaniu 900 adresów, portfel musi wygenerować nowe adresy. Może to nastąpić jedynie, jeżeli włączone jest automatyczne tworzenie kopii zapasowych.<br> Dlatego też PrivateSend jest wyłączone, jeżeli użytkownik wyłączył automatyczne tworzenie kopii zapasowych. <hr>Więcej informacji na temat PrivateSend<a href="https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html"> można znaleźć w dokumentacji technicznej</a>. @@ -990,8 +994,16 @@ Ponieważ jest to pierwsze uruchomienie programu, możesz wybrać gdzie %1 będzie przechowywał swoje dane. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 ściągnie i zapisze kopię łańcucha bloków-blockchain na twoim dysku. Co najmniej %2GB danych zostanie zapisanych w tym katalogu, a z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Gdy naciśniesz OK, %1 zacznie się pobieranie i przetwarzanie całego %4 łańcucha bloków (%2GB) zaczynając od najwcześniejszych transakcji w %3 gdy %4 został uruchomiony. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Wstępna synchronizacja jest bardzo wymagająca i może ujawnić wcześniej niezauważone problemy sprzętowe. Za każdym uruchomieniem %1 pobieranie będzie kontynuowane od miejsca w którym zostało zatrzymane. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Jeśli wybrałeś opcję ograniczenia przechowywania łańcucha bloków (przycinanie) dane historyczne cały czas będą musiały być pobrane i przetworzone, jednak po tym zostaną usunięte aby ograniczyć użycie dysku. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Użyj wybranego folderu dla danych + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Co najmniej %1 GB danych, zostanie zapisane w tym katalogu, dane te będą przyrastały w czasie. + + + Approximately %1 GB of data will be stored in this directory. + Około %1 GB danych zostanie zapisane w tym katalogu. + + + %1 will download and store a copy of the Dash block chain. + %1 pobierze i zapisze lokalnie kopię łańcucha bloków Dash. + + + The wallet will also be stored in this directory. + Portfel również zostanie zapisany w tym katalogu. + Error: Specified data directory "%1" cannot be created. Wystąpił błąd: Katalog "%1" nie może zostać stworzony. @@ -1024,78 +1052,22 @@ Form Formularz - - My Masternodes - Moje masternody - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Uwaga! Status twoich masternodów w lokalnym portfelu potencjalnie może być niezupełnie poprawny.<br />Jeżeli twój masternode powinien być uruchomiony, ale nadal nie widzisz słowa "WŁĄCZONY" w polu "Status", <br />zawsze poczekaj na zsynchronizowanie danych dodatkowych i porównaj z danymi z innego węzła. - - - Alias - Alias - Address Adres - - Protocol - Protokół - Status Status - - Active - Aktywny - - - Last Seen - Ostatnio widziany - Payee Odbiorca - - S&tart alias - U&ruchom alias - - - Start &all - Uruchom &wszystkie - - - Start &MISSING - Uruchom &brakujące - - - &Update status - &Aktualizuj status - - - Show additional Masternode information - Pokaż dodatkowe informacje na temat Masternode - - - Show &Info... - Pokaż &informacje... - - - Status will be updated automatically in (sec): - Czas (w sekundach) do automatycznej aktualizacji statusu: - 0 0 - - All Masternodes - Wszystkie Masternody - Filter List: Filtruj listę: @@ -1108,14 +1080,18 @@ Node Count: Liczba węzłów: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Uwaga: Ta lista jest starszą niedeterministyczną listą masternodów. Jest ona aktywna tylko dopóki DIP3 nie zostanie w pełni aktywowany. Jak tylko SPORK15 zostanie włączony, llista ta będzie pusta. </p></body></html> - DIP3 Masternodes DIP3 Masternody + + Show only masternodes this wallet has keys for. + Pokaż tylko masternody których klucze są w tym portfelu. + + + My masternodes only + Tylko moje masternody + PoSe Score Wynik PoSe @@ -1136,14 +1112,6 @@ Operator Reward Nagroda dla operatora - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p> Uwaga: Ta lista nie jest jeszcze aktywna i istnieje tylko w celu informacyjnym. Sieć dalej działą w trybie kompatybilności, co onacza że niedeterministyczna lista masternodów jest wciąż aktywna, Ta lista zacznie działać po aktywowaniu SPORK15. Co więcej, wartości w polach płatności nie są w tej chwili używane, ale wciąż aktualizowane dla każdego bloku. Zignoruj je dopóki SPORK15 nie zosanie w pełni aktywowany. - - - Start alias - Uruchom alias - Copy ProTx Hash Skopiuj ProTx Hash @@ -1180,70 +1148,6 @@ NONE ŻADEN - - Confirm masternode start - Potwierdź start masternoda - - - Are you sure you want to start masternode %1? - Czy na pewno chcesz wystartować masternod %1? - - - Confirm all masternodes start - Potwierdź start wszystkich masternodów - - - Are you sure you want to start ALL masternodes? - Czy na pewno chcesz wystartować WSZYSTKIE masternody? - - - Command is not available right now - Obecnie komenda jest niedostępna. - - - You can't use this command until masternode list is synced - Nie możesz użyć tej komendy przed zsynchronizowaniem listy masternodów. - - - Confirm missing masternodes start - Potwierdź uruchomienie zagubionego masternoda - - - Are you sure you want to start MISSING masternodes? - Czy na pewno chcesz wystartować BRAKUJĄCE masternody? - - - Additional information for Masternode %1 - Dodatkowe nformacje na temat Masternode %1 - - - Masternode Private Key - Klucz Prywatny Masternoda - - - Private Key - Klucz Prywatny - - - Collateral - Zastaw - - - IP - IP - - - Version - Wersja - - - Unknown - Nieznany - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Dodatkowe informacje dla DIP3 Masternode %1 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 jeszcze się bezpiecznie nie zamknął... - - Error reading masternode configuration file: %1 - Błąd wczytywania pliku konfiguracji masternoda: %1 - Amount Kwota @@ -2246,7 +2142,7 @@ https://www.transifex.com/projects/p/dash/ &Network Traffic - $Ruch sieciowy + Ruch sieciowy &Clear @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Aktywność sieci jest wyłączona + + Total: %1 (Enabled: %2) + Wszystkich: %1 (Włączonych: %2) + %1 B %1 B @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 potwierdzeń + + locked via LLMQ based ChainLocks + zablokowane przez LLMQ oparte o ChainLocks + + + verified via LLMQ based InstantSend + zweryfikowane przez LLMQ oparte o InstantSend + verified via InstantSend potwierdzono przez InstantSend @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Pokaż szczegóły transakcji + + Show address QR code + Pokaż adres kodu QR + Export Transaction History Eksport historii transakcji @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. Historia transakcji została zapisana do %1. + + QR code + Kod QR + Range: Zakres: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. dadf - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Musisz sprecyzować masternodeprivkey w konfiguracji. Proszę przeglądnij dokumentacje w celu pomocy. - Accept command line and JSON-RPC commands Zaakceptuj linie poleceń oraz polecenia JSON-RPC @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Zwiąż z danym adresem oraz wpisz łączących się peerów na białą liste. Użyj notacji [host]:port dla IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Zwiąż z danym adresem oraz wpisz łączących się peerów na białą liste. Użyj notacji [host]:port dla IPv6. Opcja ta może być ustawiana wielokrotnie (domyślnie: połącz z wszystkimi interfejsami) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Zamiast demaskowania 077, stwórz nowe pliki z domyślnymi pozwoleniami systemu (możliwe tylko z wyłączoną funkcją porfela) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (domyślnie: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet parametr musi tylko precyzować nazwę pliku (nie scieżkę) + Accept public REST requests (default: %u) Akceptuj publiczne żądania REST (domyślnie: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Nieudane ładowanie bufora masternodów z - - Failed to load masternode payments cache from - Nieudane ładowanie bufora płatności masternodów z - Found enough users, signing ( waiting %s ) Znaleziono wystarczającą ilość użytkowników, trwa podoposywanie ( poczekaj %s ) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Niewystarczające środki - - Invalid -onion address: '%s' - Nieprawidłowy adres -onion: '%s' - - - Invalid -proxy address: '%s' - Nieprawidłowy adres -proxy: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Nieprawidłowa kwota dla -paytxfee=<amount>: '%s' (musi wynosić co najmniej %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Ładuję pamięć podręczną masternoda... - - Loading masternode payment cache... - Ładuję pamięć podręczną płatności masternodów... - Lock is already in place. Transakcja została już zamknięta. - - Lock masternodes from masternode configuration file (default: %u) - Zamknij masternody z pliku konfiguracji (domyślnie: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Maksymalny bufor odbierający na każde połączenie, <n>*1000 bajtów (domyślny: %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Łącz się tylko z węzłami w sieci <net> (ipv4, ipv6 lub onion) - - Port: %d - Port: %d - Prepend debug output with timestamp (default: %u) Poprzedź wyniki debugowania datą i godziną (domyślnie: %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) ustaw limit czasu połączenia w milisekundach (minimum: 1, domyślnie: %d) - - Specify masternode configuration file (default: %s) - Ustaw plik konfiguracji masternoda (domyślnie: %s) - Specify pid file (default: %s) Sprecyjzuj plik pid (domyślny: %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Wydaj niepotwierdzoną resztę podczas wysyłania transakcji (domuślnie: %u) - - Submitted following entries to masternode: %u / %d - Następujące wpisy zostały przesłane do masternoda: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Zapisano do masternoda, czekam na więcej wejść ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Przesłano do masterdnoda, czekaj na swoją kolej %s - - Synchroning blockchain... - Synchronizuję łańcuch bloków... - Synchronization failed Synchronizacja nie powiodła się @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Synchronizacja zakończona - - Synchronizing masternodes... - Synchronizuję masternody... - This is not a Masternode. To nie jest Masternode. @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Spróbuje ponownie... - - Invalid masternodeprivkey. Please see documenation. - Nieprawidłowy klucz prywatny masternoda. Przeczytaj dokumentację. - Can't find random Masternode. Nie można znaleźć przypadkowego masternoda. @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Nie możesz miksować w trakcie synchronizacji. - - Could not parse masternode.conf - Nie można analizować masternode.conf - Invalid netmask specified in -whitelist: '%s' Niewłaściwa maska sieci w -whitelist: '%s' - - Invalid port detected in masternode.conf - Wykryto niewłaściwy port w masternode.conf - Invalid script detected. Wykryto nieprawidłowy skrypt. @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! %s plik zawiera wszystkie klucze prywatne przechowywane w tym portfelu. Nie dawaj nikomu dostępu do tego pliku. + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Powiąż z podanym adresem, aby nasłuchiwać połączeń JSON-RPC. Ta opcja jest ignorowana, chyba że przekazany zostanie także -rpcallowip. Port jest opcjonalny i zastępuje -rpcport. Użyj [host]: notacja portu dla IPv6. Ta opcja może być podana wiele razy (domyślnie: 127.0.0.1 i :: 1 tj. Localhost lub jeśli podano -rpcallowip, 0.0.0.0 i :: tj. wszystkie adresy) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Wykryj własny adres IP (domyślnie: 1 kiedy nasłuchuje, bez stosowania -externalip lub -proxy) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Aby wrócić do trybu bez bez obcinki, musisz odtworzyć bazę danych za pomocą komendy -reindex. Cały blockchain zostanie ponownie ściągnięty. - - (%d could be used only on mainnet) - (%d może być użyte jedynie na głównej sieci) - (default: %u) (domyślnie: %u) - - (must be %d for mainnet) - (musi być %d dla głównej sieci) - -maxmempool must be at least %d MB -maxmempol musi być przynajmniej %d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Nie powiodło się ładowanie bufora sporków z - - Failed to parse host:port string - Nieudane analizowanie hosta:port string - Fee (in %s/kB) to add to transactions you send (default: %s) Dodanie opłaty (w %s/kB) do twojej transakcji (domyślnie: %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Zbyt mało czasu upłynęło od ostatniej udanej transakcji PrivateSend. - - Line: %d - Linia: %d - Loading InstantSend data cache... Ładowanie bufora danych InstandSend... - - Loading addresses... - Wczytuję adresy... - Loading block index... Wczytuję indeks bloków @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Zmuś portfel do wysłania transakcji. - - Masternode cache is empty, skipping payments and governance cache... - Cache masternodów jest pusty, pomijam cache płatności i zarządzania... - Masternode options: Opcje masternodów: @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Przeskanuj blockchain ponownie aby zlokalizować zagubione transakcje podczas startu. + + Submitted following entries to masternode: %u + Zgłoszono następujące wpisy do masternoda: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Zgłoszono do masternoda, czekam na więcej wejść ( %u ) %s + + + Synchronizing blockchain... + Synchronizuje blockchain... + The wallet will avoid paying less than the minimum relay fee. Portfel będzie unikał płacenia mniejszej niż przekazana opłaty. @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Portfel nie stworzy transakcji które są sprzeczne z limitami puli pamięci. (domyślnie: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Uwaga: Przynajmniej %d z %d masterndów jest na nowszej wersji. Sprawdź najnowsze wydania oprogramowania, możliwe że musisz również dokonać aktualizacji. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Uwaga: Każdy masternde ( z %d znanych) jest na nowszej wersji. Sprawdź najnowsze wydania oprogramowania, możliwe że przeoczyłeś ważną/krytyczną aktualizację. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Ostrzeżenie: Odtworzono dane z uszkodzonego pliku portfela! Oryginalny %s został zapisany jako %s w %s; jeśli twoje saldo lub transakcje są niepoprawne powinieneś odtworzyć kopię zapasową. @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Wstępna kontrola poprawności nie powiodła się. %s wyłącza się. + + Invalid -onion address or hostname: '%s' + Niewłaściwy adres -onion lub nazwa hosta: '%s' + + + Invalid -proxy address or hostname: '%s' + Nieprawidłowy adres -proxy lub nazwa hosta: '%s' + Invalid amount for -%s=<amount>: '%s' Nieprawidłowa kwota dla -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Niewłaściwe znaki w -wallet nazwie pliku + Invalid spork address specified with -sporkaddr Nieważny adres spork ustawiony z -sporkaddr @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Trzymaj N DASH zanonimizowane (%u-%u, domyślnie: %u) + + Loading P2P addresses... + Wczytywanie adresów P2P... + Print this help message and exit Wyświetl ten tekst pomocy i wyjdź @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Ustaw maksymalny rozmiar bloku w bajtach (domyślny: %d) - - Set the masternode private key - Ustaw klucz prywatny masternoda - Show all debugging options (usage: --help -help-debug) Pokaż wszystkie opcje debugowania (użyj: --help -help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Synchronizuję obiekty zarządzania... - - Synchronizing masternode payments... - Synchronizacja płatności masternodów... - The source code is available from %s. Kod źródłowy dostępny jest z %s. diff --git a/src/qt/locale/dash_pt.ts b/src/qt/locale/dash_pt.ts index ea9e10732496e..8c75b6486ee97 100644 --- a/src/qt/locale/dash_pt.ts +++ b/src/qt/locale/dash_pt.ts @@ -437,14 +437,6 @@ Open configuration file Abrir arquivo de configuração - - Open &Masternode Configuration File - Abrir arquivo de configuração do &Masternode - - - Open Masternode configuration file - Abrir arquivo de configuração de Masternode - Show Automatic &Backups Mostrar &backups automáticos @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Total: %1 (Compatível c/ EP: %2 / Habilitado: %3) - Network Alert Alerta da Rede @@ -990,8 +978,16 @@ Como essa é a primeira vez que o programa é executado, você pode escolher onde %1 armazenará seus dados. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 fará o download e armazenará uma cópia da cadeia de blocos do Dash. Pelo menos %2GB de dados serão armazenados neste diretório e crescerão com o tempo. A carteira também será armazenada neste diretório. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Quando clicar OK, %1 vai começar a descarregar e processar a cadeia de blocos %4 completa (%2GB) começando com as transações mais antigas em %3 quando a %4 foi inicialmente lançada. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Esta sincronização inicial é muito exigente, e pode expor problemas com o seu computador que previamente podem ter passado despercebidos. Cada vez que corre %1, este vai continuar a descarregar de onde deixou. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Se escolheu limitar o armazenamento da cadeia de blocos (poda), a data histórica ainda tem de ser descarregada e processada, mas irá ser apagada no final para manter uma utilização baixa do espaço de disco. Use the default data directory @@ -1001,6 +997,22 @@ Use a custom data directory: Use um diretório de dados personalizado: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + No mínimo %1 GB de dados irão ser armazenados nesta pasta. + + + Approximately %1 GB of data will be stored in this directory. + Aproximadamente %1 GB de dados irão ser guardados nesta pasta. + + + %1 will download and store a copy of the Dash block chain. + %1 irá descarregar e armazenar uma cópia da cadeia de blocos da Dash. + + + The wallet will also be stored in this directory. + A carteira também será guardada nesta pasta. + Error: Specified data directory "%1" cannot be created. Erro: Diretório de dados "%1" não pode ser criado. @@ -1024,78 +1036,22 @@ Form Formulário - - My Masternodes - Meus Masternodes - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Nota: O status de seus masternodes na carteira local pode potencialmente ser ligeiramente incorreto. <br />Sempre espere que a carteira sincronize dados adicionais e depois cheque novamente de outro nó <br />, se o seu masternode estiver em execução, mas você ainda não vê "ATIVADO" no campo "Status". - - - Alias - Apelido - Address Endereço - - Protocol - Protocolo - Status Status - - Active - Ativo - - - Last Seen - visto pela última vez - Payee Payee - - S&tart alias - Iniciar Apelido - - - Start &all - Iniciar tudo - - - Start &MISSING - Iniciar &FALTANTES - - - &Update status - &Update status - - - Show additional Masternode information - Mostrar informações adicionais do Masternode - - - Show &Info... - Mostrar &Info... - - - Status will be updated automatically in (sec): - O estado será atualizado automaticamente em (seg): - 0 0 - - All Masternodes - Todos os Masternodes - Filter List: Filtrar Lista: @@ -1108,10 +1064,6 @@ Node Count: Contagem de Masternodes - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Nota: Esta lista representa a lista de masternode legada e não determinística. Só está ativo enquanto o DIP3 não estiver totalmente ativado. Após a ativação do SPORK15, esta lista estará vazia.</p></body></html> - DIP3 Masternodes DIP3 Masternodes @@ -1136,14 +1088,6 @@ Operator Reward Recompensa do Operador - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Nota: Esta lista ainda não está ativa e apenas para fins informativos. A rede ainda está em execução no modo de compatibilidade, o que significa que a lista de masternodes não determinísticos ainda está ativa. Somente após a ativação do SPORK15, essa lista se tornará ativa. Além disso, os valores nos campos relacionados ao pagamento não são usados no momento, mas ainda são atualizados para cada bloco. Por favor, ignore isso até a ativação do SPORK15.</p></body></html> - - - Start alias - Iniciar apelido - Copy ProTx Hash Copiar ProTx Hash @@ -1180,70 +1124,6 @@ NONE NENHUM - - Confirm masternode start - Confirmar início de masternode - - - Are you sure you want to start masternode %1? - Tem certeza de que deseja iniciar o masternode %1? - - - Confirm all masternodes start - Confirmar inicialização de todos masternodes - - - Are you sure you want to start ALL masternodes? - Tem certeza que quer inicializar TODOS os masternodes? - - - Command is not available right now - Esse comando não está disponível nesse momento - - - You can't use this command until masternode list is synced - Você não pode usar este comando até que a lista do masternode seja sincronizada - - - Confirm missing masternodes start - Confirmar inicialização dos masternodes faltantes - - - Are you sure you want to start MISSING masternodes? - Tem certeza que quer inicializar os masternodes FALTANTES? - - - Additional information for Masternode %1 - Informações adicionais para o Masternode %1 - - - Masternode Private Key - Chave Privada Masternode - - - Private Key - Chave Privada - - - Collateral - Garantia - - - IP - IP - - - Version - Versão - - - Unknown - Desconhecido - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Informações adicionais para DIP3 Masternode %1 @@ -2005,18 +1885,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 ainda não terminou com segurança... - - Error reading masternode configuration file: %1 - Erro ao ler o arquivo de configuração do masternode: %1 - Amount Quantia @@ -3929,10 +3801,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Atenção: Nós não parecemos concordar plenamente com nossos nós! Você pode precisar atualizar ou outros nós podem precisar atualizar. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Você deve especificar um masternodeprivkey na configuração. Por favor, consulte a documentação para obter ajuda. - Accept command line and JSON-RPC commands Aceitar linha de comando e comandos JSON-RPC @@ -4053,10 +3921,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Vincular ao endereço fornecido e sempre escutar nele. Use a notação [host]:port para IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Vincular a determinado endereço para atender as ligações JSON-RPC. Use [host]: Notação de porta para IPv6. Esta opção pode ser especificada várias vezes (padrão: ligam-se a todas as interfaces) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Criar novos arquivos com permissões padrão do sistema, em vez de umask 077 (apenas efetivo com funcionalidade de carteira desabilitada) @@ -4201,10 +4065,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Falha ao carregar o cache masternode de - - Failed to load masternode payments cache from - Falha ao carregar o cache de pagamentos do masternode - Found enough users, signing ( waiting %s ) Encontrou usuários suficientes, assinando ( esperando %s ) @@ -4249,14 +4109,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Saldo insuficiente. - - Invalid -onion address: '%s' - Endereço -onion inválido: '%s' - - - Invalid -proxy address: '%s' - Endereço - proxy inválido: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Valor inválido para -paytxfee=<amount>: '%s' (precisa ser no mínimo %s) @@ -4293,18 +4145,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Carregando o cache do masternode ... - - Loading masternode payment cache... - Carregando o cache de pagamento do masternode ... - Lock is already in place. Bloqueio já está no lugar. - - Lock masternodes from masternode configuration file (default: %u) - Bloquear masternodes do arquivo de configuração do masternode (padrão: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Buffer máximo de recebimento por conexão, <n>*1000 bytes (padrão: %u) @@ -4341,10 +4185,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Somente conectar a clientes na rede <net> (ipv4, ipv6 ou onion) - - Port: %d - Porta: %d - Prepend debug output with timestamp (default: %u) Adiciona timestamp como prefixo no debug (padrão: %u) @@ -4385,10 +4225,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Especificar tempo para desistência de conexões, em mili segundos (mínimo: 1, padrão: %d) - - Specify masternode configuration file (default: %s) - Especificar ficheiro de configuração masternode (omissão: %s) - Specify pid file (default: %s) Especificar arquivo pid (padrão: %s) @@ -4397,22 +4233,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Gastar troco não confirmado quando enviar transações (padrão: %u) - - Submitted following entries to masternode: %u / %d - Apresentadas as seguintes entradas ao masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Apresentado ao masternode, esperando por mais entradas ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Enviado para o masternode, esperando na fila %s - - Synchroning blockchain... - Sincronizando blockchain... - Synchronization failed Sincronização falhou @@ -4421,10 +4245,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Sincronização finalizada - - Synchronizing masternodes... - Sincronizando masternodes... - This is not a Masternode. Este não é um Masternode. @@ -4493,10 +4313,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Será feita nova tentativa... - - Invalid masternodeprivkey. Please see documenation. - masternodeprivkey inválida. Por favor, consulte a documentação. - Can't find random Masternode. Não é possível encontrar o Masternode aleatório. @@ -4505,18 +4321,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Não é possível misturar enquanto a sincronização está em progresso. - - Could not parse masternode.conf - Impossível avaliar masternode.conf - Invalid netmask specified in -whitelist: '%s' Máscara de rede inválida detectada em -whitelist: '%s' - - Invalid port detected in masternode.conf - Porta inválida detectada em masternode.conf - Invalid script detected. Detectado script inválido. @@ -4693,18 +4501,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Você precisa reconstruir o banco de dados usando -reindex para sair do modo prune. Isso irá rebaixar todo o blockchain. - - (%d could be used only on mainnet) - (%d poderia ser usado somente na mainnet) - (default: %u) (padrão: %u) - - (must be %d for mainnet) - (precisa ser %d para mainnet) - -maxmempool must be at least %d MB -maxmempool deve ser pelo menos %d MB @@ -4785,10 +4585,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Falha ao carregar o cache de sporks de - - Failed to parse host:port string - Falha ao avaliar a string host:port - Fee (in %s/kB) to add to transactions you send (default: %s) Taxa (em %s/kB) a ser adicionada às transações que você mandar (padrão: %s) @@ -4817,18 +4613,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. A última ação PrivateSend com sucesso foi muito recente. - - Line: %d - Linha: %d - Loading InstantSend data cache... Carregando o cache de dados do InstantSend ... - - Loading addresses... - Carregando endereços... - Loading block index... Carregando índice de blocos... @@ -4857,10 +4645,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Criar transações de transmissão de carteira - - Masternode cache is empty, skipping payments and governance cache... - A cache masternode está vazia, pulando cache de pagamentos e governança... - Masternode options: Opções do Masternode: @@ -5149,14 +4933,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) A carteira não irá criar transações que violem o limite da mempool chain (padrão: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Aviso: Pelo menos %d de %d masternodes estão sendo executados em uma versão de software mais recente. Por favor, verifique os últimos lançamentos, talvez você precise atualizar também. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Aviso: Cada masternode (fora de %d conhecidos) está sendo executado em uma versão de software mais recente. Por favor, verifique os últimos lançamentos, é muito provável que você tenha perdido uma atualização importante / crítica. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Atenção: Arquivo da carteira corrompido, dados recuperados! Original %s salvo como %s em %s; se seu saldo ou transações estiverem incorretos, você deve restaurar o backup. @@ -5241,6 +5017,14 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. O teste de integridade de inicialização falhou. O %s está sendo desligado. + + Invalid -onion address or hostname: '%s' + Endereço -onion ou hostname inválido: '%s' + + + Invalid -proxy address or hostname: '%s' + Endereço -proxy ou nome do servidor inválido: '%s' + Invalid amount for -%s=<amount>: '%s' Quantidade inválida para -%s=<amount>: '%s' @@ -5253,6 +5037,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Mantenha o N DASH anônimo (%u-%u, padrão: %u) + + Loading P2P addresses... + A carregar endereços de P2P... + Print this help message and exit Mostra essa mensagem de ajuda e sai @@ -5301,10 +5089,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Definir tamanho máximo do bloco em bytes (padrão: %d) - - Set the masternode private key - Definir a chave privada do masternode - Show all debugging options (usage: --help -help-debug) Exibe todas as opçoes de debug (uso: --help -help-debug) @@ -5341,10 +5125,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Sincronizando objetos de governança .... - - Synchronizing masternode payments... - Sincronizando pagamentos do masternode... - The source code is available from %s. O código fonte está disponível pelo %s. diff --git a/src/qt/locale/dash_ru.ts b/src/qt/locale/dash_ru.ts index 2809692a69b5a..90adeac6e9291 100644 --- a/src/qt/locale/dash_ru.ts +++ b/src/qt/locale/dash_ru.ts @@ -21,6 +21,14 @@ &Copy &Копировать + + Show QR code for the currently selected address + Показать QR-код для выбранного адреса + + + &Show QR code + &Показать QR-код + Delete the currently selected address from the list Удалить выбранный адрес из списка @@ -81,6 +89,14 @@ &Edit &Правка + + &Show address QR code + &Показать QR-код адреса + + + QR code + QR-код + Export Address List Экспортировать список адресов @@ -437,14 +453,6 @@ Open configuration file Открыть файл настроек - - Open &Masternode Configuration File - Открыть файл настроек &мастернод - - - Open Masternode configuration file - Открыть файл настроек мастернод - Show Automatic &Backups Показать автоматические резервные &копии @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Всего: %1 (Совместимых с PS: %2 / Активных: %3) - Network Alert Сетевая тревога @@ -990,8 +994,16 @@ Так как вы впервые запустили программу, вы можете выбрать, где %1 будет хранить данные. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 скачает и сохранит копию цепочки блоков. Как минимум %2ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + После нажатия OK, %1 начнет скачивать и проверять всю цепочку блоков %4 (%2GB), начиная с самых ранних транзакций %3, т.е. со времени запуска проекта %4. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Начальная синхронизация требует много ресурсов и, возможно, обнаружит проблемы с Вашим компьютером, которых Вы ранее не замечали. Каждый раз, когда Вы запускаете %1, скачивание будет продолжено с того места, где оно было остановлено в прошлый раз. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Если Вы выбрали ограниченное хранение цепочки блоков (удаление старых блоков), исторические данные все равно будут скачаны и проверены, после чего они будут удалены для уменьшения размера хранимых данных. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Использовать другой каталог данных: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Как минимум %1 GB данных будет сохранено в этой папке, но со временем размер будет увеличиваться. + + + Approximately %1 GB of data will be stored in this directory. + Приблизительно %1 GB данных будет сохранено в этой папке. + + + %1 will download and store a copy of the Dash block chain. + %1 скачает и сохранит копию цепочки блоков Dash. + + + The wallet will also be stored in this directory. + Ваш кошелек будет сохранен в этой же папке. + Error: Specified data directory "%1" cannot be created. Ошибка: не удалось создать указанный каталог данных "%1". @@ -1024,78 +1052,22 @@ Form Форма - - My Masternodes - Мои мастерноды - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Примечание: Статус Ваших мастернод в локальном кошельке может быть не совсем корректным.<br />Всегда дожидайтесь окончания синхронизации дополнительных данных и перепроверяйте с другой ноды,<br />если Ваша мастернода должна быть активна, но ее статус все равно не отображается как "ENABLED". - - - Alias - Имя - Address Адрес - - Protocol - Протокол - Status Статус - - Active - Активна - - - Last Seen - Последняя активность - Payee Получатель - - S&tart alias - Запуск по &имени - - - Start &all - Запуск &всех - - - Start &MISSING - Запуск &MISSING - - - &Update status - &Обновить статус - - - Show additional Masternode information - Показать дополнительную информацию о мастерноде - - - Show &Info... - Показать &информацию - - - Status will be updated automatically in (sec): - Статус будет обновлен автоматически через (сек): - 0 0 - - All Masternodes - Все мастерноды - Filter List: Фильтровать список: @@ -1108,14 +1080,18 @@ Node Count: Количество узлов: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Примечание: Этот список показывает старые недетерминированные мастерноды. Он будет активным до тех пор, пока DIP3 не будет полностью активирован. После активации SPORK15 этот список будет обнулен.</p></body></html> - DIP3 Masternodes DIP3 мастерноды + + Show only masternodes this wallet has keys for. + Показывать только мастерноды, ключи от которых есть в этом кошельке. + + + My masternodes only + Только мои мастерноды + PoSe Score PoSe штраф @@ -1136,14 +1112,6 @@ Operator Reward Награда оператора - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Примечание: Этот список еще не активен и пока что служит только для информационных целей. Сеть все еще работает в режиме совместимости, что означает, что старый список недетерминированных мастернод все еще активен. Этот список станет активным только после активации SPORK15. Также обратите внимание, что хотя значения в платежных полях и обновляются с каждым новым блоком, но на данный момент они не используются. Пожалуйста, игнорируйте их до активации SPORK15.</p></body></html> - - - Start alias - Запуск по имени - Copy ProTx Hash Скопировать хэш ProTx @@ -1180,70 +1148,6 @@ NONE NONE - - Confirm masternode start - Подтверждение запуска мастерноды - - - Are you sure you want to start masternode %1? - Вы уверены, что хотите запустить мастерноду %1? - - - Confirm all masternodes start - Подтверждение запуска всех мастернод - - - Are you sure you want to start ALL masternodes? - Вы уверены, что хотите запустить ВСЕ мастерноды? - - - Command is not available right now - Команда в данный момент недоступна - - - You can't use this command until masternode list is synced - Вы не можете использовать данную команду до завершения синхронизации списка мастернод - - - Confirm missing masternodes start - Подтверждение запуска отсутствующих мастернод - - - Are you sure you want to start MISSING masternodes? - Вы уверены, что хотите запустить ОТСУТСТВУЮЩИЕ мастерноды? - - - Additional information for Masternode %1 - Дополнительная информация по мастерноде %1 - - - Masternode Private Key - Закрытый ключ мастерноды - - - Private Key - Закрытый ключ - - - Collateral - Обеспечительная транзакция - - - IP - IP - - - Version - Версия - - - Unknown - Неизвестно - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 Дополнительная информация для DIP3 мастерноды %1 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 еще не завершил работу... - - Error reading masternode configuration file: %1 - Ошибка чтения файла конфигурации мастернод: %1 - Amount Сумма @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Сетевая активность отключена + + Total: %1 (Enabled: %2) + Всего: %1 (Активных: %2) + %1 B %1 Б @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 подтверждений + + locked via LLMQ based ChainLocks + зафиксировано с помощью ChainLocks на основе LLMQ + + + verified via LLMQ based InstantSend + проверено с помощью InstantSend на основе LLMQ + verified via InstantSend проверено через InstantSend @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Показать подробности транзакции + + Show address QR code + Показать QR-код адреса + Export Transaction History Экспортировать историю транзакций @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. История транзакций была успешно сохранена в %1. + + QR code + QR-код + Range: Промежуток от: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Внимание: обнаружено несогласие с подключенными участниками! Вам или другим участникам, возможно, следует обновиться. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Необходимо указать masternodeprivkey в файле конфигурации. Пожалуйста, ознакомьтесь с документацией. - Accept command line and JSON-RPC commands Принимать командную строку и команды JSON-RPC @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Привязаться к указанному адресу и внести пиров, использующих его, в белый список. Используйте [хост]:порт для IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Привязаться к указанному адресу для прослушивания JSON-RPC соединений. Используйте [хост]:порт для IPv6. Эту опцию можно указывать несколько раз (по умолчанию: привязаться ко всем интерфейсам) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Создавать новые файлы с разрешениями по умолчанию вместо umask 077 (актуально только с отключенной функциональностью кошелька) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (по умолчанию: %s) + + -wallet parameter must only specify a filename (not a path) + Параметр -wallet должен указывать только имя файла (без пути) + Accept public REST requests (default: %u) Принимать публичные REST-запросы (по умолчанию: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Ошибка загрузки кэша мастернод из - - Failed to load masternode payments cache from - Ошибка загрузки кэша выплат мастернодам из - Found enough users, signing ( waiting %s ) Найдено достаточное количество участников, подписываем ( ожидание %s ) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Недостаточно средств. - - Invalid -onion address: '%s' - Неверный -onion адрес: '%s' - - - Invalid -proxy address: '%s' - Неверный адрес -proxy: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Неверная сумма в параметре -paytxfee=<amount>: '%s' (должна быть минимум %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Загрузка кэша мастернод... - - Loading masternode payment cache... - Загрузка кэша выплат Мастернодам... - Lock is already in place. Установлена блокировка. - - Lock masternodes from masternode configuration file (default: %u) - Заблокировать средства мастернод, указанных в настроечном файле (по умолчанию: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Максимальный размер буфера приёма на одно соединение, <n>*1000 байт (по умолчанию: %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Соединяться только по сети <net> (ipv4, ipv6 или onion) - - Port: %d - Порт: %d - Prepend debug output with timestamp (default: %u) Дописывать в начало отладочного вывода отметки времени (по умолчанию: %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Указать тайм-аут соединения в миллисекундах (минимально: 1, по умолчанию: %d) - - Specify masternode configuration file (default: %s) - Указать конфигурационный файл для мастернод (по умолчанию: %s) - Specify pid file (default: %s) Указать pid-файл (по умолчанию: %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Тратить неподтвержденную сдачу при отправке транзакций (по умолчанию: %u) - - Submitted following entries to masternode: %u / %d - Мастерноде отправлены следующие записи: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Отправлено мастерноде, ожидаем больше записей ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Отправлено на мастерноду, ожидаем в очереди %s - - Synchroning blockchain... - Синхронизация блокчейна... - Synchronization failed Синхронизация закончилась неудачно @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Синхронизация завершена - - Synchronizing masternodes... - Синхронизация списка мастернод... - This is not a Masternode. Это не мастернода. @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Попробуем еще раз... - - Invalid masternodeprivkey. Please see documenation. - Неправильное значение masternodeprivkey. Пожалуйста, ознакомьтесь с документацией. - Can't find random Masternode. Не получилось выбрать случайную Мастерноду. @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Перемешивание до завершения синхронизации невозможно. - - Could not parse masternode.conf - Не могу разобрать masternode.conf - Invalid netmask specified in -whitelist: '%s' В параметре -whitelist указана некорректная маска: '%s' - - Invalid port detected in masternode.conf - Обнаружен некорректный порт в masternode.conf - Invalid script detected. Обнаружен некорректный скрипт. @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! %s файл содержит в себе все закрытые ключи для этого кошелька. Никому его не показывайте! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Привязаться к указанному адресу для прослушивания JSON-RPC соединений. Эта опция игнорируется, если опция -rpcallowip не указана. Порт можно не указывать, но если указать то он перекроет опцию -rpcport. Используйте [хост]:порт для IPv6. Эту опцию можно указывать несколько раз (по умолчанию: 127.0.0.1 и ::1, т.е. localhost, а если указан -rpcallowip, то 0.0.0.0 и ::, т.е. все интерфейсы) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Определить свой IP (по умолчанию: 1 при прослушивании и если не используется -externalip или -proxy) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Вам необходимо пересоздать базы данных, запустив клиент с ключом -reindex, чтобы вернуться в полный режим. Это приведет к повторному скачиванию всей цепи блоков. - - (%d could be used only on mainnet) - (%d можно использовать только в главной сети) - (default: %u) (по умолчанию: %u) - - (must be %d for mainnet) - (должно быть %d в главной сети) - -maxmempool must be at least %d MB -maxmempool должно быть минимум %d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Ошибка загрузки кэша спорков из - - Failed to parse host:port string - Не удалось разбить строку host:port - Fee (in %s/kB) to add to transactions you send (default: %s) Комиссия (в %s/kB), добавляемая к отправляемым Вами транзакциям (по умолчанию: %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Последнее успешное действие PrivateSend было слишком недавно. - - Line: %d - Строка: %d - Loading InstantSend data cache... Загрузка кэша InstantSend... - - Loading addresses... - Загрузка адресов... - Loading block index... Загрузка индекса блоков... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Рассылать транзакции из бумажника - - Masternode cache is empty, skipping payments and governance cache... - Кэш мастернод пуст, пропускаем кэш платежей и объектов управления... - Masternode options: Параметры мастерноды: @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Перепроверить цепочку блоков на предмет отсутствующих в бумажнике транзакций на старте + + Submitted following entries to masternode: %u + Мастерноде отправлены следующие записи: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Отправлено мастерноде, ожидаем больше записей ( %u ) %s + + + Synchronizing blockchain... + Синхронизация блокчейна... + The wallet will avoid paying less than the minimum relay fee. Кошелек не будет платить комиссию меньше, чем необходимо для передачи. @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Кошелек не будет создавать транзакции превышающие ограничения мемпула по длине цепочки (default: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Внимание: как минимум %d из %d мастернод используют новое ПО. Пожалуйста, ознакомьтесь с последними релизами, возможно Вам тоже необходимо перейти на новую версию. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Внимание: все мастерноды (из %d известных) используют новое ПО. Пожалуйста, ознакомьтесь с последними релизами, крайне вероятно, что Вы пропустили значимое либо критическое обновление. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Внимание: кошелек повреждён, данные спасены! Оригинальный %s сохранён как %s в %s. Если Ваш баланс или транзакции некорректны, Вы должны восстановить файл из резервной копии. @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Проверка на непротиворечивость закончилась неудачно. %s выключается. + + Invalid -onion address or hostname: '%s' + Неверный адрес или имя хоста -onion: '%s' + + + Invalid -proxy address or hostname: '%s' + Неверный адрес или имя хоста -proxy: '%s' + Invalid amount for -%s=<amount>: '%s' Некорректное значение в параметре -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Некорректные символы в имени файла -wallet + Invalid spork address specified with -sporkaddr В -sporkaddr указан некорректный адрес @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Держать N DASH анонимизированными (%u-%u, по умолчанию: %u) + + Loading P2P addresses... + Загрузка P2P адресов... + Print this help message and exit Вывести эту справку и выйти @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Установить максимальный размер блока в байтах (по умолчанию: %d) - - Set the masternode private key - Установить закрытый ключ мастерноды - Show all debugging options (usage: --help -help-debug) Показать все отладочные параметры (использование: --help -help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Синхронизация объектов управления... - - Synchronizing masternode payments... - Синхронизация выплат мастернодам... - The source code is available from %s. Исходный код доступен по адресу %s. diff --git a/src/qt/locale/dash_sk.ts b/src/qt/locale/dash_sk.ts index e9af5b905dec8..1576122a326a2 100644 --- a/src/qt/locale/dash_sk.ts +++ b/src/qt/locale/dash_sk.ts @@ -21,6 +21,14 @@ &Copy &Kopírovať + + Show QR code for the currently selected address + &Zobraziť QR kód pre zrovna vybrané adresy + + + &Show QR code + &Zobraziť QR kód + Delete the currently selected address from the list Odstrániť vybranú adresu zo zoznamu @@ -63,11 +71,11 @@ These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Toto sú Vaše Dash adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. + Toto sú vaše Dash adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Toto sú Vaše Dash adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. + Toto sú vaše Dash adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. &Copy Address @@ -81,6 +89,14 @@ &Edit &Upraviť + + &Show address QR code + &Zobraziť adresový QR kód + + + QR code + QR kód + Export Address List Exportovať zoznam adries @@ -185,7 +201,7 @@ %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer. - %1 sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše finančné prostriedky pred krádežou škodlivým softvérom, ktorý napadol váš počítač. + %1 sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť vaše finančné prostriedky pred krádežou škodlivým softvérom, ktorý napadol váš počítač. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet. @@ -379,7 +395,7 @@ Sign messages with your Dash addresses to prove you own them - Podpísať správy s Vašimi Dash adresami ako dôkaz že ich vlastníte + Podpísať správy s vašimi Dash adresami ako dôkaz že ich vlastníte &Verify message... @@ -437,14 +453,6 @@ Open configuration file Otvoriť konfiguračný súbor - - Open &Masternode Configuration File - Otvoriť konfiguračný súbor &Masternode - - - Open Masternode configuration file - Otvoriť konfiguračný súbor Masternode - Show Automatic &Backups Zobraziť automatické &zálohy @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Celkovo: %1 (Kompatibilné s PS: %2 / Zapnuté: %3) - Network Alert Výstraha siete @@ -972,7 +976,7 @@ <h3>PrivateSend Basics</h3> PrivateSend gives you true financial privacy by obscuring the origins of your funds. All the Dash in your wallet is comprised of different "inputs" which you can think of as separate, discrete coins.<br> PrivateSend uses an innovative process to mix your inputs with the inputs of two other people, without having your coins ever leave your wallet. You retain control of your money at all times.<hr> <b>The PrivateSend process works like this:</b><ol type="1"> <li>PrivateSend begins by breaking your transaction inputs down into standard denominations. These denominations are 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH and 10 DASH -- sort of like the paper money you use every day.</li> <li>Your wallet then sends requests to specially configured software nodes on the network, called "masternodes." These masternodes are informed then that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know "who" you are.</li> <li>When two other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).</li> <li>In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. Each time the process is completed, it's called a "round." Each round of PrivateSend makes it exponentially more difficult to determine where your funds originated.</li> <li>This mixing process happens in the background without any intervention on your part. When you wish to make a transaction, your funds will already be anonymized. No additional waiting is required.</li> </ol> <hr><b>IMPORTANT:</b> Your wallet only contains 1000 of these "change addresses." Every time a mixing event happens, up to 9 of your addresses are used up. This means those 1000 addresses last for about 100 mixing events. When 900 of them are used, your wallet must create more addresses. It can only do this, however, if you have automatic backups enabled.<br> Consequently, users who have backups disabled will also have PrivateSend disabled. <hr>For more information, see the <a href="https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html">PrivateSend documentation</a>. - <h3>Základy PrivateSend</h3> PrivateSend Vám poskytuje skutočné finančné súkromie skrývaním pôvodu Vašich zdrojov. Všetky Dash vo vašej peňaženke pozostávajú z rôznych "vstupov", ktoré si môžete predstaviť ako rozdelené, which you can think of as separate, diskrétne mince.<br> PrivateSend používa zdokonalený proces pre miešanie Vašich vstupov so vstupmi iných ľudí bez toho. aby Vaše mince museli opustiť Vašu peňaženku. Počas cele doby máte kontrolu nad Vašimi peniazmi.<hr> <b>Proces PrivateSend funguje nasledovne:</b><ol type="1"> <li>PrivateSend začne rozdelením Vašich transakčných vstupov na štandardné časti, takzvané denominácie. Tieto denominácie sú 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH a 10 DASH -- v podstate niečo ako papierové peniaze, ktoré používate každý deň.</li> <li>Vaša peňaženka potom pošle požiadavok špeciálne nastavenému softvérovému uzlu nazvaného "Masternode". Tieto masternódy sú potom informované, že máte záujem miešať určité denominácie. Masternode neobdrží žiadne informácie ktoré by Vás identifikovali, takže nikdy nevedia kto ste.</li> <li>Keď ďalší dvaja ľudia pošlú podobnú správu hovoriacu o tom že chcú miešať rovnakú denomináciu, začne sa samotné miešanie. Masternode zamieša vstupy a povie peňaženkám všetkých troch používateľov, aby zaplatili teraz už zmiešané vstupy sami sebe. Vaša peňaženka zaplatí tieto denominácie priamo sebe, ale už na inú adresu (nazývanú "meniaca adresa").</li> <li>Aby boli Vaše zdroje plne zakryté, Vaša peňaženka musí zopakovať tento proces niekoľko krát s každou denomináciou. Vždy keď je tento proces dokončený, je nazvaný "kolo". Každé kolo PrivateSend exponenciálne sťažuje určiť odkiaľ pochádzajú Vaše zdroje.</li> <li>Toto miešanie sa deje na pozadí bez nutnosti zásahov z Vašej strany. Keď si prajete uskutočniť transakciu, Vaše zdroje budú už anonymné. Nie je nutné na nič čakať.</li> </ol> <hr> <b>DÔLEŽITÉ:</b> Vaša peňaženka obsahuje iba 1000 týchto "meniacich adries". Vždy keď prebehne miešanie, použije sa maximálne až 9 Vašich adries. To znamená, že týchto 1000 adries vystačí zhruba na 100 miešaní. Keď sa použije 900 adries, Vaša peňaženka musí vytvoriť viac adries. Toto je však možné iba vtedy, keď máte zapnuté automatické zálohovanie.<br> V dôsledku toho, používatelia ktorí majú zálohovanie vypnuté, budú mať vypnutý aj PrivateSend. <hr><a href="https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html">Viac informácií nájdete v dokumentácii PrivateSend</a>. + <h3>Základy PrivateSend</h3> PrivateSend Vám poskytuje skutočné finančné súkromie skrývaním pôvodu vašich zdrojov. Všetky Dash vo vašej peňaženke pozostávajú z rôznych "vstupov", ktoré si môžete predstaviť ako rozdelené, which you can think of as separate, diskrétne mince.<br> PrivateSend používa zdokonalený proces pre miešanie Vašich vstupov so vstupmi iných ľudí bez toho. aby vaše mince museli opustiť Vašu peňaženku. Počas cele doby máte kontrolu nad Vašimi peniazmi.<hr> <b>Proces PrivateSend funguje nasledovne:</b><ol type="1"> <li>PrivateSend začne rozdelením vašich transakčných vstupov na štandardné časti, takzvané denominácie. Tieto denominácie sú 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH a 10 DASH -- v podstate niečo ako papierové peniaze, ktoré používate každý deň.</li> <li>Vaša peňaženka potom pošle požiadavok špeciálne nastavenému softvérovému uzlu nazvaného "Masternode". Tieto masternódy sú potom informované, že máte záujem miešať určité denominácie. Masternode neobdrží žiadne informácie ktoré by Vás identifikovali, takže nikdy nevedia kto ste.</li> <li>Keď ďalší dvaja ľudia pošlú podobnú správu hovoriacu o tom že chcú miešať rovnakú denomináciu, začne sa samotné miešanie. Masternode zamieša vstupy a povie peňaženkám všetkých troch používateľov, aby zaplatili teraz už zmiešané vstupy sami sebe. Vaša peňaženka zaplatí tieto denominácie priamo sebe, ale už na inú adresu (nazývanú "meniaca adresa").</li> <li>Aby boli vaše zdroje plne ukryté, vaša peňaženka musí zopakovať tento proces niekoľko krát s každou denomináciou. Vždy keď je tento proces dokončený, je nazvaný "kolo". Každé kolo PrivateSend exponenciálne sťažuje určiť odkiaľ pochádzajú vaše zdroje.</li> <li>Toto miešanie sa deje na pozadí bez nutnosti zásahov z vašej strany. Keď si prajete uskutočniť transakciu, vaše zdroje budú už anonymné. Nie je nutné na nič čakať.</li> </ol> <hr> <b>DÔLEŽITÉ:</b> Vaša peňaženka obsahuje iba 1000 týchto "meniacich adries". Vždy keď prebehne miešanie, použije sa maximálne až 9 vašich adries. To znamená, že týchto 1000 adries vystačí zhruba na 100 miešaní. Keď sa použije 900 adries, vaša peňaženka musí vytvoriť viac adries. Toto je však možné iba vtedy, keď máte zapnuté automatické zálohovanie.<br> V dôsledku toho, používatelia ktorí majú zálohovanie vypnuté, budú mať vypnutý aj PrivateSend. <hr><a href="https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html">Viac informácií nájdete v dokumentácii PrivateSend</a>. @@ -990,8 +994,16 @@ Keďže toto je prvé spustenie programu, môžete si vybrať, kam %1 bude ukladať vaše údaje. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 stiahne a uloží kópiu reťazca blokov Dash. V tomto adresári bude uložené aspoň %2GB dát a bude časom rásť. Peňaženka bude tiež uložená v tomto adresári. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Keď kliknete na OK tak %1 začne sťahovanie a spracuje celý %4 blockchain (%2GB) počnúc najmladšími transakciami v %3 keď sa %4 prvý krát spustil. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Počiatočná synchronizácia je veľmi náročná a môže odhaliť hardvérové problémy vo vašom počítači o ktorých ste do teraz nevedeli. Vždy keď zapnete %1 tak sa sťahovanie začne presne tam kde bolo pred vypnutím. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Keď ste si vybrali limit na uloženie blockchainu (zmenšenie) tak sa historické dáta budú musieť aj tak stiahnuť a spracovať, ale potom budú zmazané aby sa používanie disku znížilo. Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: Použiť vlastný dátový adresár: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + V tomto adresári bude uložené minimálne %1 GB dát, časom sa využité dáta zvýšia. + + + Approximately %1 GB of data will be stored in this directory. + V tomto adresári bude uložených približne %1 GB dát. + + + %1 will download and store a copy of the Dash block chain. + %1 stiahne a bude uchovávať kópiu Dash blockchainu. + + + The wallet will also be stored in this directory. + Peňaženka bude tiež uložená v tomto adresári. + Error: Specified data directory "%1" cannot be created. Chyba: Zadaný priečinok pre dáta "%1" nemôže byt vytvorený. @@ -1024,78 +1052,22 @@ Form Od - - My Masternodes - Moje Masternódy - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Poznámka: Stav Vašich masternódov v lokálnej peňaženke môže byť potencionálne trochu nepresný.<br />Vždy počkajte na peňaženku pokým nestiahne dodatočné dáta a opätovne neoverí z druhého uzlu,<br />ak by Váš masternode mal bežať, ale stále nevidíte "Zapnuté" v poli "Stav". - - - Alias - Alias - Address Adresa - - Protocol - Protokol - Status Stav - - Active - Aktívne - - - Last Seen - Naposledy videné - Payee Príjemca - - S&tart alias - &Začať alias - - - Start &all - Začať &všetko - - - Start &MISSING - Začať &CHÝBAJÚCE - - - &Update status - &Aktualizovať stav - - - Show additional Masternode information - Zobraziť ďalšie informácie o Masternode - - - Show &Info... - Zobraziť &informácie... - - - Status will be updated automatically in (sec): - Stav bude automaticky aktualizovaný za (sekúnd): - 0 0 - - All Masternodes - Všetky Masternódy - Filter List: Zoznam filtrov: @@ -1108,14 +1080,18 @@ Node Count: Počet uzlov: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Poznámka: Tento zoznam predstavuje starší a nedeterministický zoznam masternódov. Je aktívny iba pokým DIP3 nebol plne aktivovaný. Po aktivácii SPORK15 bude tento zoznam prázdny.</p></body></html> - DIP3 Masternodes DIP3 Masternódy + + Show only masternodes this wallet has keys for. + Zobraziť len masternódy, pre ktoré má táto peňaženka kľúče. + + + My masternodes only + Iba moje masternódy + PoSe Score PoSe skóre @@ -1136,14 +1112,6 @@ Operator Reward Odmena operátora - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Poznámka: Tento zoznam ešte nie je aktívny a slúži len na informačné účely. Sieť stále beží v režime kompatibility, čo znamená, že nedeterministický zoznam masternódov je stále aktívny. Iba po aktivácii SPORK15 sa tento zoznam stane aktívnym. Hodnoty v poliach súvisiacich s platbou sa v súčasnosti nepoužívajú, ale aktualizujú sa pre každý blok. Prosím, ignorujte to až do aktivácie SPORK15.</p></body></html> - - - Start alias - Začať alias - Copy ProTx Hash Skopírovať ProTx hash @@ -1180,70 +1148,6 @@ NONE ŽIADNE - - Confirm masternode start - Potvrdiť spustenie masternode - - - Are you sure you want to start masternode %1? - Ste si istý, že chcete spustiť masternode %1? - - - Confirm all masternodes start - Potvrdiť spustenie všetkých masternódov - - - Are you sure you want to start ALL masternodes? - Ste si istý, že chcete spustiť VŠETKY masternódy? - - - Command is not available right now - Príkaz je momentálne nedostupný - - - You can't use this command until masternode list is synced - Tento príkaz nemôžete použiť pokým sa nesynchronizuje zoznam masternode - - - Confirm missing masternodes start - Potvrdiť spustenie chýbajúcich masternódov - - - Are you sure you want to start MISSING masternodes? - Ste si istý, že chcete spustiť CHÝBAJÚCE masternódy? - - - Additional information for Masternode %1 - Ďalšie informácie o Masternode %1 - - - Masternode Private Key - Súkromný kľúč masternode - - - Private Key - Súkromný kľúč - - - Collateral - Zaistenie - - - IP - IP - - - Version - Verzia - - - Unknown - Neznáme - - - Sentinel - Strážca - Additional information for DIP3 Masternode %1 Ďalšie informácie pre DIP3 Masternode %1 @@ -1257,7 +1161,7 @@ Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the Dash network, as detailed below. - Nedávne transakcie ešte nemusia byť viditeľné, a preto stav Vašej peňaženky nože byť nesprávny. Informácia bude správna hneď ako Vaša peňaženka dokončí synchronizáciu so sieťou Dash. Viac detailov nájdete nižšie. + Nedávne transakcie ešte nemusia byť viditeľné, a preto stav vašej peňaženky môže byť nesprávny. Informácia bude správna hneď ako vaša peňaženka dokončí synchronizáciu so sieťou Dash. Viac detailov nájdete nižšie. Attempting to spend Dash that are affected by not-yet-displayed transactions will not be accepted by the network. @@ -1359,7 +1263,7 @@ Show additional tab listing all your masternodes in first sub-tab<br/>and all masternodes on the network in second sub-tab. - Zobraziť dodatočnú záložku, ktorá vypíše všetky Vaše masternódy v prvej pod-zložke<br/>- a všetky masternódy v druhej pod-zložke. + Zobraziť dodatočnú záložku, ktorá vypíše všetky vaše masternódy v prvej pod-zložke<br/>- a všetky masternódy v druhej pod-zložke. Show Masternodes Tab @@ -1375,7 +1279,7 @@ Show warning dialog when PrivateSend detects that wallet has very low number of keys left. - Zobraziť dialóg s upozornením ak PrivateSend zistí, že Vaša peňaženka má veľmi málo zostávajúcich kľúčov. + Zobraziť dialóg s upozornením ak PrivateSend zistí, že vaša peňaženka má veľmi málo zostávajúcich kľúčov. Warn if PrivateSend is running out of keys @@ -1403,7 +1307,7 @@ Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvoriť na smerovači port pre Dash Core klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené + Automaticky otvoriť na smerovači port pre Dash Core klient. Toto funguje iba ak váš smerovač podporuje UPnP a je povolené Accept connections from outside @@ -1856,7 +1760,7 @@ https://www.transifex.com/projects/p/dash/ Mixing is disabled, please close your wallet and fix the issue! - Miešanie je vypnuté. Zatvorte prosím Vašu peňaženku a opravte problém. + Miešanie je vypnuté. Zatvorte prosím vašu peňaženku a opravte problém. Enabled @@ -1868,7 +1772,7 @@ https://www.transifex.com/projects/p/dash/ WARNING! Failed to replenish keypool, please unlock your wallet to do so. - UPOZORNENIE! Chyba pri doplňovaní zásobníku kľúčov. Pre doplnenie musíte odomknúť Vašu peňaženku. + UPOZORNENIE! Chyba pri doplňovaní zásobníku kľúčov. Pre doplnenie musíte odomknúť vašu peňaženku. Last PrivateSend message: @@ -2006,18 +1910,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 nebol ešte bezpečne ukončený... - - Error reading masternode configuration file: %1 - Chyba pri načítaní konfiguračného súboru masternode: %1 - Amount Suma @@ -2481,6 +2377,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled Sieťová aktivita zakázaná + + Total: %1 (Enabled: %2) + Celkovo: %1 (Povolené: %2) + %1 B %1 B @@ -2971,11 +2871,11 @@ https://www.transifex.com/projects/p/dash/ The amount exceeds your balance. - Suma je vyššia ako Váš zostatok. + Suma je vyššia ako váš zostatok. The total exceeds your balance when the %1 transaction fee is included. - Celková suma prevyšuje Váš zostatok ak sú započítané %1 transakčné poplatky. + Celková suma prevyšuje váš zostatok ak sú započítané %1 transakčné poplatky. Duplicate address found: addresses should only be used once each. @@ -3090,7 +2990,7 @@ https://www.transifex.com/projects/p/dash/ A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Správa ktorá bola pripojená ku dash: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Dash. + Správa ktorá bola pripojená ku dash: URI ktorá sa uchová spolu s transakciou pre vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Dash. This is an unauthenticated payment request. @@ -3143,7 +3043,7 @@ https://www.transifex.com/projects/p/dash/ You can sign messages/agreements with your addresses to prove you can receive Dash sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Môžete podpísať správy/dohody svojou adresou aby ste dokázali, že na ňu prijať Dash. Buďte opatrní a nepodpisuje nič vágne alebo náhodné, nakoľko útoky typu "phishing" Vás môžu lákať k ich podpísaniu Vašej identity. Podpisujte iba vyhlásenia s úplnými detailami s ktorými súhlasíte. + Môžete podpísať správy/dohody svojou adresou aby ste dokázali, že na ňu prijať Dash. Buďte opatrní a nepodpisuje nič vágne alebo náhodné, nakoľko útoky typu "phishing" vás môžu lákať k ich podpísaniu vašej identity. Podpisujte iba vyhlásenia s úplnými detailami s ktorými súhlasíte. The Dash address to sign the message with @@ -3330,6 +3230,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations %1 potvrdení + + locked via LLMQ based ChainLocks + zamknuté pomocou LLMQ ChainLocks + + + verified via LLMQ based InstantSend + overené pomocou LLMQ InstantSend + verified via InstantSend overené cez InstantSend @@ -3717,7 +3625,7 @@ https://www.transifex.com/projects/p/dash/ Min amount - Min množstvo + Minimálna suma Abandon transaction @@ -3755,6 +3663,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details Zobraziť podrobnosti transakcie + + Show address QR code + Zobraziť adresový QR kód + Export Transaction History Exportovať históriu transakcií @@ -3807,6 +3719,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. História transakciá bola úspešne uložená do %1. + + QR code + QR kód + Range: Rozsah: @@ -3930,10 +3846,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Upozornenie: Zjavne sa úplne nezhodujeme s našimi peer-mi! Možno potrebujete prejsť na novšiu verziu alebo ostatné uzly potrebujú vyššiu verziu. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - V konfigurácii musíte špecifikovať masternodeprivkey. Pre pomoc sa prosím pozrite do dokumentácie. - Accept command line and JSON-RPC commands Prijímať príkazy z príkazového riadku a JSON-RPC @@ -4054,10 +3966,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Spojiť s danou adresou a povolenými partnerskými zariadeniami ktoré sa tam pripájajú. Použite zápis [host]:port pre IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Spojiť s danou adresou pre počúvanie JSON-RPC spojení. Použite zápis [host]:port pre IPv6. Táto možnosť môže byt zadaná niekoľko krát (predvolené: spojiť so všetkými rozhraniami) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Vytvoriť nové súbory z predvolenými systémovými právami, namiesto umask 077 (funguje iba z vypnutou funkcionalitou peňaženky) @@ -4072,7 +3980,7 @@ https://www.transifex.com/projects/p/dash/ Enable publish transaction hashes of attempted InstantSend double spend in <address> - Povoliť publikovanie transakčných hashov, ktoré sa pokúsili o dvojité minutie InstantSend v + Povoliť publikovanie transakčných hashov, ktoré sa pokúsili o dvojité minutie InstantSend v <address> Error loading %s: You can't enable HD on a already existing non-HD wallet @@ -4104,7 +4012,7 @@ https://www.transifex.com/projects/p/dash/ Make sure to encrypt your wallet and delete all non-encrypted backups after you verified that wallet works! - Uistite sa, že máte´Vašu peňaženku zašifrovanú a zmazané všetky nezašifrované zálohy potom, ako overíte, že peňaženka funguje! + Uistite sa, že máte´vašu peňaženku zašifrovanú a zmazané všetky nezašifrované zálohy potom, ako overíte, že peňaženka funguje! Maximum size of data in data carrier transactions we relay and mine (default: %u) @@ -4154,6 +4062,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (predvolené: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet parameter musí špecifikovať len názov súboru (nie cestu) + Accept public REST requests (default: %u) Akceptovať verejné REST žiadosti (predvolené: %u) @@ -4202,10 +4114,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Chyba pri načítaní vyrovnávajúcej pamäti masternode z - - Failed to load masternode payments cache from - Chyba pri načítaní vyrovnávajúcej pamäti platieb masternode z - Found enough users, signing ( waiting %s ) Nájdený dostatok používateľov, pospisuje sa ( čakanie %s ) @@ -4250,14 +4158,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Nedostatok prostriedkov. - - Invalid -onion address: '%s' - Neplatná -onion adresa: '%s' - - - Invalid -proxy address: '%s' - Neplatná -proxy adresa: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Neplatná suma pre -paytxfee=<amount>: '%s' (musí byť aspoň %s) @@ -4294,18 +4194,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Načíta sa vyrovnávacia pamäť masternode... - - Loading masternode payment cache... - Načíta sa vyrovnávacia pamäť platieb masternode... - Lock is already in place. Zámok je už na mieste. - - Lock masternodes from masternode configuration file (default: %u) - Zamknúť masternody z konfiguračného súboru masternode (predvolené: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Maximálna prijímajúca medzipamäť pre pripojenie, <n>*1000 bajtov (predvolené: %u) @@ -4342,10 +4234,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Pripojiť iba k uzlom v sieti <net> (ipv4, ipv6, alebo onion) - - Port: %d - Port: %d - Prepend debug output with timestamp (default: %u) Na začiatok pripojiť časovú známku k ladiacemu výstupu (predvolené: %u) @@ -4386,10 +4274,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Zadajte časový limit pripojenia v milisekundách (minimum: 1, predvolené: %d) - - Specify masternode configuration file (default: %s) - Zadať konfiguračný súbor masternode (predvolené: %s) - Specify pid file (default: %s) Zadať pid súbor (predvolené: %s) @@ -4398,22 +4282,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Minúť nepotvrdené zmenu pri posielaní transakcií (predvolené: %u) - - Submitted following entries to masternode: %u / %d - Položky odoslané na masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Odoslané na masternode, čaká na viac položiek ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Odoslané na masternode, čaká vo fronte %s - - Synchroning blockchain... - Synchronizuje sa blockchain... - Synchronization failed Synchronizácia zlyhala @@ -4422,10 +4294,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Synchronizácia dokončená - - Synchronizing masternodes... - Synchronizujú sa masternode... - This is not a Masternode. Toto nie je Masternode. @@ -4494,10 +4362,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Skúsime znovu... - - Invalid masternodeprivkey. Please see documenation. - Neplatný masternodeprivkey. Prosím pozrite do dokumentácie. - Can't find random Masternode. Nedá sa nájsť náhodný Masternode. @@ -4506,18 +4370,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Miešanie nefunguje počas synchronizácie. - - Could not parse masternode.conf - Nedá sa analyzovať masternode.conf - Invalid netmask specified in -whitelist: '%s' Nadaná neplatná netmask vo -whitelist: '%s' - - Invalid port detected in masternode.conf - Zistený neplatný port v masternode.conf - Invalid script detected. Zistený neplatný skript. @@ -4542,6 +4398,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! Súbor %s obsahuje všetky súkromné kľúče z tejto peňaženky. Nezdieľajte s nikým! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Pripojte na zadanú adresu pre počúvanie spojenia JSON-RPC. Táto voľba sa ignoruje, pokiaľ nie je úspešne zadané -rpcallowip. Port je voliteľný a prepisuje -rpcport. Pre IPv6 použite zápis [host]:port. Táto možnosť môže byť zadaná viackrát (predvolené: 127.0.0.1 a ::1, t.j. localhost, alebo ak bolo zadané -rpcallowip, 0.0.0.0 a :: t.j. všetky adresy) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Zisti vlastnú IP adresu (predvolené: 1 pre listen a -externalip alebo -proxy) @@ -4676,11 +4536,11 @@ https://www.transifex.com/projects/p/dash/ WARNING! Failed to replenish keypool, please unlock your wallet to do so. - UPOZORNENIE! Chyba pri doplňovaní zásobníku kľúčov. Pre doplnenie musíte odomknúť Vašu peňaženku. + UPOZORNENIE! Chyba pri doplňovaní zásobníku kľúčov. Pre doplnenie musíte odomknúť vašu peňaženku. Wallet is locked, can't replenish keypool! Automatic backups and mixing are disabled, please unlock your wallet to replenish keypool. - Peňaženka je zamknutá takže sa nedá doplniť zásobník kľúčov. Automatické zálohy a miešanie sú vypnuté. Pre doplnenie musíte odomknúť Vašu peňaženku. + Peňaženka je zamknutá takže sa nedá doplniť zásobník kľúčov. Automatické zálohy a miešanie sú vypnuté. Pre doplnenie musíte odomknúť vašu peňaženku. Warning: Unknown block versions being mined! It's possible unknown rules are in effect @@ -4694,18 +4554,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain K návratu k neorezanému režimu je treba prestavať databázu použitím -reindex. Tiež sa znova stiahne celý blockchain - - (%d could be used only on mainnet) - (%d môže byť použité iba pre hlavnú sieť) - (default: %u) (predvolené: %u) - - (must be %d for mainnet) - (pre hlavnú sieť musí byť %d) - -maxmempool must be at least %d MB -maxmempool musí byť najmenej %d MB @@ -4786,10 +4638,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Chyba pri načítaní vyrovnávajúcej pamäti sporks z - - Failed to parse host:port string - Chyba pri načítaní reťazca host:port - Fee (in %s/kB) to add to transactions you send (default: %s) Poplatok (v %s/kB) pridaný do transakcie, ktorú posielate (predvolené: %s) @@ -4818,18 +4666,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Posledná úspešná PrivateSend akcia bola uskutočnená pred príliš krátkou chvíľou. - - Line: %d - Riadok: %d - Loading InstantSend data cache... Načíta sa vyrovnávacia pamäť InstantSend dát... - - Loading addresses... - Načítavanie adries... - Loading block index... Načítavanie zoznamu blokov... @@ -4858,10 +4698,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Vysielať transakcie z peňaženky - - Masternode cache is empty, skipping payments and governance cache... - Vyrovnávacia pamäť Masternode je prázdna, vynechávajú sa platby a vyrovnávacia pamäť správy... - Masternode options: Možnosti Masternode: @@ -4958,6 +4794,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Pri spustení skontrolovať reťaz blokov pre chýbajúce transakcie peňaženky + + Submitted following entries to masternode: %u + Odoslané nasledujúce záznamy na masternód :%u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Odoslané na masternód, čaká sa na viac vstupov ( %u ) %s + + + Synchronizing blockchain... + Synchronizuje sa blockchain... + The wallet will avoid paying less than the minimum relay fee. Peňaženka zabráni zaplateniu menšej sumy ako je minimálny poplatok. @@ -5132,7 +4980,7 @@ https://www.transifex.com/projects/p/dash/ Use N separate masternodes for each denominated input to mix funds (%u-%u, default: %u) - Použiť N oddelených masternode pre každý denominovaný vstup na zmiešanie prostriedkov (%u-%u, predvolené: %u) + Použiť N oddelených masternódov pre každý denominovaný vstup na zmiešanie prostriedkov (%u-%u, predvolené: %u) Use hierarchical deterministic key generation (HD) after BIP39/BIP44. Only has effect during wallet creation/first start @@ -5150,14 +4998,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Peňaženka nebude vytvárať transakcie, ktoré by porušovali limity transakčného zásobníku reťazcov (predvolené: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Upozornenie: Aspoň %d z %d masternódov beží na novšej verzii softvéru. Skontrolujte najnovšie verzie, možno budete musieť tiež aktualizovať. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Upozornenie: Každý masternode (z %d známych) beží na novšej verzii softvéru. Skontrolujte najnovšie verzie, je veľmi pravdepodobné, že ste vynechali hlavnú/kritickú aktualizáciu. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Varovanie: Peňaženka poškodená, dáta boli zachránené! Originálna %s ako %s v %s; ak váš zostatok alebo transakcie sú nesprávne, mali by ste obnoviť zálohu. @@ -5242,10 +5082,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Kontrola čistoty pri inicializácií zlyhala. %s sa vypína. + + Invalid -onion address or hostname: '%s' + Neplatná -onion adresa alebo hostiteľ: '%s' + + + Invalid -proxy address or hostname: '%s' + Neplatná -proxy adresa alebo hostiteľ: '%s' + Invalid amount for -%s=<amount>: '%s' Neplatná suma pre -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Neplatné znaky v názve súboru -wallet + Invalid spork address specified with -sporkaddr Neplatná spork adresa určená pomocou -sporkaddr @@ -5254,6 +5106,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Udržujte N DASH anonymizovaných (%u-%u, predvolené: %u) + + Loading P2P addresses... + Načítavam P2P adresy… + Print this help message and exit Vytlačiť túto pomocnú správu a ukončiť @@ -5302,10 +5158,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Nastaviť maximálnu veľkosť v bajtoch (predvolené: %d) - - Set the masternode private key - Nastaviť súkromný kľúč masternode - Show all debugging options (usage: --help -help-debug) Zobraziť všetky možnosti ladenia (použitie: --help --help-debug) @@ -5328,7 +5180,7 @@ https://www.transifex.com/projects/p/dash/ Specify your own public address - Zadajte Vašu vlastnú verejnú adresu + Zadajte vašu vlastnú verejnú adresu Starting network threads... @@ -5342,10 +5194,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Synchronizujú sa objekty správy... - - Synchronizing masternode payments... - Synchronizujú sa masternode platby... - The source code is available from %s. Zdrojový kód je dostupný z %s diff --git a/src/qt/locale/dash_th.ts b/src/qt/locale/dash_th.ts index 4a99c4f269c15..69c9dd358298e 100644 --- a/src/qt/locale/dash_th.ts +++ b/src/qt/locale/dash_th.ts @@ -437,14 +437,6 @@ Open configuration file เปิดไฟล์การกำหนดค่า - - Open &Masternode Configuration File - เปิดไฟล์การกำหนดค่า Masternode - - - Open Masternode configuration file - เปิดไฟล์การกำหนดค่า Masternode - Show Automatic &Backups แสดงการสำรองข้อมูลอัตโนมัติ @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - ทั้งหมด: %1 (รองรับ PS: %2 / เปิดใช้งาน: %3) - Network Alert การแจ้งเตือนเครือข่าย @@ -989,10 +977,6 @@ As this is the first time the program is launched, you can choose where %1 will store its data. นี่เป็นการรันโปรแกรมครั้งแรก ท่านสามารถเลือก ว่าจะเก็บข้อมูลไว้ที่ %1 - - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 จะดาวน์โหลดและเก็บสำเนาของ Dash block chain อย่างน้อย %2GB ของข้อมูลจะถูกเก็บไว้ในไดเรกทอรีนี้และจะเติบโตขึ้นเมื่อเวลาผ่านไป Wallet จะถูกจัดเก็บไว้ในไดเรกทอรีนี้ - Use the default data directory ใช้ไดเร็กทอรี่ข้อมูล ที่เป็นค่าเริ่มต้น @@ -1024,78 +1008,22 @@ Form รูป - - My Masternodes - Masternodes ของฉัน - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - หมายเหตุ: สถานะของ Masternodes ของคุณใน Wallet ภายในประเทศอาจไม่ถูกต้องเล็กน้อย<br />ต้องรอทุกครั้งให้ Wallet ซิงค์ข้อมูลเพิ่มเติมจากนั้นตรวจสอบอีกครั้งจากโหนดอื่น <br /> คุณจะเห็น Masternode ของคุณควรทำงานอยู่ แต่คุณยังไม่เห็น "เปิดการใช้งาน" ใน"สถานะ" - - - Alias - นามแฝง - Address ที่อยู่ - - Protocol - โปรโตคอล - Status สถานะ - - Active - กำลังใช้งาน - - - Last Seen - เห็นครั้งสุดท้าย - Payee ผู้รับเงิน - - S&tart alias - เริ่มนามแฝง - - - Start &all - เริ่มต้นทั้งหมด - - - Start &MISSING - เริ่มต้น MISSING - - - &Update status - อัพเดตสถานะ - - - Show additional Masternode information - แสดงข้อมูล Masternode เพิ่มเติม - - - Show &Info... - แสดงข้อมูล - - - Status will be updated automatically in (sec): - สถานะจะอัพเดตอัตโนมัติภายใน (วินาที) : - 0 0 - - All Masternodes - Masternodes ทั้งหมด - Filter List: Filter List: @@ -1108,10 +1036,6 @@ Node Count: จำนวนโหนด: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>หมายเหตุ: รายการนี้แสดงทรัพย์สินและรายการ masternode แบบไม่กำหนดค่า มันเปิดใช้งานได้ตราบใดที่ DIP3 ยังไม่ได้เปิดใช้งานอย่างสมบูรณ์ หลังจากเปิดใช้งาน SPORK15 รายการนี้จะว่างเปล่า </p></body></html> - DIP3 Masternodes DIP3 Masternodes @@ -1136,14 +1060,6 @@ Operator Reward รางวัลผู้ดำเนินการ - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>หมายเหตุ: รายการนี้ยังไม่เปิดใช้งานและมีวัตถุประสงค์เพื่อให้ข้อมูลเท่านั้น เครือข่ายยังคงทำงานในโหมดสอดคล้องกันได้ซึ่งหมายความว่ารายการ masternode ที่ไม่ได้กำหนดค่ายังคงทำงานอยู่ หลังจากเปิดงาน SPORK15 แล้วรายการนี้จะเปิดใช้งาน นอกจากนี้ยังไม่ได้ใช้ค่าในฟิลด์ที่เกี่ยวข้องกับการชำระเงิน แต่ยังคงได้รับการอัปเดตสำหรับทุก ๆ บล็อก โปรดเพิกเฉยต่อสิ่งนี้จนกว่าจะเปิดใช้งาน SPORK15</p></body></html> - - - Start alias - เริ่มนามแฝง - Copy ProTx Hash คัดลอก ProTx Hash @@ -1180,70 +1096,6 @@ NONE ไม่มี - - Confirm masternode start - ยืนยันว่า Masternodes เริ่มทำงาน - - - Are you sure you want to start masternode %1? - คุณแน่ใจหรือไม่ว่าต้องการให้ masternode %1 เริ่มทำงาน? - - - Confirm all masternodes start - ยืนยันว่า Masternodes ทั้งหมดเริ่มทำงาน - - - Are you sure you want to start ALL masternodes? - คุณแน่ใจหรือไม่ว่าต้องการให้ masternode ทั้งหมดเริ่มทำงาน? - - - Command is not available right now - คำสั่งไม่พร้อมใช้งานในขณะนี้ - - - You can't use this command until masternode list is synced - คุณไม่สามารถใช้คำสั่งนี้ได้จนกว่าจะมีการซิงค์รายการ masternode - - - Confirm missing masternodes start - ยืนยันการเริ่มต้น masternodes ที่หายไป - - - Are you sure you want to start MISSING masternodes? - คุณแน่ใจหรือไม่ว่าต้องการเริ่มต้น masternodes ที่หายไป? - - - Additional information for Masternode %1 - ข้อมูลเพิ่มเติมสำหรับ Masternode %1 - - - Masternode Private Key - Masternode Private Key - - - Private Key - Private Key - - - Collateral - ประกอบ - - - IP - IP - - - Version - เวอร์ชั่น - - - Unknown - ไม่ทราบ - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 ข้อมูลเพิ่มเติมสำหรับ DIP3 Masternode %1 @@ -2005,18 +1857,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 ยังไม่สามารถออกจากระบบได้อย่างปลอดภัย ... - - Error reading masternode configuration file: %1 - เกิดข้อผิดพลาดในการอ่านไฟล์การกำหนดค่า masternode: %1 - Amount จำนวน @@ -3929,10 +3773,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. คำเตือน: เราไม่ปรากฎกับ peer ของเรา! คุณอาจต้องอัพเกรดหรือโหนดอื่น ๆ อาจต้องอัพเกรด - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - คุณต้องระบุ masternodeprivkey ในการกำหนดค่า โปรดดูเอกสารประกอบการช่วยเหลือ - Accept command line and JSON-RPC commands ยอมรับ command line และคำสั่ง JSON-RPC @@ -4053,10 +3893,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 เชื่อมโยงไปยังที่อยู่ที่กำหนดและ whitelist peers ที่เชื่อมต่ออยู่ ใช้ [โฮสต์]: สัญลักษณ์พอร์ตสำหรับ IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - เชื่อมโยงไปยังที่อยู่ที่กำหนดเพื่อรับฟังการเชื่อมต่อ JSON-RPC ใช้ [host]:port พอร์ตสำหรับ IPv6 ตัวเลือกนี้สามารถระบุได้หลายครั้ง (ค่าดีฟอลต์: ผูกกับอินเทอร์เฟซทั้งหมด) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) สร้างไฟล์ใหม่ด้วยระบบสิทธิ์ดีฟอลต์แทนที่จะเป็น umask 077 (มีผลกับการทำงานของกระเป๋าสตางค์เท่านั้น) @@ -4201,10 +4037,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from ไม่สามารถโหลดแคช masternode ได้ - - Failed to load masternode payments cache from - ไม่สามารถโหลดแคชการชำระเงิน masternode ได้จาก - Found enough users, signing ( waiting %s ) พบผู้ใช้เพียงพอ, กำลังลงนาม... ( กำลังรอ %s ) @@ -4249,14 +4081,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. เงินทุนไม่เพียงพอ - - Invalid -onion address: '%s' - ที่อยู่ - onion ไม่ถูกต้อง: '%s' - - - Invalid -proxy address: '%s' - ที่อยู่ - proxy ไม่ถูกต้อง: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) จำนวนที่ไม่ถูกต้องสำหรับ -paytxfee = <amount>: '%s' (ต้องมีอย่างน้อย %s) @@ -4293,18 +4117,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... กำลังโหลดแคช masternode ... - - Loading masternode payment cache... - กำลังโหลดแคชการชำระเงิน masternode ... - Lock is already in place. ล็อกอยู่ในตำแหน่งแล้ว - - Lock masternodes from masternode configuration file (default: %u) - ล็อค masternodes จากไฟล์การกำหนดค่า masternode (ค่าดีฟอลต์: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) สูงสุดต่อการเชื่อมต่อได้รับบัฟเฟอร์ <n> * 1000 ไบต์ (ค่าเริ่มต้น: %u) @@ -4341,10 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) เชื่อมต่อกับโหนดในเครือข่ายเท่านั้น <net> (ipv4, ipv6 หรือ onion) - - Port: %d - พอร์ต: %d - Prepend debug output with timestamp (default: %u) แสดงผลลัพธ์ดีบักด้วย timestamp (ค่าดีฟอลต์: %u) @@ -4385,10 +4197,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) ระบุระยะหมดเวลาการเชื่อมต่อเป็นมิลลิวินาที (ต่ำสุด: 1 ค่าเริ่มต้น: %d) - - Specify masternode configuration file (default: %s) - ระบุไฟล์การกำหนดค่า Masternode (ค่าดีฟอลต์: %s) - Specify pid file (default: %s) ระบุไฟล์ pid (ค่าดีฟอลต์: %s) @@ -4397,22 +4205,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) ใช้การเปลี่ยนแปลงยกเลิกการยืนยันเมื่อกำลังส่งธุรกรรม (ค่าเริ่มต้น: %u) - - Submitted following entries to masternode: %u / %d - ส่งรายการต่อไปนี้ไปยัง masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - ส่งไปยัง Masternode รอรายการเพิ่มเติม (%u / %d) %s - Submitted to masternode, waiting in queue %s ส่งไปยัง masternode กำลังรอคิว %s - - Synchroning blockchain... - กำลังซิงโครไนซ์ Blockchain... - Synchronization failed การซิงโครไนซ์ล้มเหลว @@ -4421,10 +4217,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished การซิงโครไนซ์สิ้นเสร็จ - - Synchronizing masternodes... - กำลังซิงโครไนซ์ Masternodes... - This is not a Masternode. นี่ไม่ใช่ Masternodes @@ -4493,10 +4285,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... จะลองใหม่ ... - - Invalid masternodeprivkey. Please see documenation. - masternodeprivkey ไม่ถูกต้อง โปรดดูเอกสารประกอบ - Can't find random Masternode. ไม่พบ Masternode @@ -4505,18 +4293,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. ไม่สามารถผสมระหว่างอยู่ในดำเนินการซิงค์ได้ - - Could not parse masternode.conf - ไม่สามารถวิเคราะห์ masternode.conf - Invalid netmask specified in -whitelist: '%s' netmask ไม่ถูกต้องที่ระบุใน -whitelist: '%s' - - Invalid port detected in masternode.conf - ตรวจพบพอร์ตที่ไม่ถูกต้องใน masternode.conf - Invalid script detected. ตรวจพบสคริปต์ที่ไม่ถูกต้อง @@ -4693,18 +4473,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain คุณจำเป็นต้องสร้างฐานข้อมูลโดยใช้ -reindex ที่จะกลับไปที่โหมด unpruned และนี่จะดาวน์โหลด blockchain ที่เหลือใหม่ทั้งหมด - - (%d could be used only on mainnet) - (%d สามารถใช้ได้เฉพาะกับ mainnet) - (default: %u) (ค่าเริ่มต้น: %u) - - (must be %d for mainnet) - (ต้องเป็น %d สำหรับ mainnet) - -maxmempool must be at least %d MB -maxmempool ต้องมีอย่างน้อย %d MB @@ -4785,10 +4557,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from โหลดแคช sporks ล้มเหลว - - Failed to parse host:port string - แยกวิเคราะห์ host:port ล้มเหลว - Fee (in %s/kB) to add to transactions you send (default: %s) ค่าธรรมเนียม (ใน %s / kB) เพื่อเพิ่มธุรกรรมที่คุณส่ง (ค่าเริ่มต้น: %s) @@ -4817,18 +4585,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. การกระทำ PrivateSend ที่ประสบความสำเร็จล่าสุดเป็นข้อมูลล่าสุด - - Line: %d - Line: %d - Loading InstantSend data cache... กำลังโหลดแคชข้อมูล InstantSend ... - - Loading addresses... - กำลังโหลดที่อยู่ ... - Loading block index... กำลังโหลดดัชนีบล็อก ... @@ -4857,10 +4617,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions ดำเนินการในการเผยแพร่ธุรกรรม wallet - - Masternode cache is empty, skipping payments and governance cache... - แคช Masternode ว่างเปล่า ละเว้นการชำระเงินและแคชการจัดการ... - Masternode options: ตัวเลือก Masternode: @@ -5149,14 +4905,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Wallet จะไม่สร้างธุรกรรมที่ละเมิดข้อจำกัดของ Mempool chain (ค่าเริ่มต้น: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - คำเตือน: อย่างน้อย %d จาก %d masternodes กำลังทำงานอยู่ในเวอร์ชันซอฟต์แวร์ใหม่กว่า โปรดตรวจสอบเวอร์ชันล่าสุดคุณอาจต้องอัปเดตด้วย - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - คำเตือน: ทุก masternode (จาก %d คนที่รู้จัก) กำลังทำงานในเวอร์ชั่นซอฟต์แวร์ที่ใหม่กว่า โปรดตรวจสอบเวอร์ชันล่าสุด เป็นไปได้ที่คุณพลาดการอัปเดตที่สำคัญ - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. คำเตือน: ไฟล์ Wallet เสียหาย, ข้อมูลได้ถูกกู้! %s จากเดิมถูกบันทึกเป็น %s ใน %s; หากยอดคงเหลือหรือธุรกรรมของคุณไม่ถูกต้องคุณควรเรียกคืนจากสำเนาสำรอง @@ -5301,10 +5049,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) กำหนดขนาดบล็อกสูงสุดเป็นไบต์ (ค่าดีฟอลต์: %d) - - Set the masternode private key - ตั้งค่าคีย์ส่วนตัว Masternode - Show all debugging options (usage: --help -help-debug) แสดงการแก้จุดบกพร่องทั้งหมด (การใช้งาน: --help - help-debug) @@ -5341,10 +5085,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... กำลังปรับเทียบออบเจคการกำกับ ... - - Synchronizing masternode payments... - กำลังซิงค์การชำระเงิน Masternode ... - The source code is available from %s. ซอร์สโค้ดที่ใช้ได้จาก %s diff --git a/src/qt/locale/dash_tr.ts b/src/qt/locale/dash_tr.ts index 9947327785767..f67def39fb03e 100644 --- a/src/qt/locale/dash_tr.ts +++ b/src/qt/locale/dash_tr.ts @@ -437,14 +437,6 @@ Open configuration file Yapılandırma Dosyasını Aç - - Open &Masternode Configuration File - &Ana Düğüm Ayar Dosyasını Aç - - - Open Masternode configuration file - Ana düğüm ayar dosyasını aç - Show Automatic &Backups Otomatik &Yedekleri Göster @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Toplam %1 (ÖG uyumlu: %2 / Etkin: %3) - Network Alert Ağ Uyarısı @@ -990,8 +978,12 @@ Bu programın ilk kez başlatılmasından dolayı %1 yazılımının verilerini nerede saklayacağını seçebilirsiniz. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 Dash blok zincirinin bir kopyasını indirecek ve depolayacak. En az %2GB veri bu klasörde depolanacak ve zaman içinde büyüyecek. Cüzdan da aynı zamanda bu klasörde depolanacak. + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Bu başlangıç senkronizasyonu çok zorlayıcıdır ve bilgisayarınızdaki daha önce fark edilmemiş olan donanım sorunlarını ortaya çıkarabilir. %1'i her çalıştırdığınızda, kaldığı yerden devam edecektir. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Blok zinciri saklamayı sınırlamayı seçtiyseniz (budama), geçmiş veriler yine de indirilmeli ve işlenmelidir, ancak disk kullanımınızı düşük tutmak için daha sonra silinmelidir. Use the default data directory @@ -1001,6 +993,22 @@ Use a custom data directory: Özel bir veri klasörü kullan: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Bu dizinde en az %1 GB lık veri depolanacak ve zamanla büyüyecek. + + + Approximately %1 GB of data will be stored in this directory. + Yaklaşık %1 GB veri bu dizinde depolanacak. + + + %1 will download and store a copy of the Dash block chain. + %1 lik Dash blok zinciri nin bir kopyasını indirecek ve depolayacak. + + + The wallet will also be stored in this directory. + Cüzdan da bu dizinde depolanacaktır. + Error: Specified data directory "%1" cannot be created. Hata: belirtilen "%1" veri klasörü oluşturulamaz. @@ -1024,78 +1032,22 @@ Form Form - - My Masternodes - Ana Düğümlerim - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Not: Yerel cüzdanınızdaki ana düğüm durumları biraz yanlış olabilir.<br />Eğer ana düğümünüz çalışıyor durumda olmalı ama "Durum" alanında "ETKİN" olarak görünmüyorsa<br />her zaman cüzdanın ek bilgiyi eşleştirmesini bekleyip başka bir düğümü kontrol edin. - - - Alias - Adlar - Address Adres - - Protocol - Protokol - Status Durum - - Active - Etkin - - - Last Seen - Son Görülme - Payee Alacaklı - - S&tart alias - A&d Başlat - - - Start &all - &Hepsini başlat - - - Start &MISSING - &KAYIP başlat - - - &Update status - &Güncelleme durumu - - - Show additional Masternode information - Ek Ana düğüm bilgisi göster - - - Show &Info... - &Bilgi göster... - - - Status will be updated automatically in (sec): - Şu kadar (san) içinde durum güncellenecek: - 0 0 - - All Masternodes - Tüm Ana Düğümler - Filter List: Filtre Listesi: @@ -1108,10 +1060,6 @@ Node Count: Düğüm Sayısı: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Not: Bu liste eski ve deterministik olmayan ana düğüm listesini gösterir. Bu liste sadece DIP3 tamamen etkinleştirilene kadar etkin olacaktır. SPORK15 etkinleştirmesinden sonra bu liste boş kalacaktır.</p></body></html> - DIP3 Masternodes DIP3 Ana Düğümleri @@ -1136,14 +1084,6 @@ Operator Reward Operatör Ödülü - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Not: Bu liste henüz etkin değildir ve sadece bilgi amaçlıdır. Ağ hala uyumluluk modunda çalışıyor bu sebeple deterministik olmayan ana düğüm listesi hala etkin. SPORK15 etkinleştirmesinden sonra bu liste geçerli olacak. Ayrıca, ödemeyle ilgili alanlardaki değerler şu anda kullanımda değil ama yine de ger bloktan sonra güncelleniyor. Lütfen bu değerleri SPORK15 etkinleştirmesine kadar dikkate almayın.</p></body></html> - - - Start alias - Ad başlat - Copy ProTx Hash ProTx Hashini kopyala @@ -1180,70 +1120,6 @@ NONE YOK - - Confirm masternode start - Ana düğüm başlangıcını onayla - - - Are you sure you want to start masternode %1? - Ana düğüm %1 başlatmak istediğinize emin misiniz? - - - Confirm all masternodes start - Tüm ana düğüm başlatmalarını onayla - - - Are you sure you want to start ALL masternodes? - TÜM ana düğümleri başlatmak istediğinize emin misiniz? - - - Command is not available right now - Komut şu an mevcut değil - - - You can't use this command until masternode list is synced - Ana düğüm listesi eşleşene kadar bu komutu kullanamazsınız - - - Confirm missing masternodes start - Kayıp ana düğümleri başlatmayı onayla - - - Are you sure you want to start MISSING masternodes? - KAYIP ana düğümleri başlatmak istediğinize emin misiniz? - - - Additional information for Masternode %1 - Ana Düğüm %1 için ek bilgi - - - Masternode Private Key - Ana Düğüm Özel Anahtarı - - - Private Key - Özel Anahtar - - - Collateral - Teminat - - - IP - IP - - - Version - Sürüm - - - Unknown - Bilinmiyor - - - Sentinel - Sentinel - Additional information for DIP3 Masternode %1 DIP3 Ana Düğümü %1 için ek bilgi @@ -2005,18 +1881,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 henüz güvenli bir şekilde çıkış yapmamıştır... - - Error reading masternode configuration file: %1 - Ana düğüm ayar dosyası okuma hatası: %1 - Amount Tutar @@ -3929,10 +3797,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Uyarı: eşlerimizle tamamen mutabık değiliz gibi görünüyor! Güncelleme yapmanız gerekebilir ya da diğer düğümlerin güncelleme yapmaları gerekebilir. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Ayarlarda bir masternodeprivkey belirtmelisiniz. Lütfen yardım almak için dökümantasyona göz atın. - Accept command line and JSON-RPC commands Komut satırı ve JSON-RPC komutlarını kabul et @@ -4053,10 +3917,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Belirtilen adrese bağlan ve ona bağlanan eşleri beyaz listeye al. IPv6 için [makine]:port imlasını kullanınız - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - JSON-RPC bağlantılarını dinlemek için verilen adrese bağla. IPv6 için [host]:port formatını kullanın. Bu seçenek birden fazla defa belirtilebilir (varsayılan: tüm arayüzlere bağla) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Yeni dosyaları umask 077 yerine varsayılan izinlerle oluştur (sadece devre dışı cüzdan işlevselliği ile etkilidir) @@ -4201,10 +4061,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Şuradan ana düğüm önbelleği yüklemesi başarısız: - - Failed to load masternode payments cache from - Şuradan ana düğüm ödemeleri önbelleği yüklemesi başarısız: - Found enough users, signing ( waiting %s ) Yeterli kullanıcı bulundu, imzalanıyor ( %s bekleniyor ) @@ -4249,14 +4105,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Yetersiz bakiye. - - Invalid -onion address: '%s' - Geçersiz -onion adresi: '%s' - - - Invalid -proxy address: '%s' - Geçersiz -proxy adresi: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) -paytxfee=<tutar>:'%s' unsurunda geçersiz tutar (asgari %s olması lazımdır) @@ -4293,18 +4141,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Ana düğüm önbelleği yükleniyor... - - Loading masternode payment cache... - Ana düğüm ödeme önbelleği yükleniyor... - Lock is already in place. Kilit zaten yerinde. - - Lock masternodes from masternode configuration file (default: %u) - Ana düğüm ayar dosyasından ana düğümleri kilitle (varsayılan: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Her bağlantı için en yüksek alım tamponu, <n>*1000 bayt (varsayılan: %u) @@ -4341,10 +4181,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Sadece <net> ağındaki düğümlere bağlan (ipv4, ipv6 veya onion) - - Port: %d - Port: %d - Prepend debug output with timestamp (default: %u) Hata ayıklama verilerinin önüne zaman damgası ekle (varsayılan: %u) @@ -4385,10 +4221,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Bağlantı zaman aşım süresini milisaniye olarak belirt (en düşüki: 1, varsayılan: %d) - - Specify masternode configuration file (default: %s) - Ana düğüm ayar dosyasını belirt (varsayılan: %s) - Specify pid file (default: %s) Pid dosyası belirtiniz (varsayılan: %s) @@ -4397,22 +4229,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Gönderme işlemlerinde doğrulanmamış para üstünü harca (varsayılan: %u) - - Submitted following entries to masternode: %u / %d - Ana düğüme şu girdiler gönderildi: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Ana düğüme gönderildi, daha fazla girdi bekleniyor ( %u / %d ) %s - Submitted to masternode, waiting in queue %s Ana düğüme gönderildi, kuyrukta bekleniyor %s - - Synchroning blockchain... - Blok zinciri eşleniyor... - Synchronization failed Eşleme başarısız @@ -4421,10 +4241,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Eşleme bitti - - Synchronizing masternodes... - Ana düğümler eşleniyor... - This is not a Masternode. Bu bir Ana Düğüm değil. @@ -4493,10 +4309,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Tekrar denenecek... - - Invalid masternodeprivkey. Please see documenation. - Geçersiz anadüğümözelanahtarı. Lütfen dökümantasyona göz atın. - Can't find random Masternode. Rastgele Ana düğüm bulunamıyor. @@ -4505,18 +4317,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Eşleme sürerken karıştırılamaz. - - Could not parse masternode.conf - masternode.conf okunamıyor - Invalid netmask specified in -whitelist: '%s' -whitelist: '%s' unsurunda geçersiz bir ağ maskesi belirtildi - - Invalid port detected in masternode.conf - masternode.conf dosyasında geçersiz port tespit edildi - Invalid script detected. Geçersiz betik tespit edildi. @@ -4693,18 +4497,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Budama olmayan kipe dönmek için veritabanını -reindex ile tekrar derlemeniz gerekir. Bu, tüm blok zincirini tekrar indirecektir - - (%d could be used only on mainnet) - (%d sadece mainnet'te kullanılabilir) - (default: %u) (varsayılan: %u) - - (must be %d for mainnet) - (mainnet için %d olmalı) - -maxmempool must be at least %d MB -maxmempool en az %d MB olmalıdır @@ -4785,10 +4581,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Şuradan spork önbelleği yüklemesi başarısız: - - Failed to parse host:port string - host:port metni okunamıyor - Fee (in %s/kB) to add to transactions you send (default: %s) Yolladığınız işlemlere eklenecek ücret (%s/kB olarak) (varsayılan: %s) @@ -4817,18 +4609,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. Son başarılı Özel Gönder eylemi çok yakında yapıldı. - - Line: %d - Hat: %d - Loading InstantSend data cache... Anında Gönder verisi önbelleği yükleniyor... - - Loading addresses... - Adresler yükleniyor... - Loading block index... Blok indeksi yükleniyor... @@ -4857,10 +4641,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Cüzdanın işlemleri yayınlamasını sağla - - Masternode cache is empty, skipping payments and governance cache... - Ana düğüm önbelleği boş, ödeme ve yönetim önbellekleri atlanıyor... - Masternode options: Ana düğüm seçenekleri: @@ -5149,14 +4929,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Cüzdan, zincir bellek alanı limitlerini ihlal eden işlem oluşturmayacak. (varsayılan: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Uyarı: En az %d / %d ana düğüm yeni bir yazılım sürümüyle çalışıyor. Lütfen son sürümleri kontrol edin, sizin de güncellemeye ihtiyacınız olabilir. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Uyarı her ana düğüm (%d bilinen arasında) daha yeni bir yazılım sürümüyle çalışıyor. Lütfen son sürümleri kontrol edin, büyük/kritik bir güncellemeyi atlamış olmanız yüksek ihtimal dahilinde. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Uyarı: wallet.dat bozuk, veriler geri kazanıldı! Özgün %s, %s olarak %s klasörüne kaydedildi; bakiyeniz ya da işlemleriniz yanlışsa bir yedeklemeden tekrar yüklemeniz gerekir. @@ -5241,6 +5013,14 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Başlatma sınaması başarısız oldu. %s kapatılıyor. + + Invalid -onion address or hostname: '%s' + Geçersiz -onion adresi veya ana makine adı: '%s' + + + Invalid -proxy address or hostname: '%s' + Geçersiz -proxy adresi veya ana makine adı: '%s' + Invalid amount for -%s=<amount>: '%s' -%s=<tutar> için geçersiz tutar: '%s' @@ -5253,6 +5033,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) N DASH'i anonim tut (%u-%u, varsayılan: %u) + + Loading P2P addresses... + P2P adresleri yükleniyor... + Print this help message and exit Bu yardım mesajını yaz ve çık @@ -5301,10 +5085,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Azami blok boyutunu bayt olarak ayarla (varsayılan: %d) - - Set the masternode private key - Ana düğüm özel anahtarubu belirle - Show all debugging options (usage: --help -help-debug) Tüm hata ayıklama seçeneklerini göster (kullanımı: --help -help-debug) @@ -5341,10 +5121,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Yönetim nesneleri eşleniyor... - - Synchronizing masternode payments... - Ana düğüm ödemeleri eşleniyor... - The source code is available from %s. Kaynak kod şuradan elde edilebilir: %s. diff --git a/src/qt/locale/dash_vi.ts b/src/qt/locale/dash_vi.ts index ce2b40f660bc3..f9f08e4f82785 100644 --- a/src/qt/locale/dash_vi.ts +++ b/src/qt/locale/dash_vi.ts @@ -437,14 +437,6 @@ Open configuration file Mở tệp cấu hình - - Open &Masternode Configuration File - Mở file cấu hình &Masternode - - - Open Masternode configuration file - Mở file cấu hình Masternode - Show Automatic &Backups Hiển thị chế độ Tự động &Sao lưu @@ -650,10 +642,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - Tổng số: %1 (Tương thích PS: %2 / Sẵn sàng: %3) - Network Alert Cảnh báo mạng @@ -990,8 +978,16 @@ Đây là lần đầu chương trình khởi chạy, bạn có thể chọn nơi %1 sẽ lưu trữ data. - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 sẽ tải và lưu một bản của block chain của Dash. Có ít nhất %2GB dữ liệu sẽ được lưu vào trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + Khi bạn click OK, %1 sẽ bắt đầu download và process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + Đồng bộ hóa ban đầu này rất đòi hỏi, và có thể phơi bày các sự cố về phần cứng với máy tính của bạn trước đó đã không được chú ý. Mỗi khi bạn chạy %1, nó sẽ tiếp tục tải về nơi nó dừng lại. + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + Nếu bạn đã chọn giới hạn block chain lưu trữ (pruning),dữ liệu lịch sử vẫn phải được tải xuống và xử lý, nhưng sẽ bị xóa sau đó để giữ cho việc sử dụng đĩa của bạn ở mức usage thấp. Use the default data directory @@ -1001,6 +997,22 @@ Use a custom data directory: Sử dụng thư mục dữ liệu tuỳ chọn: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + Ít nhất %1 GB data sẽ được trữ tại danh mục này, và nó sẽ lớn theo thời gian. + + + Approximately %1 GB of data will be stored in this directory. + Gần đúng %1 GB of data sẽ được lưu giữ trong danh mục này. + + + %1 will download and store a copy of the Dash block chain. + %1 sẽ download và lưu trữ một bản copy của Dash block chain. + + + The wallet will also be stored in this directory. + Wallet sẽ cùng được lưu giữ trong danh mục này. + Error: Specified data directory "%1" cannot be created. Lỗi: Thư mục bạn cọn "%1" không thể tạo được. @@ -1024,78 +1036,22 @@ Form Từ - - My Masternodes - Các Masternode của tôi - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - Chú ý: Trạng thái của các masternode của bạn ở ví cục bộ có thể có tiềm năng hơi không chính xác. <br />Luôn luôn đợi ví của bạn đồng bộ dữ liệu thêm và sau đó kiểm tra kém nút khác<br />nếu masternode của bạn đang chạy nhưng bạn vẫn không thấy nó "ENABLED" trong trường "Trạng thái". - - - Alias - Bí danh - Address Địa chỉ - - Protocol - Giao thức - Status Trạng thái - - Active - Hoạt động - - - Last Seen - Lần cuối thấy - Payee Người nhận - - S&tart alias - Khởi động bí danh - - - Start &all - Khởi động tất cả - - - Start &MISSING - Khởi động masternode THIẾU - - - &Update status - Cập nhật trạng thái - - - Show additional Masternode information - Hiển thị thông tin thêm về Masternode - - - Show &Info... - Hiển thị &Thông tin... - - - Status will be updated automatically in (sec): - Trạng thái sẽ được cập nhật tự động trong vòng (giây): - 0 0 - - All Masternodes - Tất cả các masternode - Filter List: Lọc danh sách: @@ -1108,14 +1064,18 @@ Node Count: Số lượng các nút: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>Chú ý: Danh sách này liệt kê danh sách các masternode và không phải loại xác định trước. Nó chỉ hoạt động khi mà DIP3 không được kích hoạt một cách đầy đủ. Sau khi SPORK15 được kích hoạt, danh sách này sẽ bị trống.</p></body></html> - DIP3 Masternodes DIP3 Masternodes + + Show only masternodes this wallet has keys for. + Chỉ hiển thị masternode mà có khoá trong ví này. + + + My masternodes only + Chỉ các masternode của tôi + PoSe Score Điểm PoSe @@ -1136,14 +1096,6 @@ Operator Reward Phần thưởng cho người vận hành - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>Chú ý: Danh sách này chưa được kích hoạt và chỉ có mục tiêu cung cấp thông tin. Mạng vẫn đang được chạy trong chế độ tương thích, điều đó có nghĩa là danh sách các masternode không xác định trước vẫn đang hoạt động. Chỉ sau khi SPORK15 được kích hoạt, danh sách này mới sẽ được hoạt động. Như vậy, các giá trị trong các trường liên quan đến giao dịch là hiện tại chưa được sử dụng, nhưng sẽ được cập nhật cho mỗi khối. Hãy bỏ qua điều này cho đến khi SPORK15 được kích hoạt.</p></body></html> - - - Start alias - Khởi động bí danh - Copy ProTx Hash Copy mã băm ProTx @@ -1180,70 +1132,6 @@ NONE KHÔNG - - Confirm masternode start - Xác nhận khởi động masternode - - - Are you sure you want to start masternode %1? - Bạn có chắc muốn khởi động masternode %1? - - - Confirm all masternodes start - Xác nhận khởi động tất cả các masternode - - - Are you sure you want to start ALL masternodes? - Bạn có chắc là bạn muốn khởi động TẤT CẢ các masternode? - - - Command is not available right now - Lệnh này chưa sẵn sàng bây giờ - - - You can't use this command until masternode list is synced - Bạn không thể sử dụng lệnh này đến tận khi danh sách masternode được đồng bộ - - - Confirm missing masternodes start - Xác nhận khởi động các masternode còn thiếu - - - Are you sure you want to start MISSING masternodes? - Bạn có chắc là bạn muốn khởi động những masternode CÒN THIẾU? - - - Additional information for Masternode %1 - Thông tin thêm về Masternode %1 - - - Masternode Private Key - Khoá riêng của Masternode - - - Private Key - Khoá riêng - - - Collateral - Đặt cọc - - - IP - IP - - - Version - Phiên bản - - - Unknown - Không biết - - - Sentinel - Lính canh - Additional information for DIP3 Masternode %1 Thông tin thêm về DIP3 Masternode %1 @@ -2005,18 +1893,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - Dash Core - %1 didn't yet exit safely... %1 vẫn chưa thoát an toàn... - - Error reading masternode configuration file: %1 - Lỗi khi đọc file cấu hình masternode: %1 - Amount Số lượng @@ -3929,10 +3809,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. Cảnh báo: Chúng ta có vẻ không được sự đồng ý một cách đầy đủ từ các đối tác ngang hàng! Bạn cần nâng cấp hoặc các nút khác cần nâng cấp. - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - Bạn cần chỉ rõ masternodeprivkey trong tệp cấu hình. Hãy xem tài liệu để có hướng dẫn. - Accept command line and JSON-RPC commands Chấp nhận dòng lệnh và các lệnh JSON-RPC @@ -4053,10 +3929,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 Liên kết với địa chỉ cụ thể và đưa nó vào danh sách chấp nhận của các đối tác kết nối vào nó. Sử dụng cách viết [địa chỉ máy]:cổng cho IPv6 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Liên kết với địa chỉ cụ thể để lắng nghe các kết nối JSON-RPC. Sử dụng cách viết [địa chỉ máy]:cổng cho IPv6. Tùy chọn này có thể được chỉ định nhiều lần (ngầm định: bind cho tất cả các giao diện) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Tạo tệp mới với các quyền hệ thống ngầm định, thay vì umask 077 (chỉ có tác dụng với chức năng ví được tắt) @@ -4153,6 +4025,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (ngầm định: %s) + + -wallet parameter must only specify a filename (not a path) + Tham số -wallet chỉ được có tên file (không phải gồm cả đường dẫn) + Accept public REST requests (default: %u) Chấp nhận các yêu cầu REST công khai (ngầm định: %u) @@ -4201,10 +4077,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from Không thể tải cache dữ liệu về masternode từ - - Failed to load masternode payments cache from - Không thể tải được cache dữ liệu về các giao dịch từ - Found enough users, signing ( waiting %s ) Đã tìm đủ người dùng, đang ký (vui lòng đợi %s) @@ -4249,14 +4121,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. Không đủ tiền. - - Invalid -onion address: '%s' - Địa chỉ -onion không hợp lệ: '%s' - - - Invalid -proxy address: '%s' - Địa chỉ proxy không hợp lệ: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Số tiền không hợp lệ cho -paytxfee=<số tiền>: '%s' (ít nhất phải bằng %s) @@ -4293,18 +4157,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... Đang tải cache cho masternode... - - Loading masternode payment cache... - Đang tải bộ đệm thanh toán cho masternode... - Lock is already in place. Khoá đã sẵn sàng. - - Lock masternodes from masternode configuration file (default: %u) - Khoá các masternode từ tệp cấu hình masternode (ngầm định: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Tối đa cho bộ đệm nhận của mỗi kết nối, <n>*1000 bytes (ngầm định: %u) @@ -4341,10 +4197,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Chỉ kết nối với các nút trong mạng <net> (IPv4, IPv6 hoặc onion) - - Port: %d - Cổng: %d - Prepend debug output with timestamp (default: %u) Thêm tiền tố đầu ra debug với dấu thời gian (ngầm định: %u) @@ -4385,10 +4237,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) Hãy xác định thời gian hết hạn tính theo milli giây (tối thiểu: 1, ngầm định: %d) - - Specify masternode configuration file (default: %s) - Hãy chỉ ra tệp cấu hình masternode (ngầm định: %s) - Specify pid file (default: %s) Hãy chỉ rõ tệp pid (ngầm định: %s) @@ -4397,22 +4245,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) Tiên các khoản trả lại chưa được xác nhận khi gửi các giao dịch (ngầm định: %u) - - Submitted following entries to masternode: %u / %d - Đã gửi các những thành phần sau tới masternode: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - Đã gửi đến masternode, đang đợi các đầu vào khác nữa (%u / %d) %s - Submitted to masternode, waiting in queue %s Đã được gửi cho masternode, đang đợi trong hàng đợi %s - - Synchroning blockchain... - Đang đồng bộ chuỗi khối... - Synchronization failed Đồng bộ thất bại @@ -4421,10 +4257,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished Đồng bộ đã hoàn thành - - Synchronizing masternodes... - Đang đồng bộ các masternode... - This is not a Masternode. Đây không phải là một Masternode. @@ -4493,10 +4325,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... Sẽ thử lại... - - Invalid masternodeprivkey. Please see documenation. - Masternodeprivkey không hợp lệ. Hãy xem lại tài liệu. - Can't find random Masternode. Không tìm thấy Masternode ngẫu nhiên. @@ -4505,18 +4333,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. Không thể trộn trong quá trình đồng bộ. - - Could not parse masternode.conf - Không hiểu được tệp masternode.conf - Invalid netmask specified in -whitelist: '%s' Lỗi netmask được chỉ ra trong -whitelist: '%s' - - Invalid port detected in masternode.conf - Phát hiện thấy cổng không hợp lệ trong tệp masternode.conf - Invalid script detected. Kịch bản được phát hiện không hợp lệ. @@ -4541,6 +4361,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! File %s có chứa tất cả các khoá riêng từ ví này. Không nên chia sẻ nó với bất cứ ai. + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + Ràng buộc với địa chỉ được cho để lắng nghe cho các kết nối JSON-RPC. Tuỳ chọn này được bỏ qua trừ khi tham số -rpcport được cung cấp. Cổng là tuỳ chọn và được thay thế bởi -rpcport. Sử dụng cách viết [host]:port cho IPv6. Tham số này có thể sử dụng nhiều lần (ngầm định: 127.0.0.1 và ::1 cho localhost, hoặc nếu tham số -rpcallowip được xác định, 0.0.0.0 và :: cho tất cả các địa chỉ) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) Tự phát hiện địa chỉ IP (ngầm định: 1 khi nghe và không dùng -externalip hoặc -proxy) @@ -4693,18 +4517,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain Bạn cần tái lập lại cơ sở dữ liệu sử dụng -reindex để quay trở lại chế độ không bị xén tỉa. Điều này sẽ làm tải lại toàn bộ blockchain - - (%d could be used only on mainnet) - (%d chỉ có thể sử dụng ở trên mạng chính thức) - (default: %u) (ngầm định: %u) - - (must be %d for mainnet) - (phải là %d cho mạng chính) - -maxmempool must be at least %d MB -maxmempool phải ít nhất %d MB @@ -4785,10 +4601,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from Thất bại việc tải dữ liệu sporks cache từ - - Failed to parse host:port string - Không diễn dịch được thông tin địa chỉ máy:cổng - Fee (in %s/kB) to add to transactions you send (default: %s) Phí (theo %s/kB) để thêm vào giao dịch mà bạn gửi (ngầm định: %s) @@ -4817,18 +4629,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. PrivateSend mới nhất được thực hiện quá gần đây. - - Line: %d - Dòng: %d - Loading InstantSend data cache... Đang tải dữ liệu cache của InstantSend... - - Loading addresses... - Nạp các địa chỉ... - Loading block index... Đang nạp chỉ mục khối... @@ -4857,10 +4661,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions Làm cho ví truyền rộng các giao dịch - - Masternode cache is empty, skipping payments and governance cache... - Bộ đệm Masternode đang trống, bỏ qua các bộ đệm thanh toán và bộ đệm quản trị... - Masternode options: Tuỳ chọn Masternode: @@ -4957,6 +4757,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup Quét lại block chain để tìm ra những giao dịch mà ví còn thiếu khi khởi động + + Submitted following entries to masternode: %u + Đã gửi các đầu vào sau đây cho masternode: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + Đã được gửi cho masternode, đang đợi có thêm các đầu vào (%u) %s + + + Synchronizing blockchain... + Đang đồng bộ blockchain... + The wallet will avoid paying less than the minimum relay fee. Wallet sẽ hủy thanh toán nhỏ hơn phí relay. @@ -5149,14 +4961,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) Wallet will not create transactions that violate mempool chain limits (default: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - Cảnh báo: Có ít nhất %d của %d các masternode đang chạy trên phiên bản phần mềm mới hơn. Hãy kiểm tra lại phiên bản mới ra nhất, bạn có thể cũng cần phải update. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - Cảnh báo: Mỗi một masternode (trong số %d được biết) đang chạy trên phiên bản phần mềm mới hơn. Hãy kiểm tra lại phiên bản phần mềm mới nhất, có vẻ như bạn đã bỏ sót một đợt nâng cấp chính/nâng cấp quan trọng. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. @@ -5241,10 +5045,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. Initialization sanity check failed. %s is shutting down. + + Invalid -onion address or hostname: '%s' + Invalid -onion address or hostname: '%s' + + + Invalid -proxy address or hostname: '%s' + Invalid -proxy address or hostname: '%s' + Invalid amount for -%s=<amount>: '%s' Invalid amount for -%s=<amount>: '%s' + + Invalid characters in -wallet filename + Có ký tự không hợp lệ trong tên file ở tham số -wallet + Invalid spork address specified with -sporkaddr Địa chỉ spork được chỉ ra không hợp lệ với -sporkaddr @@ -5253,6 +5069,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) Giữ N Dash ẩn danh (%u-%u, ngầm định: %u) + + Loading P2P addresses... + Loading P2P addresses... + Print this help message and exit Print this help message and exit @@ -5301,10 +5121,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) Thiết lập kích thước khối tối đa theo bytes (ngầm định: %d) - - Set the masternode private key - Thiết lập khoá riêng cho masternode - Show all debugging options (usage: --help -help-debug) Hiển thị tất cả các tuỳ chọn gỡ rối (cách sử dụng: --help -help-debug) @@ -5341,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... Đang đồng bộ các đối tượng quản trị... - - Synchronizing masternode payments... - Đang đồng bộ các giao dịch masternode... - The source code is available from %s. The source code is available from %s. diff --git a/src/qt/locale/dash_zh_CN.ts b/src/qt/locale/dash_zh_CN.ts index 3926070f37dbd..f9c9df7aa4369 100644 --- a/src/qt/locale/dash_zh_CN.ts +++ b/src/qt/locale/dash_zh_CN.ts @@ -21,6 +21,14 @@ &Copy 复制(&C) + + Show QR code for the currently selected address + 显示当前选中地址的二维码 + + + &Show QR code + &显示二维码 + Delete the currently selected address from the list 从列表中删除选中的地址 @@ -81,6 +89,14 @@ &Edit 编辑(&E) + + &Show address QR code + &显示地址二维码 + + + QR code + 二维码 + Export Address List 导出地址列表 @@ -437,14 +453,6 @@ Open configuration file 打开配置文件 - - Open &Masternode Configuration File - 打开主节点配置文件(&M) - - - Open Masternode configuration file - 打开主节点配置文件 - Show Automatic &Backups 显示自动备份(&B) @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - 总计:%1 (匿名发送兼容:%2 / 可用:%3) - Network Alert 网络警报 @@ -990,8 +994,16 @@ 由于这是第一次启动此程序,您可以选择%1的数据所存储的位置 - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 将会下载并存储达世币区块链。至少有 %2 GB的数据会保存到此路径下,并且随着时间增长。钱包文件也将存储到此路径下。 + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + 当你点击确认后,%1 将会在 %4 启动时从 %3 中最早的交易开始,下载并处理完整的 %4 区块链 (%2GB)。 + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + 最初的同步过程是非常吃力的,同时可能会暴露你电脑上的一些硬件方面的小毛病,尽管你可能之前没有注意过。你每跑%1,它就会继续从之前中断的地方下载 + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + 如果你选择限制区块链存储大小(区块链裁剪模式),程序依然会下载并处理全部历史数据,此后才会删除不必须的部分,占用最少的存储空间。 Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: 使用自定义的数据目录: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + 此目录中至少会保存 %1 GB 的数据,并且尺寸还会随着时间增长。 + + + Approximately %1 GB of data will be stored in this directory. + 会在此目录中存储约 %1 GB 的数据。 + + + %1 will download and store a copy of the Dash block chain. + %1 将会下载并存储比特币区块链。 + + + The wallet will also be stored in this directory. + 钱包也会被保存在这个目录中。 + Error: Specified data directory "%1" cannot be created. 错误:指定的数据目录“%1”无法被创建。 @@ -1024,78 +1052,22 @@ Form 表单 - - My Masternodes - 我的主节点 - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - 注意:本地钱包中的主节点状态可能会稍有误差。<br />总是等待钱包同步完额外的数据后再从另一个节点重新检查<br />如果您的主节点应该已经运行,但您仍然在“状态”栏看不到“启用”的话。 - - - Alias - 别名 - Address 地址 - - Protocol - 协议 - Status 状态 - - Active - 工作中 - - - Last Seen - 最后在线 - Payee 收款人 - - S&tart alias - 启动别名(&T) - - - Start &all - 启动全部(&A) - - - Start &MISSING - 启动遗漏(&M) - - - &Update status - 更新状态(&U) - - - Show additional Masternode information - 显示附加的主节点信息 - - - Show &Info... - 显示 &信息... - - - Status will be updated automatically in (sec): - 状态将在数秒后自动更新: - 0 0 - - All Masternodes - 所有主节点 - Filter List: 筛选列表: @@ -1108,14 +1080,18 @@ Node Count: 节点数: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>注意: 本列表显示的是遗留的非确定性主节点列表,并仅在 DIP3 未完全激活时处于活动状态。在 SPORK15开启后,本列表将清空。</p></body></html> - DIP3 Masternodes DIP3 主节点 + + Show only masternodes this wallet has keys for. + 仅显示此钱包拥有私钥的主节点 + + + My masternodes only + 仅我的主节点 + PoSe Score PoSe 评分 @@ -1136,14 +1112,6 @@ Operator Reward 运行者奖励 - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>注意: 本列表尚未激活,仅供参考。网络仍在以兼容模式运行,这意味着非确定性主节点列表仍然处于活动状态。只有在 SPORK15 开启后,本列表才会激活。另外,支付相关字段的值暂未使用,但依旧会逐块更新。请忽略此项直至 SPORK15 开启。</p></body></html> - - - Start alias - 启动别名 - Copy ProTx Hash 复制 ProTx Hash @@ -1180,70 +1148,6 @@ NONE NONE - - Confirm masternode start - 确认启动主节点 - - - Are you sure you want to start masternode %1? - 您确定要启动主节点%1吗? - - - Confirm all masternodes start - 确认启动所有的主节点 - - - Are you sure you want to start ALL masternodes? - 您确定要启动所有主节点吗? - - - Command is not available right now - 命令目前不可使用 - - - You can't use this command until masternode list is synced - 在主节点列表同步之前您无法使用此命令 - - - Confirm missing masternodes start - 确认启动遗漏的主节点 - - - Are you sure you want to start MISSING masternodes? - 你确定要启动遗漏的主节点吗? - - - Additional information for Masternode %1 - 主节点 %1 的附加信息 - - - Masternode Private Key - 主节点私钥 - - - Private Key - 私钥 - - - Collateral - 抵押 - - - IP - IP - - - Version - 版本 - - - Unknown - 未知 - - - Sentinel - 哨兵 - Additional information for DIP3 Masternode %1 DIP3 主节点 %1 的额外信息 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - 达世币核心 - %1 didn't yet exit safely... %1 尚未安全退出 - - Error reading masternode configuration file: %1 - 读取主节点配置文件时出错:%1 - Amount 金额 @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled 网络活动已禁用 + + Total: %1 (Enabled: %2) + 总计: %1 (已激活的: %2) + %1 B %1 字节 @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations 确认%1次 + + locked via LLMQ based ChainLocks + 通过基于LLMQ的链锁功能锁定 + + + verified via LLMQ based InstantSend + 通过基于LLMQ的即时发送功能验证 + verified via InstantSend 经即时发送系统核实 @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details 显示交易详情 + + Show address QR code + 显示地址二维码 + Export Transaction History 导出交易历史 @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. 交易历史已成功保存到 %1。 + + QR code + 二维码 + Range: 范围: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. 警告: 我们和某些连线的节点对于区块链结的决定不同!你可能需要升级,或是需要等其它的节点升级。 - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - 您必须在配置中指定一个主节点密钥。请参阅文档以获得帮助。 - Accept command line and JSON-RPC commands 接受命令行以及JSON-RPC命令 @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 和指定的地址连接,並且将连接的节点放入白名单中。IPv6请用[host]:port格式 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - 和指定的地址连接,监听JSON-RPC连接。IPv6请用[host]:port格式。此选项可以多次设定(默认:绑定所有界面) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) 创建系统默认权限的文件,而不是 umask 077 (只在关闭钱包功能时有效) @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (默认:%s) + + -wallet parameter must only specify a filename (not a path) + -wallet 参数必须仅指定文件名 (非路径) + Accept public REST requests (default: %u) 接受公开的REST请求(默认:%u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from 无法加载主节点缓存 - - Failed to load masternode payments cache from - 无法加载主节点付款缓存 - Found enough users, signing ( waiting %s ) 用户数已满足,开始签名 (等待 %s) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. 余额不足。 - - Invalid -onion address: '%s' - 无效-onion地址:'%s' - - - Invalid -proxy address: '%s' - 无效 -proxy地址:'%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 设定 -paytxfee=<金额> 的金额无效:'%s' (至少要有%s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... 正在读取主节点缓存... - - Loading masternode payment cache... - 正在读取主节点付款缓存... - Lock is already in place. 已锁定。 - - Lock masternodes from masternode configuration file (default: %u) - 根据主节点的配置文件锁定主节点(默认:%u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) 每个连接的最大接收缓存,<n>*1000 字节 (默认:%u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) 在网络中只连接至节点 <net> (ipv4,ipv6 或 onion) - - Port: %d - 端口:%d - Prepend debug output with timestamp (default: %u) 在调试输出内容前附加时间戳 (默认:%u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) 指定连接超时毫秒数 (最小值:1,默认:%d) - - Specify masternode configuration file (default: %s) - 指定主节点配置文件 (默认:%s) - Specify pid file (default: %s) 指定pid 文件 (默认:%s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) 发送交易时花费未确认的费用(默认:%u) - - Submitted following entries to masternode: %u / %d - 己经提交下列条目到主节点:%u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - 己经提交到主节点,正在等候更多条目(%u / %d)%s - Submitted to masternode, waiting in queue %s 提交到主节点,在队列 %s 中等待 - - Synchroning blockchain... - 正在同步区块链... - Synchronization failed 同步失败 @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished 同步完成 - - Synchronizing masternodes... - 正在同步主节点... - This is not a Masternode. 这并不是一个主节点。 @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... 即将重试... - - Invalid masternodeprivkey. Please see documenation. - 无效主节点私钥。请查阅文档。 - Can't find random Masternode. 无法找到随机主节点。 @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. 无法在同步过程中进行混合。 - - Could not parse masternode.conf - 无法解析主节点配置文件 - Invalid netmask specified in -whitelist: '%s' 在 -whitelist中指定了无效的子网掩码:'%s' - - Invalid port detected in masternode.conf - 在主节点配置文件中检测到无效端口 - Invalid script detected. 检测到无效脚本。 @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! %s 文件包含此钱包中的所有私钥。不要与任何人分享! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + 与指定的地址绑定, 监听JSON-RPC连接. 请忽略此选项, 除非-rpcallowip也被通过. 端口是可选的并且取代-rpcport. IPv6请用[host]:port格式. 此选项可以多次设定 (默认: 127.0.0.1 和 ::1 例如, localhost, 或 如果 -rpcallowip 已经被指定, 0.0.0.0 和 :: 例如, 所有地址) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) 找出自己的 IP 地址(默认:监听并且无 -externalip 或 -proxy 时为 1) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 您需要使用 -reindex 重新构建数据库以返回未修剪的模式。这将重新下载整个区块链 - - (%d could be used only on mainnet) - (%d只可以在主网络上使用) - (default: %u) (默认: %u) - - (must be %d for mainnet) - (必须是%d用于主网) - -maxmempool must be at least %d MB -maxmempool 最小为%d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from 从... 读取叉勺缓存失败 - - Failed to parse host:port string - 无法解析host:port字符串 - Fee (in %s/kB) to add to transactions you send (default: %s) 为付款交易添加交易费 (%s/kB) (默认:%s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. 距离上一次成功送出匿名发送的时间过短。 - - Line: %d - 行:%d - Loading InstantSend data cache... 正在读取即时支付数据缓存... - - Loading addresses... - 正在读取地址... - Loading block index... 正在读取区块索引... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions 使钱包广播交易 - - Masternode cache is empty, skipping payments and governance cache... - 主节点缓存为空,跳过付款和治理缓存… - Masternode options: 主节点选项: @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup 启动时重新扫描区块链以查找遗漏的钱包交易 + + Submitted following entries to masternode: %u + 已提交下列条目到主节点: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + 已提到到主节点, 正在等待更多条目 ( %u ) %s + + + Synchronizing blockchain... + 正在同步区块链... + The wallet will avoid paying less than the minimum relay fee. 钱包避免低于最小交易费的支付 @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) 钱包软件不会产生违反内存池交易链限制的交易(默认:%u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - 警告: 至少有 %d 分之 %d 的主节点正在运行新版本软件. 请检查最新版本, 您可能也需要更新. - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - 警告: 每个主节点 ( %d 个已知的) 正在运行新版本软件. 请检查最新版本, 您很有可能错过了重大/关键更新. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. 警告:钱包文件损坏,但数据被救回!原始的钱包文件%s已经重命名为%s并存储到%s目录下 。如果您的账户余额或者交易记录不正确,请使用您的钱包备份文件恢复。 @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. 初始化完整性检查失败。%s即将关闭。 + + Invalid -onion address or hostname: '%s' + 无效的 -onion 地址: '%s' + + + Invalid -proxy address or hostname: '%s' + 无效的 -proxy 地址: '%s' + Invalid amount for -%s=<amount>: '%s' 无效的金额 -%s=<amount>: '%s' + + Invalid characters in -wallet filename + -wallet文件名中含无效字符 + Invalid spork address specified with -sporkaddr 使用 -sporkaddr 指定的spork地址无效 @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) 保持 N 个匿名处理的达世币 (%u-%u, default: %u) + + Loading P2P addresses... + 正在加载P2P地址... + Print this help message and exit 打印出这段帮助信息并退出 @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) 以字节为单位设置最大区块的大小(默认:%d) - - Set the masternode private key - 设置主节点私钥 - Show all debugging options (usage: --help -help-debug) 显示所有debug选项(用法:--help -help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... 正在同步治理对象… - - Synchronizing masternode payments... - 正在同步主节点付款信息… - The source code is available from %s. 源代码可以在 %s 获得。 diff --git a/src/qt/locale/dash_zh_TW.ts b/src/qt/locale/dash_zh_TW.ts index e1b275940be12..d71061b12172a 100644 --- a/src/qt/locale/dash_zh_TW.ts +++ b/src/qt/locale/dash_zh_TW.ts @@ -21,6 +21,14 @@ &Copy 複製(&C) + + Show QR code for the currently selected address + 顯示當前所選地址的二維碼 + + + &Show QR code + 顯示二維碼(&S) + Delete the currently selected address from the list 把目前選擇的位址從列表中刪除 @@ -81,6 +89,14 @@ &Edit 編輯(&E) + + &Show address QR code + 顯示位址的二維碼(&S) + + + QR code + 二維碼 + Export Address List 匯出位址清單 @@ -437,14 +453,6 @@ Open configuration file 開啟配置文件 - - Open &Masternode Configuration File - 開啟主節點配置文件(&C) - - - Open Masternode configuration file - 開啟主節點配置文件 - Show Automatic &Backups 顯示自動備份(&B) @@ -650,10 +658,6 @@ ClientModel - - Total: %1 (PS compatible: %2 / Enabled: %3) - 總量: %1 (匿名發送兼容 : %2 / 可用 : %3) - Network Alert 網路警報 @@ -990,8 +994,16 @@ 因為這是程式第一次啓動,你可以選擇 %1 儲存資料的地方。 - %1 will download and store a copy of the Dash block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - %1 會下載並儲存一份達世幣區塊鏈的副本。至少有 %2GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. + 在你按下「好」之後,%1 就會開始下載並處理整個 %4 區塊鏈(大小是 %2GB),也就是從 %3 年 %4 剛剛起步時的最初交易開始。 + + + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. + 一開始的同步作業非常的耗費資源,並且可能會暴露出之前沒被發現的電腦硬體問題。每次執行 %1 的時候都會繼續先前未完成的下載。 + + + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. + 如果你選擇要限制區塊鏈儲存空間的大小(修剪模式),還是需要下載和處理過去的歷史資料被,但是之後就會把它刪掉來節省磁碟使用量。 Use the default data directory @@ -1001,6 +1013,22 @@ Use a custom data directory: 使用自定的資料目錄: + + At least %1 GB of data will be stored in this directory, and it will grow over time. + 在這個目錄中至少會存放 %1 GB 的資料,並且還會隨時間增加。 + + + Approximately %1 GB of data will be stored in this directory. + 在這個目錄中大約會存放 %1 GB 的資料。 + + + %1 will download and store a copy of the Dash block chain. + %1 會下載 Dash 區塊鏈並且儲存一份副本。 + + + The wallet will also be stored in this directory. + 錢包檔也會存放在這個目錄中。 + Error: Specified data directory "%1" cannot be created. 錯誤: 無法新增指定的資料目錄: %1 @@ -1024,78 +1052,22 @@ Form 表單 - - My Masternodes - 我的主節點 - - - Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field. - 注意: 本地錢包中的主節點狀態可能略有不正確。<br />總是等待錢包同步額外的數據,然後再從另一個節點多檢查一次<br />如果您的主節點應該已經運行,但您仍然在“狀態”欄看不到“ENABLED” 的字樣的話。 - - - Alias - 別名 - Address 位址 - - Protocol - 協議 - Status 狀態 - - Active - 活躍 - - - Last Seen - 最後一次在線 - Payee 收款人 - - S&tart alias - 啟動別名(&t) - - - Start &all - 啟動所有(&a) - - - Start &MISSING - 啟動遺漏(&M) - - - &Update status - 更新狀態(&U) - - - Show additional Masternode information - 顯示額外的主節點信息 - - - Show &Info... - 顯示 &信息... - - - Status will be updated automatically in (sec): - 狀態將在數 (秒) 內自動更新: - 0 0 - - All Masternodes - 所有主節點 - Filter List: 篩選列表: @@ -1108,14 +1080,18 @@ Node Count: 節點數: - - <html><head/><body><p>Note: This list represents the legacy and non-deterministic masternode list. It is only active as long as DIP3 has not been fully activated. After SPORK15 activation, this list will be empty.</p></body></html> - <html><head/><body><p>注意: 此列表顯示遺留和非確定性的主節點列表。 這只有DIP3尚未完全激活時才會被激活。 在SPORK15激活後,此列表將變為空白。</p></body></html> - DIP3 Masternodes DIP3 主節點 + + Show only masternodes this wallet has keys for. + 僅顯示此錢包中有密鑰的主節點。 + + + My masternodes only + 只顯示我的主節點 + PoSe Score PoSe 評分 @@ -1136,14 +1112,6 @@ Operator Reward 運營者獎勵 - - <html><head/><body><p>Note: This list is not active yet and only for informational purposes. The network is still running in compatibility mode, which means that the non-deterministic masternode list is still active. Only after SPORK15 activation, this list will become the active one. Also, the values in the payment related fields are not used at the moment, but still updated for every block. Please ignore this until SPORK15 activation.</p></body></html> - <html><head/><body><p>注意: 此列表尚未激活,其資料僅供參考。網絡仍在兼容模式下運行,這意味著非確定性的主節點列表仍處於活動狀態。 只有在SPORK15激活後,此列表才會成為活動列表。此外,此時不會使用付款字段中相關的值,但仍會針對每個區塊進行更新。 在SPORK15激活之前請忽略這一點。</p></body></html> - - - Start alias - 啟動別名 - Copy ProTx Hash 複製 ProTx 哈希 @@ -1180,70 +1148,6 @@ NONE 沒有 - - Confirm masternode start - 確認啟動主節點 - - - Are you sure you want to start masternode %1? - 您確定要啟動主節點 %1嗎? - - - Confirm all masternodes start - 確認啟動所有的主節點 - - - Are you sure you want to start ALL masternodes? - 您確定要啟動所有的主節點嗎? - - - Command is not available right now - 命令目前不可使用 - - - You can't use this command until masternode list is synced - 在與主節點列表同步之前,您不能使用此命令 - - - Confirm missing masternodes start - 確認啟動遺漏的主節點 - - - Are you sure you want to start MISSING masternodes? - 您確定要啟動所有遺漏的主節點嗎? - - - Additional information for Masternode %1 - 關於主節點%1 的附加信息 - - - Masternode Private Key - 主節點私鑰 - - - Private Key - 私鑰 - - - Collateral - 抵押品 - - - IP - IP - - - Version - 版本 - - - Unknown - 不明 - - - Sentinel - 哨兵 - Additional information for DIP3 Masternode %1 關於DIP3主節點%1 的附加信息 @@ -2005,18 +1909,10 @@ https://www.transifex.com/projects/p/dash/ QObject - - Dash Core - 達世幣核心 - %1 didn't yet exit safely... %1 還沒有安全地結束... - - Error reading masternode configuration file: %1 - 讀取主節點配置文件時出錯: %1 - Amount 金額 @@ -2480,6 +2376,10 @@ https://www.transifex.com/projects/p/dash/ Network activity disabled 被禁用的網絡活動 + + Total: %1 (Enabled: %2) + 總計: %1 (已啟用: %2) + %1 B %1 B (位元組) @@ -3329,6 +3229,14 @@ https://www.transifex.com/projects/p/dash/ %1 confirmations 確認 %1 次 + + locked via LLMQ based ChainLocks + 透過基於LLMQ 的 ChainLocks鎖定的 + + + verified via LLMQ based InstantSend + 經基於LLMQ 的 ChainLocks驗證的 + verified via InstantSend 經即時到帳系統核實 @@ -3754,6 +3662,10 @@ https://www.transifex.com/projects/p/dash/ Show transaction details 顯示交易明細 + + Show address QR code + 顯示位址的二維碼 + Export Transaction History 匯出交易記錄 @@ -3806,6 +3718,10 @@ https://www.transifex.com/projects/p/dash/ The transaction history was successfully saved to %1. 交易記錄已經成功儲存到 %1 了。 + + QR code + 二維碼 + Range: 範圍: @@ -3929,10 +3845,6 @@ https://www.transifex.com/projects/p/dash/ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. 警告: 我們和某些連線的節點對於區塊鏈結的決定不同!你可能需要升級,或是需要等其它的節點升級。 - - You must specify a masternodeprivkey in the configuration. Please see documentation for help. - 您必須在配置文件中指定一個masternodeprivkey。請參閱文檔以獲得幫助。 - Accept command line and JSON-RPC commands 接受指令列和 JSON-RPC 指令 @@ -4053,10 +3965,6 @@ https://www.transifex.com/projects/p/dash/ Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 和指定的位址繫結,並且把連線過來的節點放進白名單。IPv6 請用 [主機]:通訊埠 這種格式 - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - 和指定的位址繫結以聽候 JSON-RPC 連線。IPv6 請用 [主機]:通訊埠 這種格式。這個選項可以設定多次。(預設值: 跟所有網路界面上的位址繫結) - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) 用系統預設權限來造出新的檔案,而不是用使用者權限罩遮(umask)值 077 (只有在關掉錢包功能時才有作用)。 @@ -4153,6 +4061,10 @@ https://www.transifex.com/projects/p/dash/ (default: %s) (預設值: %s) + + -wallet parameter must only specify a filename (not a path) + -wallet 參數必須只指定文件名 (不是路徑) + Accept public REST requests (default: %u) 接受公開的REST請求 (預設值: %u) @@ -4201,10 +4113,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load masternode cache from 無法載入主節點緩存 - - Failed to load masternode payments cache from - 無法載入主節點付款緩存 - Found enough users, signing ( waiting %s ) 找到足夠多的用戶,簽署中 (等待 %s ) @@ -4249,14 +4157,6 @@ https://www.transifex.com/projects/p/dash/ Insufficient funds. 餘額不足。 - - Invalid -onion address: '%s' - 無效的 -onion 位址: '%s' - - - Invalid -proxy address: '%s' - 無效的 -proxy 位址: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 設定 -paytxfee=<金額> 的金額無效: '%s' (至少要有 %s) @@ -4293,18 +4193,10 @@ https://www.transifex.com/projects/p/dash/ Loading masternode cache... 正在載入主節點緩存... - - Loading masternode payment cache... - 正在載入主節點付款緩存... - Lock is already in place. 已經鎖定。 - - Lock masternodes from masternode configuration file (default: %u) - 根據主節點的配置文件鎖定主節點 (預設值: %u) - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) 每個連線的接收緩衝區大小上限為 <n>*1000 個位元組(預設值: %u) @@ -4341,10 +4233,6 @@ https://www.transifex.com/projects/p/dash/ Only connect to nodes in network <net> (ipv4, ipv6 or onion) 只會連接到網絡節點 <net> (IPv4,IPv6或onion) - - Port: %d - 端口: %d - Prepend debug output with timestamp (default: %u) 在除錯輸出內容前附加時間(預設值: %u) @@ -4385,10 +4273,6 @@ https://www.transifex.com/projects/p/dash/ Specify connection timeout in milliseconds (minimum: 1, default: %d) 指定連線在幾毫秒後逾時 (最少值: 1, 預設值: %d) - - Specify masternode configuration file (default: %s) - 指定主節點配置文件(預設值: %s) - Specify pid file (default: %s) 指定行程識別碼檔案(預設值: %s) @@ -4397,22 +4281,10 @@ https://www.transifex.com/projects/p/dash/ Spend unconfirmed change when sending transactions (default: %u) 傳送交易時可以花還沒確認的零錢(預設值: %u) - - Submitted following entries to masternode: %u / %d - 己經提交下列條目到主節點: %u / %d - - - Submitted to masternode, waiting for more entries ( %u / %d ) %s - 己經提交到主節點,正在等候更多條目 ( %u / %d ) %s - Submitted to masternode, waiting in queue %s 己經提交到主節點,在隊列%s 中等待 - - Synchroning blockchain... - 正在同步區塊鏈... - Synchronization failed 同步失敗 @@ -4421,10 +4293,6 @@ https://www.transifex.com/projects/p/dash/ Synchronization finished 同步完成 - - Synchronizing masternodes... - 正在跟主節點網絡進行同步... - This is not a Masternode. 這並不是一個主節點。 @@ -4493,10 +4361,6 @@ https://www.transifex.com/projects/p/dash/ Will retry... 將重新嘗試... - - Invalid masternodeprivkey. Please see documenation. - 無效的主節點私鑰。請參閱文檔。 - Can't find random Masternode. 找不到隨機主節點。 @@ -4505,18 +4369,10 @@ https://www.transifex.com/projects/p/dash/ Can't mix while sync in progress. 在同步進行中時不能進行混合。 - - Could not parse masternode.conf - 無法解析 masternode.conf - Invalid netmask specified in -whitelist: '%s' 在 -whitelist 指定了無效的網絡掩碼: '%s' - - Invalid port detected in masternode.conf - 在 masternode.conf 檢測到無效的端口 - Invalid script detected. 檢測到無效的腳本。 @@ -4541,6 +4397,10 @@ https://www.transifex.com/projects/p/dash/ %s file contains all private keys from this wallet. Do not share it with anyone! %s 文件包含此錢包中的所有私鑰。 不要與任何人分享! + + Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses) + 和指定的位址繫結以聽候 JSON-RPC 連線。除非也傳遞了-rpcallowip,否則將忽略此選項。端口是可選的,並覆蓋-rpcport。IPv6 請用 [主機]:通訊埠 這種格式。這個選項可以設定多次。(預設值: 127.0.0.1 and ::1 i.e., localhost, 或 假如 -rpcallowip 已被指定, 0.0.0.0 and :: i.e., all addresses) + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) 找出自己的網際網路位址(預設值: 當有聽候連線且沒有 -externalip 或代理伺服器時為 1) @@ -4693,18 +4553,10 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 您需要使用-reindex 來重建數據庫以回到未修剪模式。 這將重新下載整個區塊鏈 - - (%d could be used only on mainnet) - (%d 只可以在主網絡上使用) - (default: %u) (預設值: %u) - - (must be %d for mainnet) - (必須是 %d 用於主網) - -maxmempool must be at least %d MB -maxmempool 必須至少為 %d MB @@ -4785,10 +4637,6 @@ https://www.transifex.com/projects/p/dash/ Failed to load sporks cache from 無法載入勺叉緩存 - - Failed to parse host:port string - 無法解析主機 : 端口串 - Fee (in %s/kB) to add to transactions you send (default: %s) 交易付款時(每 %s/kB)的交易手續費 (預設值: %s) @@ -4817,18 +4665,10 @@ https://www.transifex.com/projects/p/dash/ Last successful PrivateSend action was too recent. 距離上一次成功送出匿名發送的時間過短。 - - Line: %d - 行: %d - Loading InstantSend data cache... 正在載入即時到帳數據緩存... - - Loading addresses... - 正在載入位址資料... - Loading block index... 正在載入區塊索引... @@ -4857,10 +4697,6 @@ https://www.transifex.com/projects/p/dash/ Make the wallet broadcast transactions 讓錢包廣播交易 - - Masternode cache is empty, skipping payments and governance cache... - 主節點緩存為空,跳過付款和治理緩存... - Masternode options: 主節點選項: @@ -4957,6 +4793,18 @@ https://www.transifex.com/projects/p/dash/ Rescan the block chain for missing wallet transactions on startup 啟動時重新掃描區塊鏈,來尋找錢包可能漏掉的交易。 + + Submitted following entries to masternode: %u + 己經提交下列條目到主節點: %u + + + Submitted to masternode, waiting for more entries ( %u ) %s + 己經提交到主節點,正在等候更多條目 ( %u ) %s + + + Synchronizing blockchain... + 正在同步區塊鏈... + The wallet will avoid paying less than the minimum relay fee. 錢包軟體會付多於最小轉發費用的手續費。 @@ -5149,14 +4997,6 @@ https://www.transifex.com/projects/p/dash/ Wallet will not create transactions that violate mempool chain limits (default: %u) 錢包軟體不會產生違反記憶池交易鏈限制的交易(預設值: %u) - - Warning: At least %d of %d masternodes are running on a newer software version. Please check latest releases, you might need to update too. - 警告: 至少有 %d 之 %d 的主節點正在運行新的軟件版本。請檢查最新版本,您可能也需要更新。 - - - Warning: Every masternode (out of %d known ones) is running on a newer software version. Please check latest releases, it's very likely that you missed a major/critical update. - 警告: 每個主節點 (共 %d 個已知的) 都運行在新版本的軟件。請檢查最新版本,很可能是您錯過了重大/關鍵更新。 - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. 警告: 錢包檔壞掉,但資料被救回來了!原來的檔案 %s 改儲存為 %s,在目錄 %s 下。 如果餘額或交易資料有誤的話,你應該要從備份資料復原回來。 @@ -5241,10 +5081,22 @@ https://www.transifex.com/projects/p/dash/ Initialization sanity check failed. %s is shutting down. 初始化時的基本檢查失敗了。%s 就要關閉了。 + + Invalid -onion address or hostname: '%s' + 無效的 -onion 位址或主機名稱: '%s' + + + Invalid -proxy address or hostname: '%s' + 無效的 -proxy 位址或主機名稱: '%s' + Invalid amount for -%s=<amount>: '%s' 參數 -%s=<金額> 指定的金額無效: '%s' + + Invalid characters in -wallet filename + 在 -wallet 文件名中有的無效的字符 + Invalid spork address specified with -sporkaddr 使用參數 -sporkaddr 時指定的spork地址無效 @@ -5253,6 +5105,10 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (%u-%u, default: %u) 保留 N 個已經匿名處理的達世幣 (%u-%u, 預設值: %u) + + Loading P2P addresses... + 正在載入 P2P 位址資料... + Print this help message and exit 顯示說明訊息後結束 @@ -5301,10 +5157,6 @@ https://www.transifex.com/projects/p/dash/ Set maximum block size in bytes (default: %d) 設置最大區塊的大小,以字節為單位 (預設: %d) - - Set the masternode private key - 設置主節點私鑰 - Show all debugging options (usage: --help -help-debug) 顯示所有的除錯選項 (用法: --help --help-debug) @@ -5341,10 +5193,6 @@ https://www.transifex.com/projects/p/dash/ Synchronizing governance objects... 正在同步治理對象... - - Synchronizing masternode payments... - 正在同步主節點付款資訊... - The source code is available from %s. 原始碼可以在 %s 取得。