mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-22 13:39:39 -04:00
support cash by atm payment method #626
This commit is contained in:
parent
92fb41fffa
commit
655583477a
22 changed files with 410 additions and 95 deletions
|
@ -2943,13 +2943,6 @@ payment.payByMail.info=Trading using pay-by-mail (PBM) on Haveno requires that y
|
|||
|
||||
payment.payByMail.contact=Contact info
|
||||
payment.payByMail.contact.prompt=Name or nym envelope should be addressed to
|
||||
payment.f2f.contact=Contact info
|
||||
payment.f2f.contact.prompt=How would you like to be contacted by the trading peer? (email address, phone number,...)
|
||||
payment.f2f.city=City for 'Face to face' meeting
|
||||
payment.f2f.city.prompt=The city will be displayed with the offer
|
||||
payment.shared.optionalExtra=Optional additional information
|
||||
payment.shared.extraInfo=Additional information
|
||||
payment.shared.extraInfo.prompt=Define any special terms, conditions, or details you would like to be displayed with your offers for this payment account (users will see this info before accepting offers).
|
||||
payment.payByMail.extraInfo.prompt=Please state on your offers: \n\n\
|
||||
Country you are located (eg France); \n\
|
||||
Countries / regions you would accept trades from (eg France, EU, or any European country); \n\
|
||||
|
@ -2957,6 +2950,23 @@ Any special terms/conditions; \n\
|
|||
Any other details.
|
||||
payment.payByMail.tradingRestrictions=Please review the maker's terms and conditions.\n\
|
||||
If you do not meet the requirements do not take this trade.
|
||||
payment.cashByAtm.info=Cash at ATM: Cardless withdraw at ATM using code\n\n\
|
||||
1. List your accepted banks, regions, or other terms.\n\n\
|
||||
2. Chat with your peer trader to coordinate a time and share the withdraw code.\n\n\
|
||||
If you cannot complete the transaction as specified in your trade contract, you may lose some (or all) of your security deposit.
|
||||
payment.cashByAtm.extraInfo.prompt=Please state on your offers: \n\n\
|
||||
Your accepted banks / locations; \n\
|
||||
Any special terms/conditions; \n\
|
||||
Any other details.
|
||||
payment.payByMail.tradingRestrictions=Please review the maker's terms and conditions.\n\
|
||||
If you do not meet the requirements do not take this trade.
|
||||
payment.f2f.contact=Contact info
|
||||
payment.f2f.contact.prompt=How would you like to be contacted by the trading peer? (email address, phone number,...)
|
||||
payment.f2f.city=City for 'Face to face' meeting
|
||||
payment.f2f.city.prompt=The city will be displayed with the offer
|
||||
payment.shared.optionalExtra=Optional additional information
|
||||
payment.shared.extraInfo=Additional information
|
||||
payment.shared.extraInfo.prompt=Define any special terms, conditions, or details you would like to be displayed with your offers for this payment account (users will see this info before accepting offers).
|
||||
payment.f2f.info='Face to Face' trades have different rules and come with different risks than online transactions.\n\n\
|
||||
The main differences are:\n\
|
||||
● The trading peers need to exchange information about the meeting location and time by using their provided contact details.\n\
|
||||
|
@ -3001,6 +3011,7 @@ SPECIFIC_BANKS=Transfers with specific banks
|
|||
US_POSTAL_MONEY_ORDER=US Postal Money Order
|
||||
CASH_DEPOSIT=Cash Deposit
|
||||
PAY_BY_MAIL=Pay By Mail
|
||||
CASH_BY_ATM=Cash by ATM
|
||||
MONEY_GRAM=MoneyGram
|
||||
WESTERN_UNION=Western Union
|
||||
F2F=Face to face (in person)
|
||||
|
@ -3018,7 +3029,9 @@ US_POSTAL_MONEY_ORDER_SHORT=US Money Order
|
|||
# suppress inspection "UnusedProperty"
|
||||
CASH_DEPOSIT_SHORT=Cash Deposit
|
||||
# suppress inspection "UnusedProperty"
|
||||
PAY_BY_MAIL_SHORT=PayByMail
|
||||
PAY_BY_MAIL_SHORT=Pay By Mail
|
||||
# suppress inspection "UnusedProperty"
|
||||
CASH_BY_ATM_SHORT=Cash By ATM
|
||||
# suppress inspection "UnusedProperty"
|
||||
MONEY_GRAM_SHORT=MoneyGram
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue