-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathregister.json
More file actions
222 lines (222 loc) · 8.71 KB
/
register.json
File metadata and controls
222 lines (222 loc) · 8.71 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"title": "Register {{name}} on ENS",
"subtitle": "Register",
"heading": "Register {{name}}",
"invoice": {
"timeRegistration": "{{time}} registration",
"estimatedNetworkFee": "Est. network fee",
"transactionFees": "Transaction fees",
"temporaryPremium": "Temporary premium",
"total": "Estimated total",
"totalPaid": "Total paid",
"expiry": "Name expires"
},
"error": {
"nameTooLong": "The name you want to register is too long. Please choose a shorter name."
},
"steps": {
"pricing": {
"insufficientBalance": "Insufficient Balance",
"multipleYearsMessage": "Extending for multiple years will save money on network costs by avoiding yearly transactions.",
"primaryName": "Use as primary name",
"primaryNameMessage": "This links your address to this name, allowing dApps to display it as your profile when connected to them. You can only have one primary name per address.",
"premium": {
"heading": "This name has a temporary premium",
"subheading": "To give fair opportunity to recently expired names, the premium starts at $100,000,000 and reduces to $0 over 21 days. You can calculate the premium on a date below.",
"targetPrice": "Target price",
"targetDate": "Target date",
"timezone": "Date and time shown in local time zone ({{timezone}})"
}
},
"profile": {
"title": "Create your profile",
"title2": "Edit your profile",
"default": "Default",
"advanced": "Advanced",
"permissions": "Permissions",
"resolver": "Resolver",
"visibilityMessage": "Your profile information will be stored on the blockchain. Anything you add will be publicly visible.",
"addProfile": "Add profile fields",
"addMore": "Add more to profile",
"options": {
"groups": {
"general": {
"label": "General",
"items": {
"name": "Nickname",
"url": "Website",
"location": "Location",
"description": "Short Bio"
},
"placeholder": {
"name": "John Smith",
"url": "https://ens.domains",
"location": "Metaverse",
"description": "I'm a yield farmer from rural Tennessee."
}
},
"media": {
"label": "Media",
"items": {
"avatar": "Avatar",
"header": "Header"
},
"placeholder": {
"avatar": "https://example.com/avatar.png",
"banner": "https://example.com/banner.png"
}
},
"social": {
"label": "Social",
"items": {
"com.twitter": "Twitter",
"com.github": "GitHub",
"com.discord": "Discord",
"org.telegram": "Telegram",
"email": "Email"
},
"placeholder": {
"com.twitter": "e.g. ensdomains",
"com.github": "e.g. ensdomains",
"com.discord": "e.g. nickjohnson",
"org.telegram": "e.g. nicksdjohnson",
"email": "e.g. hello@example.com"
}
},
"address": {
"label": "Address",
"itemLabel": "{{coin}} address",
"placeholder": {
"default": "Add address here",
"eth": "0xb8c2C2...",
"btc": "3FZbgi29...",
"sol": "D4kA7VzHnmV...",
"op": "0xb8c2C2...",
"arb1": "0xb8c2C2...",
"base": "0xb8c2C2...",
"matic": "0xb8c2C2...",
"linea": "0xb8c2C2...",
"scr": "0xb8c2C2...",
"celo": "0xb8c2C2..."
}
},
"website": {
"label": "Website",
"items": {
"ipfs": "IPFS",
"ipns": "IPNS",
"swarm": "Swarm",
"onion": "Onion",
"skynet": "Skynet",
"arweave": "Arweave",
"walrus": "Walrus"
},
"placeholder": {
"default": "Add url here",
"ipfs": "ipfs://...",
"skynet": "sia://...",
"arweave": "ar://...",
"walrus": "walrus://...",
"swarm": "bzz://...",
"onion": "onion3://..."
}
},
"other": {
"label": "Other",
"items": {
"contentHash": "Content Hash",
"publicKey": "Public Key",
"abi": "ABI",
"custom": "Custom"
}
},
"custom": {
"key": "Key",
"value": "Value"
},
"default": {
"placeholder": "Add value here"
}
}
},
"errors": {
"labelRequired": "A record key is required",
"duplicateRecord": "Duplicate record key",
"avatarReserved": "Key is being used by avatar manager",
"invalidValue": "Invalid value",
"reservedKey": "This key is reserved"
},
"confirmations": {
"publicNotice": {
"title": "Your details are public",
"description": "Anything you add to your profile will be publicly viewable on the blockchain.",
"confirm": "I understand",
"decline": "Back"
},
"clearEth": {
"title": "Clear ETH address?",
"description": "Without an ETH address set people will not be able to send money to this name. This can be updated later.",
"confirm": "Clear",
"decline": "Cancel"
}
},
"actions": {
"skipProfile": "Skip profile"
}
},
"complete": {
"heading": "Congratulations!",
"subheading": "You are now the owner of ",
"registerAnother": "Register another",
"viewName": "View name"
},
"info": {
"heading": "Before we start",
"subheading": "Registering your name takes three steps",
"ethItems": [
"Complete a transaction to begin the timer",
"Wait 60 seconds for the timer to complete",
"Complete a second transaction to secure your name"
],
"moonpayItems": [
"Create or login to an existing MoonPay account",
"Use your credit or debit card to complete a single transaction"
],
"setupProfile": "I'd like to set up my profile first",
"paymentMethod": "Payment method",
"notEnoughEth": "Not enough ETH in wallet",
"creditOrDebit": "Credit or debit card",
"additionalFee": "Additional processing fee",
"pendingMoonpayTransaction": "Your MoonPay transaction is processing. This may take up to two minutes. You can check your progress from the confirmation email you recieved.",
"failedMoonpayTransaction": "Your MoonPay transaction has failed. Please try again or choose the 'Ethereum' payment method.",
"ethereum": "Ethereum",
"processing": "Processing",
"poweredBy": "Powered by",
"moonpayModalHeader": "MoonPay Checkout",
"moonpayTestCard": "Test card details"
},
"transactions": {
"heading": "Almost there",
"subheading": {
"default": "You will need to complete two transactions to secure your name. The second transaction must be completed within 24 hours of the first.",
"commitSent": "<strong>Your first transaction is in progress.</strong><br> The second transaction must be completed within 24 hours of the first.",
"commiting": "This wait prevents others from <tooltip>front running</tooltip> your transaction. You will be prompted to complete a second transaction when the timer is complete.",
"commitComplete": "<strong>Your name is not registered until you've completed the second transaction.</strong><br> You have {{duration}} remaining to complete it.",
"commitCompleteNoDuration": "<strong>Your name is not registered until you've completed the second transaction.</strong>",
"commitExpired": "Your registration has expired. You will need to start the process again.",
"frontRunning": "When someone sees your transaction and registers the name before your transaction can complete."
},
"startTimer": "Start timer",
"wait": "Wait",
"completeRegistration": "Complete registration",
"transactionFailed": "Transaction Failed",
"transactionProgress": "View transaction in progress"
},
"cancelRegistration": {
"heading": "You will lose your transaction",
"contentOne": "Going back will reset your first transaction. If you go back you will need to complete the transaction again and pay the associated fees.",
"contentTwo": "Are you sure you want to continue?",
"footer": "Reset transaction and go back"
}
}
}