-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathtransactionFlow.json
More file actions
88 lines (88 loc) · 2.96 KB
/
transactionFlow.json
File metadata and controls
88 lines (88 loc) · 2.96 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
{
"input": {
"profileEditor": {
"tabs": {
"avatar": {
"dropdown": {
"selectNFT": "Selecionar NFT",
"uploadImage": "Enviar imagem"
},
"nft": {
"title": "Selecionar um NFT",
"searchPlaceholder": "Buscar um NFT",
"loading": "Carregando seus NFTs",
"unknown": "NFT desconhecido",
"loadError": "Não foi possível carregar o NFT",
"noNFTs": "Nenhum NFT encontrado para este endereço",
"address": {
"owned": "Em posse",
"other": "Outro"
},
"selected": {
"title": "NFT selecionado",
"subtitle": "Tem certeza de que deseja usar este NFT?"
},
"noResults": "Nenhum resultado encontrado"
},
"image": {
"title": "Editar imagem",
"upload": {
"title": "Enviar avatar",
"subtitle": "Você precisa assinar uma mensagem para enviar um avatar. Isso não terá custo",
"action": "Assinar e enviar"
}
}
},
"address": {
"label": "Endereço",
"addAddress": "Adicionar endereço",
"noOptions": "Não há opções de endereço disponíveis",
"placeholder": {
"default": "Adicione o endereço aqui",
"eth": "0xD9hbQK...",
"bnb": "0xD9hbQK...",
"btc": "3FZbgi29...",
"ltc": "3FZbgi29...",
"sol": "D4kA7VzHnmV...",
"dot": "1D4kA7VxH...",
"doge": "DFabcd12..."
}
},
"contentHash": {
"label": "Site",
"addContentHash": "Adicionar site descentralizado",
"placeholder": {
"default": "Adicione a URL aqui",
"ipfs": "ipfs://...",
"skynet": "sia://...",
"arweave": "ar://...",
"walrus": "walrus://...",
"swarm": "bzz://...",
"onion": "onion3://..."
}
},
"other": {
"label": "Outros",
"addRecord": "Adicionar registro",
"createRecord": "Digite um nome de registro...",
"placeholder": {
"default": "Adicione um valor aqui"
}
}
},
"warningOverlay": {
"action": {
"learnMoreResolvers": "Saiba mais sobre resolvedores",
"updateResolver": "Atualizar resolvedor",
"setResolver": "Definir resolvedor",
"ignoreUpdate": "Ignorar isso e continuar usando seu resolvedor atual. Você será perguntado novamente na próxima vez"
},
"invalidResolver": {
"title": "Resolvedor não autorizado",
"subtitle": "Você não tem permissão para definir registros neste resolvedor. Você precisa atualizar para o resolvedor mais recente para editar seu perfil",
"action": "Atualizar resolvedor"
}
}
}
}
}