nostros/frontend/Locales/en.json
2022-12-26 10:36:18 +01:00

86 lines
2.1 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",
"noContacts": "You have no contacts yet"
},
"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 published",
"createProfile": "Go to configuration"
},
"relaysPage": {
"title": "Relays"
},
"notePage": {
"reply": "Reply"
},
"configPage": {
"title": "Configuration",
"logout": "Delete keys",
"relays": "Relays",
"publicKey": "Public key",
"privateKey": "Private key",
"username": "Username",
"picture": "Picture URL",
"lnurl": "LNURL",
"about": "About",
"publish": "Publish"
},
"direcMessagesPage": {
"sendMessage": {
"placeholder": "Public key",
"send": "Open conversation",
"contacts": "Contacts"
}
},
"contactsPage": {
"following": "Following",
"followers": "Followers",
"add": "Add user",
"addContact": {
"placeholder": "Public key",
"add": "Add user"
}
},
"mentionsPage": {
"noMentions": "No mentions found yet."
},
"sendPage": {
"title": "Send a note",
"placeholder": "Say something to the world...",
"send": "Send",
"reply": "Send a reply",
"contentWarning": "Content Warning"
},
"alerts": {
"relayAdded": "Relay added",
"relayRemoved": "Relay removed"
},
"note": {
"contentWarning": "Content warning. Touch to show."
}
}
}