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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
|
{
"FALLBACK": null,
"digitigrade": "Digitigrade",
"version": "Digitigrade @ %s",
"action.share": "Share",
"user.profile.createdAt": "Joined %s",
"user.profile.openRemote": "Open remote profile page",
"user.profile.forceRefetch": "Reload from remote instance",
"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.pronouns": "Pronouns",
"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.profile.feed.rss": "RSS feed",
"user.profile.feed.atom": "Atom feed",
"user.profile.poke": "Poke this user",
"user.profile.poke.verb.poke": "Poke",
"user.profile.poke.verb.bite": "Bite",
"user.profile.poke.verb.punch": "Punch",
"user.profile.poke.verb.kick": "Kick",
"user.profile.poke.verb.wave": "Wave at",
"user.profile.poke.verb.yell": "Yell at",
"user.profile.poke.verb.hug": "Hug",
"user.profile.poke.verb.kiss": "Kiss",
"user.profile.poke.verb.pet": "Pet",
"user.profile.poke.action": "Send",
"user.profile.poke.urgent.action": "Send urgently",
"user.profile.poke.success": "Sent!",
"user.notes.placeholder": "This user hasn't posted anything yet.",
"user.rss.description": "Public notes by %s",
"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.like.forbidden": "You may not like this note.",
"note.action.dislike": "Dislike",
"note.action.dislike.forbidden": "You may not dislike this note.",
"note.action.reshare": "Reshare",
"note.action.reshare.forbidden": "You may not reshare this note.",
"note.action.reply": "Reply",
"note.action.reply.forbidden": "You may not reply to this note.",
"note.action.delete": "Delete",
"note.action.delete.confirmation": "Are you sure you want to permanently delete this note?",
"note.action.edit": "Edit",
"note.editForm.label": "Edit note",
"note.openRemote": "Open on original instance",
"note.openPage": "View page",
"note.page.summaryMessage": "Published a new page: \"%s\"",
"note.info.replyTo": "In reply to %s",
"note.info.mentions": "Mentions %s",
"note.info.modified": "Last modified %s",
"note.privacy.scope.none": "Private",
"note.privacy.scope.mutuals": "Mutuals only",
"note.privacy.scope.followers": "Followers only",
"note.privacy.scope.public": "Public",
"note.privacy.interactors.none": "Nobody",
"note.privacy.interactors.mutuals": "Mutuals only",
"note.privacy.interactors.followers": "Followers only",
"note.privacy.interactors.all": "Everyone",
"note.resharedBy": "Reshared by %s",
"note.page.author": "By %s",
"note.page.description": "A page by %s",
"note.page.created": "First published %s",
"note.page.modified": "Last updated %s",
"note.page.list.pageTitle": "Pages",
"note.page.new.pageTitle": "Write a new page",
"note.page.new.title.label": "Title",
"note.page.new.body.label": "Body",
"note.page.new.action": "Publish",
"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",
"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",
"notifications.adminEditedNote": "An admin (%s) edited your note",
"notifications.poke.normal": "%1$s %2$s you",
"notifications.poke.urgent": "%1$s %2$s you urgently",
"notifications.poke.verb.poke": "poked",
"notifications.poke.verb.bite": "bit",
"notifications.poke.verb.punch": "punched",
"notifications.poke.verb.kick": "kicked",
"notifications.poke.verb.wave": "waved at",
"notifications.poke.verb.yell": "yelled at",
"notifications.poke.verb.hug": "hugged",
"notifications.poke.verb.kiss": "kissed",
"notifications.poke.verb.pet": "petted",
"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.formattingHint": "You can use %s formatting",
"writeNote.formattingHint.markdown": "Markdown",
"writeNote.summary.label": "Content warning (optional)",
"writeNote.scope.label": "Visibility",
"writeNote.interactors.label": "Who can interact",
"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",
"preferences.rssEnabled.name": "Enable RSS and Atom feeds",
"preferences.rssEnabled.description": "Provides a feed of your public notes, usable with common feed reader apps and online aggregators",
"preferences.pokeable.name": "Allow others to poke you",
"preferences.pokeable.description": "Also includes other verbs such as bite, wave at, hug, etc.",
"preferences.notesIndexable.name": "Allow search engines to index your notes",
"preferences.notesIndexable.description": "Doesn't apply to existing notes, only new ones",
"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!",
"admin.pageTitle": "Administration",
"admin.plugins.pageTitle": "Plugins",
"admin.plugins.info": "Plugins are a powerful way to modify and extend Digitigrade. Be careful when downloading untrusted plugins from the internet, as they have full access to your PHP environment.",
"admin.plugins.loaded": "Currently loaded plugins",
"admin.plugins.version": "Version: %s",
"admin.plugins.author": "Author: %s",
"admin.plugins.delete.action": "Delete",
"admin.plugins.delete.confirm": "Are you sure you want to delete this plugin? This cannot be undone!",
"admin.plugins.download.heading": "Download a plugin",
"admin.plugins.download.url.label": "URL",
"admin.plugins.download.url.placeholder": "https://plugins.example.net/plugin.phar",
"admin.plugins.download.action": "Download",
"globalSettings.category.instance": "Instance settings",
"globalSettings.category.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!"
}
|