diff --git a/gui/src/main/resources/i18n/displayStrings.properties b/gui/src/main/resources/i18n/displayStrings.properties index 20d3206f99..86b94caccb 100644 --- a/gui/src/main/resources/i18n/displayStrings.properties +++ b/gui/src/main/resources/i18n/displayStrings.properties @@ -1,3 +1,5 @@ +# Used by gui/components/infoDisplay.java + # shared shared.readMore=Read more shared.openHelp=Open Help diff --git a/gui/src/main/resources/i18n/displayStrings_ae.properties b/gui/src/main/resources/i18n/displayStrings_ae.properties new file mode 100644 index 0000000000..5e5e6478fa --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ae.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=اقرأ أكثر +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ba.properties b/gui/src/main/resources/i18n/displayStrings_ba.properties new file mode 100644 index 0000000000..e8275a134f --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ba.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Čitaj više +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_br.properties b/gui/src/main/resources/i18n/displayStrings_br.properties new file mode 100644 index 0000000000..da3f3b42bf --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_br.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Leia mais +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_cn.properties b/gui/src/main/resources/i18n/displayStrings_cn.properties new file mode 100644 index 0000000000..836d34610a --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_cn.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=阅读更多 +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_cz.properties b/gui/src/main/resources/i18n/displayStrings_cz.properties new file mode 100644 index 0000000000..7c58c59996 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_cz.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Čtěte více +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_de.properties b/gui/src/main/resources/i18n/displayStrings_de.properties index e69de29bb2..113bb3e611 100644 --- a/gui/src/main/resources/i18n/displayStrings_de.properties +++ b/gui/src/main/resources/i18n/displayStrings_de.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Weiterlesen +shared.openHelp=Hilfe +shared.warning=Warnung +shared.error=Fehler +shared.close=Schließen +shared.cancel=Stornieren +shared.ok=OK +shared.yes=Ja +shared.no=Nein + +shared.openSettings=Öffnen Sie die Einstellungen für die Bearbeitung +shared.buyBitcoin=Kaufen bitcoin +shared.sellBitcoin=Verkaufen bitcoin +shared.buy=kaufen +shared.sell=verkaufen +shared.spend=ausgeben + +# validation +validation.empty=Leere Eingabe ist nicht erlaubt. +validation.NaN=Die Eingabe ist keine gültige Zahl. +validation.zero=Die Eingabe von 0 ist nicht erlaubt. +validation.negative=Ein negativer Wert ist nicht erlaubt. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_dk.properties b/gui/src/main/resources/i18n/displayStrings_dk.properties new file mode 100644 index 0000000000..c670e5a498 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_dk.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Læs mere +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_en.properties b/gui/src/main/resources/i18n/displayStrings_en.properties new file mode 100644 index 0000000000..86b94caccb --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_en.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Read more +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_es.properties b/gui/src/main/resources/i18n/displayStrings_es.properties index e69de29bb2..ab5dad84ac 100644 --- a/gui/src/main/resources/i18n/displayStrings_es.properties +++ b/gui/src/main/resources/i18n/displayStrings_es.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Lee mas +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_fi.properties b/gui/src/main/resources/i18n/displayStrings_fi.properties new file mode 100644 index 0000000000..4a37e173d0 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_fi.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Lue lisää +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_fr.properties b/gui/src/main/resources/i18n/displayStrings_fr.properties new file mode 100644 index 0000000000..0046b776a3 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_fr.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Lire la suite +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ge.properties b/gui/src/main/resources/i18n/displayStrings_ge.properties new file mode 100644 index 0000000000..2acaee582a --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ge.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=წაიკითხე მეტი +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_gr.properties b/gui/src/main/resources/i18n/displayStrings_gr.properties new file mode 100644 index 0000000000..4b5eb62990 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_gr.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Διαβάστε περισσότερα +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_hr.properties b/gui/src/main/resources/i18n/displayStrings_hr.properties new file mode 100644 index 0000000000..e8275a134f --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_hr.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Čitaj više +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_hu.properties b/gui/src/main/resources/i18n/displayStrings_hu.properties new file mode 100644 index 0000000000..573a58eb96 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_hu.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Olvass tovább +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_id.properties b/gui/src/main/resources/i18n/displayStrings_id.properties new file mode 100644 index 0000000000..659a64df7d --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_id.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Baca lebih banyak +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ie.properties b/gui/src/main/resources/i18n/displayStrings_ie.properties new file mode 100644 index 0000000000..6d90d67822 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ie.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=קרא עוד +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_in.properties b/gui/src/main/resources/i18n/displayStrings_in.properties new file mode 100644 index 0000000000..46bb797248 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_in.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=अधिक पढ़ें +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_is.properties b/gui/src/main/resources/i18n/displayStrings_is.properties new file mode 100644 index 0000000000..79ed3b156b --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_is.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Lestu meira +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_it.properties b/gui/src/main/resources/i18n/displayStrings_it.properties new file mode 100644 index 0000000000..752492ad0d --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_it.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Leggi di più +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_jp.properties b/gui/src/main/resources/i18n/displayStrings_jp.properties new file mode 100644 index 0000000000..e0e926d7ec --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_jp.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=続きを読む +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_kg.properties b/gui/src/main/resources/i18n/displayStrings_kg.properties new file mode 100644 index 0000000000..fb83d11683 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_kg.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Толук маалымат +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_kr.properties b/gui/src/main/resources/i18n/displayStrings_kr.properties new file mode 100644 index 0000000000..3f506bce01 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_kr.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=자세히보기 +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_kz.properties b/gui/src/main/resources/i18n/displayStrings_kz.properties new file mode 100644 index 0000000000..627c327abd --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_kz.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Ары қарай оқу +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_lt.properties b/gui/src/main/resources/i18n/displayStrings_lt.properties new file mode 100644 index 0000000000..0696958dbc --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_lt.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Skaityti daugiau +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_my.properties b/gui/src/main/resources/i18n/displayStrings_my.properties new file mode 100644 index 0000000000..c2e792aae0 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_my.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Baca lebih lanjut +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_nl.properties b/gui/src/main/resources/i18n/displayStrings_nl.properties new file mode 100644 index 0000000000..58474428ac --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_nl.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Lees verder +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_no.properties b/gui/src/main/resources/i18n/displayStrings_no.properties new file mode 100644 index 0000000000..2764401960 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_no.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Les mer +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_nz.properties b/gui/src/main/resources/i18n/displayStrings_nz.properties new file mode 100644 index 0000000000..dea73baa17 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_nz.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Pānuitia atu +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ph.properties b/gui/src/main/resources/i18n/displayStrings_ph.properties new file mode 100644 index 0000000000..1237011313 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ph.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Magbasa nang higit pa +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_pl.properties b/gui/src/main/resources/i18n/displayStrings_pl.properties new file mode 100644 index 0000000000..6125034156 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_pl.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Czytaj więcej +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_pt.properties b/gui/src/main/resources/i18n/displayStrings_pt.properties new file mode 100644 index 0000000000..f1acccf41c --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_pt.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Leia mais +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ro.properties b/gui/src/main/resources/i18n/displayStrings_ro.properties new file mode 100644 index 0000000000..045b4390ce --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ro.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Citeste mai mult +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ru.properties b/gui/src/main/resources/i18n/displayStrings_ru.properties new file mode 100644 index 0000000000..ab2b02f69e --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ru.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Прочитайте больше +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_se.properties b/gui/src/main/resources/i18n/displayStrings_se.properties new file mode 100644 index 0000000000..6152597b56 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_se.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Läs mer +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_sv_SE.properties b/gui/src/main/resources/i18n/displayStrings_sv_SE.properties deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/gui/src/main/resources/i18n/displayStrings_th.properties b/gui/src/main/resources/i18n/displayStrings_th.properties new file mode 100644 index 0000000000..f78451f223 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_th.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=อ่านเพิ่มเติม +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_ua.properties b/gui/src/main/resources/i18n/displayStrings_ua.properties new file mode 100644 index 0000000000..50e7c660e2 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_ua.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=докладніше +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_uz.properties b/gui/src/main/resources/i18n/displayStrings_uz.properties new file mode 100644 index 0000000000..5c2bf003f4 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_uz.properties @@ -0,0 +1,181 @@ +# Used by gui/components/infoDisplay.java + +# shared +shared.readMore=Ko'proq o'qing +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/displayStrings_vn.properties b/gui/src/main/resources/i18n/displayStrings_vn.properties new file mode 100644 index 0000000000..a147bb7565 --- /dev/null +++ b/gui/src/main/resources/i18n/displayStrings_vn.properties @@ -0,0 +1,179 @@ +# shared +shared.readMore=Đọc thêm +shared.openHelp=Open Help +shared.warning=Warning +shared.error=Error +shared.close=Close +shared.cancel=Cancel +shared.ok=OK +shared.yes=Yes +shared.no=No + +shared.openSettings=Open settings for editing +shared.buyBitcoin=Buy bitcoin +shared.sellBitcoin=Sell bitcoin +shared.buy=buy +shared.sell=sell +shared.spend=spend + +# validation +validation.empty=Empty input is not allowed. +validation.NaN=Input is not a valid number. +validation.zero=Input of 0 is not allowed. +validation.negative=A negative value is not allowed. +validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. +validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. +validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). +validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. +validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. +validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. +validation.sortCodeNumber={0} must consist of {1} numbers +validation.sortCodeChars={0} must consist of {1} characters +validation.bankIdNumber={0} must consist of {1} numbers +validation.accountNr=Account number must consist of {0} numbers +validation.accountNrChars=Account number must consist of {0} characters + +# Create offer +createOffer.amount.prompt=Enter amount in BTC +createOffer.price.prompt=Enter price +createOffer.volume.prompt=Enter amount in {0} +createOffer.minAmount.prompt=Enter min. amount + +createOffer.amountPriceBox.title=Create your offer +createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} +createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} +createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend +createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive +createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin +createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. +createOffer.amountPriceBox.next=Next step +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. +createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. +createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. +createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. + +createOffer.fundsBox.title=Fund your offer +createOffer.fundsBox.totalsNeeded=Funds needed: +createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +createOffer.fundsBox.address=Trade wallet address: +createOffer.fundsBox.balance=Trade wallet balance: +createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Trade amount: +createOffer.fundsBox.securityDeposit=Security deposit: +createOffer.fundsBox.offerFee=Create offer fee: +createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.total=Total: +createOffer.fundsBox.showAdvanced=Show advanced settings +createOffer.fundsBox.hideAdvanced=Hide advanced settings +createOffer.fundsBox.placeOffer=Place offer +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +createOffer.advancedBox.title=Advanced settings +createOffer.advancedBox.countries=Accepted countries: +createOffer.advancedBox.languages=Accepted languages: +createOffer.advancedBox.arbitrators=Accepted arbitrators: +createOffer.advancedBox.txType=Payments method: +createOffer.advancedBox.currency=Currency: +createOffer.advancedBox.county=Payments account country: +createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). + +createOffer.success.headline=Your offer has been published +createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". + +createOffer.error.message=An error occurred when placing the offer.\n\n{0} + + +# Take offer +takeOffer.amount.prompt=Enter amount in BTC +takeOffer.price.prompt=Enter price +takeOffer.volume.prompt=Enter amount in {0} +takeOffer.minAmount.prompt=Enter min. amount + +takeOffer.amountPriceBox.title=Take offer +takeOffer.amountPriceBox.subTitle=Buy bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell +takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy +takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} +takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} +takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend +takeOffer.amountPriceBox.amountRangeDescription=Possible amount range +takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. +takeOffer.amountPriceBox.next=Next step +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. +takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. + +takeOffer.fundsBox.title=Fund your trade +takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.totalsNeeded=Funds needed: +takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above +takeOffer.fundsBox.address=Trade wallet address: +takeOffer.fundsBox.balance=Trade wallet balance: +takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ + to the BTC buyer. +takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ + Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. +takeOffer.fundsBox.tradeAmount=Amount to sell: +takeOffer.fundsBox.securityDeposit=Security deposit: +takeOffer.fundsBox.offerFee=Take offer fee: +takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.total=Total: +takeOffer.fundsBox.showAdvanced=Show advanced settings +takeOffer.fundsBox.hideAdvanced=Hide advanced settings +takeOffer.fundsBox.takeOffer=Take offer +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} + +takeOffer.advancedBox.title=Advanced settings +takeOffer.advancedBox.countries=Accepted countries: +takeOffer.advancedBox.languages=Accepted languages: +takeOffer.advancedBox.arbitrators=Accepted arbitrators: +takeOffer.advancedBox.txType=Payments method: +takeOffer.advancedBox.currency=Currency: +takeOffer.advancedBox.county=Payments account country: +takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ + Your settings match those constraints and you are able to trade with him. + +takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". +takeOffer.error.message=An error occurred when taking the offer.\n\n{0} + +# Payment methods +OK_PAY=OKPay +PERFECT_MONEY=Perfect Money +ALI_PAY=AliPay +SEPA=SEPA +FASTER_PAYMENTS=Faster Payments +NATIONAL_BANK=National Bank transfer +SAME_BANK=Transfer with same Bank +SPECIFIC_BANKS=Transfers with specific banks +SWISH= Swish +CLEAR_X_CHANGE=ClearXchange +US_POSTAL_MONEY_ORDER=US Postal money order +CASH_DEPOSIT=Cash Deposit + +BLOCK_CHAINS=Altcoins + +N/A_SHORT=Not available +OK_PAY_SHORT=OKPay +PERFECT_MONEY_SHORT=Perfect Money +ALI_PAY_SHORT=AliPay +SEPA_SHORT=SEPA +FASTER_PAYMENTS_SHORT=Faster Payments +NATIONAL_BANK_SHORT=National Banks +SAME_BANK_SHORT=Same Bank +SPECIFIC_BANKS_SHORT=Specific banks +FED_WIRE_SHORT=Fed Wire +SWISH_SHORT= Swish +CLEAR_X_CHANGE_SHORT=ClearXchange +US_POSTAL_MONEY_ORDER_SHORT=US money order +CASH_DEPOSIT_SHORT=Cash Deposit + +BLOCK_CHAINS_SHORT=Altcoins