-
Notifications
You must be signed in to change notification settings - Fork 57
/
app-settings.json
79 lines (79 loc) · 2.28 KB
/
app-settings.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
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
{
"settings": {
"biometric-lock": {
"text": {
"primary": {
"default": "Fingerprint lock",
"ios": "Face ID / Touch ID"
},
"secondary": {
"disabled": "Biometric authentication is disabled",
"enabled": "Biometric authentication is enabled",
"not-enrolled": "Configure biometric authentication in your operating system settings"
}
},
"prompt": {
"enable": "Unlock your device once to enable the feature.",
"disable": "Unlock your device to disable the auto-lock."
}
},
"language": {
"auto-detect": {
"label": "auto"
},
"text": {
"primary": "Language",
"secondary": "Change the user interface language here"
}
},
"memo": {
"text": {
"primary": "Show Memos",
"secondary": {
"hidden": "Memos are hidden in the transaction overview",
"shown": "Memos are shown in the transaction overview"
}
}
},
"multi-sig": {
"text": {
"primary": "Enable Multi-Signature",
"secondary": {
"enabled": "Multi-Signature features are enabled",
"disabled": "Multi-Signature features are disabled"
}
}
},
"testnet": {
"text": {
"primary": "Show Testnet Accounts",
"secondary": {
"cannot-disable": "Cannot be disabled because you already added testnet accounts",
"hidden": "Testnet accounts are hidden",
"shown": "Testnet accounts are shown"
}
}
},
"title": "Settings",
"trusted-services": {
"text": {
"primary": "Manage Trusted Services",
"secondary": "Remove Trusted Services"
}
}
},
"trusted-services": {
"info": "Trusted Services are web services that are allowed to interact with Solar wallet by requesting account data or proposing transactions. You can add a new service once it tries to interact with Solar.",
"service-selection": {
"action": {
"cancel": "Cancel",
"confirm": "Confirm"
},
"confirm": {
"title": "Confirm removal",
"text": "The service will be removed from your trust list. Are you sure?"
},
"no-services": "No trusted services"
}
}
}