nostros/frontend/Locales/en.json
2022-11-06 19:57:52 +01:00

65 lines
1.5 KiB
JSON

{
"common": {
"landing": {
"connect": "Connect",
"connecting": "Connecting",
"loadingContacts": "Loading Contacts",
"loadingEvents": "Loading Events",
"ready": "Ready",
"privateKey": "Private Key",
"publicKey": "Public Key"
},
"navigationBar": {
"home": "Home",
"profile": "Profile"
},
"homePage": {
"search": "Search",
"send": "Send"
},
"logger": {
"randomKeyGenerator": {
"message": "Your private key is on your clipboard",
"description": "Store it on a safe place to recover your user"
}
},
"profilePage": {
"search": "Search",
"send": "Send",
"profileNotCreated": "Profile not created"
},
"relaysPage": {
"title": "Relays"
},
"notePage": {
"reply": "Reply"
},
"configPage": {
"title": "Configuration",
"logout": "Delete Keys",
"relays": "Relays",
"publicKey": "Public Key",
"privateKey": "Private Key"
},
"contactsPage": {
"following": "Following",
"followers": "Followers",
"add": "Add User",
"addContact": {
"placeholder": "Public Key",
"add": "Add User"
}
},
"sendPage": {
"title": "Send a note",
"placeholder": "Say something to the world...",
"send": "Send",
"reply": "Send a reply"
},
"alerts": {
"relayAdded": "Relay added",
"relayRemoved": "Relay Removed"
}
}
}