|
2 | 2 | "@@locale": "en", |
3 | 3 | "newOrder": "Your offer has been published! Please wait until another user picks your order. It will be available for {expiration_hours} hours. You can cancel this order before another user picks it up by executing: cancel.", |
4 | 4 | "canceled": "You have canceled the order ID: {id}.", |
5 | | - "payInvoice": "Please pay this hold invoice of {amount} Sats for {fiat_code} {fiat_amount} to start the operation. If you do not pay it within {expiration_seconds}, the trade will be canceled.", |
6 | | - "addInvoice": "Please send me an invoice for {amount} satoshis equivalent to {fiat_code} {fiat_amount}. This is where I will send the funds upon trade completion. If you don't provide the invoice within {expiration_seconds}, the trade will be canceled.", |
7 | | - "waitingSellerToPay": "Please wait. I’ve sent a payment request to the seller to send the Sats for the order ID {id}. If the seller doesn’t complete the payment within {expiration_seconds}, the trade will be canceled.", |
8 | | - "waitingBuyerInvoice": "Payment received! Your Sats are now 'held' in your wallet. I’ve requested the buyer to provide an invoice. If they don’t do so within {expiration_seconds}, your Sats will return to your wallet, and the trade will be canceled.", |
| 5 | + "payInvoice": "Please pay this hold invoice of {amount} Sats for {fiat_code} {fiat_amount} to start the operation. If you do not pay it within {expiration_seconds} minutes, the trade will be canceled.", |
| 6 | + "@payInvoice": { |
| 7 | + "placeholders": { |
| 8 | + "amount": { |
| 9 | + "type": "String", |
| 10 | + "description": "The amount of satoshis" |
| 11 | + }, |
| 12 | + "expiration_seconds": { |
| 13 | + "type": "int", |
| 14 | + "description": "The expiration time in minutes" |
| 15 | + }, |
| 16 | + "fiat_amount": { |
| 17 | + "type": "String", |
| 18 | + "description": "The fiat amount" |
| 19 | + }, |
| 20 | + "fiat_code": { |
| 21 | + "type": "String", |
| 22 | + "description": "The fiat currency code" |
| 23 | + } |
| 24 | + } |
| 25 | + }, |
| 26 | + "addInvoice": "Please send me an invoice for {amount} satoshis equivalent to {fiat_code} {fiat_amount}. This is where I will send the funds upon trade completion. If you don't provide the invoice within {expiration_seconds} minutes, the trade will be canceled.", |
| 27 | + "@addInvoice": { |
| 28 | + "placeholders": { |
| 29 | + "amount": { |
| 30 | + "type": "String", |
| 31 | + "description": "The amount of satoshis" |
| 32 | + }, |
| 33 | + "expiration_seconds": { |
| 34 | + "type": "int", |
| 35 | + "description": "The expiration time in minutes" |
| 36 | + }, |
| 37 | + "fiat_amount": { |
| 38 | + "type": "String", |
| 39 | + "description": "The fiat amount" |
| 40 | + }, |
| 41 | + "fiat_code": { |
| 42 | + "type": "String", |
| 43 | + "description": "The fiat currency code" |
| 44 | + } |
| 45 | + } |
| 46 | + }, |
| 47 | + "waitingSellerToPay": "Please wait. I’ve sent a payment request to the seller to send the Sats for the order ID {id}. If the seller doesn’t complete the payment within {expiration_seconds} minutes, the trade will be canceled.", |
| 48 | + "@waitingSellerToPay": { |
| 49 | + "placeholders": { |
| 50 | + "expiration_seconds": { |
| 51 | + "type": "int", |
| 52 | + "description": "The expiration time in minutes" |
| 53 | + }, |
| 54 | + "id": { |
| 55 | + "type": "String", |
| 56 | + "description": "The order ID" |
| 57 | + } |
| 58 | + } |
| 59 | + }, |
| 60 | + "waitingBuyerInvoice": "Payment received! Your Sats are now 'held' in your wallet. I’ve requested the buyer to provide an invoice. If they don’t do so within {expiration_seconds} minutes, your Sats will return to your wallet, and the trade will be canceled.", |
| 61 | + "@waitingBuyerInvoice": { |
| 62 | + "placeholders": { |
| 63 | + "expiration_seconds": { |
| 64 | + "type": "int", |
| 65 | + "description": "The expiration time in minutes" |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
9 | 69 | "buyerInvoiceAccepted": "The invoice has been successfully saved.", |
10 | 70 | "holdInvoicePaymentAccepted": "Contact the seller at {seller_npub} to arrange how to send {fiat_code} {fiat_amount} using {payment_method}. Once you send the fiat money, please notify me with fiat-sent.", |
11 | 71 | "buyerTookOrder": "Contact the buyer at {buyer_npub} to inform them how to send {fiat_code} {fiat_amount} through {payment_method}. You’ll be notified when the buyer confirms the fiat payment. Afterward, verify if it has arrived. If the buyer does not respond, you can initiate a cancellation or a dispute. Remember, an administrator will NEVER contact you to resolve your order unless you open a dispute first.", |
|
0 commit comments