-
Notifications
You must be signed in to change notification settings - Fork 0
/
enm.json
209 lines (209 loc) · 8.02 KB
/
enm.json
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
206
207
208
209
{
"general": {
"about": "About",
"tos": "Terms of Service",
"privacy": "Privacy Policy",
"image_by": "Image by",
"loading": "Loading…",
"on": "On",
"off": "Off",
"unavailable": "Unavailable",
"disabled": "Disabled",
"learn_more": "More infromation"
},
"login": {
"title": "Login",
"register": "Register",
"username": "Username",
"password": "Password",
"invite": "Invite Code",
"email": "Email",
"current_password": "Current Password",
"enter": {
"username": "Enter your preferred username.",
"email": "Please enter your email.",
"password": "Enter your password.",
"invite": "Enter your invite code.",
"current_password": "Enter your current password."
},
"forgot": "Forgot your password?",
"reset": "Reset password.",
"set_password": "Set a new password.",
"remembered": "Go back to login.",
"new": "New to Revolt?",
"existing": "Already have an account?",
"create": "Create a new account.",
"missing_verification": "Noon email?",
"resend": "Resend verification.",
"cancel": "Cancel request.",
"check_mail": "Check your mail.",
"email_delay": "Please allow up to 10 minutes for it to arrive.",
"check_spam": "Please check spam if you can't find it",
"open_mail_provider": "Open {{provider}}",
"successful_registration": "Successfully registered!",
"error": {
"create": "Failed to register!",
"login": "Failed to login!",
"reset": "Failed to reset!",
"resend": "Failed to resend!"
},
"welcome": "Welcome!",
"welcome2": "Hallo!",
"subtitle2": "Create an account",
"subtitle": "Sign into Revolt",
"recovery": "Recovery Code",
"new_password": "New Password",
"totp": "Authenticator App",
"log_out_other": "log out of all other devices"
},
"app": {
"status": {
"online": "Online",
"idle": "Idle",
"busy": "Do Not Disturb",
"invisible": "Invisible",
"offline": "Offline"
},
"navigation": {
"tabs": {
"home": "Home",
"dev": "Developer",
"friends": "Friends",
"unreads": "Unreads",
"saved": "Saved Notes"
}
},
"main": {
"categories": {
"conversations": "Conversations",
"participants": "Participants",
"channels": "Channels",
"members": "Members"
},
"channel": {
"message_where": "Message {{channel_name}}",
"message_who": "Message {{person}}",
"message_saved": "Save to your notes",
"uploading_file": "Uploading…",
"failed_upload": "Failed to upload!",
"attached_file": "Attached {{filename}}",
"typing": {
"single": "{{user}} is typing…",
"multiple": "{{userlist}} and {{user}} are typing…",
"several": "Several people are typing…"
},
"system": {
"user_joined": "{{user}} joined",
"user_left": "{{user}} left",
"user_kicked": "{{user}} was kicked",
"user_banned": "{{user}} was banned",
"added_by": "{{user}} was added by {{other_user}}",
"removed_by": "{{user}} was removed by {{other_user}}",
"channel_icon_changed": "{{user}} changed the channel icon",
"channel_renamed": "{{user}} renamed the channel to {{name}}",
"channel_description_changed": "{{user}} changed the channel description"
},
"start": {
"group": "This is the start of your conversation.",
"saved": "This is the start of your notes."
},
"voice": {
"connected": "Voice connected",
"leave": "Leave",
"mute": "Mute",
"unmute": "Unmute"
},
"misc": {
"viewing_old": "Viewing older messages",
"spoiler_attachment": "Spoiler",
"failed_load": "Couldn't load message.",
"no_sending": "You don't have permission to send messages in this channel.",
"blocked_messages": "{{count}} blocked messages",
"blocked_user": "Blocked User",
"sent_file": "Sent an attachment",
"sent_multiple_files": "Sent multiple attachments",
"jump_present": "Jump to present"
},
"nsfw": {
"channel": {
"confirm": "Enter Channel",
"marked": "This channel is marked as NSFW."
},
"confirm": "I confirm that I am at least 18 years old."
},
"edited": "(edited)",
"bot": "bot",
"notifications": {
"default": "Use Default",
"mention": "Mentions Only",
"none": "None",
"muted": "Muted",
"all": "All Messages"
},
"search": {
"title": "Search",
"sort": {
"relevance": "Relevance",
"latest": "Latest",
"oldest": "Oldest"
}
},
"unknown_user": "<Unknown User>",
"errors": {
"title": "Oops, there's nothing here!",
"nochannels": "This server has no channels, or you don't have access to any.",
"nochannel": "No channel"
}
},
"groups": {
"name": "Group Name",
"description": "Group Description",
"create": "Create a group",
"owner": "Group Owner"
},
"servers": {
"create": "Create a server",
"name": "Server Name",
"description": "Server Description",
"channel_type": "Channel Type",
"channel_description": "Channel Description",
"channel_name": "Channel Name",
"custom_banner": "Custom Banner",
"owner": "Server Owner",
"text_channel": "Text Channel",
"voice_channel": "Voice Channel"
}
},
"settings": {
"categories": {
"user_settings": "User Settings",
"client_settings": "Client Settings"
},
"title": "Settings",
"actions": {
"upload": "Lataa",
"remove": "Poista",
"max_filesize": "(max {{filesize}})"
},
"pages": {
"account": {
"title": "My Account",
"change_field": "Change",
"2fa": {
"description": "Add an extra layer of security by enabling 2FA on your account.",
"add_auth": "Add Authenticator",
"title": "Two-factor Authentication",
"remove_auth": "Remove Authenticator"
},
"unique_id": "This is a unique user identifier for your account."
},
"notifications": {
"enable_push": "Enable Push Notifications."
}
}
}
},
"actions": {
"submit": "Submit"
}
}