-
Notifications
You must be signed in to change notification settings - Fork 57
/
payment.json
43 lines (43 loc) · 1.13 KB
/
payment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"actions": {
"submit": "Send now"
},
"memo-metadata": {
"label": {
"default": "Memo",
"id": "Memo (ID)",
"text": "Memo (Text)"
},
"placeholder": {
"optional": "Description (optional)",
"mandatory": "Description (mandatory)"
}
},
"inputs": {
"destination": {
"label": "Destination address",
"placeholder": "GABCD..., MABCD... or alice*example.org"
},
"price": {
"label": "Amount",
"placeholder": "Max. {{amount}}"
}
},
"note": {
"multisig-pubkey": "Address of the multi-signature account, not your local co-signature key."
},
"title": {
"send": "Send funds",
"receive": "Receive Funds"
},
"validation": {
"memo-required": "Set a memo when sending funds to {{destination}}",
"memo-too-long": "Memo too long.",
"no-destination": "No destination specified.",
"no-price": "No amount specified.",
"not-enough-funds": "Not enough funds.",
"invalid-destination": "Expected a public key or stellar address.",
"invalid-price": "Invalid amount.",
"integer-memo-required": "Memo must be an integer."
}
}