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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
{
"digitigrade": "Digitigrade",
"version": "Digitigrade @ %s",
"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.profile.follow.action": "Follow",
"user.profile.follow.pending": "Request pending",
"user.profile.requestToFollow.action": "Request to follow",
"user.profile.unfollow.action": "Unfollow",
"user.profile.followsYou": "Follows you",
"user.profile.pendingFollowsYou": "Wants to follow you",
"user.profile.block": "Block",
"user.profile.block.confirm": "Are you sure you want to block this user?",
"user.profile.unblock": "Unblock",
"user.profile.unblock.confirm": "Are you sure you want to unblock this user?",
"user.profile.displayName": "Display name",
"user.profile.changeAvatar": "Choose a new avatar image",
"user.profile.resetAvatar": "Reset avatar",
"user.profile.avatarReset": "Avatar reset!",
"user.profile.bio": "Bio",
"user.profile.notesHidden": "Notes hidden because you block this user",
"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.",
"timeline.global.shortName": "Global",
"timeline.local": "Local timeline",
"timeline.local.description": "This timeline shows all public indexable notes posted by users on this server.",
"timeline.local.shortName": "Local",
"timeline.home": "Home timeline",
"timeline.home.description": "This timeline shows all activity from users you follow.",
"timeline.home.shortName": "Home",
"note.action.like": "Like",
"note.action.dislike": "Dislike",
"note.action.reshare": "Reshare",
"note.action.reply": "Reply",
"note.action.delete": "Delete note",
"note.action.delete.confirmation": "Are you sure you want to permanently delete this note?",
"note.info.replyTo": "In reply to %s",
"note.info.mentions": "Mentions %s",
"note.privacy.scope.none": "Private",
"note.privacy.scope.mutuals": "Mutuals only",
"note.privacy.scope.followers": "Followers only",
"note.privacy.scope.public": "Public",
"note.resharedBy": "Reshared by %s",
"placeholder": "There's nothing here.",
"placeholder.moreItems": "…and %d more",
"placeholder.noMoreItems": "No more items.",
"placeholder.loadingMore": "Loading more…",
"navigation.login": "Log in",
"navigation.logout": "Log out",
"navigation.logout.confirmation": "Are you sure you want to log out?",
"navigation.followRequests": "Follow requests",
"navigation.instanceSettings": "Instance settings",
"notifications.heading": "Notifications",
"notifications.interaction.like.title": "%s liked your note",
"notifications.interaction.dislike.title": "%s disliked your note",
"notifications.interaction.reshare.title": "%s reshared your note",
"notifications.interaction.reply.title": "%s replied to you",
"notifications.mention.title": "%s mentioned you",
"notifications.follow.active": "%s followed you",
"notifications.follow.pending": "%s would like to follow you",
"notifications.follow.removed": "%s unfollowed you",
"notifications.follow.accept": "%s accepted your follow request",
"notifications.follow.reject": "%s rejected your follow request",
"notifications.block": "%s blocked you",
"notifications.unblock": "%s unblocked you",
"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.placeholder": "What's on your mind?",
"writeNote.summary.label": "Content warning (optional)",
"writeNote.scope.label": "Visibility",
"writeNote.action": "Post",
"writeNote.moreOptions": "More options",
"writeNote.mentions.label": "Mentioned users",
"writeNote.mentions.add.action": "Add a mention",
"writeNote.mentions.placeholder": "someone@social.example",
"writeNote.attachments.label": "Attached files",
"writeNote.attachments.add.action": "Add a file",
"writeNote.attachments.remove.action": "Remove",
"writeNote.attachments.altText.label": "Image description",
"writeReply.label": "Write a reply",
"writeReply.placeholder": "What do you think about this?",
"writeReply.action": "Reply",
"followRequests.pageTitle": "Pending follow requests",
"followRequests.accept.action": "Accept",
"followRequests.accepted": "Accepted!",
"followRequests.reject.action": "Reject",
"followRequests.rejected": "Rejected!",
"preferences.pageTitle": "Preferences",
"preferences.requestToFollow.name": "Request to follow",
"preferences.requestToFollow.description": "Lets you approve other users before they are able to follow you",
"preferences.smallIndicators.name": "Reduced unread indicators",
"preferences.smallIndicators.description": "Hides the number of unread items and just shows a small dot instead",
"preferences.timezone.name": "Time zone",
"preferences.timezone.description": "Preferred time zone, which all dates and times are shown in",
"preferences.timezone.auto": "Set automatically",
"changePassword.heading": "Change password",
"changePassword.currentPassword": "Current password",
"changePassword.newPassword": "New password",
"changePassword.newPassword.repeat": "Confirm new password",
"changePassword.action": "Change",
"changePassword.error.currentIncorrect": "Current password is incorrect",
"changePassword.error.doesntMatch": "New password doesn't match",
"changePassword.success": "Password changed successfully!",
"globalSettings.pageTitle.instance": "Instance settings",
"globalSettings.pageTitle.about": "About this instance",
"globalSettings.categories": "Categories: ",
"globalSettings.s.instance.name.name": "Instance name",
"globalSettings.s.instance.name.description": "Shown in the page header and instance information",
"globalSettings.s.instance.description.name": "Instance description",
"globalSettings.s.instance.description.description": "Briefly describe your instance's purpose or tagline",
"globalSettings.s.instance.openRegistrations.name": "Open registrations",
"globalSettings.s.instance.openRegistrations.description": "Allow new users to sign up?",
"globalSettings.s.about.description.name": "Description",
"globalSettings.s.about.description.description": "Describe your instance's purpose in more detail. You can use HTML formatting",
"globalSettings.s.about.terms.name": "Terms of use",
"globalSettings.s.about.terms.description": "Policies and rules for users of this instance. You can use HTML formatting",
"about.pageTitle": "About this instance",
"about.terms.heading": "Rules and terms of use",
"form.edit": "Edit",
"form.saveChanges": "Save",
"form.discardChanges": "Cancel",
"form.saved": "Saved!"
}
|