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
|
{
"user.profile.createdAt": "Joined on %s",
"user.profile.openRemote": "Open remote profile page",
"user.profile.bio.placeholder": "This user hasn't written a bio yet.",
"user.notes.placeholder": "This user hasn't posted anything yet.",
"timeline.global": "Global timeline",
"timeline.global.description": "This timeline shows all known public indexable notes.",
"note.action.like": "Like",
"note.action.dislike": "Dislike",
"note.action.reshare": "Reshare",
"note.action.reply": "Reply",
"note.info.replyTo": "In reply to %s",
"timeline.local": "Local timeline",
"timeline.local.description": "This timeline shows all public indexable notes posted by users on this server.",
"placeholder": "There's nothing here.",
"timeline.global.shortName": "Global",
"timeline.local.shortName": "Local",
"digitigrade": "Digitigrade",
"note.resharedBy": "Reshared by %s",
"navigation.login": "Log in",
"login.pageTitle": "Log in",
"login.email": "Email address",
"login.password": "Password",
"login.rememberMe": "Remember me (stay logged in)",
"login.action": "Log in",
"login.failed": "Invalid email address or password",
"writeNote.label": "Write a note",
"writeNote.action": "Post",
"writeReply.label": "Write a reply",
"writeReply.action": "Reply"
}
|