Skip to content

Commit

Permalink
Merge pull request #6482 from bisq-network/release/v1.9.8
Browse files Browse the repository at this point in the history
Release/v1.9.8
  • Loading branch information
ripcurlx authored Dec 26, 2022
2 parents a3f9cb3 + 2e244c8 commit e419221
Show file tree
Hide file tree
Showing 39 changed files with 242 additions and 199 deletions.
4 changes: 2 additions & 2 deletions common/src/main/java/bisq/common/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Version {
// VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update
// Therefore all sub versions start again with 1
// We use semantic versioning with major, minor and patch
public static final String VERSION = "1.9.6";
public static final String VERSION = "1.9.8";

/**
* Holds a list of the tagged resource files for optimizing the getData requests.
Expand All @@ -45,7 +45,7 @@ public class Version {
*/
public static final List<String> HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2",
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1", "1.8.3", "1.9.0", "1.9.3",
"1.9.5", "1.9.6");
"1.9.5", "1.9.6", "1.9.7");

public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down
20 changes: 15 additions & 5 deletions core/src/main/resources/i18n/displayStrings_cs.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ shared.readMore=Přečíst více
shared.openHelp=Otevřít nápovědu
shared.warning=Varování
shared.close=Zavřít
shared.closeAnywayDanger=Stejně vypnout (NEBEZPEČNÉ!)
shared.okWait=Dobře, počkám
shared.closeAnywayDanger=Shut down anyway
shared.okWait=Keep Bisq Open
shared.cancel=Zrušit
shared.ok=OK
shared.yes=Ano
Expand Down Expand Up @@ -397,7 +397,7 @@ offerbook.warning.counterpartyTradeRestrictions=Tuto nabídku nelze přijmout z
offerbook.warning.newVersionAnnouncement=S touto verzí softwaru mohou obchodní partneři navzájem ověřovat a podepisovat platební účty ostatních a vytvářet tak síť důvěryhodných platebních účtů.\n\nPo úspěšném obchodování s partnerským účtem s ověřeným platebním účtem bude váš platební účet podepsán a obchodní limity budou zrušeny po určitém časovém intervalu (délka tohoto intervalu závisí na způsobu ověření).\n\nDalší informace o podepsání účtu naleznete v dokumentaci na adrese [HYPERLINK:https://bisq.wiki/Account_limits#Account_signing].

popup.warning.tradeLimitDueAccountAgeRestriction.seller=Povolená částka obchodu je omezena na {0} z důvodu bezpečnostních omezení na základě následujících kritérií:\n- Účet kupujícího nebyl podepsán rozhodcem ani obchodním partnerem\n- Doba od podpisu účtu kupujícího není alespoň 30 dní\n- Způsob platby této nabídky je považován za riskantní pro bankovní zpětné zúčtování\n\n{1}
popup.warning.tradeLimitDueAccountAgeRestriction.buyer=Povolená částka obchodu je omezena na {0} z důvodu bezpečnostních omezení na základě následujících kritérií:\n- Váš účet nebyl podepsán rozhodcem ani obchodním partnerem\n- Čas od podpisu vašeho účtu není alespoň 30 dní\n- Způsob platby této nabídky je považován za riskantní pro bankovní zpětné zúčtování\n\n{1}
popup.warning.tradeLimitDueAccountAgeRestriction.buyer=The allowed trade amount is limited to {0} because of security restrictions based on the following criteria:\n- User-defined trade limit\n- Your account has not been signed by an arbitrator or a peer\n- The time since signing of your account is not at least 30 days\n- The payment method for this offer is considered risky for bank chargebacks\n\n{1}

offerbook.warning.wrongTradeProtocol=Tato nabídka vyžaduje jinou verzi protokolu než ta, která byla použita ve vaší verzi softwaru.\n\nZkontrolujte, zda máte nainstalovanou nejnovější verzi, jinak uživatel, který nabídku vytvořil, použil starší verzi.\n\nUživatelé nemohou obchodovat s nekompatibilní verzí obchodního protokolu.
offerbook.warning.userIgnored=Do seznamu ignorovaných uživatelů jste přidali onion adresu tohoto uživatele.
Expand Down Expand Up @@ -1086,6 +1086,10 @@ setting.preferences.autoConfirmEnabled=Povoleno
setting.preferences.autoConfirmRequiredConfirmations=Požadovaná potvrzení
setting.preferences.autoConfirmMaxTradeSize=Max. částka obchodu (BTC)
setting.preferences.autoConfirmServiceAddresses=Monero Explorer URL (používá Tor, kromě localhost, LAN IP adres a názvů hostitele *.local)
setting.preferences.tradeLimits=Trade Limits
setting.preferences.tradeLimitsEnabled=Increase Trade Limits
setting.preferences.tradeLimitMax=Max. částka obchodu (BTC)
setting.preferences.tradeLimitBlurb=Trading limits are set to reduce risk of costly disputes and losing funds for new users. Raise trading limits at your own risk. Every trader has their own pace, but it's recommended to complete at least 5 trades before raising trade limits.\n\nBy raising trading limits you acknowledge to be familiar with the basic use of Bisq, like backing up your data [HYPERLINK:https://bisq.wiki/Backing_up_application_data], trading rules [HYPERLINK:https://bisq.wiki/Trading_rules], dispute resolution [HYPERLINK:https://bisq.wiki/Dispute_resolution], penalties [HYPERLINK:https://bisq.wiki/Table_of_penalties] or find support [HYPERLINK:https://bisq.wiki/User_support].\n\nAccount signing limits [HYPERLINK:https://bisq.wiki/Account_signing] are still applied to buy BTC with most National Account payment methods [HYPERLINK:https://bisq.wiki/Payment_methods], to reduce chargeback risk.
setting.preferences.deviationToLarge=Hodnoty vyšší než {0} % nejsou povoleny.
setting.preferences.txFee=Transakční poplatek za výběr BSQ (satoshi/vbyte)
setting.preferences.useCustomValue=Použijte vlastní hodnotu
Expand All @@ -1094,6 +1098,8 @@ setting.preferences.txFeeTooLarge=Váš vstup je nad jakoukoli rozumnou hodnotou
setting.preferences.ignorePeers=Ignorované peer uzly [onion addresa:port]
setting.preferences.ignoreDustThreshold=Min. hodnota výstupu bez drobných
setting.preferences.clearDataAfterDays=Clear sensitive data after (days)
setting.preferences.useBitcoinUris=Use bitcoin URIs in QR codes
setting.preferences.useBitcoinUris.tooltip=Bisq's QR codes can either store bitcoin URIs containing the address along\nwith some extra parameters (amount & label) or plain bitcoin addresses\nwith no additional data. Disable this option if your external wallet's\nscanner cannot handle the bitcoin URI scheme format.
setting.preferences.currenciesInList=Měny v seznamu zdrojů tržních cen
setting.preferences.prefCurrency=Preferovaná měna
setting.preferences.displayFiat=Zobrazit národní měny
Expand Down Expand Up @@ -1122,8 +1128,6 @@ setting.preferences.dao.resyncFromResources.popup=Po restartu aplikace budou dat
setting.preferences.dao.resyncFromGenesis.popup=Resynchronizace z genesis transakce může stát značné množství času a prostředků CPU. Opravdu to chcete udělat? Většinou je resynchronizace z nejnovějších zdrojových souborů dostatečná a mnohem rychlejší.\n\nPokud budete pokračovat, po restartu aplikace budou data správy sítě Bisq znovu načtena z počátečních uzlů a stav konsensu BSQ bude znovu vytvořen z genesis transakce.
setting.preferences.dao.resyncFromGenesis.resync=Resynchronizovat z genesis transakce a vypnout
setting.preferences.dao.isDaoFullNode=Spusťte Bisq jako full node DAO
setting.preferences.dao.activated=DAO aktivováno
setting.preferences.dao.activated.popup=Změna se projeví po restartu

setting.preferences.dao.fullModeDaoMonitor=Monitorování stavu DAO v plném režimu
setting.preferences.dao.fullModeDaoMonitor.popup=Pokud je aktivováno monitorování stavu DAO v plném režimu, vytvářejí se během parsování bloků BSQ hashe stavu DAO. To s sebou nese značné výkonnostní náklady při počáteční synchronizaci DAO.\n\nPro uživatele, kteří Bisq používají pravidelně, by to neměl být problém, protože na parsování nečeká mnoho bloků, avšak pro uživatele, kteří Bisq používají pouze příležitostně, vytváření hashů stavu DAO pro 100 nebo 1000 bloků silně zhoršuje uživatelský zážitek.\n\nV případě, že je deaktivován plný režim (výchozí nastavení), jsou chybějící hashe stavu DAO vyžádány od uzlů sítě a hash stavu DAO založený na nejnovějším bloku vytvoří uživatel. Jelikož jsou všechny hashe propojeny odkazem na předchozí hash, správný hash na špičce řetězce znamená, že všechny předchozí hashe jsou také správné. Hlavní funkce sledování stavu DAO - zjistit, zda není lokální stav DAO nesynchronizován se zbytkem sítě - je tedy stále splněna.
Expand Down Expand Up @@ -1358,6 +1362,7 @@ account.backup.backupNow=Zálohujte nyní (záloha není šifrována!)
account.backup.appDir=Adresář dat aplikace
account.backup.openDirectory=Otevřít adresář
account.backup.openLogFile=Otevřít soubor log
account.backup.zipLogFiles=Zip Log files
account.backup.success=Záloha byla úspěšně uložena na:\n{0}
account.backup.directoryNotAccessible=Vybraný adresář není přístupný. {0}

Expand Down Expand Up @@ -2185,6 +2190,9 @@ disputeSummaryWindow.reason=Důvod sporu
disputeSummaryWindow.tradePeriodEnd=Konec obchodního období
disputeSummaryWindow.extraInfo=Detailní informace
disputeSummaryWindow.delayedPayoutStatus=Delayed Payout Status
disputeSummaryWindow.requestingTxs=Requesting blockchain transactions from block explorer...
disputeSummaryWindow.requestTransactionsError=Requesting the 4 trade transactions failed. Error message: {0}.\n\nPlease verify the transactions manually before closing the dispute.
disputeSummaryWindow.delayedPayoutTxVerificationFailed=Verification of the delayed payout transaction failed. Error message: {0}.\n\nPlease do not make the payout but get in touch with developers to clearify the case.

# dynamic values are not recognized by IntelliJ
# suppress inspection "UnusedProperty"
Expand Down Expand Up @@ -2485,6 +2493,8 @@ popup.info.cashDepositInfo=Ujistěte se, že ve své oblasti máte pobočku bank
popup.info.cashDepositInfo.confirm=Potvrzuji, že mohu provést vklad
popup.info.shutDownWithOpenOffers=Bisq se vypíná, ale existují otevřené nabídky.\n\nTyto nabídky nebudou dostupné v síti P2P, pokud bude Bisq vypnutý, ale budou znovu publikovány do sítě P2P při příštím spuštění Bisq.\n\nChcete-li zachovat své nabídky online, udržujte Bisq spuštěný a ujistěte se, že tento počítač zůstává online (tj. Ujistěte se, že nepřejde do pohotovostního režimu...pohotovostní režim monitoru není problém).
popup.info.shutDownWithTradeInit={0}\nThis trade has not finished initializing; shutting down now will probably make it corrupted. Please wait a minute and try again.
popup.info.shutDownWithDisputeInit=Bisq is being shut down, but there is a Dispute system message still pending.\nPlease wait a minute before shutting down.\nFor further help please contact the Bisq support channel at the Bisq Matrix Space.
popup.info.shutDownQuery=Are you sure you want to exit Bisq?
popup.info.qubesOSSetupInfo=Zdá se, že používáte Bisq na Qubes OS.\n\nUjistěte se, že je vaše Bisq qube nastaveno podle našeho průvodce nastavením na [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.info.p2pStatusIndicator.red={0}\n\nYour node has no connection to the P2P network. Bisq cannot operate in this state. See [HYPERLINK:https://bisq.wiki/Network_status_indicator] for more information.
popup.info.p2pStatusIndicator.yellow={0}\n\nYour node has no inbound Tor connections. Bisq will function ok, but if this state persists for several hours it may be an indication of connectivity problems. See [HYPERLINK:https://bisq.wiki/Network_status_indicator] for more information.
Expand Down
Loading

0 comments on commit e419221

Please sign in to comment.