nostros/frontend/Locales/en.json
2022-10-31 14:18:59 +01:00

48 lines
971 B
JSON

{
"common": {
"landing": {
"connect": "Connect",
"connecting": "Connecting",
"loadingContacts": "Loading Contacts",
"ready": "Ready",
"privateKey": "Private Key",
"publicKey": "Public Key"
},
"navigationBar": {
"home": "Home",
"profile": "Profile"
},
"homePage": {
"search": "Search",
"send": "Send"
},
"profilePage": {
"search": "Search",
"send": "Send"
},
"notePage": {
"reply": "Reply"
},
"configPage": {
"title": "Configuration",
"logout": "Delete Keys"
},
"contactsPage": {
"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"
}
}
}